/* CSS Document */

html, body {
	margin: 0px; padding: 0px;
	background-color: #CCCCCC;
	background: #ede9e0;
}

html, body { height:100%; } 

html, body { margin:0;padding:0; }






#container {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cac4bd;
	border-bottom-color: #cac4bd;
	border-left-color: #cac4bd;
}
#subContainer		  { min-height:100%; height:auto;}
* html #subContainer { height:100%; }

#subContainer{
	display:block;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
    background-color:#f4f4f4;
	overflow:hidden;
	}
#topMiniNav{
	width:960px;
	display:block;
	clear:both;
	height:34px;
	min-height:34px;
	background-color:#000;
	color:#5C5C5C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
#topMiniNav ul{
	display:block;
	float:right;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20px;
	}
#topMiniNav ul li{
	margin:0px;
	float:left;
	display:block;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:5px;
	padding-right:5px;

	}

#topMiniNav a{
	color:#FFF;
	text-decoration:none;
}
#topMiniNav a:hover{
	color:#FFF;
	text-decoration:underline;
	}
#topMiniNav a:visited{
	color:#FFF;
	}
#banner{
	display:block;
	padding:0px;
	width:960px;
	margin:0 auto 0 auto;
	background-image:url(../images/sub_banner_edge.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
	    }
		
#content{
	display:block;
	width:660px;
	float:right;
	
	/*background-color:#CCC;*/
	margin-left:20px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		}
		
#content h1{
	color:#007a4f;
	font-size:14px;
	}
	
#content h2{
	color:#737373;
	font-size:12px;
	}
#content ul {
	display:block;
	margin-left:0px;
	padding:0px;
		}
#content ul li {
    margin-top:4px;
	margin-bottom:4px;
	margin-left:15px;
	text-indent:24px;
	background-image:url(../images/sub_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style:none;
	list-style-type:none;
	}
		 
	
#menu{
	display:block;
	float:left;
	width:272px;
	text-indent:10px;
	/*background-color:#000;*/
	padding-left:4px;
	margin-top:30px;	
	}
#menu ul, #menu ul li ul{
	display:block;
	margin:0px;
	padding:0px;
	}
#menu li, #menu ul li ul li{
	display:block;
	margin-left:0px;
	margin-top:4px;
	margin-bottom:4px;
	list-style:none;
	list-style-type:none;

	clear:both;
	}
#menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	padding-top:8px;
	padding-bottom:9px;
	color:#FFF;
	background-image:url(../images/btn_up.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	}
#menu ul li a:hover,  #menu ul li a.thisPageOn{
	background-image:url(../images/btn_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#menu ul li ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	color:#757f86;
	background-image:url(../images/sub_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-decoration:none;
	text-indent:24px;
	}
#menu ul li ul li a:hover{
	color:#00623d;
	background-image:url(../images/sub_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 10px; 
	}
	
#contentFooter{
	display:block;
	width:960px;
	margin:0 auto 0 auto;
	height:40px;
	background:#00794f;
	clear:both;
		}
#copyrightLine{
	display:block;
	clear:both;
	width:960px;
	margin:10px auto 10px auto;
	text-indent:20px;
	height:auto;
	color:#818a91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
			}
			
			
			
			
