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


body{
	color:#000;
	font-family:Georgia, Palatino, "Times New Roman", Times, serif;
	background-color: #b49d7d;
	font-size:.625em;
}

p{
	font-size:1.3em;
}

a{
	color:#333;font-weight:bold;text-decoration:none;
}
a.selected, a:hover{color:#6799be;}

ul{list-style-position:inside;}


.clear{clear:both;}

#nav{
	width:800px;
	height:36px;
	border-bottom:1px solid #fff;
	background-color:#77a3c4;
}

#navUL{
	text-align:center;
	vertical-align:center;
	padding:0 15px;
	
}

#navUL li{
	display:inline;
	line-height:36px;
	/*padding:0 45px;*/
	float:left;
	text-align:center;
}

#navUL a:hover, #navUL:hover, #navUL a.selected{
	background-color:#0B588F;
	color:#ddd;
}
	
#navUL a{
	color:#333;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:0 26px;
	
	}	

#nav li{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.4em;
}

#container{
	width:800px;
	margin:40px auto 20px;
}

#content{
	width:800px;
	background-color:#fff;
}

#blueBand{
	background-image:url(../_images/blue-band.jpg);
	width:800px;
	height:57px;
	border-top:6px solid #333;
}

#headshot{
	margin:25px 33px 0;
	float:left;
	width:226px;
}
#textContent{
	float:left;
	width:480px;
}

#textContent p{
	margin-top:33px;
	padding: 0 15px 15px 0;
	line-height:1.6em;
}

#textContent ul{
	list-style-image:url(../_images/blue-bullet.png);
	margin:-10px 0 0 30px;
	font-size:1.3em;
	line-height:1.6em;
}	
#textContent ul li{
}

#footer p{
	margin:7px 0 0 50px;
	text-align:center;
	color:#333;
	line-height:1.3em;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	width:650px;
}
#footer a{
	float:right;
	width:100px;
	margin-top:7px;
}

/**************   Sub Pages    *************/

#leftNav{
	float:left;
	padding:13px 12px 22px 22px;
	width:170px;
	font-size:1.36em;
	font-weight:bold;
	border-right:2px solid #333;
	margin-top:25px;
	font-family: Helvetica, Arial, sans-serif;
}

#leftNav ul li{
	line-height:1.2em;
	padding-top:10px;
}
#leftNav a{
	color:#0B588F;
}
#bodyContent{
	float:left;
	width:550px;
	margin-top:33px;
	padding: 0 15px 15px 25px;
	min-height:350px;
}

#bodyContent h1{
	font-family:Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.8em;
	color:#333;
	margin-bottom:15px;
	text-align:center;
}
.sectionBreak{
	margin:5px 0 15px;
	border-top:1px dashed #ccc;
}
#bodyContent p, #bodyContent ol{
	line-height:1.7em;
}
#bodyContent ol{
	font-size:1.3em;
	list-style-position:inside;
}
#bodyContent ol li{
	padding-top:5px;
}

span.italic{
	font-style:italic;
}

.returnTop{
	text-align:right;
	font-size:1.1em;
	margin-top:10px;
}
.returnTop a{
	color:#666;
	font-weight:normal;
}
/**************   Contact    *************/
form{
	margin:12px 0 12px 70px;
}
form li{
	line-height:30px;
	clear:both;
	font-size:1.2em;
}
label{
	font-weight:bold;
	color:#333;
	display:block;
	width:130px;
	float:left;
}

input{
	width:310px;
	background-color:#ccc;
	border:1px solid #333;
	font-size:1.1em;
}

textarea{
	width:310px;
	background-color:#ccc;
	border:1px solid #333;
	font-size:1.1em;
}

#send{
	background-color:#ccc;
	border-width:1px solid #333;
	margin:10px 0 0 130px;
}

#updates{
	line-height:16px;
}


#updates h3{
	margin:16px 0 4px;
	font-size:1.2em;
	font-weight:bold;
	color:#111;
}
#updates p{
	margin:0px;
	padding:0px;
}