@charset "utf-8";

/* Volt Media */
/* developed by Extremegroup.com */

/*redefine base html tags*/
body{
	background-color: #000;
	font-family: tahoma, arial, "_sans";
	color: #666;
}
.clearfix:after { 
	content: "";
	display: block; 
	clear: both;
	height: 0; 
	visibility: hidden; 
}
.clearfix { 
	min-height: 0;
	height: 0; 
}
html>body .clearfix { 
	height: auto;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
div#container{
	background-image: url('/images/bg_cont.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	width:900px;
	height:700px;
	margin: 0 auto;
	position:relative;
	}
#content {
	clear: both;
	height: 600px;
	position: relative;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
div.compartment {
	position: relative;
	z-index: 0 !important;
}	
div.compartment div.main, div.compartment div.bonus, div.compartment div.stafflist{
	background-image: url('/images/bg_board.png');
	background-repeat: no-repeat;
	height: 365px;
	width: 370px;
	padding-top:75px;
	padding-left:40px;
	margin-right:10px;
	position: absolute;
	top:0;
	left:0;
}
.main, .stafflist{
	margin-top:40px;
	margin-left:40px;
}
.bonus{
	margin-top:40px;
	margin-left:460px;
}
.textholder{
	width:338px;
	height: 310px;
	overflow: hidden;
}
/* redefine html tags */
h1{
display:none;
}
h1 a{
	display:block;
	width: 103px;
	height: 45px;
}
h2{
	font-family: arial, helvetica, "_sans";
	font-size:18px;
	margin-bottom: 16px;
}
p{
	font-size:0.75em;
	margin-bottom: 1em;
}
/* top navigation */
#mainmenu {
	width: 434px;
	margin-left:320px;
	font-family: helvetica, arial, "_sans";
	font-size: 1.5em;
	height:20px;
	padding-top:40px;
	float:left;
}
#mainmenu li{
	list-style: none;
	list-style-image: none;
	display: inline;
	margin-left:15px;
}
#mainmenu li a{color:#bbb;text-decoration:none;}
#mainmenu li a:hover{color:#fff;text-decoration:none;}
#phonenumbers{
	padding-top: 30px;
}
#phonenumbers li{
	font-size:0.8em;
	color: #bbb;
	list-style: none;
	list-style-image: none;
}
/*stafflist*/
div.stafflist div{
margin-bottom:5px;
}
div.stafflist h3{
	font-size:0.9em;
	float: left;
	color:#aaa;

	clear:both;

	width:120px;
	padding:5px;
	height:16px;
	font-weight: bold;
}
div.stafflist li, div.stafflist li p{
	font-size: 12px !important;
	list-style: none;
	list-style-image: none;
}
div.stafflist li{
	padding:2px;
	clear:both;
}
div.stafflist li p{
	display: inline;
}
.linked, .twitter{
	display:block;
	width:86px;
	height:22px;
	background-image: url('/images/logo_linked.gif');
	background-repeat: no-repeat;
	float:left;
	clear: none !important;
	border: 1px solid #e5e5e5;
}
.linked:hover, .twitter:hover{
	background-position: 0 -26px;
}
.linked a, .twitter a{
	display: block;
	text-indent: -20000px;
	height:32px;
}
.twitter{
	background-image:url('/images/logo_twitter.gif');
}
.hometext{
	font-size:2.1em;
}
h2.home{
	display:none;
}
/*buttons*/
#btnnext, #btnback{
	top:0px;
	left:0px;
	position:absolute;
	width:39px;
	height:92px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top:180px;
	z-index: 100000;
}
#btnnext{background-image: url('/images/btnnext.png');margin-left: 861px;}
#btnback{background-image: url('/images/btnback.png');}