html, body {
	width:100%; 
	height:100%; 
	background:url(../img/body-bg.jpg);
	display:table;
}
body {
	margin:0;
  	color:#fff;
	font:11px Georgia, "Times New Roman", Times, serif;
	background:url(../img/header-bg.jpg) no-repeat 50% 0;	
}
img{border:none;}
a{
	text-decoration:none;
	color:#736153;
	outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#main-container {
	margin: 0 auto;
	width:834px;
}

/* header */
#header {
	height:146px;
	overflow:hidden;
	color:#b1896a;
}
#header strong {
	float:left;
	width:275px;	
	margin:32px 0 0;
	background:url(../img/logo.gif) no-repeat;
}
#header strong a {
	float:right;
	width:255px;
	height:90px;
	text-indent:-9999px;
}
#header div {
	float:right;
	text-align:right;
	width:480px;
	line-height:18px;
	padding:65px 0 0;	
}
#header div cite {
	font-style:normal;
	display:block;
	padding:0 0 4px;
}

/* container */
#container {
	height:1%;
	background:#e0d1c8 url(../img/container-bg.gif) repeat-x;
	margin:0 0 0 7px;
}
#container:after {
	content:'';
	display:block;
	clear:both;
}

/* navigation */
#nav {
	padding:0 0 9px 26px;
	margin:0;
	overflow:hidden;
	height:1%;
	list-style:none;
}
#nav li {
	margin:0 8px 0 0;
	float:left;
	display:inline;
}
#nav a {
	float:left;
	height:39px;
	text-indent:-9999px;
}
#nav a:hover,
#nav li.active a {background-position:0 -39px;}
#nav a.link1 {background-image:url(../img/nav-link1.gif);width:99px;}
#nav a.link2 {background-image:url(../img/nav-link2.gif);width:119px;}
#nav a.link3 {background-image:url(../img/nav-link3.gif);width:124px;}
#nav a.link4 {background-image:url(../img/nav-link4.gif);width:109px;}
#nav a.link5 {background-image:url(../img/nav-link5.gif);width:132px;}
#nav a.link6 {background-image:url(../img/nav-link6.gif);width:141px;}

/* learn-more-block */
.learn-more-block {
	background:url(../img/promo-block-bg.gif) no-repeat;
	height:363px;
	padding:9px 0 17px 0;
}
.learn-more-block:after {
	content:'';
	display:block;
	clear:both;
}
.learn-more-block .img {
	float:left;
	width:483px;
	display:inline;
	margin:0 0 0 -7px;
	position:relative;
}
.learn-more-block .text {
	float:right;
	width:266px;
	position:relative;
	padding:45px 53px 0 0;
}
.learn-more-block .text a img {
	position:absolute;
	top:273px;
	left:2px;
}

/* photo-list */
.photo-list {
	overflow:hidden;
	height:1%;
	padding:16px 0 7px 3px;
	margin:0;
	list-style:none;
	background:#261812;
}
.photo-list li {
	float:left;
	width:260px;
	padding:0 0 0 10px;
}
.photo-list img {
	display:block;
	margin:0 0 4px;	
}

/* footer */
#footer {
	overflow:hidden;
	color:#736153;
	padding:8px 12px 0;
	margin:0 0 20px;
}
#footer p {
	margin:0;
	padding:0 0 0 6px;
	float:left;
}
#footer p.right {float:right;}

.mission {
	font-size: 1.5em;
}

body#other #content {
	background-image: #d2c3b8;
	padding: 8px 20px;
	font-size: 1.4em;
	color: #450000;
}
div#contactContent {
	padding: 0 0 10px 20px;
}
div#contactForm div.buttons {
	width: 440px;
	margin-top: 5px;
}

div#contactForm div.submit {
	float:right;
	display: inline;
}
div#contactForm input.clearFormBtn {
	float: right;
}
div#contactForm label {
	width: 170px;
	display: block;
	float: left;
}

div#contactForm .error-message {
	width: 200px;
	color: #F00;
	display: inline;
}

/* Services images */

div.serviceImg {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: white;
	padding: 5px;
}

.clearBoth {
	clear: both;
}

div#faq dt {
	font-weight: bold;
}
