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

#content_top {
}
#content_top h2{
}
#content_center {
}
#content_bottom_trans {
	height: 75%;
	position: absolute;
	background-image: url(../images/blue-trans.png);
	width: 100%;
	padding-bottom: 20px;
	top: 25%;
	z-index: 0;
	bottom: 0px;
}
#content_bottom {
	height: 75%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
	top: 25%;
	z-index: 100;
	bottom: 0px;
}
#textbox {
	height: 100%;
	overflow: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1em;
}
#textbox h1 {
	display:none;
}
#textbox img {
	margin-bottom: 2em;
}
#textbox .logos img{
	margin-bottom: 0px;
	margin-top: 20px;
}
.staff_text {
	margin-left: 150px;
}
#textbox .staff_portrait img{
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#textbox .staff_portrait_small img{
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sub_navigation ul {
	display: none;
}
#content_bottom_trans img{
	width: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
#contactbox {
	height: 100%;
	overflow: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#contactbox h4 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-left: 65%;
}
#contactbox p {
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	margin-left: 65%;
}
#contactbox p strong{
	font-weight: bold;	
}
#contactbox #jencontact {
	font-size: 0.6em;
}
#contactbox img {
	height: 80%;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}

