html {
	background: #1E1E1E url(../images/bg.gif) repeat-y;	
}

body {
	background: transparent url(../images/bg2.gif) 0 232px repeat-x;
	margin: 0;
	padding: 0;		
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;	
}

a {
	color: #727272;
	text-decoration:none;	
}

a:hover {
	color: #f15d22;
	text-decoration:none;
}


#container {
	height: 500px;
}

div#footer {
	height: 100px;	
	clear: both;	
	line-height: 18px;
	font-size: 11px;
	padding: 30px 0 0 0;
	color: #727272;
}

div#footer #fWhite {	
	float: left;
	width: 437px;
	padding-right: 13px;
	text-align: right;
}
div#footer #fBlack {
	float: left;	
	width: 297px;
	padding-left: 13px;	
}

div#projNav {
	float: left;
	width: 26px;
	margin-left: 10px;	
}

div#leftSection {
	float: left;	
	width: 450px;	
	background: #fff;
}

div#rightSection {
	float: left;
	width: 310px;
}
img#address {
	padding: 20px 0 40px 25px;
}

img#contact {
	padding: 0 0 20px 10px;
}

img#recentProjects {
	margin: 65px 0 38px 13px;
}
img#projectTxt {
	float: left;
	margin: 0 0 0 13px;	
}
img#busNews {
	margin: 50px 0 0 10px;
}

div#proj {
	width: 316px;
	margin: 0;
	background: url(../images/tftBord.gif) right no-repeat;	
	clear: both;
}

div#news {
	margin: 0 0 0 12px;
}
div#news .nDate {
	margin: 15px 0 15px 0;
	color: #ff9524;
	font-size: 14px;	
}

div#news .nTxt {
	color: #a3a2a2;
	line-height: 18px;
	text-align: justify;
}
input, label, textarea, select {
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

input, select {
	width: 218px;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
}
label {
	width: 115px;
	color: #5a5a5a;
}
textarea {
	width: 218px;
	height: 90px;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
}
div.required {
	float: left;
	font-size: 15px;
	color: #f16622;	
	margin-top: 9px;
	margin-left: 3px;
}

#contactForm {
	margin: 0 0 20px 17px;	
}

#test {
	clear: both;	
}

a#sendButton {
	display: block;
	width: 65px;
	margin-top: 10px;
	margin-left: 272px;
	clear: both;
}

div.prob {
	clear: both;
	color: #F15C22;
	padding-left: 115px;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
