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

body {
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:850px;
	height:525px;
	margin-top: -262.5px; /*set to a negative number 1/2 of your height*/
	margin-left: -425px; /*set to a negative number 1/2 of your width*/
}

#splash {
	width:100%;
	height:425px;
}

#logo {
	width:280px;
	height:95px;
	float:right;
}

#navigation {
	width: 575px;
	height: 30px;
	line-height: 30px;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
	color:#aaba0a;
	font-size:14px;
	margin-left:-7px;
	float:left;
	font-weight:400;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color:#aaba0a;
	text-decoration:none;
	height: 30px;
	padding: 0 7px 0 7px;
	float:left;
}

#navigation a:hover {
	text-decoration:underline;
	color:#000000;
}

#subnavigation {
	width: 570px;
	height: 30px;
	line-height: 30px;
	font-family: "Lucida Grande", Myriad Pro, Myriad, Verdana, Arial, Helvetica, sans-serif;
	color:#aaba0a;
	font-size:12px;
	margin-left:-7px;
	display:block;
	float:left;
}

#subnavigation a, #subnavigation a:link, #subnavigation a:visited, #subnavigation a:active {
	color:#aaba0a;
	text-decoration:none;
	height: 30px;
	padding: 0 7px 0 7px;
	float:left;
}

#subnavigation a:hover {
	text-decoration:underline;
}

#col1 {
	height:425px;
	width:265px;
	background:#aaba0a;
	float:left;
	text-align:left;
	display:block;
	padding:0 10px 0 10px;
	color:#ffffff;
}

#col2 {
	height:425px;
	width:285px;
	background:#aaba0a;
	float:left;
}

#col3 {
	height:425px;
	width:270px;
	background:#aaba0a;
	float:right;
	color:#ffffff;
	padding:0 10px 0 0;
}

#col23 {
	height:425px;
	width:565px;
	background:#aaba0a;
	float:right;
	display:block;
}

#col1 a, #col1 a:link, #col1 a:visited, #col1 a:active {
	color:#ffffff;
	text-decoration:none;
}

#col1 a:hover {
	text-decoration:underline;
}

#projmenubg {
	position:relative;
	background-color:#FFFfff;
	/* for IE */
  	filter:alpha(opacity=70);
  	opacity:0.7;
	float:left;
	margin-top:-400px;
	width:82px;
	height:380px;
}

#projmenu {
	position:relative;
	float:left;
	width:82px;
	height:380px;
	float:left;
	margin-top:-400px;
}

#projmenu img {
	margin:10px 10px 0 0;
	float:right;
	border:1px solid #aaba0a;
	padding:1px;
}
