/*
=general
=page structure
=navigation =navigation
=navighation =dropdown
=page content
=footer
=misc


*/

/*
=general
---------------------------------------------- */

html, body {
	height: 100%;
}

body {
	background: #ababab url(/images/bg_repeat.gif) repeat-y top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
}

table, tr, td, input, select, textarea, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a img, img {
    border: 0;
}

a {
    color: #F90;
    text-decoration: none;
}

a:hover, a.active {
	text-decoration: underline;
	color: #f90;
}


/* Rollover buttons powered by CSS and common.js */

a.button {
	cursor: pointer;
	display: block;
}

a.button span {
    position: absolute;
    left: -999em;
}


h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;
	padding: 45px 0 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #FF9900;
	text-transform: uppercase;
}

h1.red {
	color: #C3102C;
}

h1.green {
	color: #AFBE66;
}

h2 {
    font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	margin: 1.6em 0 .3em 0;
	font-weight: bold;
	color: #666;
}

h2 + p {
    margin-top: 0;
}


h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.25em;
	margin: 1.6em 0 .5em 0;
	font-weight: bold;
	color: #333;
}

h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	margin: 1.7em 0 0;
	font-weight: bold;
	color: #4A4A2A;
}

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


/*
=page structure
---------------------------------------------- */

#container {
	margin: 0px auto;
	width: 744px;
	background-color: #fff;
	text-align: left;
}

#banner {
	padding: 30px 0 30px 0;
	background-color: #000;
	text-align: center;
	width: 744px;
}

#sketch-strip {
    background: url(/images/home_building_montage.jpg) no-repeat;
    height: 104px;
	border: none;
}

#content-wrapper
{
	background-color: #fff;
	text-align: center;
	width: 744px;
}

#content {
	padding: 0 25px 50px 0;
	float: right;
	width: 500px;
	text-align: left;
    position: relative;
}

/*
=navigation =navigation
---------------------------------------------- */

#navigation {
	background: #787878;
	width: 744px;
	height: 38px;
}


#navigation ul {
	padding: 14px 0 0 40px;
	margin: 0;
	list-style: none;
}

#navigation a {
	display: block;
	position: relative;
	z-index: 6;
	height: 12px;
	text-decoration: none;
	float: left;
	 /* Commented Backslash Hack hides rule from IE5-Mac \*/
    float:none;
    /* End IE5-Mac hack */
}

#navigation li {
	float: left;
	padding-right: 20px;
	margin-bottom: 5px;
	background: none;
    /*	width: 10em;  width needed or else Opera goes nuts -- oooh well, nuts it is then */
}

#navigation li:hover ul, #navigation li.sfhover ul  /* lists nested under hovered list items */ {
	left: auto;
	padding: 13px 0 0 0;
	margin: 0;
}

#navigation li ul.dropdown li {
    margin: 0;
    padding: 0;
    width: 120px;
    line-height: 1.4em;
    background: #787878;
}

#navigation span {
    position: absolute;
    left: -999em;
}

#navigation a {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left;
}

#navigation a.index {
    background-image: url(/images/n_index.gif);
    width: 43px;
}

#navigation li.active a.index, #navigation a.index:hover {
    background-position: -48px 0;
}

#navigation a.the-project {
    background-image: url(/images/n_the-project.gif);
    width: 97px;
}

#navigation li.active a.the-project, #navigation a.the-project:hover {
    background-position: -102px 0;
}

#navigation a.news-updates {
    background-image: url(/images/n_news-updates.gif);
    width: 112px;
}

#navigation li.active a.news-updates, #navigation a.news-updates:hover {
    background-position: -117px 0;
}

#navigation a.retail {
    background-image: url(/images/n_retail.gif);
    width: 49px;
}

#navigation li.active a.retail, #navigation a.retail:hover {
    background-position: -54px 0;
}

#navigation a.office {
    background-image: url(/images/n_office.gif);
    width: 51px;
}

#navigation li.active a.office, #navigation li a.office:hover {
    background-position: -56px 0;
}

