body{
	margin: 0px;
	padding: 0px;
	background-color: #2d2a24;
	background-image: url('/template/topbg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	width: 823px;
	margin: 0px auto;
}

#topbar{
	height: 112px;
}
#logo{
	background-image: url('/template/logo.gif');
	background-repeat: no-repeat;
	width: 38px;
	height: 112px;
	float: left;
}
#logo a{
	display: block;
	width: 38px;
	height: 112px;
}
#topnav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #dddbd7;
	padding-top: 33px;
	border: none;
	outline:none;
	float: right;
	width: 750px;
	text-align: right;
}
#topnav a{
	color: #dddbd7;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-right: 5px;
}
#topnav a:hover, #topnav a.selected{
   color: #6d7541;
}

a{
	text-decoration: none;
	color: #6d7541;
}
a:hover{
	text-decoration: underline;
	color: #6d7541;
}

/* 
------------------------------------------------- 
Content Containers
------------------------------------------------- 
*/

#content_container{
	width: 725px;
	border: 1px solid #524f46;
	margin-top: 6px;
	margin-left: 62px;
}

#container #content_container.content1{
	background-image: url('/images/backgrounds/welcome.jpg');
	background-repeat: no-repeat;
}
#container #content_container.content3{
	background-image: url('/images/backgrounds/services.jpg');
	background-repeat: no-repeat;
}
#container #content_container.content4{
	background-image: url('/images/backgrounds/projects.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#container #content_container.content5{
	background-image: url('/images/backgrounds/contact.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content_container .content{
	float: left;
	margin-top: 46px;
	margin-left: 37px;
	margin-right: 37px;
	color: #e2e1de;
	line-height: 20px;
	width: 650px;
}

/* 
------------------------------------------------- 
Content Formatting
------------------------------------------------- 
*/

#container h1{
	font-size: 21px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 32px;
	letter-spacing: 1px;
}
#container h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#content_container img{
	border: 1px solid #524f46;
}

.quote{
	font-size: 18px;
	color: #6d7541;
	line-height: 24px;
	font-weight: normal;
}
.contactbox{
	width: 306px;
	height: 192px;
	background-image: url('/template/contactbox.gif');
	background-repeat: no-repeat;
	color: #e2e1de;
}
.contactbox p{
	padding-left: 48px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 25px;
	line-height: 26px;
}
.contactbox a{
	color: #e2e1de;
}

#container .watchvideo{
	background-image: url('/template/arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
}
#container #videoholder{
	border: 1px solid #524f46;
}

/* 
------------------------------------------------- 
Footer
------------------------------------------------- 
*/

#footer{
	width: 725px;
	height: 32px;
	border: 1px solid #524f46;
	margin-top: 13px;
	margin-left: 62px;
	margin-bottom: 15px;
	color: #efefee;
	text-align: center;
	font-size: 11px;
}
#footer a{
	color: #dddbd7;
}
#footer a:hover, #footer a.greentext{
	color: #6d7541;
	text-decoration: none;
}

#footer_text{
	margin: 9px 0px;
}

/*
------------------------------------------------- 
Minimum Height
------------------------------------------------- 
*/
#container .minheight {
	height: 398px;
    float:right;
    width:1px;
}
#container .minheightclear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* 
------------------------------------------------- 
Clear fix!
------------------------------------------------- 
*/
#container .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#container .clearfix {display: block;}
/* End hide from IE-mac */
