body {
	background-color:#ECEDF0;
	margin:10px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#pageWrap {
	border-top:5px solid #34689a;
	width:960px;
	margin:0px auto;
	padding:0px;
	background-image:url(images/_bg-content.gif);
}

#headWrap {
	border-left:5px solid #34689a;
	border-right:5px solid #34689a;
	width:950px;
	height:183px;
	margin:0px auto;
	
}
#headLeft {
	width:217px;
	height:183px;
	float:left;
}
#headRight {
	width:733px;
	height:183px;
	float:left;
}

#contentWrap {
	background-image:url(images/_bg-content.gif);
}

#columnLeft {
	width:217px;
	float:left;
	padding-left:5px;
}

#columnRight {
	width:673px;
	float:left;
	margin:25px 25px 15px 30px;
	line-height:18px;
	padding-bottom:0px;
}

#columnRight h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1d3152;
	font-weight:normal;
}

#columnRight h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1d3152;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom:1px solid #1d3152;
	width:100%;
	margin-top:25px;
}

#columnRight li {
	margin-bottom:5px;
}

#featured h3 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#666;
	margin-top:0px;
	border:0px;
}

#featImg {
	float:left;
	width:138px;
}

#featImg img {
	border:1px solid #999;
	padding:3px;
	margin:0px;
}

#featText {
	float:left;
	width:535px;
	margin-top:0px;
	padding-top:0px;
}

.moreDetailsWrap {
	float:right;
	font-weight:bold;
}
.moreDetails a:link {
	font-weight:bold;
	text-decoration:none;
	color:#0063a2;
}
.moreDetails a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#0063a2;
}
.moreDetails a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#1d3152;
}

.note {
	font-size:10px;
	color:#999;
	margin-bottom:15px;
	line-height:12px;
	width:123px;
	text-align:center;
}

#navProjects {
	background-color:#38536c;
	color:#d8d8d8;
	font-size:14px;
	padding-bottom:15px;
}

#navProjects a:link {
	background-color:#38536c;
	color:#d8d8d8;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding-left:25px;
	line-height:28px;
}

#navProjects a:visited {
	background-color:#38536c;
	color:#d8d8d8;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding-left:25px;
	line-height:28px;
}
#navProjects a:hover {
	background-color:#1d3152;
	color:#fff;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding-left:25px;
	line-height:28px;
}

.splitLeft {
	width:175px;
	float:left;
	margin-right:30px;
}

.splitRight {
	width:250px;
	float:left;
}

.clr {
	clear:both;
	height:0px;
	visibility:hidden;
}

#contactForm input {
	border:1px solid #999;
	width:200px;
	margin-bottom:5px;
}
#contactForm textarea {
	border:1px solid #999;
	width:517px;
	margin-bottom:5px;
	height:75px;
}

#submitBtn {
	width:75px;
}

#footer {
	clear:both;
	color:#666;
	font-size:11px;
	width:960px;
	margin:0px auto;
	border-top:5px solid #34689a;
}

#footerLinks {
	margin:10px auto;
	text-align:center;
}

#footer a:link {
	color:#666;
	margin:0px 10px;
	text-decoration:none;
	font-size:11px;
}
#footer a:visited {
	color:#666;
	margin:0px 10px;
	text-decoration:none;
	font-size:11px;
}
#footer a:hover {
	color:#333;
	margin:0px 10px;
	text-decoration:underline;
	font-size:11px;
}

#footerLeft {
	float:left;
	font-size:10px;
	color:#999;
}

#footerRight {
	float:right;
	font-size:10px;
	color:#999;
}
#footerRight a:link {
	font-size:10px;
	margin:0px 0px;
	color:#999;
}
#footerRight a:visited {
	font-size:10px;
	margin:0px 0px;
	color:#999;
}

#footerRight a:hover {
	font-size:10px;
	margin:0px 0px;
	color:#999;
}


