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


/* /////////////////////// 
	GENERAL
/////////////////////// */
div {
	overflow: hidden;
}
html, body {
	height: 100%;
}
body {
	background: url(../images/background.jpg) repeat-x #000 center top;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

h1 {
	height: 20px;
	margin: 0;
}

h2 { 
	color: #FC0;
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}
h4 { color: #FFF; font-size: 120%; margin-bottom: 0; }
.hidden { display:none; }

a { 
	color: #555555; 
	text-decoration: underline; 
}
a:hover, .nav a:hover { 
	text-decoration: none; 
	color: #FC0;
}
.panelsHolder a img {
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}
.panelsHolder a:hover img { 
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
img {
	border: 0;
}

p {
	line-height: 1.6em;
	margin: 0;
}
.fltLeft { float: left; }
.fltRight { float: right }
.clear { clear: both; }

hr {
	clear: both;
	margin: 1em 0;
	border: none;
	border-bottom: 1px solid #333;
	width: 100%;
}


/* /////////////////////// 
	STRUCTURE
/////////////////////// */

.primaryContainer {
	_height: 100%;
	min-height: 100%;
	margin: 20px auto;
	margin-bottom: -200px;
	position: relative;
	width: 960px;
}
.header {
	/*
	background: url(../images/imgHeaderBG.jpg) no-repeat;
	*/
	border: none;
	border-bottom: 2px dotted #666;
	margin-bottom: 4px;
	height: 60px;
	width: 960px;
}
	.home .header {
		border: none;
	}
.logo { float: left; margin: 0 10px 0; }
	.logo a:hover {
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}
.hero {
	background: url(../images/home_hero.jpg) no-repeat;
	height: 300px;
	width: 960px;
}
.nav {
	float: right;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin: 15px 10px 0 0;
	}
	.nav, .nav a {
		color: #FFF;
		text-decoration: none;
	}
.content {
	float: left;
	padding-bottom: 20px;
}

.breadcrumbs {
	float: right;
	font-size: 90%;
	height: 22px;
	_margin-bottom: 0.8em;
}
	.breadcrumbs ul{
		list-style: none;
		list-style-type: none;
		margin: 0;
		margin-top: 8px;
		padding: 0;
	}
	.breadcrumbs li {
		float: left;
		margin-right: 0.5em;
	}
.clearfooter {
	height: 200px;
	clear: both;
}
.footer {
	color: #888888;
	font-size: 90%;
	height: 200px;
	position: relative;
}
	.footerContent {
		background: #000;
		border: none;
		border-top: 2px dotted #666;
		margin: 10px auto;
		width: 960px;
	}
	.footer hr { margin: 11px 0; }
	.footer em {
		clear: both;
		float: left;
		margin-top: 18px;
	}
.footer .colOne, .footer .colTwo, .footer .colThree, .footer .colFour {
	float: left;
	margin-right: 20px;
	width: 225px;
}
	.footer .colFour { float: right; margin-right: 0; }

	.footer ul { padding-left: 1em; margin: 0 0 0 1px; }
	
	.footer li { line-height: 1.6em; }
	
	.footer h4 { margin: 1.5em 0 0; height: 1.5em; }

.paraHeading {
	color: #999;
	font-weight: bold;
	margin: 10px 0 0;
}

.panelsHolder{
	margin: 30px 0 0 0;
	width: 960px;
}

.panelsHolder a { color: #555555; text-decoration: none; cursor: pointer; }
.panelsHolder a:hover { text-decoration: none; color: #F06; }

.panels {
	float: left;
	margin-right: 22.5pt;
	_margin-right: 19.5pt;
	width: 300px;
}

.pic {
	background-color: #000000;
	height: 160px;
	width: 300px;
}
	.pic img { border: 1px solid #242424; }
.panelPic {
}
.panelsHolder .info {
	padding: 1em;
}



/* /////////////////////// 
	SECONDARY
/////////////////////// */

.secondary .panelsHolder{
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	padding-bottom: 100px;
	width: 960px;
}

.secondary .panels {
	float: left;
	margin: 0 13px 13px 0;
	width: 230px;
}

.secondary .viewMore {
	color: #999999;
	background-color: #242424;
	height: 30px;
	width: 230px;
}
	.secondary .viewMore .projectTitle {
		float: left;
		margin-top: 8px;
		margin-left: 12px;
		_margin-left: 0.5em;
		width: 185px;
	}
	.secondary .viewMore img {
		float: right;
		margin-right: 8px;
		margin-top: 2px;
	}

.secondary .pic {
	background-color: #000000;
	height: 120px;
	width: 230px;
}

.panelsHolder .last {
	float: right;
	margin-right: 0;
}



/* /////////////////////// 
	CONTENT HOLDER
/////////////////////// */

.contentHolder {
	clear: both;
	float: left;
	padding: 20px 10px 10px 20px;
	width: 900px;
}
.contentHolder .flashContent { 
	float: left;
}

.contentHolder .info {
	float: right;
	margin: 0;
	padding: 0;
	width: 210px;
}

.btnClose {
	border-top: 1px solid #242424;
	bottom: 0;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	position: absolute;
	text-align: right;
	width: 200px;
}

.btnClose img {	
	cursor: pointer;
}

.flashContent img {
	border: 1px solid #242424;
	height: 389px;
	width: 682px;
}
