/***** Main *****/

body {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:13px;
	line-height:17px;
	margin:0 auto;
	padding:0 auto;
	background-position:top;
	background-image:url(images/bodyfill.jpg);
	background-repeat:repeat-x;
	color:#636466;
}

a:link, a:visited {
	color:#f26522;
	font-weight:bold;
}

a:hover {
	color:#000000;
}

h1 {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:20px;
	color:#005d83;
	margin:0 auto;
	background-position:top;
}

h2 {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#f26522;
	margin:0 auto;
	font-weight:bold;
}

#container {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
}

/***** Home click (blank div) *****/

#buttonDiv a, #buttonDiv a:visited {
display: block;
height:167px;
width:370px;
cursor: pointer;
}

/***** Top banner section *****/

#top {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:200px;
	background-image:url(images/top_banner.jpg);
}

/***** Spacer to push down contact info *****/

#topOverlaySpacer {
	width:960px;
	margin:0 auto;	
	padding:7 auto;
	height:167px;
}

/***** Spot for clicking home *****/

#topOverlaySpacerLeft {
	width:350px;
	margin:0 auto;	
	padding:0;
	height:167px;
}

/***** Div with contact info in it *****/

#topOverlay {
	width:680px;
	margin:0 auto;	
	padding:0px 0px 0px 380px;
	height:33px;
	color:#005d83;
}

/***** BOTTOM *****/

#bottom {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:40px;
}

#partners {
	width:960px;
	margin:0 auto;	
	padding:0 auto;
	height:70px;
	background-image:url(images/partners.jpg);
}

/***** Content *****/

#content_expandable {
	width:960px;
	background-image:url(images/repeated_backdrop.jpg);
	margin:0 auto;	
	padding:0 auto;
}

#content_solid {
	width:960px;
	background: url("images/content_backdrop.jpg");
	background-repeat:no-repeat;
	margin:0 auto;	
	padding:0 auto;
	min-height:510px;
}

#content_padded {
	width:895px;
	margin:0 auto;	
	padding:10px 30px 0px 35px;
}


#leftBucket{
	float:left;
	width:535px;
	padding:20px 15px 0px 15px;
}

#rightBucket{
	float:left;
	width:325px;
}

#clearBoth{
	clear:both;
}

/***** Orange Outbox *****/

#orangeoutbox {
	width:200px;
	background-image:url(images/orange_outbox_expandable.jpg);
	float:right;
}

#orangeoutboxtop {
	background-image:url(images/orange_outbox_top.jpg);
	width:200px;
	height:15px;
}

#orangeoutboxcontent {
	width:150px;
	padding:0px 0px 0px 20px;
	color: #ffffff;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#orangeoutboxbottom {
	background-image:url(images/orange_outbox_bottom.jpg);
	width:200px;
	height:15px;
}

/***** Nav *****/

/***** Holds nav shadow *****/

#nav {
width:960px;
height:49px;
margin:0 auto;
background: url("images/nav_sides.jpg"); 
}

#navcontainer {
width:920px;
height:49px;
margin:0 auto;
background: url("images/nav_fill.jpg"); 
background-repeat:repeat-x;
}

/***** Only purpose is horozontal centering of the nav *****/

#navcontainer2 {
width:750px;
height:49px;
margin:0 auto;
padding:0px 0px 0px 150px;
}

/***** Here because of Chuck's instruction *****/

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist ul {
	margin:0 auto;
}

#navlist ul li{
            background-repeat:repeat-x;
			color: #000000;
			font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
			font-size:15px;
			font-weight:bold;
			list-style-type: none; /*turns off display of bullet*/
            padding:20px 15px 0px 25px;
			margin: 0;
			display: block;
			float: left;
}

#navlist a, #navlist a:visited {
			color: #ffffff;
            text-decoration: none;
			font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
			font-size:15px;
}

#navlist a:hover {
			text-decoration: none;
			font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;

}

#navlist .selected{
			font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
			}

/***** Footer *****/

#footer {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:12px;
	text-align:center;
	padding:10px 10px 10px 10px;
}

#footer a {
		font-weight:normal;
		color:#636466;
}