/* main.css */

body{
	background:url("../images/body-bg.png");
	margin:0;

}
#header{
	overflow:auto;
	width:799px;
	padding:10px 0;
	margin:0 auto;
}
#header h1{
	margin: 0 0 0 -1000px;
	display:block;
	line-height:0;
}
#slogan{
	color:#575a5b;
	font-size:20px;
	float:right;
	margin:60px 0 0;
	font-family:Georgia,serif;
	text-align:right;
}
#logo{
	float:left;
}
#main{
	width:793px;
	border-top:4px solid #541f1d;
	border-left:4px solid #541f1d;
	border-right:4px solid #541f1d;
	background:#dad3b8;
	margin:0 auto;
}
#headerPhoto{
	margin:0 auto;
	height:170px;
	background:url("../images/header-inner-bg.jpg") no-repeat;
}

#headerPhoto.homePage{
	height:303px;
	background:url("../images/header-bg-home.jpg") no-repeat;
}

a {
color: #206167;
}
a:hover {
color: #8d714f;
}

#body_home #nav_home a, #body_about #nav_about a, #body_clients #nav_clients a, #body_services #nav_services a, #body_stories #nav_stories a, #body_testimonials #nav_testimonials a, #body_contact #nav_contact a, #body_faq #nav_faq a {
background: #DAD3B8;
color: #541f1d;
}

#navigation{
	background:#c9c1a5;
	float:left;
	width:100%;
}
#navigationList{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
#navigationList li{
	display:inline;
	float:left;
	font-family:Georgia,serif;
	color:#541f1d;
	font-size:18px;
}
#navigationList li a{
	display:block;
	text-decoration:none;
	padding:8px;
	color:#541f1d;
}
#navigationList li a.selected{
	background:#DAD3B8;
	cursor:default;
}
#navigationList li a.selected:hover{
	color:#541f1d;
}	
#navigationList li a:hover{
	color:#206167;
}
#navigationList li a:focus{
	outline:none;
	color:#206167;
}

#content{
	overflow:auto;
	clear:left;
	padding:16px;
	background:#dad3b8;
}
#rightColumn{
	background:#c9c1a5;
	float:right;
	width:488px;
	padding:10px;
}
#rightColumn p, #rightColumn li{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:14px;

}
#rightColumn .bold{
	font-weight: bold;
}
#content p{
	line-height:20px;
	margin:0 0 16px;
}
#content li{
	line-height:20px;
	margin:0;
}
#content ul{
	margin:0 0 16px 16px;
	padding:0;
}
#content h2{
	color:#206167;
	font-family:Georgia,serif;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 14px;
	text-transform:uppercase;
}
#content h3{
	color:#541f1d;
	font-family:Georgia,serif;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 14px;
	text-transform:uppercase;
}
#content h4{
	color:#541f1d;
	font-family:Georgia,serif;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 14px;
}

#content.homePage #leftColumn{
	border-top:2px solid #206167;
	margin-right:26px;
	padding-top:10px;
}
#content.homePage #rightColumn{
	background:transparent;
	padding-left:0;
	border-top:2px solid #541f1d;
}
#leftColumn{
	float:right;
	width:237px;
	margin:0 16px 0 0;

}
#bigImage {
   float:left;
}   
 #bigImage img{
	border:6px solid #c9c1a5;
	margin: 0 8px 5px;
}
 #bigImage p.caption{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
#leftColumn p, #leftColumn li{
	font-size:13px;
	font-family:Helvetica,Arial,sans-serif;
}
#rightColumn hr{
	width:75%;
	border: none 0; 
	border-top: 3px double #541f1d;
	height: 3px;
	margin: 10px auto 10px auto;
	}
}
#rightColumn .testimonialName{
	font-style: italic;
}	
.leadIn{
	color:#8d714f;
}
.crestBullet{
	 float:left;
	 margin-right:4px;
}

#copyright{
	margin:0 auto;
	
	background:#d2c8a3;
	font-size:10px;
	padding:4px;
}
#footer{
	width:793px;
	margin:0 auto;
	border-left:4px solid #541f1d;
	border-right:4px solid #541f1d;
	border-bottom:4px solid #541f1d;
}
input.none {
  border: none;
  }


.popup{
	
	left:25%;
	right:25%;
	top:25%;
	background:#D2C8A3;
	z-index:200;
	border:4px solid #541F1D;
	padding:5px 10px;
}
.popup h3{
	color:#541f1d;
	font-family:Georgia,serif;
	font-size:20px;
}
