/*MONDA STYLE SHEET*/
/* Created 10/27/07 */
/*CSS HACK FOR IE 7 and previous vers. are on the landing site itself*/


body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

body{
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color: #fff;
	background-image: url(../imgs/bgtop.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}

#c{
	width: 100%;
	text-align:center;
	text-align: -moz-center; 
	margin: 0 auto;
}

#noflash
{
	width: 924px;
	/*border: 1px blue solid;*/
	height: 400px;
	margin-top: -11px;
	margin-left: 0px;
	background-image: url(../imgs/bg_shadow.jpg);
}

#clear{
	clear: both;
}

#contentarea{
	width: 902px;
	margin-top: 8px;
	margin-left: 10px;
	/*border: 1px green solid;*/
	text-align: left;
}

#contentarea .quicknav{
	width: 245px;
	margin-top: 0px;
	margin-left: 1px;
	text-align: left;
	float: left;
	/*border: 1px solid red;*/
}

#contentarea .content{
	width: 620px;
	margin-top: 0px;
	margin-left: 8;
	text-align: left;
	float: left;
	/*border: 1px solid blue;*/
}



#nav { 
text-align: left;
text-decoration:none;
list-style:none;
margin-left: 10px;
/*border: 1px solid red;*/
width: 230px;
}
#nav li { 
padding: 5px;
}
#nav a:link, #nav a:visited { 
color: #000;
text-decoration: none;
padding: 5px;
}
#nav a:hover, #nav a:active { 
color: #363;
padding: 5px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}


#footershadow{
	margin: 0 auto;
	width: 920px;
	text-align: center;
	/*vertical-align: top;*/
	/*border: 1px red solid;*/
}



#footer{
	border-top:1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	/*margin-left: -10px;*/
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	width: 904px;
	height: 46px;
	padding-top: 10px;
	/*background-image:url(../imgs/footer_bg.jpg);*/
	background-image:url(../imgs/header_bg2.jpg);
	background-repeat: repeat-x;
	color: #333;
}
#footerNav{
	border-top:1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	/*margin-left: -10px;*/
	margin-left: 0px;
	text-align: left;
	width: 904px;
	height: 46px;
	padding-top: 10px;
	background-color:#375737;
	color: #FFF;
}
.footerNavBox{
	float:left;
	width:215px;
	padding:10px;
	margin:0px;
	color:#fff;
	border-right:1px dotted #fff;
}
.footerNavBox a:link{text-decoration:none; color:#fff;}
.footerNavBox a:visited{text-decoration:none; color:#fff;}
.footerNavBox a:hover{text-decoration:underline; color:#d5e4d5;}
.footerNavBox a:active{text-decoration:none; color:#fff;}
.footerNavBox ul{list-style:none; display:block; margin:0; padding-left:4px; margin-top:9px;}
.footerNavBox li{
	font-size:10px;list-style:none; display:block; padding-top:5px;
}

#img
{  border-style: none;
}