@charset "utf-8";

/* CSS Document */



body,td,th {

	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;



}

body {

	background-color: #2b0e05;

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 0px;

}

a:link {

	color: #FFF;

}

a:visited {

	color: #FFF;

}

a:hover {

	color: #496704;

}

a:active {

	color: #FFF;

}

a.nav:link {

	color: #2b0e05;

	text-decoration: none;

}

a.nav:visited {

	color: #2b0e05;

	text-decoration: none;

}

a.nav:hover {

	color: #496704;

	text-decoration: none;

}

a.nav:active {

	color: #2b0e05;

	text-decoration: none;

	font-weight: bold;

}

.dark_brown_copy {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 13px;

	color: #2B0E05;

	text-decoration: none;

}

.tan_small_copy {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 13px;

	color: #d2cdaf;

	text-decoration: none;

}

.Big_Stuff {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	color: #2B0E05;

}

.Big_Tan_Stuff {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	color: #d2cdaf;

}

.Med_Stuff {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;
	line-height: 23px;

	color: #D2CCAF;

}

h1,h2,h3,h4,h5,h6 {

	font-family: Georgia, Times New Roman, Times, serif;

}

h1 {

	font-size: 24px;

	color: #D2CDAF;

	font-weight: bold;

}

h2{

	font-size: 18px;

	color: #D2CDAF;

	font-weight: bold;

}

.contentHolder h2{

	color: #937046;

}

form{

	margin-bottom: 0;

}

.homeDeckSidebar h2,

.homeDeckSidebar p{

	margin-left: 20px;

	margin-bottom: 5px;

}

.homeDeckSidebar a{

	color: #d2ccaf;

	text-decoration: none;

}

.homeDeckSidebar a:hover{

	color: #d2ccaf;

	text-decoration: none;

}

.sidebarAd a,

.homeDeckSidebar a.showLink{

	color: #2b0e05;

	text-decoration: underline;

}

.sidebarAd a:hover,

.homeDeckSidebar a.showLink:hover{

	color: #fff;

	text-decoration: underline;

}

.sidebarAd img{

	margin-bottom: 12px;

}

input[type="text"],

input[type="email"],

input[type="tel"],

input[type="url"],

input[type="password"],

textarea{

	background: #d2ccaf;

	color: #2b0e05;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 12px;

	padding: 2px 2px 2px 2px;

	border: 1px solid #2b0e05;

	margin-bottom: 10px;

	margin-left: 0;

	width: 100%;

}

textarea{

	resize: none;

	height: 100px;

}

input[type="button"],

input[type="submit"]{

	background: #d2ccaf;

	border: 1px solid #2b0e05;

	color: #2b0e05;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	padding: 6px 12px 6px 12px;

	font-size: 12px;

	margin-left: 0;

}

input[type="button"]:hover,

input[type="submit"]:hover{

	cursor: pointer;

	background: #937046;

}

p{

	font-size: 13px;

	line-height: 17px;

	margin-top: 0;

}

h1.pageHeader{

	border-bottom:1px solid #d2cdaf;

}

.testimonialsPage .Med_Stuff{

	line-height: 22px;

}

#footer_nav{

	list-style: none;

	margin: 15px 0 0 0;

	padding: 0;

}

#footer_nav li{

	display:inline;

	font-weight:bold;

	font-size: 13px;

	padding: 5px;

}

#footer_nav li:before{

	content:"|";

	color:#2b0e05;

	margin-right: 8px;

}

#footer_nav li:first-child:before{

	content:none;

}

#footer_nav li a,

#footer_nav li a:active,

#footer_nav li a:focus{

	text-decoration:none;

	color:#2b0e05;

}

#footer_nav li a:hover{

	color:#496704;

}