@charset "UTF-8";

/***********************************************************************
	DIVs
************************************************************************/

div#mainwrap {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}

div#subwrap {
	margin: 0 auto;
	width: 879px;
	padding: 0;
	border: none;
}

div#mainnav {
	width: 879px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	margin: 0;
	float: left;
	border: none;
	padding: 0;
	text-align: right;
	color: #FFF;
}

div#mainnav a {
	line-height: 50px;
	font-size: 16px;
	display: block;
	padding: 0 20px 0 20px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	float: right;
}

div#mainnav a.home {
	padding: 0 0 0 20px;
}

div#logo {
	width: 879px;
	float: left;
	height: 94px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(images/jpg/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	font-size: 24px;
	vertical-align: baseline;
	line-height: 160px;
	text-transform: lowercase;
}

div#header {
	width: 879px;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	text-transform: lowercase;
}

div#nav {
	float: left;
	width: 350px;
	height: 40px;
	line-height: 70px;
	text-align: center;
	margin: 0 39px 0 0;
	border: none;
	padding: 0;
	text-align: left;
}

div#nav a {
	color: #fff;
	font-size: 12px;
	margin: 0 7px 0 0;
	text-decoration: none;
}

div#nav a:hover {
	text-decoration: none;
	color: #f00;
}

div#title {
	width: 490px;
	float: left;
	height: 40px;
	line-height: 70px;
	text-align: right;
	margin: 0;
	padding: 0;
	border: none;
	color: #FFF;
	text-transform: lowercase;
}

div#title a {
	color: #f00;
	text-decoration: none;
}

div#title a:hover {
	text-decoration: none;
}

div#stage {
	width: 879px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

div#leftcol {
	float: left;
	width: 241px;
	margin: 15px 39px 0 0;
	border: none;
	padding: 0;
}

div#projecttext {
	float: left;
	width: 241px;
	margin: 0 0 0 0;
	border: none;
	padding: 0;
	color: #CCC;
	text-align: justify;
	position: absolute; 
	bottom: 0;
	left: 0;
}

div#rightcol {
	float: left;
	width: 599px;
	height: 375px;
	margin: 0;
	border: none;
	padding: 0;
	color: #CCC;
	text-align: justify;
	overflow: hidden;
}

div#imagecontainer {
	float: left;
	width: 599px;
	height: 360px;
	margin: 15px 0 0 0;
	border: none;
	padding: 0;
	overflow: hidden;
	text-align: right;
}

div#splitter {
	float: left;
	width: 879px;
	height: 1px;
	margin: 0;
	border: none;
	padding: 0;
}

div#logos {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	width: 879px;
	height: 50px;
	color: #FFF;
	text-align: right;
	background-image: url(images/jpg/logos.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#footer {
	float: left;
	margin: -50px 0 0 0;
	padding: 0;
	border: none;
	width: 879px;
	height: 30px;
	color: #FFF;
	text-align: left;
	line-height: 30px;
	font-size: 12px;
}

div#footer a {
	color: #FFF;
	text-decoration: none;
}

/***********************************************************************
	HTML
************************************************************************/

body {
	background-color: #484848;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

ul {
	padding: 0 0 0 13px;
}

.left {
	padding: 0 0 0 1px;
}

.right {
	padding: 0 1px 0 0;
}

.generic_box {
	width:100%;
}

a {
	color: #fff;
	font-size: 12px;
	margin: 0 7px 0 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

/***********************************************************************
	SQUARES
************************************************************************/

.squares {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.squaressquare {
	width: 241px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

.squaressquare a {
	display: block;
	width: 39px;
	height: 39px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	line-height: 39px;
	text-align: center;
	float:left;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #484848;
}

.squaressquare a:hover {
	display: block;
	width: 39px;
	height: 39px;
	background-color:#CCC;
	color: #000;
	text-decoration: none;
	line-height: 39px;
	text-align: center;
	float:left;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #484848;
}

/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */