
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f2ead0 repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2em;		
}
h2 {
	font-size: 2em;
	color: #1ab17b;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

#header_icons {
		 position: absolute;
		 right: -80px;
		 top: -50px;
		 }
		 
		#header_icons ul {
		height:30px;
		width:200px;
		}
		
		#header_icons ul li {
			display:inline;
			float:left;
			height:50px;
			margin:0px;
			padding:0px;
		}
		#header_icons img {
			display: inline;
			float:left;
			margin:0px;
			padding-left: 2px;
		}


a, a:visited {	
	color: #17a8bb;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #72ab2f;
	background: inherit;
	text-decoration: underline;
}



/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #097888;
}
dd {
  padding-left: 25px; 
}

#wrap {
	position: relative;
	width: 952px;
	background: #FFF repeat-y center top;
	margin: 95px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 141px;
	background: url(images/aboutheader.jpg) no-repeat;	
	padding: 0;	
	margin: 0;	
}

#logo {
         position: relative;
		 left: -20px;
		 top: -80px;
		 padding-top: 2px;
		 }
		 

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #000 no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #b3eef3;	
}
#nav ul li#current {
	background: transparent url(left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #003a5c; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E8E8E8; 	
}
#main h2 a {
	color: #003a5c;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#pic-links {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#link1 {
	margin: 0px;
	float: left;
	min-height: 280px;
	padding-bottom:10px;
	margin-bottom:10px;
	width: 300px;
	margin-right: 17px;
	margin-left: 18px;
}
#link2 {
	margin: 0px;
	float: left;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height: 280px;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
#link3 {
	margin: 0px;
	float: left;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height: 280px;
	width: 300px;
	margin-right: 18px;
	margin-left: 17px;
}


/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 2px 0 25px 0;
	background: #000 no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
	overflow: hidden;
}
#footer .left {
	width: 250px;
	float: left;
	text-align: left;
	padding: 0 0px 0 25px;
}
#footer .center {
	width: 402px;
	float: left;
}
#footer .right {
	width: 250px;
	float: right;
	text-align: right;
	padding: 0 25px 0 0px;
}
#footer p {
	padding:10px 0;
}
#footer a, #footer a:visited {
	color: #17a8bb;
}

#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}