/* --------------------------------------------
red = 900028

*/

html, body, form, fieldset
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
	margin: 0;
	padding: 0;
}

li img {display: block;}

body
{
	font-size: 62.5%;
	font-family: arial,helvetica,sans-serif;
	text-align: center;
	color: #000;
	padding: 0 14px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(images/BgLadder.gif);
	background-position: 90% 0;
}

fieldset, img { border: 0 none; }

a:link, a:visited, a:hover, a:focus, a:active
{
	color: #ddd;
	text-decoration: none;
	outline-style: none;
}

a:hover { color: #fff; }
ul, li { list-style-type: none; }

textarea {
width: 288px;
height: 150px;
}

/* divs */
#wrapper
{
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
	width: 920px;
}

#header
{
	width: 892px;
	height: 100px;
}

#header img { margin-left: 27px; }

#header div
{
	position: absolute;
	right: 64px;
	text-align: right;
	top: 61px;
}

#header h2
{
	font-weight: 100;
	font-size: 15px;
	color: #999;
}

#navWrapper
{
	margin: 0 14px;
	background-image: url(images/navBarBg.png);
	background-repeat: no-repeat;
	text-align: center;
}

#nav
{
	background-image: url(images/navBarKnob.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 25px 14px 11px;
	background-position: -900px 1px;
	overflow: hidden;
	margin: 0 15px;
}

#nav ul { height: 18px; }

#nav li
{
	display: inline;
	margin: 0 30px;
	text-transform: uppercase;
}

#nav ul li ul li
{
	display: block;
	margin: 0;
	border-bottom: 2px #CCC solid;
	border-right: 2px #CCC solid;
	border-left: 2px #CCC solid;
}

#nav ul li ul
{
	position: absolute;
	font-size: 11px;
	top: -2000px;
	left: 28px;
	height: auto;
	width: auto;
	z-index: 1;
	text-align: left;
	background-image: url(images/subNavBg.png);
}

#nav ul li ul li a
{
	display: block;
	margin: 0;
	padding: 0 12px;
	line-height: 24px;
	color: #000;
}
#nav ul li ul li a:hover
{
	color: #900028;
}

#nav a { color: #333; }
#nav a:hover { color: #fff; }
#home a.home { color: #fff; }
#projects a.projects { color: #fff; }
#development a.development { color: #fff; }
#construction a.construction { color: #fff; }
#fmp a.fmp { color: #fff; }
#locations a.locations { color: #fff; }
#contentWrapper { margin: 0 28px; }
#content { position: relative; }

#contentBody
{
	width: 595px;
	position: relative;
}

#contentCol
{
	width: 500px;
	background-color: #999;
}

#contentCol ul
{
	height: 399px;
}

#contentCol li
{
	position: absolute;
	top: 0;
	visibility: hidden;
}
	
#contentCol li.fistImage { visibility: visible; }

#contentCol h3
{
	font-weight: 100;
	font-size: 12px;
	color: #fff;
	margin-left: 34px;
	text-transform: uppercase;
	line-height: 24px;
}

#contentBody img { display: block; }

#textWrapper
{
	padding: 36px 75px 36px 36px;
	min-height: 327px;
}

#textWrapper p
{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 12px;
}

#textWrapper small
{
	font-size: 9px;
	line-height: 9px;
	color: #fff;
}

#textWrapper h2
{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

#textWrapper h4
{
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding-bottom:10px;
}

#textWrapper img
{
	margin: 10px 0;
}

#contentCol #textWrapper ul { height: auto;
	margin-bottom: 12px;
	padding-left: 12px; }

#contentCol #textWrapper li
{
	top: 0;
	visibility: visible;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
}

#contentSidebar
{
	background-image: url(images/contentSidebarBg.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	right: 0;
	width: 133px;
	height: 100%;
}

#sidebarThumbs
{
	/*height: 315px;*/
	display: block;
}

#sidebarThumbs ul
{
	margin:0;
	padding: 15px 0 0 44px;
}

#sidebarThumbs li
{
	margin: 0;
	padding: 0;
}

#sidebarThumbs a
{
	padding: 4px 12px 10px 12px;
	margin: 0 0 3px 0;
	display: block;
	background-image: url(images/thumbBG.png);
	overflow: hidden;
	background-position: 0 0;
	vertical-align: bottom;
}


#sidebarThumbs a:hover, #sidebarThumbs a.fistImage
{
	background-position: -90px 0;
}
#sidebarThumbs img
{
	padding: 0;
	margin: 0;
	display: block;
}

#pageInfo { padding: 25px 0 0 35px; }

#pageInfo p
{
	width: 520px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 12px;
}

#pageInfo h2
{
	font-weight: 100;
	font-size: 15px;
	color: #900028;
	text-transform: uppercase;
}

#pageInfo .lowercase { text-transform: lowercase; }

#pageInfo a
{
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 2.4em;
	color: #900028;
}

#pageInfo p a
{
	margin-right: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #900028;
}

#pageInfo a:hover { color: #333; }

#contentNav
{
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 399px;
	background-color: #FFF;
}

#cell1
{
	background-image: url(images/contentNavFull.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 399px;
	background-color: #920128;
}

#projects #cell1
{
	overflow: scroll;
}

#cell1 .cell
{
	padding: 23px;
	color: #fff;
}

#cell3 ul
{
	padding: 15px 23px;
	color: #fff;
	height: 103px;
}

#contentNav h3
{
	font-weight: 100;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#cell1 li, #cell3 li { padding: 0 0 10px 0; }

#cell1 a, #cell3 li a
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
}

#cell1 a:hover, #cell3 li a:hover
{
	/*background-position: 0 -15px;*/
	color: #ddd;
}

/* #cell2 .bigCell
{
	background-image: url(images/contentNavFull.jpg);
	background-repeat: no-repeat;
	height: 226px;
	margin-bottom: 2px;
	padding: 20px;
} */

#cell2 .bigCell
{
	height: 266px;
	margin-bottom: 2px;
}

#cell3 .cell, #cell2 .cell
{
	width: 260px;
	background-image: url(images/contentNavThird.jpg);
	background-repeat: no-repeat;
}

#cell3 .cell img, #cell2 .cell img
{
	border: 1px #FFF solid;
	margin: 20px 15px 20px 20px;
	float: left;
}

/*

#cell2 .bigCell img
{
	border: 1px #FFF solid;
	margin: 0 15px 20px 0;
	float: left;
} */
#cell3 .cell div, #cell2 .cell div { height: 134px; /*height: 126px;*/ }
#cell3 h3, #cell2 .cell h3{ padding-top: 20px; }

#cell2 p
{
	font-size: 1.1em;
	color: #FFF;
	margin: 0 10px 10px;
}
#cell3 p
{
	font-size: 1.1em;
	color: #FFF;
	margin: 0 20px 10px 0;
}

#cell3 a, #cell2 a { color: #FFF; }
#cell3 a:hover, #cell2 a:hover { color: #DDD; }

#footer
{
	text-align: right;
	margin: 45px 23px 20px 23px;
	font-size: 11px;
	clear: both;
}

#footer a
{
	color: #999;
	padding: 5px;
}

#footer a:hover { color: #666; }
#footNav { float: left; }
#legal { }

#textWrapper .biosImg
{
	float: left;
	padding-right: 10px;
	margin: 0;
	display: block;
}
