@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

body {

	background: #909750;
	background-image:url(../background-images/background.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:28px;
	color:	#1c3043;
}
a:link {
	color: #bf6425;
}
a:visited {
	color: #bf6425;
}
a:hover {
	color:#bf6425;
}
a:active {
	color: #bf6425;
}


#wrapper {
	margin:0px auto;
	width: 1040px;
	margin-top:0px;
	margin-bottom:15px;
}

#header {
	position: relative;
	width:1040px;
	height:158px;
	background-image: url(../background-images/header.png);
}

#home{
	padding-top:12px;
	padding-bottom:58px;
	padding-left:10px;
	height:38px;
	width:644px;
	float:left;
}

#contact{
	padding-top:21px;
	padding-right:20px;
	padding-bottom:58px;
	height:29px;
	width:366px;
	float:right;
}

#nav  {
	position: relative;
	float: left;
	width: 1022px;
	padding-left:13px;
	padding-right:5px;
	
}
#top-border {
	background-image:url(../background-images/top-border.png);
	width:1027px;
	height:335px;
	padding-left:16px;
}
#main-image{
	width:444px;
	height:334px;
	float:left;
	
}
#subnav {
	height:43px;
	width:570px;
	padding-top: 271px;
	margin-bottom:18px;
	float:right;

}

#subnav li {
	height: 43px;	
}

#content {
 	width:1040px;
	min-height:300px;

	background-repeat:repeat-y;
	float:right;
}

#copy {
 	width:940px;
	min-height:300px;
		background-image: url(../background-images/content-with-background.png);
		background-repeat:repeat-y;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	float:right;	
}

#copy ul li {
	margin-left: 40px;
}
#home-copy {
 	width:1040px;
	min-height:560px;
	background-image: url(../background-images/content-with-background.png);
	background-repeat:repeat-y;
	padding: 0px;
	
}
#home-right{
	width:370px; 
	float:right; 
	border-left-color:#909750; 
	border-left-style:solid; 
	border-left-width:thin; 
	padding-top:50px;
	padding-bottom:50px;
	padding-left:40px;
	padding-right:80px;
	text-align:center;
	position: relative;
}

#home-left{
	width:510px; 
	float:right; 
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:10px;
	position: relative;
}

#testimonials-right{
	width:270px; 
	float:right; 
	padding-left:10px;
	padding-right:0px;
	padding-bottom:50px;
	margin-left:10px;
	text-align:center;
}

#testimonials-right img {
	border: 0px;	
}

#testimonials-left{
	width:620px; 
	float:right; 
	padding-right:10px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right:10px;
}
#bna {
 	width:324px;
	min-height:389px;
	padding-left:50px;
	padding-right:20px;
	padding-top:5px;
	float:right;
}

#office {
 	width:276px;
	min-height:389px;
	padding-left:50px;
	padding-right:20px;
	padding-top:5px;
	float:right;
}

#office-tour {
 	width:376px;
	min-height:360px;
	padding-left:50px;
	padding-right:20px;
	padding-top:5px;
	float:right;
}
#video {
 	width:476px;
	min-height:300px;
	padding-left:20px;
	padding-top:5px;
	float:right;
}
#footer {
	width:1040px;
	height:26px;
	float: right;
	position:relative;
	background-image:url(../background-images/footer.png);

}

h1 {
	color:#38445c;
		line-height:28px;
}
h2 {
	color:#bf6425;
		line-height:28px;
}
.style1{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:28px;
	color:	#cc6600;
}


#copyright {
	width:1020px;
	padding-left:20px;
	height:30px;
 font-size: 12px;
 float:left;
}


