/*--------------------------------------------------
/* Main Body */

body /* Main Body */
{
	margin: 0px;
	padding: 0px;
	
	color: #646464;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	
	background-image: url(../images/bg_body.jpg);
}

h1 /* Main Heading and Logo */
{
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 83px;
	
	background-image: url(../images/onceLofts_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#firHeader /* Logo Image */
{
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 83px;
	
	background-image: url(../images/onceLofts_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#firHeader span /* Logo Text */
{
   display: none;
}

h2 /* Main Price Heading */
{
	margin: 25px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	
	color: #00ACD2;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

h3 /* Main Section Heading */
{
	margin: 0px;
	padding: 0px;
	height: 70px;
	
	color: #00ACD2;
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left
}

h4 /* CTA Titles */
{
	margin: 0px;
	padding: 0px;
	color: #A5A5A5;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}

#container /* Main Website Container */
{
	margin: 0px auto;
	width: 940px;
}


/*--------------------------------------------------
/* Logo Header */

#header_cont /* Header Container */
{
	margin: 25px 0px 25px 0px;
	width: 940px;
	height: 83px;
}

#headerLogo /* Header Logo Container */
{
	float: left;
	width: 140px;
	height: 83px;
}

#headerPrice /* Header Price COntainer */
{
	float: right;
	width: 800px;
	height: 83px;
}


/*--------------------------------------------------
/* Sliding Content */

#scroll_cont /* Container For Slider */
{
	overflow: hidden;
	clear: both;
	
	width: 940px;
	height: 250px;
}

#slider /* Slider */
{
	width: 6580px;
	height: 250px;
	
	background-color: #FFFFFF;
}

#slider .panel /* Slider Panel Container */
{
	float: left;
	width: 930px;
	height: 250px;
	
	border-right: 10px solid #D0ECF6;
	background-repeat: no-repeat;
	background-position: left;
}

#slider .panel .greenTitle /* Green Sub Title */
{
	color: #A0C657;
	font-size: 16px;
	font-weight: bold;
}

#slider .panel .greyTitle /* Grey Sub Title */
{
	font-size: 14px;
	font-weight: bold;
}

#slider .panel .greyTitle a /* Grey Title Link */
{
	color: #00ACD2;
	text-decoration: underline;
}

#slider .panel .greyTitle a:hover /* Grey Title Hover */
{
	color: #A0C657;
	text-decoration: none;
}

#slider .panel .content /* Main Panel Text - Content Area */
{
	margin: 20px 0px 0px 305px;
	padding: 0px;
	width: 625px;
	height: 230px;
}

#slider .panel .left-col /* Main Panel Text - Left Content */
{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 290px;
	height: 125px;
	
	line-height: 15px;
	text-align: justify;
}

#slider .panel .right-col /* Main Panel Text - Right Content */
{
	float: left;
	margin: 0px;
	width: 290px;
	height: 125px;
	
	line-height: 15px;
	text-align: justify;
}


/* ---------- Main Panel List ---------- */

#slider .panel .ammenities /* Ammenities List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#slider .panel .ammenities li /* Ammenities Line */
{
	padding-left: 25px;
	line-height: 18px;
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* ---------- Main Panel Download ---------- */

#slider .panel .download /* Main Panel Download Container */
{
	clear: both;
	text-align: right;
}

#slider .panel .download a /* Call To Action Downloads Links */
{
	display: block;
	margin-right: 20px;
	padding: 4px 25px 4px 3px;
	
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/pdf_logo_small.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#slider .panel .download a:hover /* Call To Action Downloads Hover */
{
	color: #555555;
	background-color: #EFEFEF;
}

/* ---------- Main Panel Download ---------- */

#slider .panel .contactLink /* Main Panel Download Container */
{
	clear: both;
	text-align: right;
}

#slider .panel .contactLink a /* Call To Action Downloads Links */
{
	display: block;
	margin-right: 20px;
	padding: 4px 25px 4px 3px;
	
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#slider .panel .contactLink a:hover /* Call To Action Downloads Hover */
{
	color: #555555;
	background-color: #EFEFEF;
}

/* ---------- Main Panel Download ---------- */

#floorPlan_cont /* Floor Plan Container */
{
	clear: both;
}

#floorPlan_cont .floorPlan /* Main Panel Download Container */
{
	float: left;
	text-align: left;
}

#floorPlan_cont .floorPlan a /* Call To Action Downloads Links */
{
	display: block;
	margin-right: 20px;
	padding: 4px 25px 4px 3px;
	width: 260px;
	
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#floorPlan_cont .floorPlan a:hover /* Call To Action Downloads Hover */
{
	color: #555555;
	background-color: #EFEFEF;
}

/*--------------------------------------------------
/* Nav Scroller */

.scrollNav /* Scroll Nav List */
{
	clear: both;
	margin: 0px 20px 0px 0px;
	padding-top: 10px;
	
	text-align: right;
}

.scrollNav li /* Scroll Nav Line */
{
	display: inline;
	list-style-type: none;
}

.scrollNav li a /* Scroll Nav Link */
{
	padding: 0px 10px 0px 10px;
	
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	border-right: 1px solid #646464;
}

.scrollNav li a:hover /* Scroll Nav Hover */
{
	color: #333333;
	text-decoration: underline;
}

.scrollNav .selected /* Scroll nav Selected */
{
	padding: 0px 10px 0px 10px;
	
	color: #969696;
	font-weight: bold;
	text-transform: uppercase;
	
	border-right: 1px solid #646464;
}

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

#navBar /* Navigation Bar Container */
{
	clear: both;
	margin: 25px 0px 25px 0px;
	height: 30px;
	
	background-color: #00ACD2;
}

.mainNav /* Main Navigation Bar List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

.mainNav li /* Main Navigation Bar Line */
{
	display: inline; /* IE Sucks */
}

.mainNav li a /* Main Navigation Bar Links */
{
	display: block;
	float: left;
	padding: 8px 18px 0px 18px;
	height: 22px;
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.mainNav li a:hover /* Main Navigation Hover */
{
	color: #00ACD2;
	background-color: #D0ECF6;
}

.mainNav li span /* Selected Navigation Item */
{
	display: block;
	float: left;
	padding: 8px 18px 0px 18px;
	height: 22px;
	
	color: #00ACD2;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
	background-color: #D0ECF6;
}


/*-------------------------------------------------
/* Call To Action Text */

#ctaText /* Call To Action Text Container */
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#ctaText .blurb /* Call To Action text */
{
	float: left;
	margin-right: 20px;
	width: 300px;
}

#ctaText .blurb p /* Call To Action Paragraph */
{
	margin: 0px;
	color: #A5A5A5;
	text-align: justify;
}
/* ---------- Call To Action Contact Details ---------- */

#ctaText .blurb .details /* Call To Action Contact Details */
{
	margin: 14px 0px 0px 0px;
	
	color: #A5A5A5;
	font-size: 12px;
	font-weight: bold;
}

#ctaText .blurb .details a /* Call To Action Contact Link */
{
	color: #A5A5A5;
	text-decoration: underline;
}

#ctaText .blurb .details a:hover /* Call To Action Contact Hover */
{
	color: #555555;
	text-decoration: none;
}

/* ---------- Call To Action Downloads ---------- */
#ctaText .blurb .downloads /* Call To Action Downloads */
{
	margin-top: 10px;
}

#ctaText .blurb .downloads ul /* Call To Action Downloads List*/
{
	margin: 0px;
	padding: 0px;
}

#ctaText .blurb .downloads li /* Call To Action Downloads Lines */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	
}

#ctaText .blurb .downloads li a /* Call To Action Downloads Links */
{
	display: block;
	padding: 4px 3px 4px 25px;
	width: 272px;
	
	color: #AAAAAA;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/pdf_logo_small.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#ctaText .blurb .downloads li a:hover /* Call To Action Downloads Hover */
{
	color: #555555;
	background-color: #EFEFEF;
}

/* ---------- Call To Action Form ----------*/

#ctaText .blurb form /* IE Sucks */
{
	margin: 0px;
	padding: 0px;
}

#ctaText .blurb .sent /* Call To Action Sent Receipt */
{
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #555555;
	background-color: #EFEFEF;
}

#ctaText .blurb fieldset /* Call To Action Contact Form */
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	
	border: none;
}

#ctaText .blurb input /* Call To Action Contact Input Field */
{
	width: 200px;
	padding: 3px;
	
	color: #A0A0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	border: 1px solid #AAAAAA;
}

#ctaText .blurb .submit input /* Call To Action Contact Submit */
{
	margin-left: 0px;
	padding: 1px 5px 1px 5px;
	width: 60px;
	
	color: #A0A0A0;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	
	cursor: pointer;
	
	border: none;
	background-color: #FFFFFF;
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/*-------------------------------------------------
/* Footer - Valid Icon */

#pageSpacer /* Website Content and Footer Spacer */
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 40px;
}

#validIcon /* W3C Validation Icon */
{
	margin: 0px auto;
	padding-top: 10px;
	width: 940px;
	
	color: #AAAAAA;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
	border-top: 1px solid #AAAAAA;
}