/*CSS Document */
<style type="text/css">

html {
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999
	scrollbar-track-color: #cccccc;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1{
	margin: 0px 0px 0px 0px;
	font-weight: lighter;
}
h2{
	margin: 0px 0px 0px 0px;
		font-weight: lighter;
}
h3{
	margin: 0px 0px 0px 0px;
		font-weight: lighter;
}
h4{
	margin: 0px 0px 0px 0px;
		font-weight: lighter;
}
h5{
	margin: 0px 0px 0px 0px;
		font-weight: lighter;
}
h6{
	margin: 0px 0px 0px 0px;
		font-weight: lighter;
}
.no_margin{
	margin: 5px;
}
.s10 {
	font-size: 10px;
}
.s12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.s14 {
	font-size: 14px;
}
.s16 {
	font-size: 16px;
}
.s18 {
	font-size: 18px;
}
.s20 {
	font-size: 20px;
}
.s22 {
	font-size: 22px;
}
.s24 {
	font-size: 24px;
}
.s32 {
	font-size: 32px;
}
.s36 {
	font-size: 36px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #CE0000;
}
.green {
	color: #557C77;
}
.light_blue {
	color: #DCEEEE;
}
.shadow {
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}
a:link {
	text-decoration: none;
	color: #CE0000;
}
a:visited {
	text-decoration: none;
	color: #CE0000;
}
a:hover {
	text-decoration: underline;
	color: #CE0000;
}
a:active {
	text-decoration: none;
	color: #CE0000;
}
a.whitelink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.whitelink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.bluelink:link {
	color: #DCEEEE;
	text-decoration: none;
}
a.bluelink:visited {
	color: #DCEEEE;
	text-decoration: none;
}
a.bluelink:hover {
	color: #DCEEEE;
	text-decoration: underline;
}
a.bluelink:active {
	color: #DCEEEE;
	text-decoration: none;
}
*{
	padding: 0px;
	margin: 0px;
}
ul.check {
	margin: 15px 10px 15px 15px;
	list-style-image: url(png/icon-bullet.png);
}
li.check {
	margin: 10px 0px 10px 15px;
}
ul.no_bullet {
	margin: 15px 10px 15px 15px;
	list-style-type: none;
}
li.no_bullet {
	margin: 10px 0px 10px 15px;
}
#navigation {
	padding: 14px 0px 0px 0px;
	overflow: hidden;
	width: 200px;
	background-color: #426964;
	float: left;
	margin: 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}
#nav-bottom{
	width: 200px;
	background-color: #426964;
	height: 0px;
}
#navigation ul li {
	list-style: none;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
#navigation ul a {
	overflow: hidden;
	padding: 29px 0 0 0;
	display: block;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
}
#nav-button-home a {
	background: url(images/home.jpg) top left no-repeat;
}
#nav-button-about a {
	background: url(images/about.jpg) top left no-repeat;
}
#nav-button-featured a {
	background: url(images/featured.jpg) top left no-repeat;
}
#nav-button-brands a {
	background: url(images/brands.jpg) top left no-repeat;
}
#nav-button-university a {
	background: url(images/university.jpg) top left no-repeat;
}
#nav-button-tools a {
	background: url(images/tools.jpg) top left no-repeat;
}
#nav-button-blog a {
	background: url(images/blog.jpg) top left no-repeat;
}
#nav-button-forum a {
	background: url(images/forum.jpg) top left no-repeat;
}
#nav-button-financing a {
	background: url(images/financing.jpg) top left no-repeat;
}
#nav-button-testimonials a {
	background: url(images/testimonials.jpg) top left no-repeat;
}
#nav-button-contact a {
	background: url(images/contact.jpg) top left no-repeat;
}
#nav-button-resources a {
	background: url(images/resources.jpg) top left no-repeat;
}
#nav-button-resales a {
	background: url(images/resales.jpg) top left no-repeat;
}
#navigation ul a:hover {
	background-position: 0px -29px;
}
#navigation ul a.current {
	background-position: 0px -29px;
}
#outer{
	min-width: 900px;
	background-color: #FFFFFF;
	position: absolute;
	top: -31px;
	left: 0px;
}
#header{
	width: 100%;
	left: 0px;
	position: relative;
	top: 21px;
}
#content{
	width: 590px;
	min-height: 500px;
	background-image: url(images/water_bg_no_bar.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content2{
	width: 590px;
	min-height: 500px;
	background-image: url(images/water_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#left_column{
	width: 200px;
	height: 100%;
	float: left;
	overflow: hidden;
}
#right_column{
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	min-height: 600px;
}
#cash_flow_calculator{
	background-image: url(images/learn-about-bg-strip.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C8D4D2;
	background-position: bottom;
	width: 200px;
}
#email_course_box{
	background-image: url(images/coconuts.jpg);
	border: 1px solid #C8D4D2;
	background-position: left bottom;
	width: 200px;
	padding-top: 5px;
	float: right;
}
#live_chat{
	background-image: url(images/live_chat.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	height: 290px;
}
#contact_box{
	background-image: url(images/contact_box.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 60px 0px 0px 0px;
}
#ebook{
	width: 200px;
	height: 334px;
}
#case_studies{
	background-image: url(images/learn-about-bg-strip.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C8D4D2;
	background-position: bottom;
	width: 200px;
}
#featured_property_thumbs{
	width: 590px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
