body{
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	/* border: 1; /* zeroes off any existing border */
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 990px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainDiv { /* main web page container */
	width: 990px;/*sets the width for IE5.x's broken box model*/
	w\idth: 990px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto; /* sets a border to all 4 sides */
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	top: -5px;
	border: 2px solid #000;
	background-color: #B85A14;
	z-index: 20;
	min-height:1200px;
	height:auto !important;
	height:1200px;
}

top_adsense {
    width:990px;
	height:100px;
    background-color: #892331;
    margin:0;
    padding:0;
}

#siteHeader {
	margin: 0;
	padding: 0px 0px;
	width: 100%;
    height: 148px;
}

#globalNav { /* ##### not styled ##### */}

#main_pic { /* Main Pic Positioning */
	float: right;
	width:677px;
	margin: 0;
	padding: 0;
	min-height:476px;
	height:auto !important;
	height: 476px;
}

#main_content { /* Main Content DIV */
	float: right;
	width:645px;
	margin: 0;
	padding: 15px 10px 20px 10px;
	min-height:476px;
	height:auto !important;
	height: 476px;
	background-color: #FFF;
}

#main_content_w { /* Wide Main Content DIV */
	float: right;
	width:812px;
	margin: 0;
	padding: 15px 10px 20px 10px;
	min-height:476px;
	height:auto !important;
	height: 476px;
	background-color: #FFF;
}

/* MAIN ANCHOR STYLES - Normal & Wide DIVS */
#main_content_w a:link, #main_content a:link { font-family:Verdana, Arial, Helvetica, sans-serif; color: #2f7a36 !important; text-decoration: underline; }
#main_content_w a:visited, #main_content a:visited {font-family:Verdana, Arial, Helvetica, sans-serif; color:#2f7a36 !important; text-decoration:underline;}
#main_content_w a:hover, #main_content a:hover, #main_content_w a:active, #main_content a:active { font-family:Verdana, Arial, Helvetica, sans-serif; color:#cc7416 !important; text-decoration: none; font-weight: normal !important;}

#magoffer {
 	position:absolute;
	left:880px;
	top: 7px;
	width:92px;
	height:122px;
	z-index:10;   
}

#wscontentwrap{
	width: 990px;
	margin: 0;
	padding: 0;
	z-index: 100;
}


#uppermenubar {
	position: relative;
	left:0px;
	top:8px;
	width:990px;
	height:18px;
	z-index:1;
	background-color: #DF936F; /* #C46150 */
	padding-top: 2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
#uppermenubar a:link, #uppermenubar a:visited, #main_content a:hover, #main_content_w a:active, #main_content a:active { font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#fff; text-decoration: none; }

#uppermenubar a:hover, #uppermenubar a:active { font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#FFCC33; text-decoration: none; }


#lowermenubar {
	position: relative;
	left:0;
	top: 0;
	width:990px;
	z-index:1;
	background-color: #6ca288;
	margin: 20px 0 0 0;
	padding: 2px 0 2px 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

#siteFooter { /* Footer Positioning */
	clear: both;
	width:990px;
	height:50px;
	background-color: #fff;
	margin-top: 0px;
}


/***********************************************/ 
/*                SUB STYLES                   */
/* +++++++++++++++++++++++++++++++++++++++++++ */

#fmenu { /* Left menu 1 Positioning */
    float: left;
	width:155px;
	position: relative;
	top: 10px;
	z-index:10;
	text-align: left;
}

#fmenu h4{ 
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
	background: #ccc;
	padding-left: 5px;
}


#fmenu a.thenav:link, #fmenu a.thenav:visited { 
    color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	margin-left: 5px;
	}
#fmenu a.thenav:hover, #fmenu a.thenav:active { 
    color: #FFFF99;
	text-decoration: underline;
	}
	
#fmenu2 { /* Left menu 2 Positioning */
    float: left;
	width: 155px;
	z-index:10;
	text-align: center;
}

#fmenu2 div.leftbanners {
	width:125px;
	padding: 10px 0 0 0;

}

.address_text{ /* Footer Menu text attributes */
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footermenu{ /* Footer Menu text attributes */
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

 a.footermenu:link,  a.footermenu:visited  { /* Footer Menu text attributes */
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099 !important;
}

 a.footermenu:hover,  a.footermenu:active  { /* Footer Menu text attributes */
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000 !important;
}



/* ################# */
/* ##### OTHER ##### */
/* ################# */

td {
	padding-left: 10px;
	padding-right: 10px;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0 15px 0;
	padding: 0px;
}

h1{
 font-size: 20px;
 text-transform:uppercase;
}

h2{
 font-size: 18px;
}


h3{
 font-size: 16px;
}

h4{
 font-size: 14px;
 font-weight: normal;
}


label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}

.inactive { color: #ddd; font-style: italic; }

.clearfloat {clear:both;}

p.teaser {height:100px;margin-bottom:20px;}