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

html {
	/*height: 468px;*/  /* will be playing with this */
}
* {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*background-color: #E9FFDE;*/
	background-color: #FFFFFF;
	height: 700px;	
}
#container
 {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.875em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height:700px; /* will be playing with this */
	clear: both;
	background-image: url(images/site_bg_3.jpg);
	background-repeat: no-repeat;
	border: 2px solid #D8E8BE;
}

.curved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc);
}

/* Header stuff */
#header  {
	text-align: center;
	height: 145px;
	width: 980px;
	margin-top: 0px;
} 
#logo {
	float: left;
	height: 70px;
	width: 200px;
	position: relative;
	top: -20 px;
}
#slogan {
	height: 50px;
	width: 45em;
	text-align: center;
	position: relative;
	left: 40px;
	top: 65px;
}
#slogan h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}
/* End header stuff */

/* Nav bar stuff */
#nav {
	position: relative;
	top: 80px;
	width: 50em;
}
#nav_bar{
	clear:both;
	display:inline;
	height:25px;
	/*width:40em;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top:10px;
	position:relative;
	top:5px;
}
#nav_bar li {
	display: inline;
	list-style-type:none;
	margin-right:10px;
	margin-left:10px;
}
#nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
}
/* End Nav bar stuff */

/* Footer Stuff */
#footer  {
	color: #000000;
	text-align:left;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	width:980px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	position: relative;
	top:-45px;
} 
#footer  p  {
	text-align:left;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	float:left;
}
#page_bottom {
	position: absolute;
	height: 29px;
	width: 680px;
	left: 300px;
	bottom: 0px;
}
#nav_footer{
	clear:both;
	display:inline;
	height:25px;
	/*width:40em;*/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top:10px;
	position:relative;
	top:5px;
}
#nav_footer li {
	display: inline;
	list-style-type:none;
	margin-right:10px;
	margin-left:10px;
}
#copyright_info {
	margin-left:70px;
	font-size:0.5em;
	position:relative;
	top:5px;
	color: #D8E8BE;
}
#nav_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav_footer a:hover {
	color: #72009a;
}
/* End Footer stuff */

/* This is the right sidebar stuff */
/* End left column section */

/* Begin right column section */
#sidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 0px;
	height: 450px;
	margin-top: 25px;
	position: relative;
	top: 20px;
}
#unit_pics {
	position: relative;
	top: 20px;
	margin-bottom: 25px;
	height: 180px;
	width: 260px;
}
.gss {
	color: #fff;
	padding: 8px;
	height: 210px;
	width: 280px;
	background-color: #333333;
}
.gss a img {
	border: none;
}
#twitter_div {
	font-size: 0.8em;
	width: 275px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #49320f;
	height: 250px;
	position: relative;
	top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twitter_div h3 {
	margin-bottom: 10px;
}
#twitter_update_list {
	list-style-type: none;
	font-size: 1em;
	width: 270px;
	height: 300px;
}
#twitter_update_list li {
	margin-bottom: 10px;
	position: relative;
	left: 0px;
}
/* End right sidebar stuff */


/* The main content area stuff */
#upper_main {
	height:480px;
	width:600px;
	margin-bottom:25px;
	float: left;
	position: relative;
	left: 0px;
	top: 40px;
}
#main_page {
	height: 480px;
	width: 600px;
	margin-top: 15px;
	margin-left: 25px;
	overflow: auto;
}
#main_page h1, #main_page h2, #main_page p {
	margin-bottom: 10px;
}

/* End main content area stuff */
/* The Properties table stuff */

#utility_main {
	height:480px;
	width:660px;
	margin-left:25px;
	overflow:auto;
}

#table_container {
	background-image: url(images/contentbox_04.jpg);
	height: 450px;
	width: 650px;
	margin-top: 20px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
#table_container table {
	margin-right: auto;
	margin-left: auto;
}
#table_container table img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#table_container    table    td   a  {
	text-decoration: none;
}
th {
	color: #FFFFFF;
	background-color: #354e00;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
td {
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	margin-top: 10px;
	padding-bottom: 5px;
}
.evenrow {
	background-color: #E7F5E5;
}
.right_justify {
	text-align:right;
}
.center_justify {
	text-align:center;
}
.left_justify {
	text-align:left;
}
/* End Properties table stuff */

/*  Property Details stuff */
#prop_image {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 75px;
}

#prop_details {
	margin-right: 25px;
	margin-left: 25px;
}
/* End Property Details stuff */

/* The contact form styling */
#contact_div fieldset {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #ccc;
}

p.legend {
	font-size:.75em;
	margin-bottom:1em;
}
p.legend em {
	color: #C00; 
	font-style: normal; 
}

#contact_div form p {
	margin: 0px;
}

#contact_div form fieldset {
	margin: 10px 0px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #40993a;
	border-right-color: #40993a;
	border-bottom-color: #40993a;
	border-left-color: #40993a;
}

#contact_div form legend, #contact_div legend{ 
	font-weight: bold; 
	color: #666; 
}

#contact_div form fieldset div { 
	padding: 0.25em 0px; 
}

#contact_div label, .contact_div span.label {
	margin-right: 10px; 
	padding-right: 10px; 
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}

#contact_div label em, .contact_div span.label em { 
	position: absolute; 
	right: 0px; 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
}

#contact_div input:focus, #contact_div textarea:focus {
	background-color: #FFC; 
	border-color: #FC6; 
}


#contact_div #submit {
	margin-left: 180px; 
}

/* End contact form styling */