@charset "utf-8";
* {
	font-family: Tahoma, "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, "Trebuchet MS";
	background-color: #3E0001;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a{
	outline:none;
}
#content a {
	color: #650000;
}
#content a:hover {
	color: #BE5201;
}
.twocol {
	float: left;
	width: 205px;
	padding-right: 15px;
}



#container {
	width: 800px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	text-align: center;
	height: 96px;
	width: 800px;
}

#flasharea {
	height: 245px;
	width: 800px;
}
#guts {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 725px;
	background-color: #e0dacf;
	padding-top: 36px;
	padding-right: 54px;
	padding-bottom: 36px;
	padding-left: 21px;
}
/*new*/ #testimonials #nav{
	background-image: url(../images/bg_nav2.jpg);
	height:215px;
}
#nav {
	font-size: 15px;
	background-image: url(../images/bg_nav2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 215px;
	width: 183px;
	padding-right: 68px;
	padding-left: 24px;
	padding-top: 30px;
	float: left;
}
#nav li {
	height: 30px;
	width: 183px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbac94;
	list-style-type: none;
}
#nav li a {
	font-size: 15px;
	line-height: 30px;
	color: #650000;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 166px 13px;
	text-align: right;
	display: block;
	height: 30px;
	width: 160px;
	padding-right: 23px;
}
#nav a:hover {
	color: #DED2B8;
	background-color: #000000;
}
#content {
	float: left;
	width: 450px;
	font-size: 13px;
	color: #6c6759;
	line-height: 18px;
}
#content h1 {
	font-size: 20px;
	color: #77726b;
	margin-bottom: 18px;
	line-height: 22px;
}
#footer {
	font-size: 12px;
	line-height: 18px;
	color: #a1998a;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 60px;
	width: 800px;
	padding-top: 25px;
}

.subhead {
	font-size: 16px;
	font-weight: normal;
	color: #650000;
}
#content ul {
	margin-bottom: 16px;
	list-style-type: none;
}
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	margin-bottom: 4px;
	padding-left: 20px;
}
.contactform {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	background-color: #E7E0D6;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 12px;
	border: 1px solid #EFECE7;
	background-image: url(../images/bg_contact_form.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.formfields {
	font-size: 13px;
	color: #807B75;
	width: 250px;
}
.photodiv {
	float: left;
	width: 120px;
	font-size: 11px;
	line-height: 13px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	display: block;
}
.photodiv img {
	margin-bottom: 2px;
	border: 2px solid #5A4D3F;
}
.quote{
	/*border-top:1px solid #BBAC94;*/
	border-top:1px solid #BBAC94;
	margin-bottom:15px;
	padding-top:18px;
}
.quote.detail{
	border:none;
	margin-bottom:0;
	padding-top:0;
}
.quote .quotation-mark {
	color:#574B3D;
	float:left;
	font-size:20px;
	margin-top:3px;
}
.quote blockquote{
	padding:0 0 2px 9px;
}
.quote .read-more{
	font-size:11px;
	margin-left:3px;
	text-decoration:none;
}
.quote cite{
	color:#650000;
	float:right;
}
#go-back{
	border-top:1px solid #BBAC94;
	margin-top:20px;
	padding-top:4px;
	text-align:center;
}
