@charset "utf-8";
/* CSS Document */

body, table, td, th, tr, div, ul, li, img {
	border:0;
	margin:0;
	padding:0;
}
body {
	/* background-color:#5f5240; */
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
}

h1
	{
		color:#6383b9;
		font-size:20px;
	}
	


h2 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
h3 {
	margin:0;
	padding:0 0 4px 0;
	font-size:14px;
	font-weight:bold;
	color:#0f435e;
}
a {
	color:#6383b9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:0 0 8px 0;
	margin:0;
}
.borderdgray {
	height:8px;
	background-color:#999;
}
.borderlgray {
	height:8px;
	background-color:#ccc;
}
.clear {
	float:none;
	clear:both;
}
.note {
	font-size:11px;
}
ul, li {
	list-style-type:none;
}
.left {
	float:left;
}
.right {
	float:right;
}

img.right
	{
		margin:0 0 10px 10px;
		padding:5px;
		background-color:#f5f5f5;
		border:1px solid #ccc;
	}
	
img.left
	{
		margin:0 10px 5px 0 ;
		padding:5px;
		background-color:#f5f5f5;
		border:1px solid #ccc;
	}
	
.txt-left {
	text-align:left;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}
#wrapper {
	/*background-color:#5f5240;*/
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
}
#headerwrapper {
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	
	background-position:center top;
	margin:0 auto;
}
#header {
	width:855px;
	margin:0 auto;
}
#siteWrapper {
	margin:0 auto;
	/*background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
}
#siteContent {
	background-image:url(../images/bg-copy.jpg);
	background-repeat:repeat-y;
	width:825px;
	margin:0 auto;
	padding:0 15px;
}
#siteContentsub {
	background-image:url(../images/bg-sub.jpg);
	background-repeat:repeat-y;
	width:825px;
	margin:0 auto;
	padding:0 15px;
}
.navcol {
	width:197px;
}

.navcolprojects {
	width:197px;
}
#nav li {
	display:inline;
	line-height:0;
	margin:0;
	padding:0;
	width:193
}
#nav li a {
	height:33px;
	line-height:0;
	margin:0;
	padding:0;
}
.navcol .projectSub
	{
		display:none;
	}

.projectSub
	{
		background-color:#cccccc;
	}
	

.projectSub li
	{
	display:block !important;
	line-height:normal !important;
	padding:10px 0px !important;
	text-align:center;
	}
	

.projectSub li a
	{
		color:#333333;
	}

.projectSub li a:hover
	{
		color:#3776a1;
	}
	

.subCopy {
	float:right;
	padding:20px;
	width:580px;
}
.subCopy p {
	line-height:1.3em;
	padding:8px 0;
}
.flashFader {
	width:386px;
	height:231px;
}
.services {
	width:240px;
	border-left:1px solid #fff;
	background-image:url(../images/bg-services.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	height:231px;
}
.servicesCopy {
	padding:13px;
}
.servicesCopy li {
	color:#003754;
	padding:0 0 10px 0;
	background-image:url(../images/bullet-arrow.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
}
.servicesCopy li a {
	color:#003754;
}
.homeCopy {
	width:389px;
	
	padding:22px;
}
.featured {
	padding:22px;
	border-left:8px solid #f0f0f0;
	width:335px;
}
.subCopy li {
	padding:8px 0;
}
.links td {
	text-align:center;
	padding:10px;
}
.serviceTitle {
	background-image:url(../images/bg-services-title.jpg);
	background-repeat:repeat-x;
	height:28px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:12px 0 0 0;
	color:#E0C165;
}
.serviceSubTitle {
	color:#6383b9;
	padding:5px 0;
	text-align:center;
}
.service {
	padding:25px 0;
}
.service ol li {
	list-style-type:decimal;
	padding:5px 0;
}
#footerWrapper {
	/* background-image:url(../images/bg-footer.jpg);
		background-repeat:repeat-x; 
		background-color:#5f5240;*/
}
.top {
	text-align:right;
}
#footer {
	width:855px;
	margin:0 auto;
	text-align:center;
	
	font-size:11px;
	background-image:url(../images/site-btm.jpg);
	background-repeat:no-repeat;
	padding:25px 0 20px 0;
}
#footer a {
	color:#333;
	padding:0 5px;
}

#footer a:hover {
	
	text-decoration:underline;
}
