
body 
{
    font-family:Arial, Sans-Serif;
    font-size:12px; 
    color:#fff;
    text-align: center;
	min-width: 100%;
	margin-top: 16px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#0c2c15 url(backtile.jpg) repeat-x;

}

#wrapper
{
   	margin:0 auto;
	width:940px;
	height:auto;
	text-align: center;
}

#header
{
    position:relative;
    width:940px;
    height:238px;
    background:#fff;
    text-align:center;
    z-index:20;
}

#topstrip
{
    position:relative;
    width:940px;
    height:11px;
    background:transparent;
    text-align:center;
}

#logo
{
    position:relative;
    width:274px;
    height:83px;
    background:transparent;
    text-align:right;
    float:left;
}

#newsletter
{
    position:relative;
    width:227px;
    height:83px;
    background:transparent url(newsletter.jpg) no-repeat;
    text-align:left;
    float:right;
    color:#377e06;
}

#newsletter a
{
    font-size:11px;
    color:#377e06;
}

#topnav
{
    clear:both;
    position:relative;
    width:940px;
    height:29px;
    background:transparent;
    text-align:left;
}

#topbanner
{
    position:relative;
    width:940px;
    height:116px;
    background:transparent;
    text-align:left;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
	float: left;
	background: transparent;
}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 220px;
	
	line-height : 18px;
	z-index:100;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	width: 220px;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover
{
	background-position: 0 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin-top: -23px;
	border: 0px;
	z-index: 999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	
	left: -9999px;
	z-index: 999;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}





/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: 220px;
	height: auto;
	text-align:left;
	background:transparent;
}

#HouseMenuNav li  /* all list items */
{    
	width:220px;
	height:30px;
	background:transparent;
	border-bottom:solid 1px #d7e1a4;
}

#HouseMenuNav li a
{
    font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#194e20;
    padding-top:4px;
    text-indent:15px;
    text-decoration:none;
	background:transparent;
	height:26px;
	  
}

#HouseMenuNav li a:hover {
	font-family: Arial, Sans-Serif;
    font-size:12px;
    color:#194e20;
    padding-top:4px;
    text-indent:15px;
    text-decoration:none;
	background:#fff;
	height:26px;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 180px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -31px 0 0 220px ;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 180px;
	height: 24px;
	border:none;
	background:transparent;
	padding: 0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 180px;
	height: 24px;
	font-family:Arial , Sans-Serif;
    font-size:12px;
	color:#194e20;	
	background-color: #d7e1a4;
    font-weight:normal;
    text-transform:none;
    padding-left:5px;
}



#HouseMenuNav li li a:hover {
	width: 180px;
	height: 24px;
	font-family:Arial , Sans-Serif;
    font-size:12px;
	color:#000;	
	background-color: #e8eecc;
    font-weight:normal;
    text-transform:none;
    padding-left:5px;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 170px;
	width:inherit;
	height:inherit;
	background:inherit;
	padding:inherit;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself 
	color:#fff;
	background:#7a1098;*/
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself 
	color:#fff;*/
	background:#fff;
}
    
/* continue with divs */

 .clear
{
    clear:both;
}

#ContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:940px;
    height:auto;
    background:#fff url(contentBack.jpg) repeat-y;
    z-index:0;
}

#ContentArea a
{
    color:#333;
    text-decoration:none;
    font-size:12px;
}

#ContentArea a:visited
{
    color:#333;
    text-decoration:none;
    font-size:12px;
}

#ContentArea a:hover
{
    color:#000;
    text-decoration:none;
    font-size:12px;
}


#ContentLeft
{
	position:relative;
    width:220px;
    height:200px;
    background:transparent;
    color:#000;
    border-right:none;
    float:left;
    z-index:10;
}

#ContentLeft p
{
    margin-left:25px;
    margin-right:25px;
    margin-top:20px;
    color:#333;
    font-size:13px;
}



#ContentCenter
{
	position:relative;
    width:500px;
    height:auto;
    background:transparent;
    color:#000;
    float:left;
    text-align:left;
    padding-bottom:20px;
    border-right: #ececec dotted;
    z-index:0;
}

#ContentCenter h1
{
    margin-left:25px;
    color:#377e06;
    font-size:20px;
    font-weight:bold;
    font-style:italic;
    font-family:'Century Gothic', Sans-Serif;
    text-align:left;
}

#ContentCenter h2
{
    margin-left:25px;
    color:#8dad00;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    font-family:'Century Gothic', Sans-Serif;
    text-align:left;
}

#ContentCenter p
{
    margin-left:25px;
    margin-right:25px;
    margin-top:20px;
    color:#333;
    font-size:13px;
    text-align:left;
}

#ContentCenter td
{
    color:#333;
    font-size:13px;
}

#ContentCenter li
{
    color:#333;
    font-size:13px;
    text-align:left;
    margin-right:25px;
}

#ContentRight
{
	position:relative;
    width:210px;
    height:auto;
    background:transparent;
    color:#000;
    float:right;
    margin-top:10px;
    margin-bottom:10px;
    z-index:0;
}

#ContentRight h1
{
    margin-left:25px;
    margin-right:25px;
    color:#377e06;
    font-size:20px;
    font-weight:bold;
    font-style:italic;
    font-family:'Century Gothic', Sans-Serif;
    text-align:left;
}

#ContentRight h2
{
    margin-left:25px;
    margin-right:25px;
    color:#8dad00;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    font-family:'Century Gothic', Sans-Serif;
    text-align:left;
}

#ContentRight p
{
    margin-left:25px;
    margin-right:25px;
    margin-top:20px;
    color:#333;
    font-size:13px;
}

#ContentRight td
{
    color:#333;
    font-size:13px;
}

#ContentRight li
{
    color:#333;
    font-size:13px;
    margin-right:25px;
}



#footer
{
    clear:both;
    position:relative;
	width:940px;
    height:32px;
    background:transparent url(footerback.jpg) no-repeat;
    text-align:center;
    padding:0;
    z-index:0;
    padding-top:5px;
}

#footer p
{
    text-align:center;
    font-size:13px;
    margin-top:5px;
    color:#194e21;
}


#coprightArea
{
    clear:both;
    position:relative;
    width:940px;
    height:auto;
    background:transparent;
}

#copyright
{
    position:relative;
	width:940px;
    height:auto;
    text-align:left;
    padding:0;
    z-index:0;
}

#copyright p, td
{
    color:#999;
    font-size:12px;
}

#copyright a
{
    color:#999;
    text-decoration:none;
    font-size:12px;
}

#copyright a:visited
{
    color:#999;
    text-decoration:none;
    font-size:12px;
}

#copyright a:hover
{
    color:#ccc;
    text-decoration:none;
    font-size:12px;
}



.footertext 
{
    font-size:12px;
    color:#999999;
}

#footnote
{
    color:#999999;
    font-size:12px;
}

#footnote a, a:visited
{
    color:#999999;
    text-decoration:none;
    font-size:12px;
}

#footnote a:hover
{
    color:#ccc;
    text-decoration:none;
    font-size:12px;
}

hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:14px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

p
{
    padding:0;
    margin:0;
}

