@charset "utf-8";
/* css document */
/* this stylesheet sets the bases starting point for all elements */

/*----- START zero out styles: based on eric meyers' START -----*/
/* don't forget to set a foreground and background color on the 'html' or 'body' element! */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	font-size: 100%;
	outline: 0;
	text-align: left;
	text-indent: 0;
	vertical-align: baseline;
	background: none;
}
html, body, div, applet, object, iframe, address, blockquote, pre, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, th, td {
	position: relative;
}
html{ font-size: 62.5%; /* reset font to 10px starting point */}
body {
	color: #000;
	background: #fff;
}
a img, :link img, :visited img {	border: 0;}
/* remember to define focus styles! */
:focus {	outline: 0;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}
/*  end css resets */


/*  default styles for html elements  */
html{  
	font-size: 62.5%; /* reset font to 10px starting point */
}
body
{
	background-color: #9a7039; 
}
sup
{
	font-size:0.75em;
	line-height:100%;
	vertical-align:top;
}
b
{
	color:#9A7039;
	font-weight:bold;
}
#wrapper
{
	background-color:#fff;
	margin:20px auto 20px auto;
	padding:1px;
	width:798px;
	font-family:Verdana, arial, "Times New Roman", times;
}
#mask
{
	z-index:10;
	background-color:#9A7039;
	height:100px;
	width:100%;
}

/*  heading elements  */
#header
{
	background: url(../img/css/header_bg.jpg) no-repeat;
	height:180px;	
	position:relative;
	width:798px;
}
#header h1
{
	background: url(../img/css/logo_mwm.png) no-repeat;
	height:180px;	
	overflow:hidden;
	text-indent:-500px;
	width:290px;
}
#header #flashRotation
{
	background:url(../flash/img/rotator_1.png) no-repeat center;
	height:182px;
	position:absolute;
	right:50px;
	top:0;
	width:286px;
}

/*  content */
a
{
	color:#6D8D23;
}
a:hover
{
	font-weight:bold;
}

