@charset "utf-8";

/***************************/
/* Lucayan Realty Core CSS */
/***************************/

body /* Main Body */
{
	margin: 0px;
	padding: 0px;
	
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: normal;

	background-color: #0C1C36;
	background-image: url(../images/repeat_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	
/*--------------------------------------------------*/
/* Site-Wide Styles */

.sepLine /* Seperator Line */
{
	clear: both;
	border-bottom: 1px solid #E0E1E2;
}

#bgRepeat /* Bottom Repeat */
{
	clear: both;
	margin-top: 20px;
	height: 20px;
	
	background-image: url(../images/repeat_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h1 /* Main Header */
{
	margin: 0px;
	padding: 0px 0px 8px 15px;
	
	color: #E0E1E2;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	
	border-bottom: 1px solid #E0E1E2;
}

h2 /* Featured Heading */
{
	margin: 0px;
	padding: 0px 0px 8px 15px;
	
	color: #E0E1E2;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	
	border-bottom: 1px solid #E0E1E2;
}


/*--------------------------------------------------*/
/* Nav-Bar Styles */

#navBarCont /* Nav Bar Container */
{
	margin: 10px auto;
	margin-bottom: 40px;
	padding: 0px;
	width: 900px;
}
	
#navBarCont .logoCont /* Logo Container */
{
	float: left;
	width: 215px;
	height: 125px;
}

#navBarCont .logoCont .logo /* Logo Image */
{
	width: 215px;
	height: 125px;
	
	border: none;
}

#navBarCont .contact /* Contact Info */
{
	float: right;
	margin-top: 50px;
	width: 685px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#navBarCont .contact a /* Contact Info Link */
{
	color: #FFFFFF;
	text-decoration: underline;
}

#navBarCont .contact a:hover /* Contact Info Hover */
{
	color: #ED1C24;
	text-decoration: none;
}

#navBarCont .mainNav /* Main Nav Container */
{
	float: right;
	margin: 18px 0px 20px 0px;
}

#navBarCont .mainNav ul /* Main Nav List */
{
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
	list-style-type: none;
}


#navBarCont .mainNav li /* Main Nav Line */
{
	display: inline; /* IE Fix! */
}

#navBarCont .mainNav li a /* Main Nav Link */
{
	display: block;
	float: left;
	margin-left: 25px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#navBarCont .mainNav li a:hover /* Main Nav Hover */
{
	color: #ED1C24;
}


/*--------------------------------------------------*/
/* Main Content Styles */

#mainCont /* Main Content Cotnainer */
{
	clear: both;
	margin: 40px auto;
	margin-bottom: auto;
	padding: 0px;
	width: 900px;
}


/*--------------------------------------------------*/
/* Main Content Left Column Styles */

#leftColumn /* Left Column Container */
{
	float: left;
	margin-right: 15px;
	width: 375px;
}

#leftColumn .secImage /* Section Image Container */
{
	margin-bottom: 40px;
	width: 375px;
}

#leftColumn .secImage img /* Section Image */
{
	width: 375px;
	height: 373px;
	
	border: none;
}

#leftColumn .featured /* Featured Properties Container */
{
	/* Place Holder */	
}

#leftColumn .featured a /* Featured Properties Link */
{
	display: block;
	padding: 15px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumn .featured a:hover /* Featured Properties Hover */
{
	background-color: #163260;
}


#leftColumn .featured .featuredPic /* Featured Properties Picture */
{
	float: left;
	margin-right: 15px;
	width: 135px;
	height: 75px;
	
	border: 0px;
}

#leftColumn .featured p /* Featured Paragraph */
{
	margin: 0px;
}

#leftColumn .featured strong /* Featured Title */
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


/*--------------------------------------------------*/
/* Main Content Right Column Styles */

#rightColumn /* Right Column Container */
{
	float: left;
	width: 510px;
}

#rightColumn .pushImage /* Push Image Container */
{
	margin-bottom: 40px;
	width: 510px;
}

#rightColumn .pushImage img /* Push Image */
{
	width: 510x;
	height: 373px;
	
	border: none;
}

#rightColumn a /* Right Column Link */
{
	color: #FFFFFF;
	text-decoration: underline;
}

#rightColumn a:hover /* Right Column Hover */
{
	color: #ED1C24;
	text-decoration: none:
}

#rightColumn .textCont /* Text Container */
{
	padding: 15px;
}

#rightColumn .textCont .firstPara /* Text Container First Paragraph */
{
	margin: 0px;
}


/*--------------------------------------------------*/
/* Properties Styles */

#rightColumn .mainFeatured /* Main Featured Property Container */
{
	/* Place Holder */
}

#rightColumn .mainFeatured a /* Main Featured Properties Link */
{
	display: block;
	padding: 15px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#rightColumn .mainFeatured a:hover /* Main Featured Properties Hover */
{
	color: #FFFFFF;
	background-color: #163260;
}


#rightColumn .mainFeatured .mainFeaturedPic /* Main Featured Properties Picture */
{
	float: left;
	margin-right: 20px;
	width: 180px;
	height: 115px;
	
	border: 0px;
}

#rightColumn .mainFeatured p /* Main Featured Paragraph */
{
	margin: 0px;
}

#rightColumn .mainFeatured strong /* Main Featured Title */
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightColumn .mainFeatured .footage /* Main Featured Footage Line */
{
	font-size: 14px;
	font-weight: bold;
}

#rightColumn .mainFeatured .price /* Main Featured Price */
{
	font-size: 14px;
	font-weight: bold;
}

/* Land Listings Styles */

#rightColumn .landCont /* Land Listings Container */
{
	padding: 15px;
}

#rightColumn .landCont .firstPara
{
	margin: 0px;
}

#rightColumn .landCont ul /* Land List Container */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#rightColumn .landCont li /* Land List Lines */
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	
	list-style-type: none;
	
	border-bottom: 1px dashed #93B3E6;
}

#rightColumn .landCont .landTitle /* Land Listing Title */
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightColumn .landCont .landPrice /* Land Listing Price */
{
	font-size:14px;
	font-weight: bold;
}

#leftColumn .miniContact /* Land Quick Contact */
{
	padding: 15px;
}

#leftColumn .miniContact a /* Land Quick Contact Link */
{
	color: #FFFFFF;
	text-decoration: underline;
}

#leftColumn .miniContact a:hover /* Land Quick Contact Hover */
{
	color: #ED1C24;
	text-decoration: none;
}


/*--------------------------------------------------*/
/* Property Focus Page Styles */

#leftColumn .miniPics /* Mini Pics Container */
{
	margin-bottom: 40px;
	width: 375px;
}

#leftColumn .miniPics .miniPic /* Mini Pics Images */
{
	width: 115px;
	height: 115px;
	
	border: none;
}

#leftColumn .miniPics td /* Mini Pics Columns */
{
	padding: 0px 15px 15px 0px;
}

#leftColumn .miniPics a /* Mini Pics Link */
{
	display: block;
	width: 115px;
	height: 115px;
}

#leftColumn .miniPics .picInfo /* Mini Pics Info */
{
	padding: 3px 5px 3px 5px;
	
	text-align: center;
	text-transform: uppercase;
	
	background-color: #163260;
}

#rightColumn .largePics /* Large Pics Container */
{
	margin-bottom: 40px;
	width: 510px;
}

#rightColumn .largePics .largePic /* Large Pics Image */
{
	width: 510px;
	height: 375px;
	
	border: none;
}

#rightColumn .textCont .title /* Land Price Titles */
{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------*/
/* Private Islands Styles */

.privateIslands /* Private Islands Container */
{
	clear: both;
	margin-bottom: 30px;
	
	border-bottom: 1px dashed #FFFFFF;
}

.privateIslands .islandPhoto /* Island Photo Container */
{
	float: left;
	margin-right: 15px;
}

.privateIslands .islandPhoto img /* Island Photo Image */
{
	width: 375px;
	height: 250px;
	border: none;
}

.privateIslands .islandContent /* Island Info Container */
{
	float: left;
	width: 480px;
}

.privateIslands .islandInfo /* Island Info */
{
	padding: 15px;
}

.privateIslands .heading /* Info Heading TD */
{
	width: 100px;
	color: #FFFF00;
	vertical-align: top;
}

.privateIslands .info /* Info TD */
{
	width: 380px;
	vertical-align: top;
}

.privateIslands .contactInfo a /* Info Contact Link */
{
	display: block;
	margin-top: 20px;
	padding: 3px 5px 3px 5px;
	
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;

	background-color:#163260;
}

.privateIslands .contactInfo a:hover /* Info Contact Hover */
{
	background-color: #20488A;
}


/* Contact Form Elements
==============================================================*/

#contactContainer /* Contact Container */
{
	padding: 15px;
}

#contactContainer .contactForm /* Contact Form DIV */
{
	/* Holder */
}

#contactContainer .contactForm p /* Contact Form Paragraph */
{
	margin: 0px 0px 10px 0px;
}

#contactContainer .contactForm label /* Contact Form Label */
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

#contactContainer .contactForm a /* Contact Form SC Link */
{
	color: #BDB892;
	text-decoration: none;
}

#contactContainer .contactForm a:hover /* Contact Form SC Hover */
{
	color: #87B7C9;
	text-decoration: underline;
}


/*--------------------------------------------------*/
/* Footer Styles */

#footerCont /* Footer Container */
{
	clear: both;
	margin: 35px auto;
	margin-bottom: 0px;
	padding: 15px 0px 0px 0px;
	width: 900px;
	
	border-top: 1px solid #E0E1E2;
}

#footerCont .footerText /* Footer Text */
{
	float: left;
	font-size: 11px;
}

#footerCont .footerText strong /* Footer Text Strong */
{
	font-size: 12px;
	font-weight: bold;
}
