/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin:0px 0px; 
	padding:0px;
	text-align:center;
}
#wrapper{
	text-align: center;
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	height: 110px;
	text-align: left;
	margin-bottom: 50px;
}
#blue_bar{
	height: 5px;
	background-image: url(../images/blue_bar_bg.gif);
	background-repeat: repeat-x;
}
#black_bar{
	height: 5px;
	background-image: url(../images/black_bar_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}
#contact_bar{
	text-align: right;
	padding-top: 10px;
}
.phone{
	font-size: small;
	font-weight: bold;
	clear: both;
	text-align: right;
}
#nav{
	height: 40px;
}
#nav ul{
	list-style: none;
}
#nav ul li{
	float: right;
}
#nav a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #000000;
}
#nav li {
	float: left;
	padding: 0px;
}
#nav li ul {
	position: absolute;
	display: none;
	height: auto;
	width: 150px;
	w\idth: 150px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
	border: #97a9d2 solid 1px;
	background-color: #FFFFFF;
}
#nav li li {
	padding-right: 0px;
	width: 150px;
	height: 25px;
	z-index: 2;
	
}
#nav li ul a {
	display: block;
	width: 140px;
	w\idth: 140px;
	height: 25px;
	text-align:left;
	padding-left: 10px;
	font-size: small;
	line-height: 2;
}

#nav li:hover ul, #nav li.sfhover ul{
	left: auto;
	display: block;
}

#nav ul li ul li:hover, #nav ul li ul li.sfhover {
background-color: #97a9d2;
	z-index: 2;
}
#nav ul li ul li a:hover, #nav ul li ul li a.sfhover{
color: #000000;
text-decoration: underline;
}



#title{
height: 60px;
border-bottom: #e1e1e1 solid 1px;
text-align: left;
}
h1{
font-weight: normal;
font-family: helvetica, arial, san-serif;
font-size: x-large;
padding-top: 30px;
}
h2{
font-weight: bold;
font-family: helvetica, arial, san-serif;
font-size: small;
padding-top: 0px;
}
#main_content{
padding-top: 25px;
text-align: left;
padding-bottom: 35px;
}
#left_col{
width: 475px;
float: left;
margin-right: 70px;
}
#right_col{
width: 385px;
float: left;
background-color: #e1e1e1;
padding: 10px;
}
#wide_col{
width: 930px;
float: left;
}
.clearit{
clear: both;
}
p{
margin-bottom: 20px;
}
p a{
color: #000000;
font-weight: bold;
text-decoration: none;
}
p a:hover, p a.sfhover{
color: #000000;
font-weight: bold;
text-decoration: underline;
}
#main_content ul{
list-style: inside;
}
#main_content li{
margin-bottom: 10px;
color: #97a9d2;
}
#main_content li span{
color: #000000;
}
.pullquote{
margin-top: 10px;
}

form{
width: 365px;
background-color: #FFFFFF;
padding: 10px;
}
label{
	color: #000000;
	float: left;
	font-weight: bold;
	height: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 80px;
}

input, textarea{
	float: left;
	border: 1px solid #d3d3d3;
	margin-bottom: 15px;
	width: 270px;
}

textarea{
	height: 120px;
	width: 270px;
}

input:focus, textarea:focus{
	border: solid 1px #97a9d2;
}

.boxes{
	width: 1em;
}

#formrow{
	clear: both;
	padding-bottom: 10px;
	width: 365px;
}

.submitbtn{
	border: none;
	height: 30px;
	margin-left: 90px;
	margin-right: 20px;
	width: 70px;
}
.submitbtn:hover, .submitbtn.sfhover{
	border: none;
	height: 30px;
	margin-left: 90px;
	margin-right: 20px;
	width: 70px;
	background-color: #97a9d2;
}


.comp{
	font-size: small;
}

.message{
	padding-bottom: 140px;
	padding-top: 10px;
	padding-left: 10px;
}


#footer{
padding-top: 15px;
padding-bottom: 40px;
text-align: left;
height: 20px;
font-weight: bold;
}
#footer a{
text-decoration: none;
color: #000000;
}
#footer a:hover, #footer a.sfhover{
text-decoration: underline;
color: #000000;
}
#footer_left{
width: 700px;
float: left;
height: 20px;
}
#footer_right{
width: 250px;
float: left;
height: 20px;
}
#footer_left ul{
list-style: none;
}
#footer_left ul li{
float: left;
margin-right: 25px;
}
#footer_right ul{
list-style: none;
}
#footer_right ul li{
float: right;
}