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

li {
	margin-left:35px;
	}

ul, ol {	
	margin-bottom: 12px;
	}

#footer ul {
	margin:0;
	}
	
#footer li {
	margin:0;
	}


body {
	margin:0;
	background-image:url(../images/background.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#5a9bc3;
	}

html {
	font-family:Arial, Helvetica, sans-serif;
	color:#646464;
	font-size:12px;
	font-weight:normal;
	/*overflow:auto;*/
	margin:0;
	}
	
table.request {
	margin: 20px 0 20px 30px;
	}

table.request td {
	padding: 3px 10px 3px 0;
	}

img {
	border:none;
	}
	
.main_text {
	margin-left:30px;
	}

p {
	margin:0 0 12px 0;
	}
	
h1, h2 {
	margin:12px 0 0 0;
	color:#0065a4;
	font-weight:bold;
	font-size:18px;
	}

h2 {
	font-size:14px;
	}

#wrapper {
	margin:0 auto;
	width:960px;
	min-width:960px;
	max-width:960px;
	overflow:auto;
	}
	
#left_wrapper {
	float:left;
	width:246px;
	min-width:246px;
	max-width:246px;
	overflow:auto;
	}

#logo {
	width:246px;
	min-width:246px;
	max-width:246px;
	height:78px;
	min-height:78px;
	max-height:78px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin:40px 0 76px 0;
	}

#link_wrapper {
	overflow:auto;
	}

#links_top {
	background-image:url(../images/menu-top.png);
	background-repeat:no-repeat;
	width:246px;
	min-width:246px;
	max-width:246px;
	height:46px;
	min-height:46px;
	max-height:46px;
	}

#links_main {
	width:246px;
	min-width:246px;
	max-width:246px;
	background-color:#fff;
	text-align:right;
	padding-top:10px;
	}

#links_main ul {
	margin:0 10px 0 0;
	list-style:inside;
	list-style-type:none;
	}

#links_main ul li {
	/*margin-bottom:20px;*/
	line-height:2.5;
	}

#links_main a:link, #links_main a:visited, #links_main a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#0065a4;
	padding-right:30px;
	}

#links_main a:hover {
	color:#feb913;
	background-image:url(../images/arrows.gif);
	background-position:center right;
	background-repeat:no-repeat;
	}

#links_bottom {
	background-image:url(../images/menu-bottom.png);
	background-repeat:no-repeat;
	width:246px;
	min-width:246px;
	max-width:246px;
	height:19px;
	min-height:19px;
	max-height:19px;
	}

#main_wrapper {
	float:right;
	width:683px;
	min-width:683px;
	max-width:683px;
	overflow:auto;
	margin-top:40px;
	}

#main_header {
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	width:683px;
	min-width:683px;
	max-width:683px;
	height:162px;
	min-height:162px;
	max-height:162px;
	position:relative;
	}
	
#page_h1 {
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:99;
	}	

#main_inner, #listings_inner {
	width:683px;
	min-width:683px;
	max-width:683px;
	background:url(../images/main-bg.png);
	background-repeat:repeat-y;
	overflow:auto;
	padding-top:20px;
	/*height:448px;*/
	min-height:448px;
	}
	
#listings_inner {
	background-image:none;
	background-color:#ffffff;
	}

#main_bottom {
	width:683px;
	min-width:683px;
	max-width:683px;
	background-image:url(../images/main-bottom.png);
	background-repeat:no-repeat;
	min-height:19px;
	max-height:19px;
	height:19px;
	clear:both;
	}

#inner_left {
	float:left;
	width:430px;
	min-width:430px;
	max-width:430px;
	margin:0 0 20px 0;
	}

#inner_left ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left: 20px;
	}

#inner_left form {
	margin-left:27px;
	}

a {
	font-weight:normal;
	text-decoration:underline;
	color:#646464;
	}

a:hover {
	text-decoration:none;
	color:#0065a4;
	}
		

#inner_right {
	float:right;
	width:190px;
	max-width:190px;
	min-width:190px;
	margin:0 20px 20px 0;
	}

#inner_right img {
	margin-top:20px;
	}

#footer {
	clear:both;
	width:960px;
	min-width:960px;
	max-width:960px;
	text-align:center;
	color:#feb913;
	margin:0 auto;
	padding-top:20px;
	}
	
#footer ul {
	list-style:inside;
	list-style-type:none;
	}
	
#footer ul li {
		display:inline;
	}

#footer ul li a {
	color:#feb913;
	padding: 0 5px 10px 5px;
	text-decoration:none;
	line-height:1.5;
	}

#footer ul li a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
#oxygen {
	margin:0 auto;
	padding-top:20px;
	clear:both;
	width:960px;
	text-align:center;
	}

#oxygen a {
	color:#fff;
	}

#oxygen a:hover {
	text-decoration:none;
	color:#feb913;
	}

.address {
	margin-bottom:5px;
	}

div.errors {
	border:1px dashed #FF0000;
	margin:12px 30px 10px 30px;
	padding:15px;
	}

.error {
	font-weight:bold;
	}

h2.error, p.error {
	color:#FF0000;
	}	
	
h2.error {
	margin-left:30px;
	}

p.error {
	margin-bottom:6px;
	}

ul.error {
	margin-left:0px;
	}

span.hc {
	font-weight:bold;
	color:#0065a4;
	}

.pic_anchor {
	position:relative;
	}

.pic_holder {
	position:absolute;
	left:470px;
	}

.caption {
	text-align:center;
	max-width:190px;
	margin:6px 0 10px 0;
	}

.fig_cap {
	font-size:11px;
	color:#0065a4;
	text-transform:capitalize;
	}

h1.flash {
	font-size:22px;
	color:#fff;
	font-style:italic;
	}

h1.header {
	line-height:12;
	margin-left:30px;
	font-size:22px;
	color:#fff;
	font-style:italic;
	}

.label {
	margin:12px 0 3px 0;
	font-weight:bold;
	color:#0065a4;
	}

#listings_left {
	float:left;
	width:630px;
	min-width:630px;
	max-width:630px;
	margin:0 0 20px 0;
	}
	
#sponsors, #sponsors1 {
	clear:both;
	width:620px;
	min-width:620px;
	max-width:620px;
	/*border-top:1px solid #999999;*/
	margin:20px 30px 0 30px;
	padding-top:20px;
	}

#sponsors1 {
	padding-top:40px;
	border-top: 1px dashed #999999;
	background:#ffffff;
	}
	

.property_list {
	clear:both;
	margin-left:30px;
	padding-bottom:12px;
	border-bottom:1px dashed #999999; 
	}

.property_details {
	margin-left:20px;
	max-width:300px;
	}

table.listing td {
	vertical-align:top;
	}

table.listing td img {
	margin-top:12px;
	}

.pagination {
	text-align:center;
	margin-top:6px;
	}

.pagination a {
	color:#0065a4;
	text-decoration:none;
	margin: 0 5px 0 5px;
	font-weight:bold;
	}

.pagination a:hover {
	text-decoration:underline;
	}

.pagination a.active:link, .pagination a.active:visited, .pagination a.active:hover {
	font-size:16px;
	color:#feb913;
	font-weight:bold;
	}
	