
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: #FFF;
	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;
	z-index: 20;
	min-height:830px;
	height:auto !important;
	height:830px;
	background-image:url(http://www.mediaservices1.com/client/clamfarm/pix/css/navbg.gif);
	background-repeat: repeat-y;	
}

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

#slogan {
    position: absolute;
	top: 2px;
	left: 500px;
	width: 485px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-align: right;
    }
	
#loc {
    position: absolute;
	top: 40px;
	left: 860px;
	width: 125px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;	
	color: #fff;
	text-align: right;	
    }
	
#dat {
    position: absolute;
	top: 88px;
	left: 885px;	
	width: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;	
	color: #ffca64;
	text-align: right;	
    }


#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 { 
	float: right;
	width:780px;
	margin: 0;
	padding: 15px 10px 20px 10px;
	min-height:476px;
	height:auto !important;
	height: 476px;
}

/* MAIN ANCHOR STYLES - Normal & Wide DIVS */
#main_content_w a:link, #main_content a:link { color: #037647; text-decoration: underline; }
#main_content_w a:visited, #main_content a:visited { color: #035d38; text-decoration: underline;}
#main_content_w a:hover, #main_content a:hover, #main_content_w a:active, #main_content a:active { color:#2982d5; text-decoration: none; }

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

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


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

#fmenu { /* Left menu 1 Positioning */
    float: left;
	width:155px;
	z-index:10;
	text-align: center;
	margin-top: 20px;

}

#fmenu2 { /* Left menu 2 Positioning */
    float: left;
	width: 155px;
	z-index:10;
	text-align: center;
}

#fmenu p {
    width: 190px;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#fmenu p.f2 { /* BUTTON LINKS w/ 2 LINES TEXT */
    width: 190px;
	height: 23px;
	margin: 0;
	padding: 2px 0 2px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#fmenu p.mag { /* BUTTON LINKS w/ 2 LINES TEXT */
    width: 190px;
	height: 218px;
	margin: 35px 0 0 0;
	padding: 2px 0 2px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#fmenu p a:link, #fmenu p a:visited { 
    color: #53201c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
	}
#fmenu p a:hover, #fmenu p a:active { 
    color: #85433e; 
	text-decoration: none;
	}

/* div under main nav */
#lbbot {
    width:150px;
	margin: 0 0 50px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#lbnht {
    width:150px;
	margin: 0 0 50px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

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

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


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

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
}

h2{
 font-size: 18px;
}

h3{
 font-size: 16px;
}

h4{
 font-size: 14px;
}


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

.inactive { color: #aaa !important; font-style: italic; }