/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/mainBackground.jpg) repeat-x #EAE8E8;
}

div.header {
margin:0 auto;
width:874px;
border: 1px solid #656565;
margin-top:6px;
background:url(../images/headerBackground.jpg) repeat-y;
height:100px;
padding-top:2px;
}

.nav{
height:36px;
width:864px;
border-left: 1px solid #656565;
border-right: 1px solid #656565;
padding-top:7px;
text-align:center;
background:url(../images/navBackground.jpg) no-repeat;
}

div.content{
margin:0 auto;
width:922px;
color:#00C;
border: 1px solid #656565;
background:#fffefd;

}

div.contentUnder{
margin:0 auto;
width:874px;
height:auto;
border-left: 1px solid #656565;
border-right: 1px solid #656565;
border-bottom: 1px solid #656565;
background:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
}

div.footer{
margin:0 auto;
width:864px;
height:82px;
border-left: 1px solid #656565;
border-right: 1px solid #656565;
border-bottom: 1px solid #656565;
background:url(../images/footerBackground.jpg) no-repeat;
}

div.footerleft{
float:left;
color:#6CC4E5;
padding-top:65px;
padding-left:5px;
font-weight:bold;
}

div.footerright{
float:right;
color:#2A697F;
font-size:15px;
font-weight:bold;
padding-top:7px;
padding-right:5px;
}

.header #logo{
float:left;
padding-top:2px;
}

.header .headerPhone {
color:#0182B4;
font-size:18px;
font-weight:bold;
float:right;
padding-right:10px;
padding-top:25px;
}

.header .headerLinks {
font-size:12px;
float:right;
padding-right:10px;

}

div.microsoft{
margin:0 auto;
width:864px;
padding-top:1px;
}

.SectionHeader {
	color: #00C;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial;
	text-align: left;
	vertical-align:bottom;
	padding: 10px 5px 1px 0px;
	border-bottom-color:#929277;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	height:30px;
}

a.disabled:link
{
text-decoration:none;
cursor:text;
color:#BF910C;
font-size:11px;
}

a.disabled:hover 
{
text-decoration:none;
cursor:text;
color:#BF910C;
}

a.disabled:visited 
{
text-decoration:none;
cursor:text;
color:#BF910C;
}