body {
	background: #FFFFFF;
	color: #666666;
	font: normal 0.8em Arial, sans-serif;
	line-height: 1.2em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 1em 0 0;
	padding: 0;
	color:#004281;
}
h5{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	padding:0px 0px 5px 0px;
	margin:0px;
	border-bottom:1px dotted #989482;
	color: #4A4A30;
	display:block;
	width:100%;
}

h4 img {
	margin-bottom: 1em;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

a {
	text-decoration: none;
	color: #429ec6;
}

.clear-both {
	display: block;
	clear: both;
}

img {
	border: 0;
}

* html img
{
	border: 0px;
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/img/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

/* Header
---------------------------------*/
#header-wrap {
	width: auto;
	height: 191px;
	background-color: #348DBB;
	padding: 0;
	margin: 0;
}

#header {
	width: 910px;;
	height: 191px;
	margin: 0px auto;
	padding: 0px;
	background-color: #348DBB;
	position: relative;
	overflow: hidden;
}

#header h1 {
	display: block;
	height: 25px;
	width: 190px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
	bottom: 52px;
}
#header h1 a img
{
	border: 0px;
}

#header h1 a {
	display: block;
	height: 25px;
	width: 190px;
	text-decoration: none;
}

/* Navigation
---------------------------------*/
#navigation {
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: -85px;;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: left;
	float: right;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 41px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#nav li a img
{
	border: 0px;
}

#btn_about_us
{
	
}
#about_us_off { display: inline; }
#about_us_on { display: none; }

#btn_developments
{
	position: relative;
	left: -45px;
}
#developments_off { display: inline; }
#developments_on { display: none; }

#btn_building_partners
{
	position: relative;
	left: -85px;
}
#building_partners_off { display: inline; }
#building_partners_on { display: none; }

/* Top Navigation
---------------------------------*/
#top-nav {
	color: #FFFFFF;
	font-size: 0.8em;
	position: absolute;
	right: 0px;
	top: 15px;
}

#top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav a:hover {
	color: #9BC6DD;
}

/* Middle
---------------------------------*/
#middle {
	width: 910px;
	height: auto;
	margin: 0px auto;
	padding: 10px 0 0;
}

/* Footer
---------------------------------*/
#footer {
	width: 910px;
	height: auto;
	margin: 0px auto;
	padding: 10px 0 100px;
	font-size: 0.8em;
	color: #86836F;
	line-height: 1.4em;
}

#footer a {
	color: #86836F;
	text-decoration: none;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px;
	border-top: 1px #86836F dotted;
}

#footer small {
	font-size: 0.9em;
}