/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #fff;
	color: #535353;
	font-family: arial, sans-serif;
	font-size: 11px;
}


a:link { color: #390; font-size: 10.5px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:visited { color: #00c; font-size: 10.5px; text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
p { color: #535353; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size-adjust: inherit; margin-top: 0;}
h2 { color: #71993b; font-size: 1.25em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size-adjust: inherit; margin-right: 0; margin-bottom: 0.2em; margin-left: 0px; }
h3 { color: #272425; font-size: 1.17em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size-adjust: inherit; margin: 0px 0 1em 0px; }
h4 { color: #036; font-size: 1em; font-weight: bold; font-size-adjust: inherit; margin: 0.55em 0 0 0px; }
h5 { color: #000; font-size: 1.25em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin: 16px 0 5px 0px; }
ul { list-style-type: disc; margin: -0.75em 0 1em 16px; }
td { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;  }
.webding { font-family: webdings; }
.bold { color: black; font-weight: bold; }
.italic { font-style: italic; }
.raline { text-align: right; }
.centre { text-align: center; }
.black { color: #000; }
.s-link { color: #535353; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.b-italic { font-weight: bold; font-style: italic; }
.makelink { color: #535353; font-size: 9px; font-style: italic; }
.leftalline { color: #000; font-size: 11px; text-align: left; margin-left: 0; }
.lgreentext { color: #71993b; font-size: 1.75em; font-weight: bold; }
.boldblue { color: #0f4470; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	width: 756px;
}

#header {
	background: url(header.jpg) no-repeat;
	height: 111px;
	position: relative;
}

.residents {
	background: url(residents1.jpg) no-repeat;
	height: 111px;
	width: 145px;
	position: absolute;
	left: 182px;
	
}

#logo {
	float: left;
	background: url(logo.png) no-repeat;
	height: 111px;
	width: 153px;
	
}

#logo a {
	display: block;
	height: 111px;
	width: 100%;
}

.content {
	
	background: url(content2.jpg) no-repeat;
	overflow: hidden;
	width: 100%;	
}

/*------NAV------------------------------------------------*/
#menu {
	background: #FFFFFF;
	height: 25px;
	width: 788px;
}
.menu1 {
float: left;
}

.menu2 {
float: left;

}

#nav1HContainer {
    position:absolute;
    left:400px;
    top:110px;
    display:block;
    width:1600px;
}

#nav1 ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width: 182px;
    background-color:#6e953a;
}

#nav1 li {
  position: relative;
  float:left;
  line-height : 25px;
  width: 91px;
  list-style: none;
}

#nav1 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:120px;
    background-color:#6CC1F7;
	border:0px solid #809DF9;
}


#nav1 a {
    font-size: .9em;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    width:90px;
    padding :0;
    color:#FFFFFF;
    border-Left:1px solid #FFFFFF;
    background-color:#6e953a;
}
#nav1 li li a {
    width:12em;
}

#nav1 li a:hover {
  background-color: #eda;
  border:0px solid #809DF9;
}
#nav1 li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav1 .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav1 li:hover ul ul,
#nav1 li:hover ul ul ul,
#nav1 li:hover ul ul ul ul,
#nav1 li.iehover ul ul,
#nav1 li.iehover ul ul ul,
#nav1 li.iehover ul ul ul ul{
  left: -999em;
}

#nav1 li:hover ul, 
#nav1 li.iehover ul {
	top: 2.15em;
	left:0;
}
#nav1 li li:hover ul,
#nav1 li li li:hover ul,
#nav1 li li.iehover ul,  
#nav1 li li li.iehover ul {
	top: 0;
	left:10.0em;
}



#nav1ContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#nav1Container {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}





/*------------------------------------------------------*/
/* =CONTENT							*/

#main {
	float: right;
	width: 560px;
min-height: 350px;
}

#sidebar {
	float: left;
	width: 181px;
min-height: 350px;
}



/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
width: 756px;
min-height: 50px;
}
