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

body {
background:#fff url(../images/page_shading.jpg) 0px -80px repeat-x; 
margin:0; 
padding:0; 
color:#36381c;
}

.cleaner { /* clears all floats */
clear:both;
}

.content { /* all content in all columns uses this - creates padding/margin */
padding:10px;
}

a:link, a:visited {
font-weight:bold;
text-decoration:none;
color:#4AAAE4;
outline:none;
}

a:active, a:hover {
text-decoration:underline;
outline:none;
}

#main_container { /* centers whole page */
position:absolute;
width:902px;
left:50%;
margin: 30px 0 15px -451px;
padding-top:0;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:normal;
text-align:left;
line-height:1.4em;
color:#565656;
}

#logo {
width:126px;
height:72px;
float:left;
}

#topnav_container {
float:right;
text-align:right;
margin-top:20px;
width:570px;
margin-bottom:5em;
}

#topnav_container_splash {
text-align:center;
margin-top:20px;
width:550px;
margin-left:200px;
}

#content_main { /* holds left and right columns */
clear:both;
width:902px;
position:relative;
}

h1 {
color:#2e2e2e;
font-size:1.3em;
margin-top:0;
padding-top:0;
padding-bottom:4px;
text-transform:uppercase;
}

h2 {
color:#2e2e2e;
font-size:1.1em;
text-transform:uppercase;
}

#content {
width: 872px;
margin:30px 15px;
}

#upnext {
	float:right;
	width:280px;
	margin-left:15px;
}

	#upnext h2 {
	font-size:1.2em;
	color:#2e2e2e;
	margin-top:0;padding-top:0;
	}
	
	#upnext img {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
	padding:1px;
	border:1px solid #CACACA;
	}

#carousel, #clientflash {
text-align:center;
}


.bullet { /* big bullet before the paragraph */
margin-left: 0px;
padding-left:30px;
background: url(../images/bullet_15px.jpg) top left no-repeat;
}

.form_field {
width:270px;
background:#f6f6f6;
}

#footer { 
clear:both;
font-size:.8em;
color:#8f8f8f;
text-align:center;
padding: 6px 19px;
}
