@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 25px; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
#header {
	background: #e1f2f8; 
	padding: 0;  
}
#mainContent {
	padding: 15px 55px 5px 55px; 
	background: #FFFFFF;
	clear: left;
}
#footer {
	padding: 5px 55px 15px 55px; 
	background: #FFFFFF;
}
#profile {
	margin: 0 auto;
	}
#profileLeft {
	float: left; 
	width: 255px;
	#margin: 10px 0 10px 0;
	padding-bottom: 5px;
}
#profileRight {
	margin: 0;
	position: relative;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* NAV BAR CSS */
#navcontainer {
	position: relative;
	width: 900px;
	height: 42px;
	padding: 0;
	margin: 15px 0 5px 0;
	background: #c5e8e4;
	}

#nav {
	position: absolute;
	top: 0;
	left: 142px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	display: inline;
	overflow: hidden;
	width: 735px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:42px; /* for IE5/Win */
	}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -42px;
	}
	
#thome a  {
	width: 88px;
	background: url(images/home.gif) top left no-repeat;
	}

/* #tgroups a  {
	width: 116px;
	background: url(images/groups.gif) top left no-repeat;
	} */

#tservices a  {
	width: 102px;
	background: url(images/services.gif) top left no-repeat;
	}

#tstaff a  {
	width: 82px;
	background: url(images/staff.gif) top left no-repeat;
	}

#twho a  {
	width: 131px;
	background: url(images/who.gif) top left no-repeat;
	}
	
/* #tmission a  {
	width: 100px;
	background: url(images/mission.gif) top left no-repeat;
	} */

#tforms a  {
	width: 88px;
	background: url(images/forms.gif) top left no-repeat;
	}

#tcontact a  {
	width: 128px;
	background: url(images/contact.gif) top left no-repeat;
	}
	
/* TEXT STYLES */

h1 {
	color: #007c66;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 6px;
}
p {
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 19px;
	}
h3 {
	color: #1c7caa;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-variant: normal;
}
.green {
	color: #007c66;
}
.copyright {
	font-size: 10px;
	margin-bottom: 20px;
}
a {
	color: #135778;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover {
	color: #007c66;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.subhead {
	color: #1c7caa;
	font-weight: bold;
	margin-bottom: 6px;

}

ul,ol {
	font-size: 13px;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 12px;
	}
li {
	padding-bottom: 4px;
}
.twocol {
	float: left;
	padding: 0 85px 0 0;
}
.subheadnomargin {
	color: #1c7caa;
	font-weight: bold;
	margin-bottom: 0;
}
.imgfloat {
	float:right;
	padding: 3px 0 3px 25px;
}