@charset "UTF-8";

img{
	border:none
}



body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #DCE0E5;

}

#mainWrapper{
	width: 897px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin: auto;
	width: 797px;
	background-color: #FFF;
	min-height: 650px;
	padding-bottom: 20px;
}

#shadowLeft{
	background-image: url(../images/shadowLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 635px;
	width: 50px;
}

#shadowRight{
	background-image: url(../images/shadowRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 635px;
	width: 50px;
}

#logoWrapper{
	width: 797px;
	height: 83px;
}

.logo{
	float: left;
	height: 83px;
	width: 342px;
}

.serviceIcons{
	float: right;
	height: 83px;
	width: 338px;
}

.clear{
	clear:both;
	width:0;
	height:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentWrapper{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.contentWrapper2{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

h1, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5A5A5A;
	}

h1 {
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	background-image: url(../images/4Bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

h2 {
	font-weight:normal;
	font-size:14px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #028C45;
	color: #FFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}

h3 {
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

h4 {
	font-weight:normal;
	font-size:14px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #999;
	color: #FFF;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}

H5{
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	background-image: url(../images/4Bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 5px;
}

H6{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
}



/* Banner */

.bannerRotate{
	height: 216px;
	width: 797px;
	background-color: #017934;
}

/* nav */

#navWrapper{
	height: 28px;
	width: 797px;
	background-color: #5F64A8;
	margin-top: 2px;
	padding-left: 23px;
}

/* copyright */

.copyrightBox{
	background-color: #F7F7F7;
	border: 1px solid #D0D0D0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	margin-bottom: 20px;
}

/* homepage */

.homeContentWrapper{
	width: 540px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #595959;
}

.HomeSideColumn{
	float: right;
	width: 187px;
}

.login{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

/* SubNav */

.subContentWrapper{
	width: 540px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #595959;
}

.subNav{
	float: left;
	width: 187px;
}

/* Project List */

.list{
	background-color: #E1E1E1;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.projectPhoto{
	width: 540px;
	border: 1px solid #000;
	margin-bottom: 12px;
}

