﻿@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border:0;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #64615f;
	line-height: 120%;
}
img {
	border:0;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. *//*padding-top:68px;*/
	font-size: 12px;
}
#topBlock {
	background: #ffffff;
	height:40px;
}
#navBlock {
	height: 83px;
	text-align: left;
}
#homeSpan {
	background-attachment: inherit;
	background-image: url(images/homeSpan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 140px;
	padding-top:75px;
	margin: 0 auto;
}
#srvcSpan {
	background-attachment: inherit;
	background-image: url(images/srvcsSpan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 140px;
	padding-top:75px;
	margin: 0 auto;
}
#expSpan {
	background-attachment: inherit;
	background-image: url(images/expSpan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 140px;
	padding-top:75px;
	margin: 0 auto;
}
#prncSpan {
	background-attachment: inherit;
	background-image: url(images/prncSpan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 140px;
	padding-top:75px;
	margin: 0 auto;
}
#learnMore { /* learn more link */
	float: left;
	position:absolute;
	width : 160px;
	height: 20px;
	margin-left: 20px;
	margin-top: 85px;
}
#dotLine {
	background-attachment: inherit;
	background-image: url(images/dotLine.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:10px;
	margin: 0 auto;
	height: 2px;
}
#contentArea {
	padding-top:10px;
	margin-bottom:px;
}
#btmBlock {
	background: #656160;
	height:9px;
}
#btmInfo {
	padding-top:20px;
	background: #ffffff;
	height:15px;
	text-align: center;
	margin-bottom:40px;
}
#principalList {
	background-color: #f3efec;
	width: 200px;
	margin-right: 5px;
	vertical-align:top;
}
#principalList ul {
	padding:0;
	margin:0;
	background-color: #fff;
}
#principalList ul li {
	padding: 12px;
	margin: 0 0 1px 0;
	list-style: none;
	line-height: 130%;
	background-color: #e8e3dd;
	cursor:pointer;
}
#principalList ul li.hover {
	background-color: #d7cec5;
}
#principalList ul li.active {
	background-color: #ff9b05;
	color: #fff;
}
#principalDetails {
	background-color: #f3efec;
	width: 565px;
	vertical-align:top;
	padding: 15px;
}
.principalDetail {
	display: none;
}
.photoAndName h2 {
	font-size: 180%;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: normal;
}
.photoAndName img {
	vertical-align:baseline;
	padding-right: 15px;
}











