@charset "UTF-8";
/* CSS Document */

body {
background: url('../images/tile-bg.jpg') ;
}

div#container {
	width:816px;
	margin: 0 auto;
	position: relative;
	overflow:visible;
  }
div#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:100%;
	height:236px;
}
div#main-rpt {
	background-image:url(../images/main-rpt.png);
	background-repeat:repeat-y;
}
#title {
	text-align:right;
	padding-right: 20px;
	padding-top: 20px;
}
div#main-content {
	margin: 0 auto;
	width:766px;
	padding: 5px 25px 20px 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#002d57;
	
}
div#main-content p{
	margin: 0px;
	
}
div#main-content h2{
	color:#00461b;
	margin-bottom:0px;
	font-size: 18px;
	font-weight: bold;
	
}
div#main-content h3{
	color:#002d57;
	margin-bottom:20px;
	font-size: 12px;
	font-weight: bold;	
}
div#main-content a{
	color:#00461b;
	
}
.staff-box {
	margin-bottom: 20px;
}
.green {
color: #00461b;
}
.green li ul{
font-size:12px;
color: #00461b;
}

/*Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		


div#navigation {
height: 34px;
}

#navigation ul {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation ul li {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation a {
display: block;
}
.nav-start {
background: url('../images/nav-start.png') no-repeat scroll top left;
width: 7px;
height: 34px;
}
.nav-home {
background: url('../images/nav-home.jpg') no-repeat scroll top left;
width: 94px;
height: 34px;
}

.nav-home a:hover {
background: url('../images/nav-home.jpg') no-repeat scroll top left;
width: 94px;
height: 34px;
}

.nav-news {
background: url('../images/nav-news.jpg') no-repeat scroll top left;
width: 86px;
height: 34px;
}

.nav-news a:hover {
background: url('../images/nav-news.jpg') no-repeat scroll top left;
width: 86px;
height: 34px;
}

.nav-floorplan {
background: url('../images/nav-floorplans.jpg') no-repeat scroll top left;
width: 130px;
height: 34px;
}

.nav-floorplan a:hover {
background: url('../images/nav-floorplans.jpg') no-repeat scroll top left;
width: 130px;
height: 34px;
}

.nav-photo {
background: url('../images/nav-photos.jpg') no-repeat scroll top left;
width: 95px;
height: 34px;
}

.nav-photo a:hover {
background: url('../images/nav-photos.jpg') no-repeat scroll top left;
width: 95px;
height: 34px;
}

.nav-calendar {
background: url('../images/nav-calendar.jpg') no-repeat scroll top left;
width: 110px;
height: 34px;
}

.nav-calendar a:hover {
background: url('../images/nav-calendar.jpg') no-repeat scroll top left;
width: 110px;
height: 34px;
}

.nav-services {
background: url('../images/nav-services.jpg') no-repeat scroll top left;
width: 109px;
height: 34px;
}

.nav-services a:hover {
background: url('../images/nav-services.jpg') no-repeat scroll top left;
width: 109px;
height: 34px;
}

.nav-staff {
background: url('../images/nav-staff.jpg') no-repeat scroll top left;
width: 76px;
height: 34px;
}

.nav-staff a:hover {
background: url('../images/nav-staff.jpg') no-repeat scroll top left;
width: 76px;
height: 34px;
}

.nav-contact {
background: url('../images/nav-contact.jpg') no-repeat scroll top left;
width: 100px;
height: 34px;
}

.nav-contact a:hover {
background: url('../images/nav-contact.jpg') no-repeat scroll top left;
width: 100px;
height: 34px;
}

.nav-end {
background: url('../images/nav-end.png') no-repeat scroll top left;
width: 9px;
height: 34px;
}




/*FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
div#footer {
	width:100%;
	height: 83px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	
  }	
div#footer-text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	height: 50px;
	text-align:center;
	font-size:12px;
	color:#002d57;
	line-height: 18px;
	margin-bottom: 10px;
}
div#footer-text a{
	color:#00461b;
	text-transform: uppercase;
	font-size:12px;
	text-decoration:none
}
div#footer-text a:hover{
	color:#00461b;
	text-transform: uppercase;
	font-size:12px;
	text-decoration:underline;
}
div#footer-images {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	background-image:url(../images/footer-logos.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-position:center;
}
