*{
	padding:0;
	margin:0;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	position:relative;
}
img{
	border:none;
}

body{
	margin:0;
	padding:0;
	background:#DBCDB0;
}

/*home*/
.home.site_wrapper{
	height:1400px !important;
}
.home .content_wrapper{
	height:1350px !important;
}
.home .vert_bar{
	height:1239px; 
}
.home .vert_bar p{
	margin-top:1050px;
}

/*services*/
.services.site_wrapper{
	height:1500px !important;
}
.services .content_wrapper{
	height:1450px !important;
}
.services .vert_bar{
	height:1337px; 
}
.services .vert_bar p{
	margin-top:1150px;
}



.clear{
	clear:both;
}
.site_wrapper{
	width:977px;
	height:850px;
	background:#FFF;
}

.content_wrapper{
	width:959px;
	height:auto; /*840px;*/
	margin:10px 0 0 9px;
	display:inline;
	float:left;
	
}
.header_bar{
	margin-bottom:0px;
	height:134px;
}
.logo{
	display:inline;
	float:left;
}
.logo a, .logo img{
	border:none;
}
.gold_bar{
	display:inline;
	float:left;
	background:#340e01;
	margin-left:1px;
	width:821px;
	height:134px;
}
.vert_bar{
	clear:left;
	display:inline;
	float:left;
	width:137px;
	height:689px;
	margin-top:0px;
	background:#340e01;
	padding-top:16px;
	font-size:14px;
	position:relative;
	top:-2px;
}
.vert_bar p{
	color:#FFF;
	font-size:10px;
	line-height:14px;
	margin-left:16px;
	margin-top:525px;
}
.menu{
	margin-left:16px;
	list-style:none;
	font-weight:normal;
}
.menu li{
	color:#DBCDB0;
	line-height:20px;
}
.menu a{
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover{
	color:#fdd900;
	text-decoration:none;
}
.menu a.selected{
	color:#a99301;
}
.main_content_area{
	display:inline;
	float:left;
	width:645px;
	height:auto;
	padding-top:23px;
	padding-left:12px;
	color:#340e01;
	
}

h1, p, p strong, p b, .main_content_area a{
	margin-bottom:26px;
	font-size:20px;
	line-height:23px;
}
.downloads_list{
	list-style:none;
}
.downloads_list li{
	margin-bottom:27px;
}
.downloads_list a, .downloads_list h2{
	font-size:20px;
	font-weight:normal;
}
.contact_page{
	background:#e7e3d8;
	width:809px;
	height:682px;
	margin-left:1px;
	margin-top:-2px;
}
.contact_page h1{
	margin-bottom:10px;
}
h1.super_large{
	font-size:3em;
}
.contact_page p{
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
}
.contact_page table{
	padding:0;
	margin:0;
}
.contact_page table td{
	vertical-align:top;
}

.contact_page .message_box{
	width:410px;
	height:155px;
}
.contact_page .message_box .scroll_arrows{
	background: #FFF;
	float:left;
	display:inline;
	width:28px;
	height:154px;
}

.contact_page .message_box .scroll_arrows a{
	width:28px;
	height:28px;
}
.dn_arrow{
	position:relative;
	top:90px;
}
/*
.contact_page .message_box img{
	float:left;
	display:inline;
	margin-left:1px;
}
*/
.contact_submit a{
	font-size:20px;
}
.your_details span{
	width:142px;
	font-size:20px;
	display:inline;
	float:left;
	font-weight:bold;
}
.contact_page input, .contact_page textarea{
	padding:4px;
	padding-bottom:0px;
	font-size:14px;
}
.contact_page textarea{
	float:left;
	display:inline;
	width:384px;
	height:150px;
	border:none;
	text-align:left;
	overflow:hidden;
}
.contact_page .input_box{
	height:42px;
}
.contact_page label{
	font-size:10px;
}

.contact_page .input_box input{
	width:280px;
	line-height:20px;
	height:20px;
	border:none;
}
.send_msg_box{
	text-align:right;
	height:90px;
}
.send_msg_box input{
	margin-top:35px;
}
.error_msg{
	position:absolute;
	top:0;
	left:0;
	color:#FF0000;
	font-size:14px !important;
	top:232px;
	width:220px;
	display:none;
}
.error_box{
	background:#FF0000;
	color:#FFF;
}
