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

#content_top {
	display: none;
}
#content_center_trans {
	height: auto;
	position: absolute;
	background-image: url(../images/blue-trans.png);
	overflow: hidden;
	width: auto;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 0;
}
#content_center {
	height: auto;
	position: absolute;
	overflow: hidden;
	width: auto;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 100;
}
#content_bottom {
	display: none;
}
#imagebox {
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
	width: 50%;
	height: 100%;
	text-align: right;
	z-index: 0;
}
#imagebox img {
	height: 100%;
	width: auto;
}
#textbox {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 50px;
	right: auto;
	width: 40%;
	height: auto;
	overflow: visible;
	padding-top: 0px;
	z-index: 1;
}
#textbox h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#textbox h6 {
	font-size: 0.9em;
	line-height: 110%;
}
#textbox p {
	font-size: 0.8em;
	margin-top: -10px;
}
#textbox #info {
	height: 80px;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#textbox #info p{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#textbox #description {
	width: 100%;
	height: auto;
	overflow: auto;
	position: absolute;
	left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	bottom: 10px;
	top: 80px;
}
#imagenav {
	height: 50px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -12px;
	left: 20px;
	z-index: 2;
}
#imagenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	margin-left: -2px;
}
#imagenav li {
	float: left;
}
#imagenav a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#imagenav a:hover {
	color: #FFFFFF;
	background-color: #9FC1BA;
}
#imagenav_select {
	color: #FFFFFF;
	background-color: #9FC1BA;
}
#imagenav .intro_button {
	color: #FFFFFF;
	background-color: #9FC1BA;
}
#sub_navigation ul {
	top: 33%;
}

#main_navigation .projects_button {
	background-color: #9FC1BA;
}