@charset "utf-8";
/* Construction Works main CSS */
/* by Matt Williams */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HTML TAG STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body {
	background: #200 url(/images/bg.jpg) no-repeat fixed center top;
	color: #333;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	color:#000;
	font-size:xx-large;
}
h2 {
	margin:0px;
	color:#000;
	font-size:x-large;
	font-weight:bold;
}
h3 {
	color:#660000;
	font-size:large;
	font-weight:normal;
}
p {
	text-align:justify;
}
a img {
	border: none;
}

	/* LINK STYLES */
	a:link {
		color: #06c;
		font-family:Century Gothic,  Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration:none;
	}
	a:visited, a:active {
		color:#09C;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
		color:#000;
		text-decoration:none;
	}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CLASS STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.small_text {
	font-size: small;
}
.large_link:link, .large_link:visited {
	font-size: large;
	text-decoration: underline;
	color: #000;
}
.small_link:link, .small_link:visited {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	color: #000;
}
.small_link:hover {
	color: #06c;
}
.bold {
	font-weight:bold;
}
.search_box {
	width: 120px;
	height: 22px;
	padding: 2px;
	border: #999 solid 1px;
	font-size: small;
	color: #999;
	margin: 0px;
	background: #fff url(/images/input_bg.jpg) repeat-x top;
}
.search_button {
	height: 28px;
	width: 28px;
	background: #fff url(/images/input_search.jpg) repeat center center;
	border: none;
	cursor: pointer;
}
.box_grey {
	background: #eee url(/images/shadow2.jpg) no-repeat center top;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border: 1px solid #CCC;
}
.box_white {
	background: #fff url(/images/bg_gradient.jpg) repeat-x top;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #ccc;
	padding: 20px;
	font-weight: normal;
}
.box_red {
	background: #fff url(/images/bg_gradient2.jpg) repeat-x top;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #e6b4b4;
	padding: 20px;
}
.box_yellow {
	background: #fff url(/images/bg_gradient3.jpg) repeat-x top;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #FFCC66;
	padding: 20px;
}
.box_team {
	display:block;
	width:28%;
	height:360px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #e6b4b4;
	padding: 10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	font-size: small;
}
.box_team img {
	float:right;
	margin:10px;
	border: #ccc 4px solid;
}
.news_image img {
	border:#ccc 4px solid;
}
.news_image a img:hover {
	border:#999 4px solid;
}
.emailform {
	text-align: center;
	width:60%;
	margin: 0px auto;
}
.formrow {
	clear:both;
	padding-top:10px;
}
.formrow label {
	float:left;
	text-align:right;
	width:200px;
}
.formrow input {
	float:left;
	text-align:left;
	widows:100px;
	margin-left: 20px;
}
.formrowbuttons {
	clear:both;
	padding-top:10px;
	text-align:center;
}
.dir_comp {
text-align:right;
color: #666666;
font-weight: bold;
}
.errortxt {
padding:3px; 
color:#FF0000;
}
.errorbdr {
border:1px solid #FF0000;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ID STYLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>> LAYOUT <<< */
#container {
	background-color: #fff;
	width: 80%;
	margin: 0px auto;
	min-width: 960px;
	min-height: 100%;
}
#content {
	width: 90%;
	margin: auto;
	padding: 2%;
	text-align: left;
}
#flash {
	margin-bottom: 16px;
}
#header {
	height: 119px;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#footer {
	padding: 20px;
	font-size: small;
	color: #666;
	background: url(/images/shadow.jpg) no-repeat center top;
	clear:both;
}

	/* >>> SEARCH BOX <<< */
	#search {
		position: absolute;
		background-color: #ccc;
		right: 15%;
		width: 20%;
		min-width: 300px;
		padding-left: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	#search_bar {
		width: 100%;
		height: 10px;
		background-color: #ccc;
	}
	#search form {
		padding: 6px 0px;
		margin: 0px;
		vertical-align: middle;
	}
	#search form input {
		vertical-align: middle;
	}
	#search a img {
		float: left;
	}
	#search a img:hover {
		border-bottom: #999 1px dotted;
	}

	/* >>> CLIENTS <<< */
	#clients {
		float: left;
		width: 57%;
		font-size: small;
	}
	#clients img {
		background-color: #fff;
		padding: 5px;
		border: #ccc 4px solid;
		float: right;
		margin-left: 25px;
	}
	#clients img:hover {
		border-color: #999999;
	}
	
	/* >>> NEWS <<< */
	#news {
		float: right;
		width: 30%;
	}
	#newslist {
		padding-left: 16px;
		margin-left: 0px;
	}
	#newslist li {
		padding-top: 10px;
		list-style-type: disc;
	}
	
	/* >>> MENU <<< */
	#navcontainer {
		background: url(/images/nav_bg.png) no-repeat right bottom;
		width: 100%;
		text-align:right;
		padding-top:80px;
	}
	#navlist {
		position: relative;
		padding: 6px;
		margin: 0px;
	}
	#navlist li {
		display: inline;
		list-style-type: none;
		padding: 0px 6px;
		border-right:#ccc 1px dotted;
	}
	#navlist li a img {
		border: none;
	}
	#navlist li a:link, #navlist li a:visited, #navlist li a:active {
		color: #000;
		font-size: large;
		font-weight: bold;
		text-decoration: none;
	}
	#navlist li a:hover {
		color: #06c;
	}
	
	/* >>>>>>>>> ESTEEM LINKS <<<<<<<<<<<<< */
	#esteem a:link {
	color: #FF9900;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	}
	#esteem a:visited, a:active {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	}
	#esteem a:hover {
		color:#000;
		text-decoration:none;
	}
