
body {
	background: #325a40 url('../images/layout/bg_body.gif') repeat-x;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 20px;
	color: #32684a;
	background: url('../images/layout/dotted_border_horz.gif') bottom repeat-x;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

p {
	color: #676767;
	line-height: 22px;
	font-size: 14px;
}

a:link, a:visited {
	color: #13583a;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

#container {
	width: 880px;
	margin: auto;
	text-align: left;
}

#header {
	width: 880px;
	height: 108px;
	background: url('../images/layout/bg_header.png') no-repeat;
}

#navigation {
	position: relative;
	top: 60px;
	float: right;
}

#navigation a:link, #navigation a:visited {
	line-height: 22px;
	padding: 4px 10px 4px 10px;
	color: #13583a;
	text-decoration: none;
}

#navigation a:hover, #navigation a:visited:hover, #navigation a.active {
	color: #FFFFFF;
	background: #318d66;
}

#navigation .active {
	color: #FFFFFF;
	background: #318d66;
	line-height: 22px;
	padding: 4px 10px 4px 10px;
}

#main {
	width: 880px;
	background: url('../images/layout/bg_main.png') repeat-y;
	min-height: 400px;
}

ul#services {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

ul#services li {
	background: url('../images/layout/bullet_arrow.gif') center left no-repeat;
	text-indent: 22px;
	line-height: 26px;
	margin-left: 10px;
	color: #13583a;
	
}

.inner {
	padding: 0 65px 0 61px;
}

.menuHead {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 20px;
	color: #32684a;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	font-weight: bold;
}

#contentWrap {
	padding-top: 13px;
}

#left {
	float: left;
	width: 215px;
}

#right {
	float: right;
	width: 537px;
	background: url('../images/layout/dotted_border_vert.gif') left repeat-y;
}

#banner {
	padding-top: 10px;
}

#footer {
	width: 880px;
	height: 104px;
	background: url('../images/layout/bg_footer.png') no-repeat;
	text-align: right;
}

.innerFooter {
	font-size: 12px;
	padding-top: 18px;
	line-height: 18px;
	color: #13583a;
}
#imageBar {
	text-align:center;
}
#imageBar img {
	padding:15px;
	border:medium;
	border-color:#326044;
}

img#ctn
{
	margin-top: 20px; 
	border: 1px solid #000000;
}

div#about
{
	/*border: 1px red solid;*/
	border-bottom: 3px #ccc dotted;
	margin-bottom: 20px;
}

div.person
{
	overflow: auto; 
	width: 790px; 
	/*border: 1px solid red;*/ 
	position: relative; 
	left: 50%; 
	margin-left: -395px;
	padding-bottom: 40px;
}

div.person div.picture
{
	float: left; 
	border-right: 3px #ccc dotted; 
	width: 235px;
}

div.person div.picture img
{
	position: relative; 
	left: 50%; 
	margin-left: -75px;
	width: 150px; 
	height: 200px;
}

div.person div.bio
{
	width: 490px; 
	float: right;
	margin-right: 20px;
}

div.person div.bio h3
{
	color:#676767;
	font-family: "Times New Roman",Georgia,serif;
	padding-top: 0px;
	margin-top: 0px;
}




