/* CSS Document */
body, html{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
body{
	background-color:#E6F0F0;
	color:#396060;
	font-family:"Gill Sans MT", "Gill Sans", "Trebuchet MS", verdana, sans-serif;
	font-size: 0.8em;
}

h1{
	color:#9D3756;
	font-size:1.2em;
}
h2{
	font-size:1em;
	color:#396060;
}
.home h1{
	font-size:1.5em;
}

a{
	color:#9D3756;
	text-decoration:underline;
}
h2 a{
	color:#66AAA3;
	text-decoration:none;
}
a:hover, h2 a:hover{
	color: #FF6600;
}
.chop {
	border:none;
	}

img{
	border:#669999 1px solid;
}


#footer a, #header a, .tree dt a{
	color:#66AAA3;
	text-decoration:none;
}
#footer a:hover{
	color: #FF6600;
	text-decoration:underline;
}
#header a:hover,  .tree dt a:hover{
	color: #FF6600;
}

#header a{	
	font-weight:bold;
	color: #86BDBC;
}
#header #subnav li {
	padding-right:10px;
	padding-left:12px;
 	border-left:1px solid #86BDBC;	
}
#header #subnav li.menulink{
	border-left:none;
	padding-left:0px;
}

#header #menu a{
	padding-right:1em;
	color:#9D3756;
	font-weight:normal;
}

#nav {
  position:absolute;
	width:500px;
	height:430px;
	top: 70px;
	left:500px;
	float:right;
	z-index:3;
}

#content{
     position:relative;
	 margin-left:60px;
	 width:350px;
	 height:auto;
	 line-height:2em;
}


#header{
	 font-family:"Century Gothic",  sans-serif;
	 font-size:12px;
     position:relative;
	 top:0px;
	 left:0px;
	 color:#86BDBC;
	 background-color:#E6F0F0;
	 padding-top:40px;
	 margin-left:60px;
	 width:350px;
	 font-size:12px;
	 height:8em;
	 z-index:2;
}


#header ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#header li{
	display:inline;

}

#menu{
	padding-bottom:10px;
	font-size:9px;
}


#footer{
	position:relative;
	bottom:0px;
	background-color:#E6F0F0;
	color:#66AAA3;
	/*color:#559999;*/
	text-align:center;
	padding-top:4em;
	padding-bottom:1em;
	width:1000px;
	height:auto;
	font-size:10px;	
	font-style:italic;	
}

.home #header{
	 padding:0px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:0px;
	 height:auto;
}
.home #footer{
	width:auto;	
	margin-left:auto;
	margin-right:auto;
}
#homenav{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.seperator {
  padding:5px;
}


#subnav .activelink{
	color:#9D3756;	
}



#homeinfo{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#homeinfo p{
	line-height:1.5em;
}
#home #footer {
	padding-top:0px;
	padding-bottom:0px;
}

#homelogo{
	padding-right:40px;
	width:auto;
}

.tree dd{
	margin-bottom:1em;	
}
.tree dt{
	font-weight:bold;
	margin-top:1em;	
}


.map{
	border: 1px solid #000000;
}

#sitelist .menulink{
	display:none;	
}
#sitelist ul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;

}

#sitelist #menu {
	display:block;
}
#sitelist #menu a{
	font-size: 140%;
}

form p {
	clear: both;
}
form p label{
	float: left;
}
form p input, form p textarea, form p select{
	float: right;
	width: 250px;
}
form p.submit input, .button{
	width: auto;
	background-color:#9D3756;;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:5px;
}
