/*----------------------------------------
General Element */

body /* Website Body */
{
	text-align: left;
	background-color: #b9e1f0;
}

h1 /* Main Page Header */
{
	color: #575757;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 0px;
}

h2 /* Main Page Header */
{
	color: #575757;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 0px;
}

h3 /* Property Titles */
{
	color: #575757;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 0px;
}

img /* Remove Borders From Images */
{
	border: none;
}

#container /* Website Container */
{
	width: 750px;
	margin: auto;
	
	border: 1px solid #62B4E4;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

/*----------------------------------------
Header Elements */

#logo /* Logo DIV */
{
	width: 245px;
	height: 125px;
	float: left;
	
	text-align: center;
	
	border-bottom: 1px solid #62B4E4;
	background-color: #DEF7FF;
}

#header /* Header Menu DIV */
{
	width: 505px;
	height: 71px;
	float: right;
	
	padding: 27px 0px 27px 0px;
	text-align: center;

	border-bottom: 1px solid #FFFFFF;	
	background-color: #0072B7;
}

#header a /* Header Menu Links */
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left:14px;
	
	background-image: url(../images/topNav_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#header a:hover /* Header Menu Links Hover */
{
	color: #FFFF00;
}

#header .topNavLink /* Header Menu Link TD */
{
	width: 125px;
}

#header .topNavSep /* Header Menu Seperator TD */
{
	width: 1px;
}


/*----------------------------------------
Main Menu Elements */

#mainMenu /* Menu DIV */
{
	width: 750px;
	height: 240px;
	clear: both;
	
	border-bottom: 1px solid #FFFFFF;
	background-position: left;
	background-repeat: no-repeat;
}

#mainMenu ul /* Menu List */
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

#mainMenu li /* Menu List Items */
{
	display: inline; /* IE Sucks */
}

#mainMenu li strong /* Menu List Heading */
{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#mainMenu li a /* Menu List Links */
{
	display: block;
	opacity: 0.85;
	filter: alpha(opacity=85);
	
	color: #333333;
	text-decoration: none;
	
	width: 220px;
	height: 39px;
	
	margin: 0px;
	padding: 8px 0px 0px 25px;
	
	border-bottom: 1px solid #62B4E4;
	background-color: #FFFFFF;
}

#mainMenu li a:hover /* Menu List Links Hover */
{
	color: #FFFFFF;
	background-color: #004064;
}

/*----------------------------------------
Mini Property Showcase Elements */

#miniProperties /* Mini Property DIV */
{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

#miniProperties .propImage /* Mini Property Image */
{
	width: 230px;
}

#miniProperties .propCaption /* Mini Property Caption */
{
	width: 80px;
	
	color: #FF450A;
	font-weight: bold;
}

#miniProperties .propInfo /* Mini Property Info */
{
	width: 145px;
	
	color: #575757;
	font-weight: bold;
}

/*----------------------------------------
Mini Property Showcase Controls */

#miniPropControls	/* Mini Property Control DIV */
{
	width: 455px;
	color: #575757;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 10px 0px 0px 0px;
	
	background-image:url(../images/speLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#miniPropControls a /* Mini Property Control Link */
{
	color: #575757;
	text-decoration: none;
}

#miniPropControls a:hover /* Mini Property Control Link Hover */
{
	color: #0072B7;
	text-decoration: underline;
}

#miniPropControls .previous /* Mini Property Control Previous */
{
	width: 150px;
	float:left;
	
	text-align: left;
}

#miniPropControls .current	/* Mini Property Control Current */
{
	width: 155px;
	float: left;
	
	text-align: center;
}

#miniPropControls .next /* Mini Property Control Next */
{
	width: 150px;
	float: left;
	
	text-align: right;
}

/*----------------------------------------
Left Content Elements */

#contentLeft /* Left Content DIV */
{
	width: 455px;
	float: left;

	margin: 0px;
	padding: 30px 30px 0px 30px;
}
#contentLeft .sectionHeader /* Left Content Header */
{
	width: 100%;
	height: 25px;
	
	margin-bottom: 14px;
	
	background-image:url(../images/speLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contentLeft .leftText /* Left Content Text */
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#contentLeft .leftText a /* Left Content Text Link */
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#contentLeft .leftText a:hover /* Left Content Text Hover */
{
	color: #FF4E0C;
	text-decoration: none;
}

/*----------------------------------------
Real Estate Lisitngs Elements */

#listingPage /* Property Listings Container DIV */
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#listingPage .realEstateListing /* Properties Lisitings Page DIV */
{
	width: 100%;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#listingPage .realEstateListing img /* Properties Listings Page Image */
{
	float: left;
	
	width: 125px;
	height: 67px;
	margin: 0px 18px 0px 0px;
}

#listingPage .realEstateListing p /* Properties Listings Page Paragraph */
{
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

#listingPage .realEstateListing a /* Properties Listings Page Link */
{
	color: #FF4E0C;
	font-weight: bold;
	text-decoration: none;
}

#listingPage .realEstateListing a:hover /* Properties Listings Page Hover */
{
	color: #191919;
	text-decoration: underline;
}

#listingPage .stats /* Property Stats DIV */
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#listingPage .description strong /* Price */
{
	font-size: 15px;
	font-weight: bold;
}

#listingPage .description img /* Property Stats List */ 
{
	width: 145px;
	height: 80px;
	
	margin: 0px 9px 10px 0px;
	padding: 0px;
}

#listingPage .description a /* Property Description Link */
{
	color: #333333;
	text-decoration: underline;
}

#listingPage .description a:hover /* Property Description Hover */
{
	color: #FF4E0C;
	text-decoration: none;
}

#listingPage .propNav /* Property Specific Nav Container */
{
	width: 454px;
	margin: 0px;
	padding: 0px;;
}

#listingPage .propNav ul /* Property Specific Nav List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#listingPage .propNav li /* IE Fix */
{
	float: left; /* IE SUCKS!!! */
}

#listingPage .propNav li a /* Property Specific Nav Link */
{
	display: block;
	width: 200px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-color: #004064;
}

#listingPage .propNav li a:hover /* Property Specific Nav Hover */
{
	background-color: #0072B7;
}

#listingPage .text
{
	clear: both;
}

#listingPage .list 
{
	float: left;
	width: 227px;
}


/*----------------------------------------
TCI Info Page Elements */

#turksText /* Left Content Text */
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#turksText p /* TCI Info Page Paragraph */
{
	width: 100%;
	
	margin-bottom: 20px;
	padding-bottom: 10px;
	
	background-image:url(../images/speLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#turksText strong /* TCI Info Page Headings */
{
	color: #FF4E0C;
	font-size: 14px;
	font-weight: bold;
}

#turksText a /* TCI Info Page Link */
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#turksText a:hover /* TCI Info Page Hover */
{
	color: #FF4E0C;
	text-decoration: none;
}


/*----------------------------------------
Contact Form Elements */

#contactContainer /* Contact Container */
{
	color: #575757;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#contactContainer .contactIntro /* Contact Form Intro */
{
	font-size: 11px;
}


#contactContainer .formError /* Contact Form Error Message */
{
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #E1E100;
	background-color: #FFFF73;
}

#contactContainer .formPass /* Contact Form Sent Message */
{
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #00BB00;
	background-color: #E2FFE4;
}

#contactContainer .contactForm /* Contact Form DIV */
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

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

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


/*----------------------------------------
Right Content Elements */

#siteMap /* Site Map Listing DIV */
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#siteMap ul /* Site map List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#siteMap li /* Site Map Line */
{
	margin: 0px 0px 20px 0px;
}

#siteMap li strong /* Site Map Link Header */
{
	font-size: 14px;
	font-weight: bold;
}

#siteMap li a /* Site Map Link */
{
	color: #575757;
	text-decoration: none;
}

#siteMap li a:hover /* Site Map Link Hover */
{
	color: #FF4E0C;
}


/*----------------------------------------
Right Content Elements */

#contentRight /* Right Content DIV */
{
	width: 205px;
	float: right;
	
	margin: 0px;
	padding: 15px 15px 15px 15px;
}

#contentRight .rightHeader /* Right Content Header */
{
	width: 205px;
	
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;

	margin: 0px 0px 10px 0px;
	padding: 0px
}

#contentRight .rightHeader strong /* Right Content Header Strong */
{
	color: #FFFF00;
	font-size: 16px;
}

#contentRight .rightText /* Right Content Text */
{
	width: 205px;
	
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

#contentRight .rightText img /* Right Content Image */
{
	float: left;
	
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#contentRight .rightContact /* Right Content Contact Info */
{
	width: 205px;
	
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	border-bottom: 1px solid #FFFFFF;
}

#contentRight .rightContact a /* Right Content Contact Link */
{
	color: #FFFFFF;
	text-decoration: none;
}

#contentRight .rightContact a:hover /* Right Content Contact Hover */
{
	color: #FFFF00;
	text-decoration: underline;
}

/*----------------------------------------
Footer Elements */

#contentSpacer /* Extra Bottom Space */
{
	width: 750px;
	height: 30px;
	clear: both;
}

#footer /* Footer Div */
{
	width: 750px;
	height: 40px;
	clear: both;
	
	background-color: #0072B7;
}

#footer ul /* Footer Menu List */
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	list-style-type: none;
	
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

#footer li /* Footer Menu List Items */
{
	float: left;
}

#footer li a /* Footer Menu List Links */
{
	color: #BFDCED;
	text-decoration: none;
	
	padding:0px 18px 0px 18px;
	margin: 0px;
	
	border-right: 1px solid #FFFFFF;
}

#footer li a:hover /* Footer Menu List Links Hover */
{
	color: #FFFF00;
	text-decoration: underline;
}

#validIcon /* W3C Validation Icon */
{
	width: 750px;
	
	color: #001E2D;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
	margin: 0px auto;
	margin-bottom: 50px;
	padding: 20px 0px 0px 0px;
}
	
	