* {
  margin: 0;
  padding: 0;
	border: 0px;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #fff;
  font: 13px Arial, sans-serif;
  text-align: center;
  background: url(/images/ui/bg_body_rpt.jpg) repeat-x #8a9d7e;
}

/*general html tag styles*/
h1
{
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, Serif;
	margin-bottom: 1em;
	font-weight: normal;
}
h2
{
	font-size: 1.3em;
	margin-bottom: .4em;
}
h3
{
	margin-bottom: .6em;
}
p
{
	clear: both;
	line-height: 1.3em;
	margin-bottom: 1.1em;
}
a
{
	color: #e5e5e5;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}
ul
{
	list-style: none none;
	float: none;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
hr
{
	display: none;
}
div.hr
{
	width: 100%;
	height: 16px;
	border: none;
	background: url(/images/ui/hr_green.png) -100px 0px #fff;
}
/*generic classes*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.small
{
	font-size: 90%;
}
/*-------------------*/

/*UI styles*/
#wrapper
{
    margin: 0 auto;
	width: 100%;
	position: relative;
    background: url(/images/ui/bg_body.jpg) no-repeat;
    height: 100%;
}

html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}
#innerWrapper
{
    margin: 0 auto;
	width: 960px;
	position: relative;
    height: 100%; 
}
html>body #innerwrapper
{
    min-height: 100%; 
    height: auto !important;
}
#bannerBox
{
	width: 960px;
	height: 198px;
	position: relative;
	text-align: left;
	z-index: 50;
}
/*
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 70px;
}

#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}*/
#mainBox
{
	width: 960px;
	height: 450px;
	position: relative;
	text-align: left;
	z-index: 1;
}
html>body #mainBox
{
    min-height: 450px; 
    height: auto !important;
}

#footer
{
	background: url(/images/ui/content_bg_trans.png);
	height: 20px;
	width: 900px;
	padding: 20px 30px;
	clear: both;
	position: relative;
	margin: -60px auto;
	margin: 0 auto;
	top: 10px;
}/*
* html #footer
{
	margin-top: -60px;
}*/
#leftFooter
{
	width: 800px;
	font-size: .9em;
	color: #fff;
	text-align: left;
	float: left;
	color: #cae2bd;
}
#leftFooter span.copyRight
{
	background: url(/images/ui/copyright.png);
	width: 195px;
	height: 14px;
	display: block;
	float: left; 
}
#rightFooter
{
	width: 50px;
	float: right;
}
#footer a
{
	color: #fff;
}
/*------------------------------*/
/*BANNER AREA*/
#logoBox
{
	float: left;
	height: 136px;
	width: 932px;
	padding-left: 28px;
}
	#logoBox a
	{
	display: block;
	width: 280px;
	height: 120px;
	background: url(/images/ui/logo_trans.png) no-repeat;
	}
#navBox
{
	float: left;
	height: 32px;
	padding: 0px 30px;
	width: 900px;
}
	#navBox ul
	{
		background: url(/images/ui/nav_bg.png) no-repeat;
		width: 900px;
	}
	#navBox ul,
	#navBox li
	{
		float: left;
		height: auto;
	}
	#navBox li
	{
		padding-right: 26px;
	}
	#navBox li a
	{
		float: left;
		height: 26px;
		display: block;
		color: #2b251e;
		text-decoration: none;
		font-size: 1.1em;
		padding: 6px 6px 0px 6px;
	}
	#navBox li.sel a
	{
		background: url(/images/ui/white_30pc.png);
		color: #2b251e;
	}
	#navBox li a span
	{
		cursor: pointer;
	}/*
	#navBox li.hasSub a span
	{
		background: url(/images/ui/nav_arrow.png) no-repeat right 8px;
		padding-right: 15px;
	}*/
	#navBox li a:hover,
	#navBox li.sel a:hover,
	#navBox li.sfHover a
	{
		color: #fff;
		background: url(/images/ui/content_bg_trans.png);
	}
	/*
	#navBox li.hasSub a:hover span,
	#navBox li.sfHover a span
	{
		background: url(/images/ui/nav_arrow_white.png) no-repeat right 8px;
		padding-right: 15px;
	}*/
	#navBox ul ul
	{
		position: absolute;
		top: 167px;
		width: 163px;
		height: auto;
		padding: 1px 0px;
		clear: both;
		display: none;
	}
	#navBox ul ul li
	{
		clear: both;
		display: table;
		margin: 0px;
		height: auto;
		width: 163px;
		padding: 0px;
		border-bottom: 1px solid #666;
	}

	#navBox ul ul li a
	{
		background: url(/images/ui/content_bg_trans.png);
		height: auto;
		font-size: .9em;
		width: 155px;
		padding: 4px;
		color: #fff;
	}
	#navBox li.sel li a
	{
		color: #fff;
		background: url(/images/ui/content_bg_trans.png);
	}
	#navBox #current_properties,
	#navBox #current_properties li
	{
		width: 143px;
	}
	#navBox #current_properties li a
	{
		width: 135px;
	}
/*** arrows **/

.sf-sub-indicator {
	padding-right: 15px;
	background: url(/images/ui/nav_arrow.png) no-repeat right 8px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background: url(/images/ui/nav_arrow_white.png) no-repeat right 8px;
}
/*-----------------*/
#navTrailBox
{
	float: left;
	width: 676px;
	height: 24px;
	padding: 6px 14px 0px 30px;
}
	.home #navTrailBox ul
	{
		/*display: none;*/
	}
	#navTrailBox ul,
	#navTrailBox li
	{
		float: left;
		height: auto;
	}
	#navTrailBox li
	{
		font-size: .9em;
		color: #fff;
	}
	#navTrailBox li a
	{
		color: #fff;
		text-decoration: none;
	}
	#navTrailBox li a:hover
	{
		text-decoration: underline;
	}


/*------------------------------*/
#contentBox
{
	width: 900px;
	height: 450px;
	padding: 0px 30px 30px 30px;
	float: left;
	background: url(/images/ui/content_bg_trans.png);
	
}
html>body #contentBox
{
    min-height: 450px; 
    height: auto;
}

#headerBox
{
	width: 900px;
	height: 70px;
	float: left;
}
.gallery #headerBox
{
	height: 50px;
}
#titleBox
{
	padding-top: 15px;
}
#propertyNav
{
	height: 45px;
	width: 450px;
}

div.bg_0
{
	background: url(/images/ui/property_nav/overview.png) no-repeat;
}

div.bg_1
{
	background: url(/images/ui/property_nav/gallery.png) no-repeat;
}

div.bg_2
{
	background: url(/images/ui/property_nav/floorplan.png) no-repeat;
}

div.bg_3
{
	background: url(/images/ui/property_nav/location.png) no-repeat;
}
	#propertyNav li
	{
		float: left;
		width: 111px;
		padding: 0px;
		margin: 0px;
	}
	#propertyNav li a
	{
		float: left;
		display: block;
		width: 110px;
		height: 45px;
	}
	#propertyNav li a span
	{
		display: none;
	}

.contentColLeft
{
	padding-right: 30px;
	width: 420px;
	height: auto;
	float: left;
}
.contentColRight
{
	width: 450px;
	height: auto;
	float: right;
}

.titleColRight
{
	font-size: 1.3em;
	margin-bottom: .4em;
	color: #cae2bd;
}

/*.imageHolder
{
	width: auto;
	height: auto;
	padding: 1px;
	background: #cae2bd;
}*/
#contentBox img
{
	border: 1px solid #cae2bd;
}
#flashGallery
{
}

/*------------------------------------*/
/*Content styles*/
#contentBox .contentColLeft h2
{
	font-weight: normal;
	color: #cae2bd;
}
#contentBox .contentColLeft ul
{
	margin-bottom: 1em;
}
#contentBox .contentColLeft li
{
	margin-bottom: .5em;
	background: url(/images/ui/bullet_green.png) no-repeat 2px 6px;
	padding-left: 15px;
}
#siteMap ul li
{
	padding-left: 15px;
	margin-bottom: .4em;
	font-size: 1.1em;
}
#siteMap ul ul
{
	margin-top: .2em;
	margin-bottom: .4em;
}
#siteMap ul ul li
{
	font-size: .9em;
	background: url(/images/ui/bullet_green.png) no-repeat 6px 6px;
}
#siteMap ul ul li a
{
	text-decoration: none;
}
#siteMap ul ul li a:hover
{
	text-decoration: underline;
}
