/*------********************************************-----------
	      @IMPORTS - all external style sheets go here
--------********************************************---------*/

/****************************************
	NAV
****************************************/
@import url('nav.css');

/****************************************
	SCROLL
****************************************/
@import url('scroll.css');

/****************************************
	HOME
****************************************/
@import url('home.css');

/****************************************
	PROPERTIES
****************************************/
@import url('properties.css');

/****************************************
	ABOUT US
****************************************/
@import url('about_us.css');

/****************************************
	CONTACT
****************************************/
@import url('contact.css');

/****************************************
	LIGHTBOX
****************************************/
@import url('lightbox.css');


/*------*************************************************************-----------
				LOCAL RULES - all rules particular to this stylesheet go here	
--------*************************************************************---------*/

/****************************************
	GLOBAL CONTAINERS
****************************************/
#omniPositionContainer{
	width:783px;
	margin:0px auto 0px auto;
	
	text-align:left;
	background:url('../../images/bg_content_top.jpg') top center no-repeat;
}
#contentContainer{
	position:relative;
	width:734px;
	height:222px;
	margin:0px 25px;
}
#content{
	position:absolute;
	top:118px;
	left:0px;
}

/****************************************
	BORDERING
****************************************/

/****************************************
	NAV
****************************************/

/****************************************
	FOOTER
****************************************/

/****************************************
	MISC
****************************************/

#logo{
	position:absolute;
	display:block;
	left:547px;
	top:20px;
	width:136px;
	height:118px;
	background:url('../../images/logo.gif') no-repeat;
}
#buildingUrbanLifestyles{
	position:absolute;
	top:24px;
}
.padded15{
	padding:10px 10px 0px 15px;
}