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


/* Layout CSS */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #333 url(../images/bodybg.gif) repeat-x top center;
}

#container{
	width:910px;
	margin:auto;
	background-color:#FFF
}

#header{
	width:910px;
	float:left
}

	#logo{
	width:300px;
	float:left;
	padding:25px 20px 20px 35px;
	}
	
	.headertext{
	width:300px;
	float:left;
	padding:70px 0 0 20px;
	}
	
#maincontenttop{
	width:850px;
	height:72px;
	background: url(../images/background-main-top-bottom.png) top left;
	float:left;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
}

#maincontentbottom{
	width:850px;
	height:80px;
	background: url(../images/background-main-top-bottom.png) top left;
	float:left;
	background-position: -4px -115px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#maincontent{
	width: 850px;
	float: left;
	background-image: url(../images/background-main-repeat.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 15px;
}

.content{
	float:left;
	padding:20px 100px 20px 75px;
	text-align: justify;
	color: #999;
}

#footer{
	width: 850px;
	float: left;
	padding-left: 15px;
	height:20px;
}

/* Typographic CSS */

.heading_large{
	font-size:32px;
}

.heading_medium{
	font-size: 18px;
	color: #fff;
}

.smallnavtext{
	font-size:10px;
}

.white{
	color:#FFF;
}

/* Page Navigation */

.navcontainer ul
{
	background-color: #333;
	color: White;
	float: left;
	width: 810px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	padding-left: 25px;
	margin: 0;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a
{
	padding: 5px 5px;
	background-color: #333;
	color:#BBB;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-weight:bold;
}

.navcontainer ul li a:hover
{
	background-color: #333;
	color: #fc0;
}

.navcontainer ul li a.active{
	background-color: #FC0;
	color: #333;
}

.navcontainer ul li a.active:hover
{
	background-color: #333;
	color: #fc0;
}

/* Back to Halfjack CSS */

#backtohj{
	position:absolute;
	width:300px;
	height:50px;
	z-index:1;
	left:960px;
	top:125px;
	text-align:center;
}

a {
color:#fff;
}

a:hover {
color:#ccc;
}

/* Video CSS */

#candelamain{
width:500px;
height:334px;
}

#stage1{
width:640px;
height:494px;
}
