@charset "utf-8";
/* CSS Document */

html { height: 100%; }
body { height: 100%; background: #000; }
img { border:none; }

.hidden { display:none; }
.clearBoth { clear:both; }
.whiteBorder { border:#FFFFFF solid 5px; }

#pressRelease {
	margin: auto;
	width: 750px;		
}

#pressRelease p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: left;
	color: white;
}

a.link1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	color:#00CCFF;
	text-decoration:none;
}
a.link-mailTo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#00CCFF;
	text-decoration:none;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#FFFFFF;
	margin: 0 0 1.2em 0;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1.5px;
	color:#FFF;
	margin: 0 0 .3em 0;	
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	color:#FFF;
	margin: 0 0 .3em 0;	
}
/*SITE WRAPPER*/
#wrapper {
	width:960px;
	background: url(../images/background.jpg) no-repeat center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px auto;
}
/*HEADER DIV*/
#header {
	width: 960px;
	height: 180px;
	margin: 0 auto 50px auto;
	background:url(../images/headerGraphic_bck.jpg) no-repeat;
	background-position: 0 20px;
}
/*SLIDESHOW CONTAINER CLASS*/
.slideshow {
	width:480px;
	height:160px;
	overflow:hidden;
	clear: right;
	position:relative;
	top:20px;
	right:-480px;
}
/*NAVIGATION DIV*/
#mainNav {
	background-image:url(../images/manNav_bck.png);
	height:40px;
	width:940px;
	margin:20px auto 20px;
}
/*LEFT COLUMN DIV*/
#leftContent {
	width: 420px;
	float:left;
	padding: 0 30px 0 20px;
}
/*RIGHT COLUMN DIV*/
#rightContent {
	width: 460px;
	float:left;
	padding: 0 10px;
	margin:0 auto;
}
/*BOTTOM CONTAINER*/
#container {
	width: 940px;
	float: left;
	margin: 10px 10px;
}
/*BOTTOM FULL WIDTH DIV*/
.content3 {
	width: 283px;
	min-height: 250px;
	float:left;
	margin: 10px;
	padding:5px;
	background:url(../images/content3_bck.jpg) top no-repeat;
}
.content3 h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 2.2em;
	color:#FFF;
	padding: 0 10px;
}
/*MAIN NAVIGATION*/
.links-mainNav ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	list-style-type: none;
	text-align: center;	
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -.02em;
	line-height: 40px;
}
.links-mainNav ul li { display: inline; }
.links-mainNav ul li a {
	color: #fff;
	padding: .2em 1em;
	text-decoration: none;
	padding: .2em 1em;
}
.links-mainNav ul li a:hover {
	color: #000;
	background-color: #fff;
}
/*NEWS LINKS*/
.links-news ul {
	margin: 0;
	padding: 0;
}
.links-news li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	list-style-type: none;
	padding:5px;
	width:265px;
	border-bottom:#b6d1cd dashed 1px;
	color: #b6d1cd;
}
.links-news a, .links-news a:visited {
	text-decoration:none;
	display:block;
	padding: .5em 1em;
	color: #b6d1cd;
}
.links-news a:hover, .links-news a:active {
	color:#faaf55;
}

.links-news .date {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}

/*DOWNLOAD LINKS*/
.links-downloads ul {
	margin: 0;
	padding: 0;
}
.links-downloads li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bold;
	list-style-type: none;
	padding:5px;
	width:265px;
	border-bottom:#b6d1cd dashed 1px;
}
.links-downloads a, .links-downloads a:visited {
	text-decoration:none;
	display:block;
	padding: .5em 1em;
	color: #b6d1cd;
}
.links-downloads a:hover, .links-downloads a:active {
	color:#faaf55;
}
/*FOOTER LINKS*/
.links-footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: none;
	text-align: center;
}
.links-footer ul li { 
	display: inline;
	border-right: #faaf55 solid 1px ;
}
.links-footer ul li a {
	color: #faaf55;
	text-decoration: none;
	padding: .2em .7em;
}
.links-footer ul li a:hover {
	color: #fff;
}
.lastNavStanding {
	border:none !important;
}
/*NUDGE DIV*/	
div.nudge {
	height: 120px;
	clear: both;
}
/*FOOTER DIV*/
#footer {
	height: 120px;
	min-width:960px;
	padding:20px;
	clear:both;
	position: relative;
	background-color:#241908;
}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#faaf55;
	text-align:center;
	margin: 10px 0 0 0;
}
/*Navigation Highlite - You Are Here*/
#home .home, #location .location, #project .project, #demographics .demographics, #developmentTeam .developmentTeam, #contact .contact{
	text-decoration: underline;
	}