#featured_property_thumbs_outer{
	width: 590px;
	background-image: url(images/seasky.jpg);
}
#thumb_box{
	width: 91px;
	float: left;
	padding: 3px 2px 2px 2px;
	text-align: center;
}
#thumb_box2{
	width: 91px;
	float: left;
	padding: 10px 2px 2px 2px;
	text-align: center;
}
#gradient_bar{
	background-image: url(images/gradient_bar.jpg);
	background-repeat: repeat-x;
	width: 573px;
	height: 32px;
	margin-top: 7px;
}
#property_alerts_box{
	background-image: url(images/learn-about-bg-strip.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C8D4D2;
	background-position: bottom;
	width: 200px;
}
#rental_occupancy{
	background-image: url(images/learn-about-bg-strip.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C8D4D2;
	background-position: bottom;
	background-color: #FFFFFF;
	width: 200px;
}
#forums{
	width: 200px;
	background-image: url(images/forum_bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 56px 0px 0px 0px;
	border: 1px solid #C8D4D2;
}
#blog{
	width: 200px;
	border: solid 1px #C8D4D2;
}
#middle{
	width: 590px;
	padding: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	float: left;
}
.title_box{
	background-image: url(images/featured-bar-palms.jpg);
	padding: 5px 0px 0px 10px;
	background-repeat: no-repeat;
	min-height: 55px;
}
#property_alerts_title{
	background-image: url(images/property_alerts.jpg);
	height: 54px;
	background-repeat: repeat-x;
	background-position: center;
}
.title_box_no_bg{
	height: 50px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.title_box_flip{
	background-image: url(images/featured-bar-palms-flip.jpg);
	padding: 5px 10px 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	min-height: 55px;
}
.title_box_center{
	background-image: url(images/featured-bar-palms-flip.jpg);
	background-position: top right;
	height: 50px;
	text-align: center;
	padding: 6px 0px 0px 0px;
}
#email_course{
	margin: 0px 0px 0px 0px;
	background-image: url(images/hawaii-photo-with-pencil.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 210px;
	width: 585px;
}
#email_course_textbox{
	margin: 5px 0px 10px 185px;
}
#learn_about{
	margin: 10px auto 0px auto;
	min-height: 140px;
}
#learn_about_column{
	width: 180px;
	text-align: center;
	margin: 0px;
	float: left;
}
#learn_about_inner_column{
	background-image: url(images/learn-about-reflect.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	width: 172px;
	height: 110px;
}
#learn_about_columns_all{
	margin-top: -3px;
}
#featured_property{
	margin: 10px auto 10px auto;
	background-position: bottom;
	background-image: url(images/property-bg-strip-short.jpg);
	background-repeat: repeat-x;
	border: 1px solid #C8D4D2;
	background-color: #FFFFFF;
}
#featured_property_top{
	margin: 0px auto 10px auto;
	background: url(images/property-bg-strip-short.jpg) top repeat-x;
	border: 1px solid #C8D4D2;
	background-color: #FFFFFF;
}
#property_listing{
	margin: 0px auto 10px auto;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/property-bg-strip-short.jpg);
	/<b class="orange">*</b>background-color: #FFFFFF;<b class="orange">*</b>/
	border-left: 1px solid #C8D4D2;
	border-right: 1px solid #C8D4D2;
	/<b class="orange">*</b>padding-bottom: -50px;<b class="orange">*</b>/
}
#property_listing_clear{
	margin: 0px auto 10px auto;
	background-position: top;
	background-repeat: repeat;
	/<b class="orange">*</b>background-image: url(images/property-bg-strip.jpg);<b class="orange">*</b>/
	/<b class="orange">*</b>background-color: #FFFFFF;<b class="orange">*</b>/
	/<b class="orange">*</b>border: 1px solid #C8D4D2;<b class="orange">*</b>/
	/<b class="orange">*</b>padding-bottom: -50px;<b class="orange">*</b>/
}
#property_photo_left{
	margin: -30px 0px 0px 5px;
	float: left;
}
#property_photo_right{
	float: right;
	height: 475px;
	margin: -30px 0px 0px 0px;
}
#property_photo_center{
	margin: 0px auto 0px auto;
	text-align: center;
}
#badge{
	float: left;
	margin: 0px 0px 0px 10px;
}
#la_boxes{
	background-position: top;
	background-image: url(images/learn-about-bg-strip.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	min-height: 164px;
}
#featured_property_last{
	margin: 10px auto 10px auto;
}
#bottom_sign_up{
	padding: 20px 30px 0px 30px;
	margin: 50px auto 0px auto;
	width: 515px;
}
#bottom{
	text-align: center;
	width: 973px;
}
.newline_both{
	clear: both;
}
.newline_left_10{
	clear: left;
	height: 10px;
	background-color: #FFFFFF;
}
.newline_both_white{
	clear: both;
	background-color: #FFFFFF;
	height: 10px;
}
.newline_left{
	clear: left;
}
.newline_left_white{
	clear: left;
	background-color: #FFFFFF;
	height: 10px;
}
.newline_right{
	clear: right;
}
#left_all{
	float: left;
	width: 850px;
	background: url(images/water_bg_no_bar.jpg) bottom left no-repeat;
}
#all{
}
#green_button{
	width: 172px;
	height: 55px;
	background-image: url(images/large-green-button.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
}
#red_ball{
	width: 22px;
	height: 22px;
	background-image: url(images/red-ball.gif);
	padding: 2px 0px 0px 0px;
	margin: 0px 10px 0px -2px;
	text-align: center;
	background-repeat: no-repeat;
	float: left;
}
#red_ball2{
	height: 22px;
	background-image: url(images/red-ball.gif);
	padding: 0px 0px 0px 2px;
	text-align: left;
	background-repeat: no-repeat;
}
#steps{
	margin: 10px 0px 0px 0px;
	text-align: left;
}
#text_box{
	padding: 10px;
	text-align: justify;
}
#property_text_box{
	padding: 0px 30px 20px 30px;
	text-align: justify;
}
#property_text_box2{
	position: relative;
	top: -40px;
	padding: 0px 10px 0px 10px;
}
#sign_up{
	position: relative;
	left:5px;
	width: 110px;
	top: -120px;
	float: right;
}
#menu_top{
	background-image: url(images/menu_top.jpg);
	width: 155px;
	height: 30px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right;
}
#menu_middle{
	background-image: url(images/menu_inside_box.jpg);
	width: 155px;
	background-repeat: repeat-y;
	padding-left: 5px;
	margin: 10px 0px 0px 0px;
	background-position: right;
}
#menu_div{
	background-image: url(images/menu_divider.jpg);
	width: 160px;
	height: 40px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right;
}
#menu_bottom{
	background-image: url(images/menu_bottom.jpg);
	width: 160px;
	height: 50px;
	background-position: right bottom;
}
.flip_vertical{
	Filter: FlipV;
}
.flip_horizontal{
	Filter: FlipH;
}
#div_spacer_small{
	height: 10px;
}
#div_spacer_medium{
	height: 16px;
}
#div_spacer_large{
	height: 23px;
}
#div_spacer_top{
	height: 12px;
}
#sign_up_button{
	position: relative;
	float: right;
	top: -10px;
	left: -80px;
}
#right_text_column{
	position: absolute;
	top: 240px;
	left: 560px;
	width: 200px;
	text-align: left;
}
#right_text{
	width: 260px;
	text-align: left;
	padding: 10px 10px 10px 0px;
	float: right;
}
#left_text{
	width: 260px;
	text-align: left;
	float: left;
	padding: 10px 0px 10px 10px;
}
.spacer{
	min-height: 60px;
}
.big_spacer{
	min-height: 475px;
}
#property_map{
	width: 528px;
	height: 300px;
	margin: 0px auto 0px auto;
}
#footer_pages {
	font-size: 11px;
	width: 786px;
	padding: 7px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
}
</style>
