@charset "utf-8";
/* CSS Document */

body{
margin:0;
background:url(../images/layout.jpg) top center repeat-y #141414;

font:normal 14px Trebuchet MS;
color:#c5c4c4;
}

.wrapper{
width:100%;
float:left;
clear:left;
background:url(../images/mainbg.jpg) top center no-repeat;
}

.main{
width:864px;
margin:0 auto;
}

.layout{
width:864px;
float:left;
clear:left;

}


.logoarea{
width:93%;
float:left;
clear:left;
height:56px;
padding-left:55px;
padding-top:11px;
}

.logo{
width:227px;
float:left;
clear:right;
}

.search{

}

.topmenu{
width:100%;
height:36px;
float:left;
clear:left;
}

.contentarea{
width:100%;
float:left;
clear:left;
padding-top:10px;

}

.row2{
width:100%;
float:left;
clear:left;
text-align:center;
font:normal 14px Trebuchet MS;
color:#c5c4c4;
padding-bottom:20px;
}

.row3{
width:100%;
float:left;
clear:left;
text-align:center;
font:bold 16px Trebuchet MS;
color:#c5c4c4;
padding-bottom:20px;
}
.row3 a{
font:bold 16px Trebuchet MS;
color:#f0a014;
text-decoration:none;
}
.row3 a:hover{
font:bold 14px Trebuchet MS;
color:#f0a014;
text-decoration:underline;
}
.row1{
width:95%;
float:left;
clear:left;
text-align:center;
padding-left:30px;
padding-bottom:20px;
}

.horizontal_image{
margin:0 10px;
float:left;
clear:right;
}
.vertical_image{
margin:30px 0 50px 0;
float:left;
clear:right;
font: bold 16px Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
line-height:40px;
}
.vertical_image a{
text-decoration:none;
font: bold 16px Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
}
.vertical_image a:hover{
text-decoration:none;
font: bold 16px Georgia, "Times New Roman", Times, serif;
color:#ed9c1c;
}
.row4{
width:95%;
float:left;
clear:left;
text-align:center;
font:normal 12px Trebuchet MS;
color:#c5c4c4;
padding:20px;
}


h1{
margin:0;
padding:0;
width:100%;
float:left;
clear:left;
display:block;
}

.content_row{
width:100%;
float:left;
clear:left;
}

.content_col1{
width:100%;
float:left;
clear:right;
}

.footer{
width:100%;
float:left;
clear:left;
background:#141414;
text-align:center;
}


.footer p{
width:100%;
padding:10px 0;
margin:0;
}

/*input, textarea{
width:194px;
background:#434343;
}*/
/*      Contact Form  */

#contact-wrapper { 
	width:430px; 


	padding:20px;
}
#contact-wrapper div { 
	clear:both; 
	margin:1em 0;
}
#contact-wrapper label { 
	display:block; 
	float:none; 
	font-size:12px; 
	width:100px; 
	float:left;
}
form#contactform input { 
	border:0;
	padding:5px; 
	font-size:12px; 
	color:#FFFFFF; 
	background:#434343;
	width:250px;
}
form#contactform input#submit { 
	border:0;
	padding:5px; 
	font-size:12px; 
	font-weight:bold;
	margin-left:100px;
	color:#FFFFFF; 
	background:#944f1c;
	width:260px;
}
form#contactform textarea { 
font-family:Arial, Tahoma, Helvetica, sans-serif; 
font-size:12px; 
background:#434343;
width:255px;
border:0;
color:#FFFFFF; 
}
form#contactform label{
padding-top:5px;
}

form#contactform label.error{
color:#ed9c1c;
font:bold 11px Arial, Helvetica, sans-serif;
width:250px;
padding-left:100px;
padding-bottom:10px;
}


/*      Contact Form  */


	#flashcontent {
		height: 200%;
	}
	
	
	.copyright{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#757171;
	}
	.copyright a{
	text-decoration:none;
	}
	.copyright a:hover{
	text-decoration:underline;
	}