@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}	

body{
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	/*background-position: center 122px;*/
    background-position: center top;
	background-color: #5b534c;
	line-height: 1.6;
	font-family: Arial,sans-serif;
	color: #fff;
	font-size: 100%;
}
header, nav, footer{
	display: block;
		
}
a{
	color: #edb246;
	border: none;
}
a img{
	border: none;	
}
	
h1, h2, h3, h4, h5, h6{
	color: #8e827b;
	
}
header{
	background: url('images/header-bg.png');
	width: 1355px;
	height: 250px;	
	background-repeat: no-repeat;
	left: 50%;
    position: relative;
    margin-left: -677.5px;
}
img.shadow{
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}	
nav{
	width: 845px;
	height: 42px;
	float: right;
	position: relative;
	top: 148px;
}
nav ul{
	white-space: nowrap;
	font-size: 0;
}
nav ul li{
	display: inline;
	font-size: 15px;
	float: left;
	padding: 0 14px;
}
nav ul li a{
	color: #b5a8a0;
	display: block;
	line-height: 42px;
	text-decoration: none;
	text-shadow: 5px 4px 5px rgba(0,0,0,.8); 
}
nav ul li a.active{
	color: #fff;	
}
.gold{
	color: #edb246;	
}
.white{
	color: #fff;	
}
#outer-wrapper{
	width: 1355px;
		
	background-image: url('images/outer-wrapper-bg.png');
	left: 50%;
    position: relative;
    margin-left: -677.5px;
	
}
#wrapper{
	width: 848px;
	min-height: 250px;
	margin: 25px auto 0 auto;
	font-size: .875em;
}
.left-content{
	width: 31%;	
	border-right: 1px solid #7d7269;
	min-height: 200px;	
	padding: 2%;
	float: left;
}

.right-content{
	width: 60%;
	min-height: 200px;
	padding: 2%;
	float: right;
}
.alignleft{
	float: left;
    margin: 5px 10px 10px 0;
}
.alignright{
	float: right;
	margin: 10px 0 10px 10px;	
}
.aligncenter{
	display: block;
	margin: 0 auto;	
}
.left-content .home{
	width: 90%;	
}
.half-box{
	width: 50%;
	float: left;
}
footer{
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 25px;
}
footer img{
	float: right;
	margin-top: 5px;
	display: block;
	margin-left: 5px;
}
input, textarea{
       border: 2px solid #5B534C;
        padding: 10px 7px;   
        border-radius: 8px;
}
input{
    width: 65%;
}
textarea{
    width: 85%;
    height: 160px;
}
#contacttable td{
       padding: 5px;
}
#contacttable tr td:nth-of-type(1){
    text-align: right;
}
#captcha{
    text-align: right;   
}
#captcha img{
    float: right;  
    margin-right: 10px;
    margin-top: 3px;
}
#captcha input{
    float: right;  
    width: auto !important
}
#captcha a{
    display: block;   
    clear:both;
    font-size: 13px;
}
input[type='submit']{
    width: auto  !important;   
}
.clear{
	clear: both;	
}