*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background: url(../images/index_bg_grad.jpg) repeat-x #fff;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

div#wrapper{
	width: 973px;
	margin: 31px auto;
	position: relative;
}

.clear{
	clear: both;
}

p{
	padding: 5px 0;
	line-height: 1.6em;
}

h1{
	color: #006838;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #006838;
}

h2{
	color: #006838;
	font-size: 1.2em;
}

a{
	color: #333;
	text-decoration: underline;
}

a:hover{
	color: #006838;
}

ul{
	padding: 5px 0;
}

li{
	margin: 0 40px;
}

input{
	padding: 3px;
	color: #333;
}

.green{
	color: #006838;
}

hr{
	border: none;
	border-bottom: 1px solid #0e6937;
	margin: 10px 0;
}

hr.index{
	border: none;
	border-bottom: 1px solid #0e6937;
	margin: 0 20px 10px;
}

.error, .required{
	color: red;
}

table.form{
	border-right:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
}

table.form td{
	padding: 5px;
	border-left:#666666 solid 1px;
	border-top:#666666 solid 1px;
}

table.form td.value{
	background: #eee;
}

.fleft{
	float: left;
}

.rleft{
	float: right;
}

.customer1{
	float: right;
	padding: 0 0 10px 10px;
}

.detail_image{
	float:right;
	padding: 5px;
	border: 2px solid #0e6937;
	margin: 10px;
}

/** BUTTONS **/

.button{
	display: block;
	text-indent: -5000px;
}

.prefemployer{
	width: 290px;
	height: 90px;
	background: url(../images/prefemployer_over.jpg)
}

.res_newsletter{
	width: 290px;
	height: 90px;
	background: url(../images/res_newsletter.jpg)
}

.res_survey{
	width: 290px;
	height: 90px;
	background: url(../images/res_survey.jpg)
}

/*
.prefemployer:hover{
	background: url(../images/prefemployer_over.jpg)
}
*/

/** BUTTONS **/

/** HEADER **/

div#header{
	height: 115px;
	background: url(../images/index_header.jpg) top left;
	overflow: hidden;
}

div#header h1{
	color: #000;
}

div#logo h2{
	font-size: 1.9em;
	font-weight: normal;
	padding: 72px 0 0 28px;
	color: #000;
	text-decoration: none;
}

div#header_right{
	width: 440px;
	float: right;
}

div#quote{
	padding: 20px 20px;
	font-size: 1.1em;
}

div#quote q{
	font-weight: bold;
}

div#quote .signature{
	font-weight: bold;
	color: #fff;
}

div#login{
	color: #fff;
	font-size: 1.1em;
	padding: 14px 40px 0 0;
	text-align: right;
}

div#login{
	font-weight: bold;
	color: #0e6937;
}

div#login a{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

div#login a:hover{
	color: #0e6937;
}

/** HEADER **/

div#body{
	background: url(../images/index_body.jpg) top left no-repeat;
}

div#footer{
	background: url(../images/index_footer.jpg) bottom center;
	height: 30px;
	color: #fff;
	padding: 5px 40px 10px;
	font-size: 1.3em;
}

div#footer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer a:hover{
	text-decoration: underline;
}

div#main{
	padding: 0;
	position: relative;
}

div#top_flash{
	height: 245px;
	width: 950px;
	padding: 0;
	margin-left: 10px;
}

div#content{
	background: #fff;
	margin: 0 13px 0 10px;
	padding: 5px 0;
}

div#content_right{
	margin: 0 0 10px 300px;
	padding: 10px 10px 50px 10px;
	font-size: 1.2em;
}

div#content_full{
	margin: 0;
	padding: 10px 10px 50px 10px;
	font-size: 1.2em;
	text-align: center;
	min-height: 500px;
}

/** Main Navigation **/
#nav {
	width: 950px;
	background: #000;
	margin-left: 10px;
	margin-right: 13px;
}

div#main_noflash #nav{
	background: #000;
	height: 30px;
}

