@charset "utf-8";
/* Reset browser attribs */
html, body, div, blockquote, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, td {
	margin:0px;
	padding:0px;
}
/* general layout */
html, body {
	background-color: #7c8aa7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#57595b;
	font-weight: normal;
}
#container {
	position:relative;
	background-color: #ffffff;
	width: 940px;
	margin:0 auto;
	padding-top:15px;
}
#mainNav {
	background-color: #797d80;
	height: 92px;
	margin:0px 0px 15px 0px;
}
#subNav {
	background-color: #a4afb5;
	background-image: url(/site_images/general/subNav_bg.jpg);
	height:24px;
}
#content {
	padding: 0px 0px 20px 0px;
}
#footer {
	width: 940px;
	margin:0 auto;
	height: 23px;
	margin-top:11px;
	background-image: url(/site_images/general/footer_strip.jpg);
}
/* main Nav */
#logo {
	float:left;
}
#mainNavContainer {
	padding: 20px 20px 0px 0px;
}
#mainNav UL {
	list-style-type:none;
	display: inline;
}
#mainNav LI {
	display: inline;
}
#mainNavContainer a {
	padding:3px 10px 54px 10px;
	height: 70px;
	font-size: 13px;
	text-decoration:none;
	display: inline;
	color: #FFFFFF;
}
#mainNavContainer a:hover {
	background-color: #cbccce;
}
/* subNav */
#subNav1, #subNav2, #subNav3, #subNav4, #subNav5, #subNav6 {
	padding: 0px 20px 0px 0px;
	height:24px;
	display:none;
	float:right;
}
#subNav UL {
	padding:0px;
	list-style-type:none;
	height:24px;
}
#subNav LI {
	margin:0px;
	padding:0px;
	display: inline;
}
#subNav a {
	padding:5px 10px 7px 10px;
	height: 12px;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	color: #FFFFFF;
}
#subNav a:hover {
	background-color: #666666;
}
/* Content Layout */
#leftCol, #leftCol50, #leftColServices {
	float:left;
	width:575px;
	padding: 20px 40px 0px 56px;
}
#rightCol, #rightCol50, #rightColServices{
	float:left;
	width:230px;
	padding: 20px 20px 0px 0px;
	color: #333333;
}
#rightCol, #rightCol p {
	margin: 8px 0px 0px 0px;
	padding:0px;
	color: #7c8aa7;
	font-size: 10px;
}
#rightCol img {
	padding-bottom: 3px;
}
#rightColThumbs{
	float:left;
	width:255px;
	padding: 45px 0px 0px 0px;
	color: #333333;
}
.rightColThumbsBord{
	width:218px;
	margin: 0px 10px 30px 10px;
	border:1px solid #7c8aa7;
	height: 96px;
}
.rightColThumbsBord div{
	width:216px;
	height: 94px;
	margin:1px;
	overflow:hidden;
}

#leftCol50 {
	width:400px;
}
#rightCol50 {
	width:400px;
}
.clearFloat {
	clear:both;
}
/*  Project Specific Styles */
#leftColServices {
	width:335px;
}
#rightColServices {
	padding: 20px 0px 0px 0px;
	width:485px;
}
.projectSummary {
	width:220px;
	float:left;
	margin: 0px 20px 10px 0px;
	font-size: 11px;
	color: #666666;
}
.projImageSmall {
	width:216px;
	height:94px;
	overflow: hidden;
	margin: 1px;
}
.projImageBorder {
	border: 1px solid #7c8aa7;
	background-color: #FFFFFF;
	width:218px;
	height: 96px;

}
.projImageLarge {
	width:575px;
	height:280px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: center;
}
.projectSummary h3{
	margin: 8px 0px 0px 0px;
	padding:0px;
	height: 34px !important;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
.projectSummary .projLink{
	display:block;
	margin: 10px 0px 15px 0px;
	padding:0px;
	color: #7c8aa7;
	font-size: 11px;
	font-weight: normal;
}

/* Content Style */
p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom:15px;
}
h1 {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: lighter;
}
h2, h2 a {
	color:#57595b;
	font-size: 14px;
	line-height: 26px;
	font-weight: lighter;
}
h3, h3 a {
	color:#57595b;
	font-size: 13px;
}
#content ul {
	margin: 0px 0px 15px 20px;
}
a {
	color: #7c8aa7;
}

/* Accordian Styles */

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#f3f2f2;
	color:#333333;
	border:1px solid #FFF;
	cursor:pointer;
}
.dotted {
	border-bottom: dashed 1px #999999;
}
.accordion_headings:hover{
	background:#7c8aa7;
	color: #ffffff;
}

.accordion_child{
	padding:15px;
	background:#ffffff;
	border-bottom: solid 1px #cccccc;
}

.header_highlight{
	border-top: solid 1px #cccccc;
	background:#7c8aa7;
	color: #ffffff;
}
/* END Accordian Styles */
