/* RESET CSS */

@import url('/_styles/reset.css');

body
{
	font:62.5%/10px Arial, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #CCCFCF;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
}

html {
	margin:0px;
	padding:0px;
	font-size:100.01%;
}


#shadow
{
	width: 968px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	height:100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
}

#wrapper
{
	width: 925px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fff;
	margin: 0 auto;
	height:100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#background
{
	margin-top: 15px;
	min-height: 259px;
	background-color: #c0b10b;
}

a img { border: none; }

a
{
	color: #1450bd;
	text-decoration: underline;
}

h1 { font: bold 16px Arial, Verdana, sans-serif; }

h3
{
	font: bold 12px Arial, Verdana, sans-serif;
	line-height: 17px;
	margin-bottom: 17px;
	color: #afafaf;
	letter-spacing: 0.03em;
}

h4
{
	font: bold 11px Arial, Verdana, sans-serif;
	color: #FFF;
	letter-spacing: 0.03em;
}

h5
{
	font: lighter 9px Arial, Verdana, sans-serif;
	letter-spacing: 0.03em;
}

p
{
	font: normal 11px Arial, Verdana, sans-serif;
	line-height: 15px;
	letter-spacing: 0.03em;
}

#header
{
	color: #333;
	width: 900px;
	float: left;
	padding: 0px;
	height: 134px;
	margin: 0px;
	background: #FFF;
}

#header h1
{
	color: #333;
}

/* Rollover/Clock Animation*/
#header a
{
	display: block;
	height: 134px;
	width: 170px;
	color:#FFF;
	background: url(../images/logo.gif) no-repeat;
}


#header a:hover { background: url(../images/clock.gif) no-repeat; }


#leftcolumn
{
	color: #333;
	background: #c0b10b;
	margin: 0px;
	border-top: 29px solid white;
	padding: 0px;
	height: 259px;
	width: 172px;
	float: left;
}

/* Left Column Nav Buttons*/
.navigation ul
{
	padding: 0;
	list-style: none;
	margin-top: 25px;
}

.navigation ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation a
{
	display: block;
	height: 22px;
}

.navigation li#aboutbtn a{background: url(../images/about.gif) no-repeat;background-color: #c0b10b;}
.navigation li#aboutbtn a:hover { background: url(../images/about.gif) no-repeat;background-color: #cbbd34; }
.navigation li#aboutbtn.active a { background: url(../images/about_active.gif) no-repeat;background-color: #FFF; }

.navigation li#locationbtn a{background: url(../images/location.gif) no-repeat;background-color: #c0b10b;}
.navigation li#locationbtn a:hover { background: url(../images/location.gif) no-repeat;background-color: #cbbd34; }
.navigation li#locationbtn.active a { background: url(../images/location_active.gif) no-repeat;background-color: #FFF; }

.navigation li#teambtn a{background: url(../images/team.gif) no-repeat;background-color: #c0b10b;}
.navigation li#teambtn a:hover { background: url(../images/team.gif) no-repeat; background-color: #cbbd34}
.navigation li#teambtn.active a { background: url(../images/team_active.gif) no-repeat; background-color: #FFF}

.navigation li#historybtn a{background: url(../images/history.gif) no-repeat;background-color: #c0b10b;}
.navigation li#historybtn a:hover { background: url(../images/history.gif) no-repeat; background-color: #cbbd34}
.navigation li#historybtn.active a { background: url(../images/history_active.gif) no-repeat; background-color: #FFF}

.navigation li#newsbtn a{background: url(../images/news.gif) no-repeat;background-color: #c0b10b;}
.navigation li#newsbtn a:hover { background: url(../images/news.gif) no-repeat;background-color: #cbbd34 }
.navigation li#newsbtn.active a { background: url(../images/news_active.gif) no-repeat; background-color: #FFF}

.navigation li#contactbtn a{background: url(../images/contact.gif) no-repeat;background-color: #c0b10b;}
.navigation li#contactbtn a:hover { background: url(../images/contact.gif) no-repeat;background-color: #cbbd34 }
.navigation li#contactbtn.active a { background: url(../images/contact_active.gif) no-repeat; background-color: #FFF}
#preload { display: none; }

/* Right Column */
.rightcolumn
{
	float: right;
	z-index: 0;
	color: #333;
	background: #507382;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	min-height: 370px;
	height: 370px;
	width: 738px;
}


.mainNav
{
	position: relative;
	z-index: 3;
	top: -35px;
	margin-left: 325px;
}

/* 3 Main navigation Buttons*/
.mainNav a
{
	display: block;
	width: 120px;
	height: 36px;
}

.mainNav ul
{
	margin: 0px;
	padding: 0;
	list-style: none;
}

.mainNav li
{
	margin: 0px;
	padding-right: 5px;
	list-style: none;
	float: left;
	position: relative;
	height: 36px;
}

.mainNav li#officesbtn a{background: url(../images/offices.gif) no-repeat;background-color: #291f1c;}
.mainNav li#officesbtn a:hover { background: url(../images/offices_hover.gif) no-repeat; }
.mainNav li#officesbtn.active a { background: url(../images/offices_hover.gif) no-repeat; }

.mainNav li#loftsbtn a{background: url(../images/lofts.gif) no-repeat;background-color: #291f1c;}
.mainNav li#loftsbtn a:hover { background: url(../images/lofts_hover.gif) no-repeat; }
.mainNav li#loftsbtn.active a { background: url(../images/lofts_hover.gif) no-repeat; }

.mainNav li#retailbtn a{ background: url(../images/retail.gif) no-repeat;background-color: #291f1c;}
.mainNav li#retailbtn a:hover { background: url(../images/retail_hover.gif) no-repeat; }
.mainNav li#retailbtn.active a { background: url(../images/retail_hover.gif) no-repeat; }

/*  Image Area on Homepage*/
#tagline{width:300px;float:left;}
#divphoto
{
	position: absolute;
	z-index: 2;
	top: 0px;
	margin-top: 118px;
	margin-left: 305px;
	width: 406px;
	height: 540px;
	padding: 0;
}


/* large photo slide (see home.js) */
#divphoto img.slide
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	display: none;
}
/* thumbnail area */
#divthumbband
{
	width: 300px;
	padding: 105px 0px 0 0px;
	margin: 0px;clear:both;
}
/* thumbnail container */
div.divthumb
{
	float: left;
	width: 75px;
	height: 50px;
	padding: 0px 25px 0 0px;
}

/* thumbnail image */
div.divthumb img
{
	width: 75px;
	height: 50px;
}

/* thumbnail image when clickable */
div.divthumb img.clickable { cursor: pointer; }

/* footer */
.footer
{
	width: 925px;
	clear: both;
	color: #999;
	background: #FFF;
	margin: 0px;
	padding: 180px 0 10px 0px;
}

.footer p
{
	text-align: left;
	margin-left: 15px;
	font: lighter 9px Arial, Verdana, sans-serif;
	line-height: 1.4;
}

/* For Fade In of Each Content Block on page */
div.divpageloadfadein { display: none; }

