/*------********************************************-----------
	      @IMPORTS - all external style sheets go here
--------********************************************---------*/

/****************************************
	INDEX
****************************************/
@import url('index.css');

/****************************************
	NAV
****************************************/
@import url('nav.css');

/****************************************
	HOME
****************************************/
@import url('home.css');

/****************************************
	AMENITIES
****************************************/
@import url('amenities.css');

/****************************************
	LOCATION
****************************************/
@import url('location.css');

/****************************************
	CONTACT
****************************************/
@import url('contact.css');

/****************************************
	GALLERY
****************************************/
@import url('gallery.css');

/****************************************
	PRICING
****************************************/
@import url('pricing.css');

/****************************************
	FLOORPLANS
****************************************/
@import url('floorplans.css');

/****************************************
	SITEMAP
****************************************/
@import url('sitemap.css');


/*------*************************************************************-----------
				LOCAL RULES - all rules particular to this stylesheet go here	
--------*************************************************************---------*/

/****************************************
	GLOBAL CONTAINERS
****************************************/
#omniPositionContainer{
	width:770px;
	margin:20px auto 0px auto;
	
	text-align:left;
}
#omniContainer{
	width:770px;
}
#borderContainer{
	width:770px;
	padding:0px 6px;
	
	background:url('../../images/border_sides_tiler.gif') repeat-y;
}
#contentContainer{
	position:relative;
	width:758px;
}

/****************************************
	BORDERING
****************************************/
#borderTop{
	width:770px;
	height:6px;
	
	font-size:1px;
	background:url('../../images/border_top.gif') no-repeat;
}
#borderBottom{
	width:770px;
	height:6px;
	
	font-size:1px;
	background:url('../../images/border_bottom.gif') no-repeat;
}

/****************************************
	HEADER
****************************************/
#headerContainer{
	position:relative;
	width:758px;
}
#headerLogo{
	width:171px;
	height:138px;
	
	background:url('../../images/header_logo.gif') no-repeat;
}
#headerGrass{
	position:absolute;
	left:171px;
	top:0px;
	width:587px;
	height:138px;
	
	background:url('../../images/header_grass.gif') no-repeat;
}
#headerLink{
	position:absolute;
	top:109px;
	left:500px;
	
	color:white;
	font-size:10px;
	text-decoration:none;
}
#headerLink2{
	display:block;
	position:absolute;
	top:20px;
	left:620px;
	width:110px;
	height:100px;
}
a#headerLink:hover{
	text-decoration:underline;
}

/****************************************
	CONTENT SETUP
****************************************/
#sectionLabelContainer{
	position:relative;
	width:758px;
	height:57px;
	
	background:url('../../images/bg_section_label_tiler.gif') repeat-x;
}

.inputWarning{
	background:#ffe7e7;
}

/****************************************
	MISC
****************************************/
div.greenBar{
	height:10px;
	width:758px;
	
	background:#4b6b2a;
	
	font-size:1px;
}
span.greenColor{
	color:#4b6b2a;
}
span.greyColor{
	color:#9e9e9d;
}
div.clearDiv{
	margin:0px;
	clear:both;
	height:1px;
	font-size:1px;
}