/* CSS Document */
body {
	background-color: #333333;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(visual/background2.jpg);
	background-repeat: repeat-x;
	}

form {
	margin-bottom: 0px;
	}

map {
	margin: 0px 0px 0px 0px;
	float: left;
	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	}
	
a:active {
	}

input {
	font-size: 10px;
	}

select {
	font-size: 9px;
	}

#pagecontainer {
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: auto;
	}

#contentcontainer {
	width: 900px;
	background-image: url(visual/backgroundgradient.jpg);
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px auto 0px auto;
	}

#masthead {
	background-image: url(visual/masthead.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 96px;
	text-align: left;
	font-weight: bold;
	color: #CC6600;
	}

#masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

#masthead a:hover {
	text-decoration: underline;
	color: #CC6600;
	}
	
#masthead a:active {
	}

#mastheadcontent {
	font-size: 12px;
	width: 550px;
	text-align: right;
	position: relative;
	left: 290px;
	top: 75px;
	line-height: 1.7;
	}

#changingimages {
	width: 900px;
	height: 239px;
	}

#content {
	width: 875px;
	height: auto;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
	margin-bottom: 60px;
	}

#title {
	font-weight: bold;
	font-size: 18px;
	}
	
#footer {
	height: 26px;
	width: 900px;
	background-image: url(visual/footerbackground.jpg);
	background-repeat: repeat-y;
	font-size: 9px;
	color: #CCCCCC;
	text-align: left;
	}

#footer a {
	text-decoration: none;
	color: white;
	}

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


#footercontent {
	width: 875px;
/*	margin: auto 10px 5px auto; */
	}

#clients {
	font-weight: bold;
	color: #003300;
	}

#clients-workperformed {
	color: #333333;
	font-size: 10px;
	}

#clients-column1 {
	position: relative;
	width: 275px;
	padding-right: 15px;
	float: left;
	}

#contactus-column0 {
	position: relative;
	width: 120px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	}

#contactus-column1 {
	position: relative;
	width: 220px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	}

#contactus-column2 {
	position: relative;
	width: 180px;
	padding-right: 15px;
	float: left;
	}

#sectionname {
	font-size: 11px;
	font-weight: bolder;
	color: #706005;
	}
	

#bottomdropshadow {
	background-image: url(visual/bottomdropshadow.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	width: 900px;
	height: 16px;
	}
#copyright {
	position: relative;
	font-size: 8px;
	width: auto;
	margin: 0px 0px 0px 0px;
	right: -190px;
	color: #737373;
	}