@charset "utf-8";
/* CSS Document */

body {
	background-color: #818F92;
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #7C858C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C858C;
}
a:hover {
	text-decoration: underline;
	color: #7C858C;
}
a:active {
	text-decoration: none;
	color: #7C858C;
}
#content {
  width: 954px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color:#fff;
}
#header{
	background-image:url(_images/header.jpg);
	background-repeat:no-repeat;
	height: 178px;
	width: 954px;
}
#footer{
	background-image:url(_images/footer.gif);
	background-repeat:no-repeat;
	height: 35px;
	width: 954px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
#edge {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#gutz{
	padding:15px;
}
h1{
	color:#818E92;
	font-size: 24px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
}
h2{
	color: #F15D22;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:20px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin:0px;
}
#upcoming{
	width: 163px;
	text-align: center;
	font-size:14px;
}
#upcoming td{
	font-size:12px;
}
.orange_heading{
	color: #F15D22;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	line-height:20px;
}
.orange_medium{
	color: #F15D22;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
p{
	margin-top:0px;
	margin-bottom:5px;
}
.small_text{
	font-size:12px;
}
.really_small_text{
	font-size:9px;
}
.light_border{
	border: 1px solid #ececed;
}
#arrowlist {
	list-style-image: url(_images/bullet.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#left_col{
	float:left;
	width: 275px;
	margin-top: 15px;
}
#right_col{
	float:right;
	width: 610px;
	margin: 15px;
}
#clear{
	clear:both;
}
#month_header{
	font-size: 24px;
	letter-spacing: 5px;
	background-color: #e2e3e4;
	padding: 10px;
	text-transform: lowercase;
	margin-bottom:5px;
}
/*Nav styles*/
#navcontainer ul
{
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(_images/nav_bkg.jpg);
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7C858C;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 10px;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #818e92;
}

#navcontainer ul li a#current
{
	color: #fff;
	background-color: #818e92;
}
/*End Nav styles*/

/*Slideshow styles*/
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:563px;
	height:274px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
/* End Slideshow styles*/
