/**************************************/
/* GLOBALS */
/**************************************/
/* some simple resets/globals */


* {
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}
img {
	color: #666;
	font-style: italic;
}
p, h1, h2, h3 {
	padding-bottom: 15px;
}

a, a:hover {
	color: #401F00;
	text-decoration: underline;
}

/*darn outlines! */
a:active, a:focus {
	outline: 0;
}
a img {
	border: 0px;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: #593000;
	font-family:Arial, Helvetica, sans-serif; !important;
	font-size: 1em;
	color: #f5f3e0;
}


#wrapper {
	width: 877px;
	margin: 0px auto;
	border-left: solid 23px #401f00;
	border-bottom: solid 23px #401f00;
	border-right: solid 23px #401f00;
	background: #401f00;
	overflow:hidden;
}

/**************************************/
/* HEADER */
/**************************************/
.header-phone {
	width: 450px;
	_width: 510px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

*+ html .header-phone {
	width: 510px;
}

.header-become {
	float:right; 
	padding:10px 0px;
}

.header-search {
	text-align: right;
	float: right;
}

.header-search input {
	background: #593000;
	color: #fff;
	font-size: 12px;
	border: solid 1px #eee;
	padding: 2px;
}

#preloaded-images { position: absolute;overflow: hidden;left: -9999px; top: -9999px;height: 1px;width: 1px; }

/**************************************/
/* NAVIGATION */
/**************************************/
#nav-container {width:677px; padding-top:15px;}
/* see /css/nav.css */


/**************************************/
/* MAIN CONTENT */
/**************************************/

#main-left-col {
	width: 184px;
	background: #401f00;
	float: left;
	border-right: solid 16px #401f00;
	min-height: 500px;
}

#main-right-col {
	float: right;
	width: 677px;
}

.left-col-bg {
	background: #f5f3e0;
	min-height: 378px;
	height: auto !important;
	height: 378px;/*Needs to match the min height pixels above*/ 
	color:#000;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 90%;
}

.left-col-bg-inner {
	background: #f5f3e0;
	min-height: 443px;
	color:#000;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 90%;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

.left-col-bg-inner h2 {
	font-size: 17px;
	padding-left: 20px;
	padding-top: 10px;
	letter-spacing: 1px;
	padding-bottom: 15px;
	width: 80%;
	display:none;
}


.left-col-bg-inner .hr {
	border-bottom: solid 1px #dcd1b8;
	width: 70%;
	margin-left: 20px;
	margin-bottom: 15px;
}

#left-col-newsletterform {
	padding: 8px;
	color: #401F00; 
}
#left-col-newsletterform input.text {
	width: 166px;
	background: #DCD1B8;
	/*color: #401F00;*/
	padding: 0;
	font-size: 10px;
	border: solid 1px #663700;
}
#left-col-newsletterform input#name {
	margin-top:7px;
}
#left-col-newsletterform input#ydiuuh-ydiuuh {
	margin:10px 0px 10px 0px;
}
#left-col-newsletterform input#subscribe {
	text-align:right; float:right;
}

div.searchresult { margin-bottom: 1em; }
.searchresult p { margin: 0; }
.searchresult small a {
	display:block;
	font-size: 0.9em;
	color: #AE885F;
	text-decoration: none;
}

ul.sub-txt {
	list-style: none;
	margin-left: 0;
}

.sub-txt a {
	font-size: 17px;
	padding-left: 20px;
	padding-top: 15px;
	color: #663700;
	text-decoration: none;
	line-height: 1.5em;
}

.sub-txt a:hover {
	color: #000;
}

#home-rotator {
	width: 677px;
	height: 360px;
	background: #4f290f;
	overflow: hidden;
	margin-top: 8px;
	_margin-top: -10px;
}
*+ html #home-rotator {
	margin-top: 18px;
}

#main-content {
	width: 650px;
	/* background: #4f290f; */
    /*    background:#f5f3e0; */
	background:#fff;
	margin-top: 8px;
	_margin-top: -10px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	/* font-family: Garamond, "Times New Roman", serif; !important; */
	font-family:Arial, Helvetica, sans-serif; !important;
	font-size: 13px;
	/* color: #a27b55;*/
     /*   color:#663700; */
	 color:#000;
	 padding-right:20px;
}

td {margin:auto;}

#main-content h2 {color:#401f00; font-size:16px;}

*+ html #main-content {
	margin-top: 18px;
}

#main-content .white {
	/* color: #fff; */
}

#main-content p, #main-content td {
	/* color:#663700; */
	color:#000;
}

#main-content ol, #main-content ul {
	padding-left:35px;
}

#main-content ol li {
	margin-bottom: 1em;
}

#main-content input, #main-content textarea {
	background: #DCD1B8;
	color: #401F00;
	font-size: 12px;
	border: solid 1px #663700;
	padding: 2px;
	margin:3px 0px 3px 0px;
}

.content-pad {
	padding: 20px;
}

.post-meta { list-style: none; padding:0; margin:0; }


#main-content p.contact, #main-content p.office {
	padding:0.5em;
}
#main-content p.office {
	width:280px;
	background-color:#dcd1b8;
}
#main-content p.contact {
	font-size: 0.9em;
}

b.dodont {
	color: #003366;
}


/**************************************/
/* FOOTER */
/**************************************/

#site-footer {
	width: 920px;
	margin: 0px auto;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ae885f;
	padding: 10px 0px;
}

#site-footer a {color:#fff;}
#site-footer a:hover {color:#fff; text-decoration:none;}

#botty {display:none;}

#siteMap {display:none; font-size:80%;}

