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

/* Defaults */

* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img, :visited img {
	border: none;
}
.image_right {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* Text */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat;
	background-color: #000000;
	color: #002100;
	background-image: url(../images/bkgrd.gif);
	background-repeat: repeat;
	background-position: center;
	padding-top: 10px;
}
h1, h2, h3 {
	color: #439639;
}
h1 {font-size: 1.4em;}	
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}

p, ul, h1, h2 { padding-bottom: 10px; }

a:link, a:visited {
	color: #0073dc;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FEB43C;
	text-decoration: none;
}
#content {
	width: 955px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bkgrd.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-color: #F2F2F2;
}
#content p, #content li {
	font-size: 0.9em;
	line-height: 1.6em;
}
#content li {
	list-style-position: outside;
	margin-left: 10px;
}
#content ul, ol {
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Layout */

#wrapper {
	width: 955px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	width: 100%;
	position: relative;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#nav {
	width: 955px;
	position: relative;
	list-style-type: none;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0073dc;
	text-align: center;
}
#nav li {
	position: relative;
	list-style-type: none;
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li:hover, #nav li:active {
	display: block;
	background-color: #FEB43C;
}
#footer {
	width: 100%;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tagline {
	width: 955px;
	position: relative;
	font-size: 1em;
	background-color: #0073dc;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo {
	width: 955px;
	position: relative;
	font-size: 1em;
	background-color: #F0F0F0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#floorplans {
	height: 600px;
	width: 450px;
	margin-left: 242px;
	position: relative;
}






