/* ####################### GLOBAL Styles ######################## */

body {
	background: #4d6235 url(images/bg.gif) top center repeat-y;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #949494;	
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #5c9114;	
	text-decoration: underline;
}

a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6ec7bf;	
	text-decoration: underline;
}

.sm {
	font-size: 10px;
}	


ul { 
	margin-left: 1em; 
	padding-left: 5px; 
	margin-bottom: 0; 
	padding-bottom: 0; 
	margin-top: 4px; 
	padding-top: 4px; 
	list-style: bullet;
}

li { 
	margin-bottom: 6px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6d6e71;	
	font-weight: normal; 	
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5c9114;	
	font-weight: bold; 	
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 3px 0 6px 0;
	padding: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #94c29f;	
	font-weight: bold; 	
	margin: 15px 0 6px 0;
	padding: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #6d6e71;	
	font-weight: normal; 	
	margin: 0;
	padding: 0;
}


/* ####################### CONTAINER Divs ######################## */


#container {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#content {
	text-align: center;
	background-color: #ffffff;
}

.floatcol {
	float: left;
}

.floatcol2 {
	float: right;
}

.clear {
	clear: both;
}

#feature {
	margin: 0 auto;
}

.featureImage {
	margin: 0 auto;
	width: 627px;
	border: 6px solid #ECF0F0;
}

#featureText {
	width: 587px;
	padding: 20px 20px 14px 20px;
	margin: 0 auto;
	border: 6px solid #ECF0F0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #949494;	
}

#featureText a:link, #featureText a:visited {
	color: #5c9114;	
	text-decoration: underline;
}

#featureText a:hover, #featureText a:active {
	color: #6ec7bf;	
	text-decoration: underline;
}

/* ####################### HEADER Divs ######################## */


#header {
	background-color: #a8e6e6;
	width: 700px;
	text-align: left;
	height: 96px;
}

#logo {
	background: #a8e6e6 url(images/bg_header.gif) repeat-x;
	width: 350px;
	float: left;
}

#contact {
	background: #a8e6e6 url(images/bg_header.gif) repeat-x;
	width: 350px;
	float: left;
	text-align: right;
}

/* ####################### NAVIGATION Styles ######################## */


#nav {
	background-color: #9addd9;
	height: 19px;
	clear: both;
}

#subnav_container {
	background-color: #ffffff;
	height: 35px;
	text-align: left;
}

#subnav {
	background-color: #ffffff;
	padding-top: 10px;
	height: 17px;
}

#subhead_container {
	background-color: #ffffff;
	height: 78px;
	text-align: left;
}

#subhead {
	padding: 22px 0 0 38px;	
	background-color: #ffffff;
}

#detail {
	text-align: center;
	background-color: #ffffff;
}

#detail_header {
	text-align: left;
	width: 300px;
	float: left;
	padding: 12px 0 0 33px;
}

#detail_nav_container {
	float: right;
	padding: 16px 30px 0 0;
	width: 208px;
	height: 29px;	
}

#detail_nav {
	text-align: right;
	padding: 7px 2px 3px 7px;
}

#detail_nav2 {
	margin: 40px 0 350px 0;
	background: #ffffff url(images/bg_detailnav2.gif) repeat-x;
	height: 27px;
}

/* ####################### BODY Styles ######################## */

#shadow_top {
	background: #ffffff url(images/bg_shadow_top.gif) repeat-x;
	height: 16px;
	clear: both;
}

#shadow_top_tall {
	background: #ffffff url(images/bg_shadow_top_tall.gif) repeat-x;
	height: 35px;
	clear: both;
}

#shadow_top_detail {
	background: #ffffff url(images/shadow_top_detail.gif) repeat-x;
	height: 45px;
	clear: both;
	padding: 0 0 14px 0;
}

#port_thumbs {
	background-color: #ffffff;
	padding: 25px 0 0 0;
	text-align: left;
}

#resume {
	background-color: #ffffff;
	padding: 0 0 0 42px;
	text-align: left;
}

#shadow_bot {
	background: #ffffff url(images/bg_shadow_bot.gif) repeat-x;
	height: 7px;
	clear: both;
}

.ltgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #94c29f;	
	font-weight: bold; 	
}