#navigation li a.apartments {
    background-image: url(/images/n_apartments.gif);
    width: 96px;
}

#navigation li.active a.apartments, #navigation li a.apartments:hover {
    background-position: -101px 0;
}

#navigation li a.contact-us {
    background-image: url(/images/n_contact-us.gif);
    width: 94px;
}

#navigation li.active a.contact-us, #navigation li a.contact-us:hover
{
    background-position: -99px 0;
}

/*
=navigation =dropdown
---------------------------------------------- */

.dropdown  /* dropdown vertical navigation elements */
{
    position: absolute;
    width: 120px;
    z-index: 100;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.dropdown li
{
    margin: 0;
    padding: 0;
    width: 120px;
    line-height: 1.4em;
    background: #787878;
}

.dropdown li a
{
    font-family: arial, helvetica, sans-serif;
    font-size: .9em;
    margin: 0;
    display: block;
    padding: .4em 4px;
    text-transform: uppercase;
    background: #787878;
}


.dropdown li a:hover
{
    color: #fff;
}

/*
=page content
---------------------------------------------- */

#content ul  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content li {
	background: transparent url(/images/list_orange.gif) no-repeat 0 .6em;
	padding-left: 15px;
	margin: 5px;
}

#content div.header-colour-orange {
	width: 30px;
	height: 10px;
	background: #ff9900;
	margin-bottom: 30px;
}

#content div.header-colour-red {
	width: 30px;
	height: 10px;
	background: #C3102C;
	margin-bottom: 30px;
}

#content div.header-colour-green {
	width: 30px;
	height: 10px;
	background: #AFBE66;
	margin-bottom: 30px;
}


#content-wrapper #content-imagebar {
    float: left;
    width: 200px;
    padding-top: 95px;
}

#content-wrapper #content-imagebar img {
    margin: 2em 0 20px 20px;
}

img.orange { border-left: 4px solid #EE9700;}
img.red { border-left: 4px solid #C3102C;}
img.green { border-left: 4px solid #AFBE66;}
img.orange-med { border-left: 7px solid #EE9700;}
img.red-med { border-left: 7px solid #C3102C;}
img.green-med { border-left: 7px solid #AFBE66;}
img.orange-lrge { border-left: 16px solid #EE9700;}
img.red-lrge { border-left: 16px solid #C3102C;}
img.green-lrge { border-left: 16px solid #AFBE66;}

#content div.mapbox {
    width: 495px;
    position: relative;
}

#content div.mapbox h3 {
    font-size: 1em; color: #fff;
    padding: 4px 0 6px 10px;
    margin: 0;
    line-height: 1.7em;
    text-transform: uppercase;
    background-color: #000;
}

#content .mapbox div {
    float:right;
    width: 236px
}

#content .mapbox img {
    border-left: 20px solid #f90;
    border-right: 1px solid #f90;
    border-bottom: 1px solid #f90;
}

#content p.caption
{
    font-size: .9em;
    color: #666;
    line-height: 1.3em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

#content ul.files li {
    background: transparent url(/images/icons/pdf.gif) no-repeat left;
    padding-left: 22px;
}

#content .highlight {
    background: #D1DFB5;
    padding: 10px 10px 5px;
}

#content .highlight h2 {
    color: #2A3D26;
    font-size: 2.155em; /* 24px */
    margin: 0 0 .5em;
    padding: 0;
}

#content .highlight a {
    color: #333;
    text-decoration: underline;
}

#content .highlight a:hover {
    text-decoration: none;
}

/*
=registration
---------------------------------------------- */

#registration td
{
    padding: .5em 0;
}

#registration input, #registration select
{
    width: 200px;
    background: #FFFF66;
}

#registration span
{
    color: #C3102C
}

/*
=footer
---------------------------------------------- */

#footer {
    color: #fff;
	padding: 15px 0 15px 0;
	background: #000;
	text-align: center;
	width: 744px;
	clear: both;
}

#footer_image {
    margin-bottom: 8px;
}
/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
    width: 999em;
}