/*TRUSH Construction CSS*/

body{
	background: #333;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
}

h1{
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

p{
}

.master_container{
	width: 800px;
	_width: 900px;
	padding: 0 50px;
	margin: 0 auto 0 auto;
	background: url('images/bg_dropshadow.gif') repeat-y;
	/*border: 1px solid #ccff33;*/
}

.master_container.top{
	background: url('images/top_dropshadow.gif') bottom !important;
	margin: 14px auto 0 auto;
}

.master_container.bottom{
	background: url('images/bottom_dropshadow.gif') top no-repeat !important;
	height: 40px;
}

.footer{
	padding-top: 14px;
	width: 700px;
	margin-left: 50px;
	color: #999;
	font-size: 11px;
	line-height: 1.2em;
	padding-bottom: 22px;
}



.master_container .grey_bar{
	background: #666 url('images/top_bg.png') repeat-x;
	height: 25px;
	color: #fff;
}

.master_container .grey_bar a{
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}

.grey_bar .breadcrumb{
	font-size: 11px;
	padding: 4px 0 0 12px;;
	float: left;
}



#header{
	background: #333;
}


#inner_container{
	text-align: left;
	background: #fff;
	min-height: 480px;
	_height: 480px;
	/*border: 1px solid #33ffcc;*/
}

.white_trans{
	background: url('images/white_trans.png');
	width: 400px;
	min-height: 480px;
	_height: 480px;
}

.white_trans.full{
	width: 800px !important;
}

.white_trans.opaque{
	background-color: #fff;
}

.white_trans_content{
	padding: 40px;
}

.column{
	width: 340px;
	float: left;
	margin-right: 20px;
}





.nav{
	padding-top: 33px;
}

.nav div{
	float: right;
	margin-right: 4px;
	text-align: center;
	padding: 0 4px;
	cursor: pointer;
}
.nav .active{
	background: url('images/active_carat.gif') center bottom no-repeat;
}
.nav .off{
}
.nav .on{
	background: url('images/over_carat.gif') center bottom no-repeat;
}




.dropdown{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	background: none;
	width: 200px;
	text-align: center;
	cursor: pointer;
	position: absolute;

}

.dropdown_off{
	padding: 4px;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-bottom: 1px dotted #ccc;
}
.dropdown_on{
	padding: 4px;
	background: #d03031;
	color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-bottom: 1px dotted #999;
}







#slideshow{
	height: 480px;
	width: 800px;
	background: #000;
}

.fade-box {
	width: 800px;
	height: 480px;
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.slideshow_title{
	color: #fff;
	float: left;
	margin: 5px 12px;
	_margin: 4px 12px;
	font-size: 11px;
}

.slideshow_controls{
	float: right;
	margin-right: 12px;
	font-size: 11px;
	line-height: 24px;
	color: #999;
	font-weight: bold;
}
.slideshow_controls img{
	margin: 3px;
	cursor: pointer;
}

.slideshow_controls a:link, .slideshow_controls a:visited{
	color: #999;
	text-decoration: none;
}
.slideshow_controls a:hover{
	color: #ccc;
	text-decoration: none;
}


table.contact{
}

table.contact td{
	font-size: 12px;
	padding: 5px 10px 5px 0;
}

table.contact td.formtitle{
	
}

table.contact td.formfield{
	
}

table.contact input, table.contact textarea{
	background: #efefef;
	border: none;
	width: 200px;
}

input.no_border{
	background: none !important;
	border: none !important;
	width: auto !important;
}

input.btn{
	width: 100px !important;
	background: #9b9b9b !important;
	color: #fff;
}




a.slideshow_link{
	color: #b61d18;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a{
	color: #b61d18;
	text-decoration: none;
}




.clear{
	clear: both;
}



