/* 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("/lifecycles/csshover.htc");
}
p { margin: 5px 5px 10px 10px; }
hr {
font-style: normal;
	border-bottom: 1px solid #E7E7E7;
	margin: 7px 0 10px 10px;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-left:9px;
	font-weight:400;
	color:#FFFFFF;
	position:relative;
	top:47%;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top: 10px;

}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top: 6px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5984;
	margin-top: 10px;
}
h4 a:link { color: #68529b; text-decoration: none; }
h4 a:visited { color: #68529b; text-decoration: none; } 
h4 a:hover { color: #68529b; } 

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b99c6b;
	margin-top: 5px;
	margin-left: 5px;
}
/*#top {
	width: 800px;
	background: url(images/bg_top.gif) #E5E5E5 no-repeat top left;
	float:left;
	padding: 0 0 25px 20px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	display: inline;
}*/

#top {
	width: 881px;
	background: url(images/bg_top.gif) #E5E5E5 no-repeat top left;
	float:left;
	
	margin-left: 20px;
	text-align: left;
	display: inline;
	height: 25px;

}

#container {
	width: 780px;
	background: url(images/bg_container2.gif) repeat-y top left;
	float:left;
	clear:left;
	margin-left:20px;
	display: inline;
}
#header {
	height: 125px;
	width: 740px;
	float:left;
	margin-left:19px;
	margin-bottom:0;
	display: inline;
}
#head1{
	float: left;
	background-color: #b99c6b;
	width: 170px;
	height: 125px;
	border-left:#FFFFFF solid 5px;
	display: inline;

}
#head2{
	float: left;
	margin-left: 5px;
	background-color: #aa94de;
	width: 275px;
	height: 125px;
	text-align: left;

}
#head3{
	float: left;
	margin-left: 5px;
	background-color: #d7d0bb;
	background: url(images/head3.jpg) no-repeat;
	width: 275px;
	height: 125px;
	display: inline;
}
#main {
	background: url(images/leftcolback.gif) repeat-y;
	text-align: left;
	float:left;
	margin: 5px 0 5px -4px;
	width: 790px;
	display:inline;
}
#leftcol {
	margin: 0 0 0 28px;
	float:left;
	width: 170;
	display:inline;
}
#centercol {
	width: 550px;
	float:left;
	margin: 0 0 0 5px;
	display:inline;
}
#navlist ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navlist li
{
	float: left;
	margin: 0 0.15em;
}
#footer {
	width: 800px;
	background: url(images/bg_footer2.gif) #E5E5E5 no-repeat top left;
	float:left;
	padding: 30px 0 0 20px;
	margin-left: 20px;
	text-align: left;
	display: inline;
}
#btm1 {
	display: inline;
	margin-left:19px;
	float: left;
	clear: both;
	background-color: #b99c6b;
	width: 170px;
	height: 40px;
	border-left:#FFFFFF solid 5px;
	color:#FFFFFF;
	text-align: center;
}
#btm2 {
	float: left;
	margin-left: 5px;
	background-color: #d6c9f7;
	width: 275px;
	height: 40px;
	color:#FFFFFF;
	text-align: center;
}
#btm3 {
	float: left;
	margin-left: 5px;
	background-color: #aa94de;
	width: 275px;
	height: 40px;
	color:#FFFFFF;
	text-align: center;
}
#leftnav h1{
	color:#9a99a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:9px;
	font-weight:800;
}

 ul {
	list-style: none;
	padding: 4px 0px 4px 0px;
	width:170px;
}
 ul li {
	list-style: none;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	background:#68529b;
	color: #ffffff;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	padding: 4px 0px 4px 0px;
	line-height: 20px;
}
 ul li ul li{
	background-color:#68529b;
	padding: 4px 0px 4px 0px;
	line-height: 20px;
	width:100%;
	}
 ul li a{
	color:#ffffff;
	display:block;
	padding-left: 27px;
	text-decoration:none;
	}
 ul li a:hover {
	color: #fff;
	/* hover color */
	background-color:#afa17a;
}

 ul li ul li a:hover{
color:#fff;
	background: #afa17a;
	border-left:0px solid #fff;

}
 ul ul {
	position: absolute;
	top: 0;
	display:none;
}
 ul li ul li a {
color:#fff;
}

 ul li:hover ul{
	color: #fff;
	display: block;
	left:170px;
	border-left:5px solid #fff;

}
/* 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;
	}	
	
	#leftnav .house{
	display: block;
} 

img.displayed {
position:relative;
top:50%;
    display: block;
    margin: auto;
	}
	
	img.map {
	display: block;
    margin: auto;
	border: 2px #000000 solid;
	}
.thinborderfloat {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;
  } 
  .thinborderfloatLeft {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
img.floatRight2 { 
    float: left; 
    margin: 0 0 0 495px; 

}
img.floatLeft { 
    float: left; 
    margin: 0; 

}
img.houseleft { 
    float: left; 
    margin: 0 10px 0 0; 
	top:50%;

}