body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	font-size: 13px;
	}

#container { 
	width: 990px;  
	margin: 10px auto 0; 
	text-align: left;
	} 

#header { 
	background: #fff; 
	} 

#home_content{
	background: url(/images/bg_left.gif) repeat-y;
	float:left;
	width: 990px;
	}
	
#content{
	padding: 10px;
	float:left;
	width: 970px;
	}
	
#left {
	float: left; 
	width: 312px;
	padding: 10px;
	background: #cfdccf;
	}

#right { 
	margin: 0 0 0 342px;
	width: 648px;
} 
	
.home_h1{
	background: none;
	padding-top:10px;
	}
	
h1{
	color: #00185c;
	font-size: 22px;
	background: #cfdccf;
	margin: -10px -10px 0 -10px;
	padding: 4px 0 4px 10px;
	font-weight:normal;
	}

h2{
	color: #3d5538;
	font-size: 18px;
	font-weight:normal;
	}

.city_bg{
	background:#CCF;
	width: 250px;
	padding:2px 0 2px 4px;
}

h3{
	color: #456195;
	font-size: 14px;
	font-style:italic;
	}

.pic{
	margin: 15px 0 10px 10px;
	float:right;
	}

/*.anchors{
	margin-left: 20px;
	width: 200px;
	border-top: 1px solid #456195;
	border-bottom: 1px solid #456195;
	}
	
.anchors a:link, .anchors a:visited{
	background: url(images/anchor.gif) left center no-repeat;
	display:block;
	padding: 4px 0 4px 15px;
	}

.anchors a:hover{
	background: url(images/anchor_hov.gif) left center no-repeat;
	}
*/	
a:link, a:visited{
	color:#456195;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	color:#a7cae7;
	}

.pullquote{
	border: 2px solid #6d486d;
	width: 310px;
	background: #fff;
	}

.pullquote p{
	margin:0;
	padding: 10px;
	}
	
a.pullquote_link {
	display:block;
	color: #fff;
	background: url(/images/bg_pullquote_link.jpg) repeat-x;
	text-decoration:none;
	padding: 4px 0;
	text-align:center;
	font-weight:bold;
	border-top: 2px solid #6d486d;
	}

a.pullquote_link:hover{
	background: url(/images/bg_pullquote_hov.jpg) repeat-x;
	color: #cfdccf;
	border-top:2px solid #6d486d;
	}

.list li{
	list-style: none;
	padding-left: 10px;
	background:url(/images/dot.gif) left top no-repeat;
	}
	
.team{
	margin-left:15px;
	}
	
#footer { 
	margin-top:10px;
	} 

#footer p {
	text-align:center;
	font-size: 12px;
	}

.footer_green{
	background: #4f6a4f;
	color: #fff;
	padding: 10px;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
/*Drop down menu*/

#nav{
	float:left;
	background: #00185c;
	width: 990px;
	margin: 10px 0;
	position:relative;
	}
	
#nav ul{
	margin:0;
	padding:0;
	}
	
#ddm{
	z-index: 30;
	}
	
#ddm li{
	list-style:none;
	float: left;
	}

#ddm li a{	
	display: block;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	}

#ddm li a:hover{
	background: #456195;
	color: #fff;
	}
	
#ddm div{	
	position: absolute;
	visibility: hidden;
	}

#ddm div a{	
	position: relative;
	min-width:185px;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 4px 4px;
	background: #a7cae7;
	color: #00185c;
	border: 1px solid #00185c;
	border-top: none;
	font-weight:bold;
	background: #e0edf8;
	font-size: 13px;
	}

#ddm div a:hover{
	color: #fff;
	background: #456195;
	}

#m1{
	position:absolute;
	top:32px;
	left:59px;
	}
	
#m2{
	position:absolute;
	top:32px;
	left:142px;
	}
	
#m3{
	position:absolute;
	top:32px;
	left:279px;
	}
	
#m4{
	position:absolute;
	top:32px;
	left:406px;
	}
	
#m5{
	position:absolute;
	top:32px;
	left:511px;
	}
	
	
/*Forms*/
.form_short{
	float:left;
	background: #cfdccf;
	margin-left: 20px;
	width: 450px;
	padding: 10px;
	}

.label1{
	display:block;
	float:left;
	width: 150px;
	color: #3d5538;
	font-weight:bold;
	text-align:right;
	padding-right: 3px;
	padding-top:2px;
	}

.required{
	color: #6d486d;
	}
	
.input1{
	display:block;
	float:left;
	margin-bottom: 10px;
	}

textarea{
	width: 144px;
	margin-bottom:10px;
	}
	
.submit{
	float:right;
	color: #fff;
	background: url(/images/bg_pullquote_link.jpg) repeat-x;
	border: 2px solid #6d486d;
	padding: 2px;
	margin-right:48px;
	margin-bottom:0;
	}

.submit:hover{
	background: url(/images/bg_pullquote_hov.jpg) repeat-x;
	}

div.new_applicant {
	float:left;
}

table.new_applicant{
	border: 2px solid #cfdccf;
	background: #fff;
	}

.new_applicant th{
	font-size: 14px;
	background: #cfdccf;
	padding: 4px;
	}

.new_applicant td{
	padding: 2px 10px 2px 4px;
	border-top: 1px solid #cfdccf;
	}
	
th a:link, th a:visited{
	color: #456195;
	}

th a:hover{
	color: #fff;
	text-decoration:underline;
	}

.content_col{
	float:left;
	width: 320px;
	}

address{
	margin: 15px 0 10px 0;}
