@charset "UTF-8";
/* basic */

.clr{
	clear: both;	
}

.right{
	float: right;
}

.left{
	float: left;	
}
li, ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
}
img{
	border: 0px;	
}

/* structure */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
html, body {
	background-image: url(../images/bg/wp_damask_075.gif);
	margin: 0px;
	height:100%;
	background-color: #1e0f01;
}
#sideCol{
	width: 240px;
	background-color: #0e0701;
	float: left;
	height: 100%;
	margin: 0px 10px 0px 0px;
	border-right: #160d04 1px solid;
	border-left: #160d04 1px solid;
}


#homeContainer{
	background-color: #1a1108;
	
	width: 810px;
	height: 100%;
	min-height: 100%;

	
	margin: 0px auto;
	padding-right: 5px;
	border-right: #160d04 1px solid;
}
#mainContainer{
	background-color: #1a1108;
	width: 810px;
	
	margin: 0px auto;
	border-right: #160d04 1px solid;
	border-left: #160d04 1px solid;
}


#sideCol .logo{
	margin: 5px auto;
	text-align:center;
}
#sideCol .logo img{
	padding-top: 10px;
}
#sideCol hr{
	border: none;
	background-color: #301702;
	width: 90%;
	height: 1px;
	margin: 10px auto 0px;
}

.header{
	background-color: #0e0701;
	padding: 20px 15px;
	height: 270px;
	background-repeat:no-repeat;
	background-position: 0px 90px;
}
.header .logo{
	float: left;
	width: 110px;
}
.header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	color:#f3dbb4;
	padding-bottom: 5px;

	
}
.header ul{
	width: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header li{
	list-style: none;
	float:left;
	padding: 3px;
	padding-right: 55px;
	padding-left: 5px;
	border-left: #301702 1px solid;
}
.header li a{
	color: #FFF;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}
.header li a:hover{
	color: #d5921c;
}
.about{
	background-image:url(../images/bg/header_about.jpg);	
}
.feature{
	background-image:url(../images/feature_mim10/header_mim10.jpg); 
	height: 500px;
}
.services{
	background-image:url(../images/bg/header_services.jpg);	
}
.contact{
	background-image:url(../images/bg/header_contact.jpg);	
}
.location{
	background-image:url(../images/bg/header_location.jpg);	
}
.portfolio{
	background-image:url(../images/bg/header_portfolio.jpg);
	height: 140px !important;
}

#footer {
	background-color: #0e0701;
	width:780px;
	padding: 10px 15px 5px 15px;
	height: 40px;
	margin-top:15px;
}
#footer li{
	color: #FFF;
	float: left;
	padding-right: 50px;
}

/* nav */

#nav ul, #nav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul{
	margin: 10px 15px 10px 19px;	
}
#nav li{
	line-height: 11px;
	clear: both;
	height: 50px;
	padding: 7px 0px;
}
#nav img{
	float: left;
	margin-right: 9px;
}
#nav a.title {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	display:block;
	height: 45px;
	padding-top: 5px;
}
#nav a.title:hover{
	background-color: #1a1108;
	color: #d5921c;
	background-image: url(../images/bg/wp_damask_075.gif);
}
#nav span.copy {
	color: #c9ab79;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	display:block;
	line-height: 11px;
	padding-top: 6px;
}

#contactBox ul, #contactBox li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#contactBox ul{
	margin: 20px 50px;	
}
#contactBox li{
	color: #FFF;
	font-family: "Times New Roman", Times, serif;	
	font-size: 16px;
	margin-bottom: 10px;
}
li.phone{
	font-size: 18px;
}
li.phone span{
	color: #c9ab79;	
}

#copyright{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #391d05;
	font-size:11px;
	text-align:center;
	margin-top: 5px;
}

.col{
	width:260px;
	padding: 0px 5px;
	margin-right: 10px;
	float: left;
}
.double{
	width:495px;
	padding: 0px 10px;
	float: left;
}
.triple{
	width:595px;
	padding: 0px 190px;
	float: left;
}
.full{
	width:810px;
	padding: 0px 15px 30px;
	float: left;
}
.bio{
	padding: 10px 10px;
	background-color: #2b1900;
	line-height: 19px;
}
.bio h1{
	padding: 0px;

}
.bio p{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #ffdab6;
	line-height: 18px;
	text-indent: 0px;
}

.imgbox{
	padding: 12px 8px 0px;
	float: left;
}
.imgbox img{
	
}
.imgbox a{
	display: block;	
	border: #301702 1px solid;
}
.imgbox a:hover{
	border: #b89677 1px solid;	
}

/* copy */

.list{
	color: #FFF;
}
.list li{
	color: #FFF;
	margin-left: 50px;
	margin-bottom:10px;
	list-style-image: url(../images/bullet.gif);
}

p{
	color: #FFF;
	font-size: 16px;
	text-align:justify;
	line-height: 28px;
	
	margin: 0px 0px 10px 0px
}

p.home{
	color: #c9ab79;	
	font-family:  Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	line-height: 32px;
	text-align:justify;
	text-indent: 50px;
	padding-right: 10px;
}
p.home a{
	color: #c9ab79;
}
h2{
	font-family:  Georgia, "Times New Roman", Times, serif;	
	font-size: 30px;	
	color: #b89677;
	font-weight: normal;
	margin: 10px 0px;
}
h3{
	font-family:  Georgia, "Times New Roman", Times, serif;	
	font-size: 21px;	
	color: #b89677;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
	border-bottom: #301702 1px solid;
	width: 780px;
}
h4{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 14px;	
	color: #b89677;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}
label{
	color: #b89677;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.contact_box{
	padding: 8px;	
}
.contact_message{
	width: 540px;	
}
input, textarea{
	background-color: #0e0701;
	color: #FFF;
	border: 0px;
	padding: 4px;
}
.full a{
	color: #d19129;
}
address{
	color: #fff;
	padding: 15px;
	
}
.mininav{
	position: absolute;
	top: 0px;
	width: 150px;
	color: #301702;
	margin-left: 660px;
}

.mininav a{
	color: #d19129;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;

}

 .button{
	background-color: #d09129;
	color: #fff;
	padding: 6px;
}

.contact_field{
	margin-bottom: 8px;
}
.contact_message{
	width: 750px;
	height: 200px;
}
