/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #516E8C;	
}

.hidden {
	display: none;
}

#pageContainer {
	width: 778px;
	margin: auto;
}

#mainHead {
	background: #BFB6B3
				url(images/t3Head.jpg);
	height: 57px;
}

#mainNav {
	text-align: right;
	font-family: Arial;
	color: #FFFFFF;
	background: #807969;
	height: 22px;
	line-height: 22px;
	border:5px solid #BFB6B3; 
	border-width:0 0 5px 0; 
}

#mainNav a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CAC2BF;
	color: #1A3A60;
}

#theMiddle {
	background: #817869;
}

#sideNav {
	float: left;
	width: 153px;
	background: #CAC2BF;
}

#sideNavSub {
	float: left;
	width: 153px;
	background: #817869
				url(images/subNavBkg.jpg);
				background-repeat: no-repeat;
	height: 475px; /* for IE */
	min-height: 475px; /* for not-IE */
}

#sideNavSub .padding {
	padding: 5px;
}

#sideNavSub a {
	color: #1A3A60;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

#sideNavSub a:hover {
	color: #FFFFFF;
}

#sideNavSub a:active {
	color: #ffffff;
}


#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li.clsActive a, a:link, a:visited, a:hover{
            color: #ffffff;
}

#navlist li {
	padding-left: 9px;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

.sideNavQuote {
	margin: 0;
	padding: 0;
	width: 127;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
	font:normal 12px Arial;
	font-style: italic;
}

#content {
	float: right;
	width: 620px;
	border:5px solid #CAC2BF; 
	border-width:0 0 0 5px; 
	background: #FFFFFF;
	line-height: 20px;
	min-height: 475px; /* for not-IE */
	height: 100% !important;
	height: 475px; /* for IE */
}

#content .padding {
	padding: 16px;
}

#content .bio {
	float: right;
	width: 380px;
	background: #FFFFFF;
}

#content a {
	color: #1A3A60;
}

#content a:hover {
	color: #1A3A60;
	text-decoration: none;
}

.mainHeads {
	color: #1A3A60;
	font-weight: bold;
	font-size: 15px;
}

#header {
	background: #817869
				url(images/homeHeader.jpg);
	height: 184px;
}

#headerQuote {
	float: right;
	width: 420px;
	text-align: center;
	color: #FFFFFF;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
	font-family: Arial;
}

#headerAlign {
	background: #817869
				url(images/T3_SUB_ALIGN.jpg);
	height: 184px;
}

#headerService {
	background: #817869
				url(images/T3_SUB_SERVICES.jpg);
	height: 184px;
}

#headerClient {
	background: #817869
				url(images/T3_SUB_CLIENTS.jpg);
	height: 184px;
}

#headerAbout {
	background: #817869
				url(images/T3_SUB_ABOUT.jpg);
	height: 184px;
}

#headerContact {
	background: #817869
				url(images/T3_SUB_CONTACT.jpg);
	height: 184px;
}

#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	background: #807969;
	height: 35px;
	line-height: 35px;
	border:5px solid #BFB6B3; 
	border-width:5px 0 0 0; 
}