#content
{
	width:798px;
	position:relative;
	/*overflow:hidden;*/
	line-height:2em; 
	font-size:1.2em;
}
#content p{	margin:0 10px 10px 0;}
#content h2
{
	font-family: Times, Times New Roman, "Times New Roman", Palatino Linotype;
	font-size:2.50em;
	color:#ba8748;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
#content h4
{
	border-bottom:2px solid #9A7039;
	border-top:2px solid #9A7039;
	color:#9A7039;
	margin-bottom:5px;
	text-transform:uppercase;
}
#content h5
{
	border-bottom:0px solid #6D8D23;
	border-top:0px solid #6D8D23;
	color:#6D8D23;
	margin-bottom:0px;
	text-transform:uppercase;
	margin-right:10px;
}
#content .right
{
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	width: 490px;
	z-index:1;
}
#content .right p strong.intro
{
	font-family: Times, Times New Roman, "Times New Roman";
	font-size:4.0em;
	color:#ba8748;
	font-weight:normal;
	margin-right:-8px;
	line-height:1em;
}
#content .right ul{	margin-bottom:20px;}
#content .right ul li{	margin-bottom:10px;}
#content .right ul li ul
{	
	margin-bottom:0px;
}
#content .right ul li ul li
{	
	margin-left:40px;
	margin-bottom:0;
}
#content .right .spaceLeft
{
	padding-left:100px;
}
#content .left
{
	float:left;
	width:298px;
	z-index:1;
}
#content #bigGuy
{
	height:719px;
	position:absolute;	
	right:0;
	top:0;
	overflow:hidden;
	width:375px;
	z-index:0;
}
.important{	color:#ff0000;}
.success{	color:#6E8D25;}

/*  Footer */
#footer
{	
	clear: both;
	background: #6e8d25 url(../img/css/footer_bg.jpg) repeat-x;
	height: 120px;
	margin:0;
	font-size:0.85em;
	position:relative;	
}
#promo
{
	bottom:5px;
	position:absolute;
	right:0;
	width: 500px;
	z-index:5;
}
#promo h3
{
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:5px;
	font-weight:normal;
}
#promo a
{
	color:#FFFFFF;
	font-size:1.15em;
	line-height:1.5em;
	text-decoration:none;
}
#promo a:hover
{
	font-weight:normal;
}
#promo a:hover span
{
	text-decoration:underline;
}
#promo a b
{
	color:#fff;
}
#promo h3 span
{
	display:block;
	font-size:.8em;
}
#footer .left
{	
	color:#233F0C;
	float:left;
	font-size: .75em;
	line-height:2.0em;
	margin:50px 0 0 10px;
	text-align:left;
	width:288px;
}
#footer .left strong
{
	
	font-size:1.2em;
	letter-spacing: 0.05em;
	text-transform:uppercase;
}
#footer .left a
{
	color:#3B4F0F;
	text-transform:uppercase;
	font-size:1.15em;
	font-weight:normal;
	text-decoration:none;
}

#footer .left a:hover{	color:#161F02;	}

/* SUB PAGE STYLES */
.bullet_list, .bullet_list li
{
	list-style-type:disc;
	margin-left:20px;
}
.order_list, .order_list li
{
	list-style-type:decimal;
	margin-left:20px;
}
indent_list, .indent_list li
{
	list-style-type:none;
	margin-left:15px;
}
.center * { text-align:center; }
.center strong {
	border:0px solid!important;
	display:inline!important;
	width:auto;
}
.imageContainer
{
	width:80%;
	margin:10px auto;
	font-style:italic;
	line-height:1.0em;
	text-align:left;
	color:#555;
}
.imageContainer img
{
	background-color:#6D8D23;
	border:2px solid #9A7039;
	display:block;
	margin:0 auto;
	color:#000;
}
.beforeAfter div
{
	width:160px;
	margin:0 10px;
	float:left;
}
.beforeAfter div br
{
	clear:both;
}
.subcontent_links
{
	text-align:center;
	width:100%;
}

.subcontent_links a
{
	background:transparent url(../img/css/list_ul_disc.gif) no-repeat scroll 0 4px;
	clear:both;
	color:#6D8D23;
	display:block;
	float:left;
	font-weight:bold;
	/*height:25px;*/
	line-height:1.5em;
	padding-left:12px;
	text-decoration:none;
	text-transform:uppercase;
	
}
.subcontent_links a:hover
{	
	color:#9A7039;
	background: url(../img/css/list_ul_disc_over.gif) no-repeat 0 4px;
}
.subcontent
{
	clear:both;
	padding-top:20px;
}

.bio
{
	margin-bottom:10px;
	/*border-bottom:1px solid #9A7039;*/
	padding-bottom:10px;	
}.bio img
{
	background-color:#6D8D23;
	border:2px solid #9A7039;
	display:block;
	float:left;
	/*height:200px;
	width:200px;*/
	margin:10px 10px 5px 0;
}
#content .right .bio h5
{ 
	color:#6d8d23;
	line-height:1.0em;
}
#content .right .subcontent strong
{
	clear:both;
	color:#9A7039;
	display:block;
	font-weight:bold;
	line-height:1.5em;
	border-top:1px solid #9A7039;
}
#content .right .bio strong
{ 
	clear:both;
	color:#9A7039;
	display:block;
	font-weight:bold;
	line-height:1.5em;
	border:0px solid;
}
#content .right .bio ul, #content .right .bio ul li
{
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:0;
	line-height:1.8em;
}
/* contact page */
#contact_info
{
	line-height:1.5em;
}
#contact_info p
{
	float:left;
	font-size:0.95em;
	width:235px;
}
#contact_form{	clear:both;}
#form_directions
{
	border-bottom: 1px solid #9A7039;
	border-top: 1px solid #9A7039;
	text-align:center;
}
/* resources */
.indent_def dd
{
	margin-left:30px;
}
.indent_def h4
{
	border:0px solid #000!important;
}

/* faq */
#content .right .faq_list li
{
	margin-bottom:10px;
}
#content .right .faq_list li a
{
	font-variant: normal;
	float:none;
}

 
/*ENT*/
body#ent #content .right .subcontent strong
{
	display:inline;
	border-top:0px solid #000;
	clear:none;
}

.smaller
{
	font-size:0.85em;
	text-transform:none;
}
