@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 990px; /* Make this number 10px wider than actual design for ie issues */
}

.header_1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 113px;
}

.header_2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 248px;
}

.container {
	float: left;
	margin: 11px 0px 0px 0px;
	padding:  12px 10px 10px;
	background-color: #ece9da;
	border: 1px solid #fab71a;
	width: 960px;
}

.side_a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 174px;
}

.side_b { 
	float: left;
	margin: 0px 11px 0px 11px;
	padding: 0px 0px 0px 0px;
	width: 270px;
}

.side_c {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 490px;
}

.side_d {
	float: left;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.footer {
	float: left;
	width: 980px;
	height: 20px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.footer_logos {
	float: left;
	width: 980px;
	height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.footer_logos img {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border: none;
}


/* ---------------------------------------------------------------------------

	Header Elements

--------------------------------------------------------------------------- */

.logo a {
	display: block;
	float: left;
	text-decoration: none;
	width: 430px;
	height: 67px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tagline {
	float: left;
	width: 327px;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
}

.banner_pics {
	float: right;
	width: 647px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---------------------------------------------------------------------------

	Menu Declarations

--------------------------------------------------------------------------- */

.menu_container {
	width: 174px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/menu_bg_middle.jpg);
	background-repeat: repeat-y;
}

.menu_top {
	display: block;
	float: left;
	width: 174px;
	height: 8px;
	margin: 0px 0px -6px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_bg_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.menu_bottom {
	display: block;
	float: left;
	width: 174px;
	height: 8px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_bg_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.menu {
	float: left;
	width: 154px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.menu ul {
	 padding: 0px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.menu li {
	border-bottom: #000 1px solid;
	margin: 0px 0px;
	padding: 8px 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.menu li a:link, .menu li a:visited {
	color: #000;
	text-decoration: none;
}

.menu li a:hover, .menu li a:visited:hover {
	color: #990000;
	text-decoration: none;
}

.menu li ul {
	border-bottom: #000 0px solid;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #003366;
}

.menu li ul li {
	border-bottom: #000 0px solid;
	margin: 0px 0px 0px 3px;
	padding: 6px 0px 0px 0px;
	text-transform: none;
}

.menu li ul li a:link, .menu li ul li a:visited {
	color: #003366;
	font-size: 10px;
	text-decoration: none;
}

.menu li ul li a:hover, .menu li ul li a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

 
/* ---------------------------------------------------------------------------

	Find Your Property Declarations

--------------------------------------------------------------------------- */

.find_your_property {
	width: 270px;
	float: left;
	background-color: #d4cfbc;
	background-image: url(../images/find_property_title_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.find_your_property h2.white {
	color: #fff;
	padding: 3px 0px 0px 70px;
}

.choose {
	width: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 90px;
}

.property_form {
	width: 240px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.property_form input,
.property_form select {
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 1px 2px;
	float: left;
	background-color: #ece9da;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #000;
	height: 22px;
}

.property_form input {
	height: 18px;
}

.property_form select {
	height: 22px;
	padding: default;
	
}

input.keyword_mls {
	float: left;
	width: 230px;
	margin: 10px 0px 0px 4px;
}

input.keyword_mls_empty {
	background-image: url(../images/search_keyword_or_mls.png);
	background-position: center left;
	background-repeat: no-repeat;
}

select.property_type {
	float: left;
	width: 234px;
	margin: 6px 0px 0px 4px;
}

select.location {
	float: left;
	width: 234px;
	margin: 6px 0px 0px 4px;
}

select.min_price {
	float: left;
	width: 108px;
	margin: 6px 0px 0px 4px;
}

select.max_price {
	float: left;
	width: 108px;
	margin: 6px 0px 0px 18px;
}

select.beds {
	float: left;
	width: 68px;
	margin: 6px 0px 0px 4px;
}

select.baths {
	float: left;
	width: 62px;
	margin: 6px 0px 0px 13px;
}

select.square_feet {
	float: left;
	width: 78px;
	margin: 6px 0px 0px 13px;
}

input.button {
	float: right;
	margin: 10px 0px 13px 0px;
	padding: 0px;
	width: 142px;
	height: 26px;
	border: none;
}

.map {
	width: 248px;
	height: 224px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0;
	border: 1px solid #fab71c;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------

	Latest News Declarations

--------------------------------------------------------------------------- */

.latest_news {
	width: 250px;
	float: left;
	background-color: #d4cfbc;
	background-image: url(../images/column_title_bg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

.latest_news h2.white {
	color: #fff;
	padding: 4px 0px 0px 10px;
	margin: 0px;
}

.latest_news span a:link, .latest_news span a:visited {
	color: #0b60b4;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.latest_news span a:hover, .latest_news span a:visited:hover {
	color: #006699;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Featured Property Declarations

--------------------------------------------------------------------------- */

.featured_property_container {
	width: 492px;
	float: left;
	background-color: #f7f4ed;
	padding: 6px 0px;
	margin: 8px 0px 12px 0px;
	font-size: 12px;
}

.featured_property_pic {
	width: 230px;
	height: 170px;
	margin: 0px 0px 0px 6px;
	float: left;
	border: none;
}

.featured_property_info {
	float: left;
	width: 238px;
	padding: 0px 0px 0px 10px;
}

.featured_property_container p {
	margin: 0px;
	line-height: 15px;
}

.featured_link a:link, .featured_link a:visited {
	color: #0b60b4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.featured_link a:hover, .featured_link a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

.featured_sale_price {
	color: #990000;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h2.listings {
	margin: 0 0 5px 5px;
}

.property_container_sm_horizontal {
	width: 520px;
	float: left;
	clear: both;
	margin: 0 0 0 2px;
	padding: 5px;
}

.property_info_container_horizontal {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0 5px 0 8px;
}

.property_description_container_horizontal {
	height: 51px;
}

.property_info_horizontal_divider {
	width: 482px;
	height: 1px;
	margin: 5px;
	padding: 0;
	float: left;
	background-color: #d4cfbc;
}

.property_container_sm_vertical {
	width: 146px;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 5px;
}

.property_info_container {
	background-color: #f7f4ed;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

.property_info_container p {
	margin: 0px;
	line-height: 15px;
}


.property_pic {
	width: 146px;
	height: 100px;
	border: none;
	margin: 6px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

.property_sale_price  {
	color: #990000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-weight: bold;
}

.property_link a:link, .property_link a:visited {
	color: #0b60b4;
	float: right;
	margin: 22px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.property_link a:hover, .property_link a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}


.underline {	
	border-bottom: 1px #333 solid;
}



/* ---------------------------------------------------------------------------

	Button Declarations

--------------------------------------------------------------------------- */

.buttons ul {
	 padding: 0px;
	 margin: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.buttons li {
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
}

a.button {
    background: url('../images/btn_bg_right.png') no-repeat scroll top right;
    color: #000;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 6px 7px 0px 6px;
    padding: 0px 10px 0px 0px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/btn_bg_left.png') no-repeat;
	height: 30px;
    display: inline-block;
    padding: 6px 0px 0px 10px;
} 


a.button:hover span {
	color: #990000;
	cursor: pointer;
}


/* ---------------------------------------------------------------------------

	Available Complexes Declarations

--------------------------------------------------------------------------- */

.available_complexes_container {
	width: 492px;
	float: left;
	background-color: #f7f4ed;
	padding: 6px 0px;
	margin: 8px 0px 12px 0px;
	font-size: 12px;
}

.available_complexes_pic {
	width: 188px;
	height: 120px;
	margin: 0px 0px 0px 6px;
	float: left;
	border: none;
}

.available_complexes_info {
	float: left;
	width: 275px;
	padding: 0px 0px 0px 10px;
}

.available_complexes_container p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

.available_complexes_link a:link, .available_complexes_link a:visited {
	color: #0b60b4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	float: right;
}

.available_complexes_link a:hover, .available_complexes_link a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Featured Property Declarations

--------------------------------------------------------------------------- */

.featured_complex_property_container {
	width: 492px;
	float: left;
	background-color: #f7f4ed;
	padding: 6px 0px;
	margin: 8px 0px 12px 0px;
	font-size: 12px;
}

.featured_complex_property_pic {
	width: 230px;
	height: 170px;
	margin: 0px 0px 0px 6px;
	float: left;
	border: none;
}

.featured_complex_property_info {
	float: left;
	width: 238px;
	padding: 0px 0px 0px 10px;
}

.featured_complex_property_container p {
	margin: 0px;
	line-height: 15px;
}

.featured_complex_property_link a:link, .featured_complex_property_link a:visited {
	color: #0b60b4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.featured_complex_property_link a:hover, .featured_complex_property_link a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

.featured_complex_property_sale_price {
	color: #990000;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.retail_price{
	font-size: 10px;
	font-style:italic;
}

.complex_property_container_sm_vertical {
	width: 146px;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 5px;
}

.complex_property_info_container {
	background-color: #f7f4ed;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

.complex_property_info_container p {
	margin: 0px;
	line-height: 15px;
}


.complex_property_pic {
	width: 146px;
	height: 100px;
	border: none;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

.complex_property_sale_price  {
	color: #990000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-weight: bold;
}

.complex_property_link a:link, .complex_property_link a:visited {
	color: #0b60b4;
	float: right;
	margin: 22px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.complex_property_link a:hover, .complex_property_link a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}


.underline {	
	border-bottom: 1px #333 solid;
}


/* ---------------------------------------------------------------------------

	Complex Details Declarations

--------------------------------------------------------------------------- */

.complex_details {
	width: 250px;
	float: left;
	background-color: #d4cfbc;
	background-image: url(../images/column_title_bg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

.complex_details h2.white {
	color: #fff;
	padding: 4px 0px 0px 5px;
	margin: 0px;
}

.complex_name {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0px 0px 5px
	margin: 0px;
}

.complex_details span a:link, .complex_details span a:visited {
	color: #0b60b4;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.complex_details span a:hover, .complex_details span a:visited:hover {
	color: #006699;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------

	Complex | Local Events Declarations

--------------------------------------------------------------------------- */

.complex_local_events {
	width: 250px;
	float: left;
	background-color: #d4cfbc;
	background-image: url(../images/column_title_bg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

.complex_local_events h2.white {
	color: #fff;
	padding: 4px 0px 0px 5px;
	margin: 0px;
}

.complex_local_events_title, .complex_local_events_date {
	color: #333;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}

.complex_local_events_date {
	font-size: 11px;	
	margin-bottom: 5px;
}
.complex_local_events ul {
	 padding-left: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.complex_local_events li {
	margin: 0 0 10px 0;
	padding: 6px 0px;
	font-size: 12px;
}

.complex_local_events a:link, .complex_local_events a:visited {
	color: #333333;
	text-decoration: none;
}

.complex_local_events a:hover, .complex_local_events a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	About this Complex Declarations

--------------------------------------------------------------------------- */

.about_this_complex_container {
	width: 940px;
	float: left;
	background-color: #f7f4ed;
	padding: 10px;
	margin: 8px 0px 12px 0px;
	font-size: 13px;
}

.about_this_complex_info {
	float: left;
	width: 360px;
	padding: 0px 12px 70px 0px;
	border-right: 1px solid #D4CFBC;
}

.about_this_complex_property_title {
	clear: both;
	padding: 2px 0px 12px 0px;
	font-weight: bold;
}

.about_this_complex_container p {
	margin: 0px;
	line-height: 15px;
}


.media_amenity_pics {
   float: left;
   width: 540px;
   padding: 0px 0px 0px 12px;
} 

.media_amenity_pics ul {
   padding: 0px;
   margin: 0px 0px 10px 0px;
}

.media_amenity_pics ul li {
   display: inline;
	padding: 0px 10px 0px 0px;
	color: #0b60b4;
}

.media_amenity_pics ul li a:link, .media_amenity_pics ul li a:visited {
	color: #0b60b4;
	text-decoration: none;
}

.media_amenity_pics ul li a:hover, .media_amenity_pics ul li a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

.media_amenity_pics ul li a:link img, .media_amenity_pics ul li a:visited img {
	border: 1px solid #000;
	text-decoration: none;
}

.media_amenity_pics ul li a:hover img, .media_amenity_pics ul li a:visited:hover img {
	border: 1px solid #ff0000;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Title Declarations

--------------------------------------------------------------------------- */

h1,h2,h3,h4,h5 {
	margin: 0px; 
	padding:0px;
}

h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #003c77;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #333;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */
p {
	line-height: 18px;
}


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.mid_column_dash {
	clear: both;
	width: 250px;
	height: 1px;
	background: url(../images/dash.jpg) repeat-x;
	margin: 3px 0px 3px 10px;
}

.right_column_dash {
	clear: both;
	width: 470px;
	height: 1px;
	background: url(../images/dash.jpg) repeat-x;
	margin: 10px 0px 3px 10px;
}

.required {
	font-size: 9px;
	margin-right: 3px;
	color: #4b91d7;
}

/* ---------------------------------------------------------------------------

	Drop Down Panel

--------------------------------------------------------------------------- */

.drop_padding {
	padding: 5px 0px 0px 0px;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: #333;
background: #ECE9DA; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.minimized #mini_map {
	visibility: hidden;	
}

.ddpanel .ddpaneltab { /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin: 0px 0px 2px 0px;
font: normal 12px Arial;
text-align: center;
}

.ddpanel .ddpaneltab a { /*"toggle" tab related CSS*/
color: white;
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span { /*"toggle" tab related CSS*/
display: block;
padding: 0px;
cursor: pointer;
background-image: url(../images/arrow_down.png);
background-repeat: no-repeat;
background-position: 5px 2px;
z-index: 9999;

}

.ddpanel .ddpaneltab a span img.pointerimage { /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover { /*"toggle" tab related CSS*/
 /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus { /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span { /*"toggle" tab related CSS*/
background-color: transparent;
}

#tabSet {
	margin: 0;
	padding: 0;
}

.description_table {
	border-collapse: collapse;	
}

.description_table td, .description_table th {
	margin: 0;
	border-bottom: 1px solid #CECECE;
	padding: 1px 0 3px 0;
}

.description_table th.header {
	background-color: #003C77;
	padding: 2px;
	color: white;
}

.description_table th {
	text-align: left;
	width: 100px;
}

.description_table td a:link, .description_table td a:visited {
	color: #0b60b4;
	text-decoration: none;
}

.description_table td a:hover, .description_table td a:visited:hover {
	color: #0099CC;
	text-decoration: none;
}

.full_description {
	font-size: 11px;
	color: black;
}

table.property_listing td{
 	padding: 0;
}

.welcome {
	position: absolute;
	left: 0px;
	bottom: 4px;
	width: 100%;
}

.welcome div {
	width: 200px;
}

.welcome .name {
	float: left;	
}

.welcome .logout {
	float: right; 
	text-align: right;
}

.welcome .type {
	font-size: 12px;
	color: #075DB2;
}

.welcome a {
	margin-left: 10px;
	color: #003366;
	text-decoration: none;
}

.welcome a:hover {
	color: #0099CC;
}

/* ---------------------------------------------------------------------------

	News Archive

--------------------------------------------------------------------------- */

.news-archive {
	list-style-position: inside;
}

.news-archive li {
	margin: 0 0 0 10px;
}

.news-archive li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.news-archive li a:hover {
	color: #09c;
	text-decoration: underline;
}