/* DEFAULT STYLES */

* {
	margin: 0px;
	padding: 0px;
}

BODY,
TH,
TD,
LI,
INPUT,
SELECT,
TEXTAREA,
DT,
DD,
BLOCKQUOTE {
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul,ol { LIST-STYLE: none;  MARGIN: 0; PADDING: 0; }

BODY {
	background-image:url(../../images/bg.gif);
	background-repeat: repeat-x repeat-y;
}

A:LINK,
A:VISITED,
A:ACTIVE {
	color: #666;
	text-decoration: none;
}

A:HOVER {
	color: #333;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
p{
	margin-top:0px;
	margin-bottom:0px;
}


/* MASTER LAYOUT */


#wrapper,
#header,
#content,
#footer {
	background: #FFF;
	clear: both;
	height: 1%;
	overflow: hidden;
}

#wrapper {
	margin: auto;
	width: 802px;
}




/* APPEARANCE */


#header a{
	color: #666;
	padding:0px;
}
#banner{
	margin-top: 4px;
	margin-bottom:4px;
}

/* MENU */


#menu{
	width: 160px;
	margin-left:22px;
	font-size:10px;
	float:left;
}
table#menu td.navOff{
	height: 37px;
	text-align:left;
	width: 160px;
	line-height:37px;
}
table#menu td.navOff a{
	padding-left:15px;
	font-size:10px;
	font-weight: bold;
	color: #333;
	background-image:url(../../images/navOff.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
}
table#menu td.navOff a:hover, a:visited{
	padding-left:15px;
	font-size:10px;
	font-weight: bold;
	color: #fff;
	background-image:url(../../images/navOn.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
}
table#menu td.currentNav{
	height: 37px;
	text-align:left;
	width: 160px;
	line-height:37px;
}
table#menu td.currentNav a{
	padding-left:15px;
	font-size:10px;
	font-weight: bold;
	color: #fff;
	background-image:url(../../images/navOn.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
}
table#menu td.navOff .subnav{
	font-size:10px;
	background-color: #4faba4;
	padding-top:8px;
	padding-bottom: 5px;
	color: #333;
	line-height:normal;
}
table#menu td.navOff .subnavlink a{
	color:#333;
	font-weight:normal;
	background-image: none;
	padding:0px;
	margin:0px;
}
table#menu td.navOff .subnavlink a:hover, a:visited{
	color: #333;
	font-weight: bold;
	background-image: none;
}
table#menu td.currentNav .subnav{
	font-size:10px;
	background-color: #4faba4;
	padding-top:8px;
	padding-bottom: 5px;
	color: #333;
	line-height:normal;
}
table#menu td.currentNav .subnavlink a{
	color:#333;
	font-weight:normal;
	background-image: none;
	padding-left:0px;
}
table#menu td.currentNav .subnavlink a:hover, a:visited{
	color: #333;
	font-weight: bold;
	background-image: none;
}

.subnavTitle{
	padding-left:15px;
	color: #fff;
	font-weight: bold;
}
.subnavlink{
	font-size:10px;
	color: #333;
}

#AboutSubNav,
#TenantsSubNav,
#DevSubNav
{
	display: none;
}

/* CONTENT */

#content {
	background-image: url(../../images/contentbg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#content P {
	margin-bottom: 14px;
}

#content H1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#content H2 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#filmStrip{
	height: 213px;
	margin-left: 23px;
	margin-top: 24px;
	margin-bottom: 21px;
}
#bodyText{
	width: 500px;
	margin-left:25px;
	padding-top:263px;
}


FORM.contactform {

}

FORM.contactform FIELDSET {
	border: 0px none;
	padding: 0px;
}

FORM.contactform P {
	clear: both;
	display: block;
	font-size: 11px;
}

FORM.contactform LABEL {
	float: left;
	font-size: 11px;
	padding-top: 2px;
	width: 55px;
}

FORM.contactform LABEL.required {
	color: #CC3300;
}

FORM.contactform SELECT.field {
	padding: 0px;
	width: 110px;
}

FORM.contactform .field {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	padding: 2px 5px;
	width: 100px;
}

FORM.contactform .focus {
	background: #fbfddc;
}

FORM.contactform .submitbutton {
	font-size: 11px;
	padding: 2px 5px;
}

DIV.error {
	background: #F00;
	display: block;
	margin-bottom: 15px;
	padding: 7px;
}

DIV.error P {
	color: #FFF;
	font-size: 10px !important;
	text-transform: uppercase;
	margin: 0px !important;
}

DIV.alert {
	background: #FFCC00;
	display: block;
	margin-bottom: 15px;
	padding: 7px;
}

DIV.alert P {
	color: #333;
	font-size: 10px !important;
	text-transform: uppercase;
	margin: 0px !important;
}

/* HERO */
#hero {
	CLEAR: both;
	height: 213px;
	margin-left: 23px;
	margin-top: 24px;
	margin-bottom: 21px;
}

/* PORTFOLIO */
#portfolio {
	CLEAR: both;
	MARGIN: 0px; PADDING: 0px; 
	
}



/* FOOTER */

#footer {
	color: #999;
	font-size: 10px;
	font-weight:normal;
	padding: 40px 60px 10px 104px;
}

#footer A:LINK,
#footer A:ACTIVE,
#footer A:VISITED
{
	color: #999;
	font-size: 10px;
	font-weight:normal;
	padding-left:0px;

}

#footer A:HOVER
{
	color: #4faba4;
	font-size: 10px;
	font-weight:normal;
}

#footer span {
	margin: 10px 10px;
}


/* CODE */
.code {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 86%;
	background-color: #FFF;
	text-align: center;
	border-width: 0;
	CLEAR: both;
	MARGIN: 0px; PADDING: 0px; 

}
