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

#content_box {
}
#content_top {
	text-indent: -900em;
	display: none;
}
#content_center_trans {
	height: auto;
	width: auto;
	overflow: hidden;
	background-image: url();
	z-index: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_center {
	height: auto;
	width: auto;
	overflow: auto;
	z-index: 100;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#thumbcontainer {
	height: auto;
	width: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#thumbcontainer a {
	display: inline;
	font-weight: normal;
	text-decoration: none;
	height: 1px;
}
#thumbcontainer div{
}
#thumbcontainer div.thumbbox:hover {
	background-color:#709691;
	background-image: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #709691;
	border-bottom-color: #709691;
}
.thumbbox_trans {
	background-image:url(../images/blue-trans.png);
	width: 150px;
	padding-right: 15px;
	float: left;
	padding-left: 15px;
	display: inline;
	padding-top: 12px;
	height: 165px;
	padding-bottom: 0px;
}
.thumbbox {
	width: 150px;
	padding-right: 15px;
	float: left;
	padding-left: 15px;
	display: inline;
	padding-top: 12px;
	height: 165px;
	padding-bottom: 0px;
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.thumbbox img {
	width: 150px;
	height: 100px;
	margin-bottom: 10px;
}
.thumbbox p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
}
#content_bottom {
	display: none;
}
#textbox {
}
#sub_navigation ul {
	top: 33%;
	display: block;
}
#main_navigation .projects_button {
	background-color: #9FC1BA;
}
