body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #163d58;
	background-color: #bfd0dc;
	font-size: 15px;
}	

#wrap {
	background: URL(bg.png) #ffffff repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;

}

#wrap_bg {
	background: url(bg_head.jpg) center top no-repeat;
}

#wrap_body {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-bottom: 40px;
	
}

a {
	color: #1c6da9;
}

a.light {
	color: #cce6fd;
}	

a:hover {
	text-decoration: none;
	cursor:pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}


														/* Header */

#header h1, #header h2 {
	margin: 0;
	padding: 0;
	font-size:20px;
}

#header a h1 {
	height: 100px;
	width:340px;
	float: left;
}

#header h2, #header span {
	display: none;
}

#header p {
	float: right;
	text-align: right;
	padding: 20px 25px 0 0;
	font-size:13px;
	color: #e6ebf0;
}


													/* Navigation */

#nav {
	width: 800px;
	height: 41px;
	float: left;
	background: url(nav_bg.png) #4b7ea3 repeat-x;
	margin: -1px 0 0 0; 
	z-index:10;
	position: relative;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
}

#nav ul li {
	font-family:arial !important;
	display: inline;
	height: 30px;
	float: left;
	padding: 11px 13px 0 13px;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff !important;
	background: url(nav_div.png) no-repeat top left;
}

#nav a {
	color: #ffffff !important;
}

#nav ul li:hover {
	background-color: #4b7ea3 !important;
}

.active {
	background-color: #3d6c8f !important;
}

#nav a {
	text-decoration: none;
}

#nav_left {
	background: url(nav_left.png) no-repeat top left !important;
	padding: 11px 0 0 20px !important;
}

#nav_erase {
	background-image:none !important;
}
														
#nav_right {
	background: url(nav_right.png) no-repeat top right !important;
	float: right !important;
}		
	
													/* Navigation Left */
													
#nav_side {
	float: left;
	
}

.sidebar_links {
	margin: -3px 0 0 4px;
	padding: 0;
	list-style: none;
	width: 208px;
	background: url(sidebar_bg.png) #ffffff no-repeat;
	z-index:1;
	position: relative;
	padding: 10px 0 0 0px;
	float: left;
	min-height: 300px;
}

.sidebar_links div {
	margin: 0 0 0 20px;
	height: 32px;
	padding: 8px 0 0 0;
}



.active2 {
	background: url(sidebar_active_bg.png) repeat-x !important;	
	color: #ffffff;
	margin: 0 0 0 0px !important;
	padding-left: 20px !important;
	border-right: 0 !important;
}

.sidebar_links span {
	height:36px;
	width: 11px;
	background: url(sidebar_active_right.png) no-repeat;
	float: right;
	position: relative;
	top:-40px;
	left:10px;
}


													/* Content */		
													
.box {
	float: left;
	margin: 0;
	display: block;
}

.box h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #173d59;
	border-bottom: solid 1px #a1b1bc;
	padding: 0 0 3px 10px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}	


.box p {
	padding: 0 0 0 10px;
	margin: 0;
}

.box ul {
	list-style: none;
	margin: 15px 0 0 25px;
	padding: 0;
}		

.box li {
	background: url(list_bullet.png) no-repeat 0 6px;
	padding: 0 0 0 15px;
}	

													/* Box Variations */
													
.box_bio {
	height:299px;
	width: 210px;
	background: url(bio_picture.png) #777777 no-repeat;
	display: inline;
	float: right;
	border: solid 8px #8daec6;
	margin: 15px 0 0 15px;
}

.box_mission {
	font-size:16px;
	text-align: justify;
}

.box_quote {
	font-size: 20px;
	margin: 20px 0 0 60px;
	color: #556c7c;
}

													/* Button */		
													

.button div {
	padding: 3px 8px 0 8px;
	background: url(button_bg.png) #ffffff repeat-x bottom;
	float: left;
	height: 20px;
	border: solid 3px #93a3b0;
	color: #2d5068;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}	

.button:hover div {
	background-image: none;
	background-color:#dadada;
}	

.button  {
	text-decoration: none !important;
}										
													/* Footer */														
														
#footer_wrap {
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: #a6b8c5 solid 5px;
}	

#footer {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
	text-align: center;
	color: #8295a2;
}			

#footer a {
	color: #8295a2;
}		

#footer div {
	font-style: italic;
	font-size: 14px;
	margin: 10px 0 20px 0;
}		


													/* Services */														

#services {
	padding-left: 7px;
}

#services ul {
	margin: 0;
	padding: 0 0 12px 15px;
}

#services h4 {
	margin: 0;
	padding: 0 0 7px;
	font-size: 17px;
	font-weight: 100;
}

#services ul li {
	margin-bottom: 3px;
}



													/* Xtra */														


.w240 {
	width: 238px;
	position: relative;
	left: 8px;
}			

.w550 {
	width: 554px;
}	

.w100p {
	width: 100%;
}

.w800 {
	width: 800px;
}

.a_1 {
	margin-top:15px;
}

.a_2 {
	padding-left: 20px;
}

.a_3 {
	margin-right: 25px;
}

.a_4 {
	height: 265px;
	width: 208px;
 	float: left;
	clear:left;
	margin: 0px 0 0 -3px;
	z-index: 10;
	position:relative;
	top:-180px;

}

.a_5 div {
	position: relative;
	top: 251px;
	left: 34px;
}

.a_6 {
	margin: -8px 0 0 25px;
	width:500px;
}

.a_7 div {
	font-size: 15px !important;
}

.a_8 span {
	font-style: italic;
}		

.a_9 {
	margin-top: 0px !important;
}			
														
														
														
														
														
														
														
														
														
														
														
														