#nav del.nav_container{
	display: inline-block;
	text-decoration: none;
}
#nav ul{
	padding: 0;
	margin: 0 10px;
	list-style: none;
	display: table;
	font-weight: bold;
	text-align: left;
	width: 100%;
}
#nav ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	list-style: none;
	display: inline;
	text-align: left;
	float: left;
	height: 18px;
	background: url(../images/nav_btn_inactive1.gif) no-repeat top left;
}
#nav ul li a {
	display: block;
	float: left;
	height: 10px;
	padding: 3px 25px 5px 5px;
	color: #fff;
	background: url(../images/nav_btn_inactive2.gif) no-repeat top right;
}
#nav a:link, #nav a:visited {
	color: color: #fff;
	text-decoration: none;
	font-size: 1.0em;
}
#nav a:hover {
	color: #000;
	text-decoration: none;
}

#nav li.current{
	background: url(../images/nav_btn_current1.gif) no-repeat top left;
}

#nav li.current a{
	background: url(../images/nav_btn_current2.gif) no-repeat top right;
	color: #0e6937;
}
/** Main Navigation **/

/** Content Left **/

div#content_left{
	float: left;
	width: 290px;
	padding: 0 5px 10px;
}

div#content_left h1.header{
	background: url(../images/header_bg.jpg) no-repeat;
	width: 274px;
	height: 14px;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #333;
}

div#content_left h2{
	color: #0b4222;
	font-size: 1.2em;
	margin-bottom: 10px;
}


/** Content Left **/

/** Mini Map **/

#mini_map{
	width: 280px;
	height: 380px;
	background: url(../images/regionalMap.jpg) no-repeat;
	position: relative;
	margin-bottom: 15px;
}

#mini_map a{
	position: absolute;
}

#map_box_outer{
	width: 290px;
	z-index: 100;
	position: absolute;
	top: -31px;
	left: 0;
}

#map_box{
	background: #dedede;
	border: 1px solid #666;
}

#map_box_top{
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	padding: 10px;
}

#map_box_bottom{
	padding: 10px;
}

#map_box_bottom	a{
	color: #0b4222;
	font-size: 1.4em;
	position: static;
	text-decoration: none;
	text-transform: capitalize;
}

#map_box_bottom	a:hover{
	color: #000;
}

#map_box_bottom	div.apartment{
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}

#map_box_bottom	div.apartment img{
	float: left;
	margin-right: 5px;
}

a.region1{
	width: 280px;
	height: 128px;
}

a.region1:hover{
	background: url(../images/regionalMap_1.jpg) no-repeat;
}

a.region2{
	top: 119px;
	width: 280px;
	height: 46px;
}

a.region2:hover{
	background: url(../images/regionalMap_2.jpg) no-repeat;
}

a.region3{
	top: 161px;
	width: 280px;
	height: 76px;
}

a.region3:hover{
	background: url(../images/regionalMap_3.jpg) no-repeat;
}

a.region4{
	top: 219px;
	width: 280px;
	height: 90px;
}

a.region4:hover{
	background: url(../images/regionalMap_4.jpg) no-repeat;
}

a.region5{
	top: 289px;
	width: 280px;
	height: 91px;
}

a.region5:hover{
	background: url(../images/regionalMap_5.jpg) no-repeat;
}
/** Mini Map **/

/** Mini Search **/

#mini_search{
	background: #ddd;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	padding: 10px;
}

.search{
	width: 100%;
}

.search td{
	padding: 10px;
	background: #eef1f1;
	line-height: 2.0em;
}
/** Mini Search **/

/** INDEX **/

#index_left{
	float: left;
	width: 300px;
	background: url(../images/19_prop_head.jpg) no-repeat;
	padding: 150px 10px 0 10px;
	margin-left: 5px;
}

#index_left p{
	font-size: 1.2em;
}

#index_left p em{
	font-size: 2.6em;
	margin: 10px 0;
}

#index_right{
	margin-left: 580px;
	width: 340px;
	padding: 5px 20px;
}

#index_right h1{
	background: #0b4222;
	color: #fff;
}

#index_right div.apartment{
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}

#index_right div.apartment img{
	float: left;
	margin-right: 5px;
}

#index_right a{
	color: #0b4222;
	font-size: 1.4em;
	position: static;
	text-decoration: none;
	text-transform: capitalize;
}

#index_map_box{
	overflow: hidden;
}

#index_right a:hover{
	color: #000;
}

#index_middle{
	float: left;
	width: 280px;
}

#index_buttons{
	margin: 0 auto;
	padding: 0;
}

#index_buttons td{
	text-align: center;
	padding: 0 10px;
}

/** INDEX **/

#fb-container{
	position: absolute;
	top: -20px;
	right: 0;
}

/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** CLEARFIX **/
