/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #E5E5E5;
	text-align: center;
	margin: 0;
	behavior:url("csshover.htc");
}
table { margin: 0 0 15px 10px;
border:solid 1px #000000 }
td { padding: 5px;
border:solid 1px #000000}
p { margin: 0 0 15px 10px; }
h1 {
	font-size: 25px;
	font-weight: normal;
	color: #6176B5;
	display: block;
	margin:0 0 6px 10px; 

}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 10px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	margin:0;
}
h3.bar {
	font-style: normal;
	border-bottom: 1px solid #E7E7E7;
	margin: 7px 0 10px 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 30px;
}

#container {
	width: 880px;
	background: url(images/bg_container2.gif) repeat-y top left;
	float:left;
	margin-left:20px;
	overflow: hidden;

}
#header {
	background-color: #ffffff;

	text-align: right;

	border:0px;
	height: 105px;
	width: 841px;
	float:left;
	margin-left:21px;
	margin-bottom:0px;
	display: inline;
}
#header img{
	display: block;
}
#leftcol {
	background-color:#abbd69;
	background-repeat: repeat-y; 
	display: block;
	float:left;
	width: 175;
	height: 700px;
	padding-bottom: 32767px;
	margin: 3px 0px -32767px 0px;
	overflow:visible;
}
#main {
	background-color: transparent;
	text-align: left;
	float:left;
	margin-left: 21px;
	width: 841px;
	height: 100%;
	display: inline;
	z-index:2;
}


#centercol {
	background-color: transparent;
	width: 600px;
	float:left;
	margin: 3px 0px 18px 3px;
	z-index:1;
}

#footer {
	width: 881px;
	background: url(images/bg_footer2.gif) #E5E5E5 no-repeat top left;
	float:left;
	clear:both;
	padding: 30px 20px 0 20px;
	margin: 0 auto 0 20px;
	text-align: left;

}


ul {
	list-style: none;

	padding: 4px 0px 4px 0px;
	width:175px;

}
ul li {
	list-style: none;
	font: bold 11px/16px arial, helvetica, sans-serif;
	background:#abbd69;
	color: #000000;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	line-height: 20px;
	padding: 4px 0px 4px 0px;

}
ul li ul li{
	background: #cfe289;

	padding: 4px 0px 4px 0px;
	line-height: 20px;
	width:100%;
	
	}
ul li a{
	color:#000000;
	display:block;
	padding-left: 27px;
	text-decoration:none;
	}
ul li a:hover {
	color: #a00;
}
ul li ul li a:hover{
	background: #abbd69;
	border-left:1px solid #fff;
}
ul ul {
	position: absolute;
	top: 0;
	display:none;

}
ul li:hover ul{
	display: block;
	left:175px;
border-left:3px solid #fff;
}
#leftnav .house{
	display: block;
	top:175px;
} 
.greenbox {
	background-color:#ebf4ca; 
	margin: 0 30px 15px 30px;
	padding: 5px 10px 1px 0px;
}


	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}	
	
	
	img.floatLeft { 
    float: left; 
    margin: 0 8px 0 0; 
	border: 1px solid #000;
}
img.floatRight { 
    float: right; 
    margin: 0 0 0 8px; 
	border: 1px solid #000;
}
img.floatRight2 { 
    float: right; 
    margin: 0 0 0 8px; 

}
