@charset "UTF-8";
/* CSS Document */
html {
		margin:0;
		padding:0;
		color:#000;
		font-size: 13px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
		background:#7EA283;
	}
	#wrap {
		width:960px;
		margin:0 auto;
		background:#fff;
	}
	#header {
    	/*padding:5px 10px;*/
		background:#d2f1d7;
		height: 206px;
		text-align:right;
		background-image: url(../img/header.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}

	
	#main {
		float:left;
		width:600px;
		padding:10px;
		background:#fff;
		padding-top: 37px;
	}
	#content {
		width: 410px;
		float: left;
		padding: 10px;
		background: #FFF;
		padding-right: 15px;
		padding-top: 37px;
	}
	h2 {font-size: 14px;
	margin:0 0 1em;
	margin:0;
		
	}
	h1 { font-size: 20px;
	color: #8b1f15;
	margin:0 0 1em;
	margin:0;
	}
	li {
		line-height: 15px;
		margin: 6px 0 4px 15px;
	}
	a.visited {
		color: #333;	
	}
	#sidebar {
		float:left;
		width:200px;
		padding:10px;
		padding-top: 35px;
		background:#fff;
	}
	#right {
		float:right;
		width: 270px;
		padding:15px;
		background:#fff;
		padding-top: 37px;
	}
	#right p {
		text-align:right;
		color: #006600;
		font-size: 11px;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#fff;
		text-align: center;
	}
	#footer p {
		margin:0;
		font-size: 11px;
		color: #999;
		line-height: 16px;
    }
	#footer a {
		margin:0;
		font-size: 11px;
		color: #999;
    }
	#footer a:hover {
		text-decoration: none;
    }
	* html #footer {
		height:1px;
	}













* html #menu{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#menu { 
width: 165px;
padding: 0 0 1em 10px;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 14px;
color: #333;
} 
#menu ul { 
list-style: none;
margin: 0;
padding: 0;
border: none;
width: auto;
} 
#menu a, #menu h2 {
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #006600;
background-color: #006600;
color: #fff;
text-decoration: none;
}
#menu a { 
color: #fff; 
background: #006600; 
text-decoration: none; } 

#menu a:hover { 
border-left: 10px solid #006600;
border-right: 1px solid #009933;
background-color: #009933;
color: #fff; 
} 
#menu li { 
position: relative;
border-bottom: 2px solid #fff;
margin: 0; 
}
#menu ul ul ul {
position: absolute; 
top: 0; 
left: 100%; 
width: 100%; 
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
display: none;
} 
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
display: block;
}