/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html, body, div, span, table, tr, th, td, p, span, h1, h2, h3, h4, ul, ol, li, a, form {
	padding: 0px;
	margin: 0px;
} /* Start with a clean slate */
* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: border-box;
}
a img {
	border: none;
}
p {
	color: #FF9900;
}
html {
	min-height: 100%;
	height: 100%;
	background: #aa8457;
	background: url(../images/layout/body-bg.png) repeat-y top center;
} /* Set height to 100% + 1px to force scroll bar in FF */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */
body {
	margin: 20px;
	height: 100%;
	background-image: url(../images/layout/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 450px;
}
hr {
	border-color: #e6decc;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	overflow: hidden;
}
textarea, select, select * {
	color: #333333;
	font-size: 12px;
}
object:active, div:active {
	outline: none;
}
object:focus, div:focus {
	-moz-outline-style: none;
}
ul, ol {
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 15px;
}
ol {
	margin-left: 30px;
}
ul li {
	list-style-type: square;
}
img.bordered {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.bordered_left {
	float: left;
	margin: 0 10px 10px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.bordered_right {
	float: right;
	margin: 0 0 10px 10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.align_right {
	float: left;
	margin: 0 10 10px 0;
}
img.align_left {
	float: left;
	margin: 0 0 10px 10px;
}
object.align_right {
	float: left;
	margin: 0 10 10px 0;
}
object.align_left {
	float: left;
	margin: 0 0 10px 10px;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h1, h1 a {
	color: #7a0026;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	line-height: normal;
	font-weight: bold;
}
h2, h2 a {
	color: #7a0026;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	line-height: normal;
	font-weight: bold;
}
h3, h3 a {
	color: #7a0026;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	line-height: normal;
}
p {
	margin: 0px 0px 12px 0px;
}
p, table, td, div, a {
	color: #453027;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #7a0026;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, a:active {
	outline: 0;
}
/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
}
.frm th {
	padding-right: 10px;
	text-align: left;
}
.frm input, .frm textarea {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */
.button {
	border: 3px solid #E1E1E1;
	background: #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 10px;
}
.button:hover {
	border-color: #CCCCCC;
	background: #CCCCCC;
}
/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}
#header_container {
	z-index: 5;
	height: 461px;
	margin: 0 0 -7px;
	position: relative;
	background: url(../images/layout/wood_bg.png) repeat-x;
}
#header {
	width: 960px;
	margin: 0px auto;
}
#top_line {
	width: 100%;
	height: 6px;
	background: url(../images/layout/top_gradient_bg.jpg) center repeat-x;
}
#logo {
	float: left;
	border: none;
	margin: 10px 0;
}
#mini_nav {
	float: right;
	/* width: 241px; */
	width: auto;
	height: 34px;
	z-index: 10;
	margin: -6px 0 0 0;
	position: relative;
	/* background: url(../images/layout/mininav_bg.png) no-repeat; */
	background-color: #8B012C;
	border-radius: 5px;
}
#mini_nav p {
	width: auto;
	float: left;
	color: #cdb78b;
	/* font-size: 13px; */
	font-size: 15px;
	line-height: 34px;
	margin: 0 5px 0 10px;
	font-family: Candara;
}
#mini_nav a {
	float: left;
	width: 23px;
	margin: 7px 1px;
	display: block;
}
p a#mail_link {
	float: none;
	width: auto;
	margin: 0;
	display: inline;
	color: #cdb78b;
	font-size: 15px;
	line-height: 34px;
	font-family: Candara;
}
#nav_container {
	width: 100%;
	height: 33px;
	margin: 0 0 10px 0;
	background: url(../images/layout/nav_bg.png) repeat-x;
}
#slider {
	width: 960px;
	height: 323px;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}
.spacer_ten {
	height: 10px;
	min-height: 10px;
}
.spacer_twenty {
	height: 20px;
	min-height: 20px;
}
/* PAGES */

#body_container {
	/*
	background: #aa8457;
	background: url(../images/layout/body-bg.png) repeat-y top center;
	*/
}
#body {
	width: 960px;
	margin: 0px auto -7px;
	min-height: 440px;
	height: auto !important; /*MOZ/IE7*/
	/*background: url(../images/layout/page_bg.jpg) repeat-y;*/
}
#body_inner {
	padding: 25px 30px 0 80px;
}
#left_col {
	width: 565px;
	float: left;
}
#right_col {
	width: 215px;
	float: right;
}
#right_col p {
	max-width: 200px;
}
.right_img_box {
	width: 192px;
	background: #FFF;
	margin: 0 0 10px 0;
}
#right_col img {
	padding: 2px;
}
#testimonial_box {}
#testimonial_box blockquote {
	margin: 0;
	font-style: italic;
}
#testimonial_box cite {
	margin: 0;
	font-weight: bold;
	font-style: normal;
}
#testimonial_link {
	text-align: right;
}
/* FOOTER */

#footer_container {
	width: 100%;
	z-index: 50;
	position: relative;
	height: 110px; /* #push must be the same height as #footer_container */
	background: url(../images/layout/footer_bg.png) repeat;
}
#push {
	height: 110px;
}
#footer {
	width: 960px;
	text-align: center;
	margin: 0px auto;
}
#footer_inner {
	margin: 0;
	padding: 10px 0 0 0;
}
#footer p, #footer p a {
	color: #e0c89f;
}
#footer p {
	margin: 0;
}
#footer a {
	margin: 0 10px;
}
#footer_hr {
	width: 100%;
	height: 2px;
	margin: 10px 0;
	background: url(../images/layout/footer_line.png) repeat-x;
}
#footer_left {
	width: 100%;
    float: left;
    text-align: center;
}
#footer_right {
	width: auto;
	float: right;
}

#btm_line {
	width: 100%;
	height: 5px;
	background: url(../images/layout/footer_red_line.jpg) repeat-x;
}
/* NAV */

#lwd_nav_container, #lwd_nav, #lwd_nav li, #lwd_nav li ul, #lwd_nav li ul li {
	margin: 0px;
	padding: 0px;
}
#lwd_nav li {
	display: inline;
	width: auto;
	list-style-type: none;
}
#lwd_nav li a {
	display: block;
}
#lwd_nav ul {
	position: absolute;
	z-index: 5000;
}
#lwd_nav li ul li {
	display: block;
	float: none;
}
#lwd_nav_container, #lwd_nav {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}
/* contains entire nav */
#lwd_nav_container {
	width: 700px;
	margin: 0 auto;
}
/* MAIN LEVEL NAV */

/* main level nav li */
#lwd_nav li {
	float: left;
}
/* main level a tag */
#lwd_nav li a {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 40px;
	line-height: 30px;
	color: #e0c89f;
	font-size: 12px;
}
/* main level a:hover */
#lwd_nav li a:hover, #lwd_nav li a.hover {
	text-decoration: underline;
}
/* DROP DOWN NAV */

/* drop down container*/
#lwd_nav li ul {
	width: 200px;
	background: #CCC;
	padding: 5px 0px;
}
/* drop down a */
#lwd_nav li ul li a {
	line-height: 14px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 10px;
}
/* drop down a:hover */
#lwd_nav li ul li a:hover, #lwd_nav li u li a.hover {
	text-decoration: none;
	background: #999;
}
/* DROP OVER NAV */

#lwd_nav li ul li ul {
	position: absolute;
	margin-left: 200px;
	margin-top: -26px;
	width: 200px;
	background: #333;
	padding: 5px 0px;
}
