/* General layout styles*/
html, body, #page {
	height: 100%;
	width: 100%;
}

body {
	background: #141414;
	color: #666;
	font: normal normal 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

/* Layout and positioning */
#wrapper {
	background: #000;
	padding-top: 28px;
}

#container,
#main,
#footer {
	font-size: 1.1em;
	margin: 0 auto;
	text-align: left;
	width: 1050px;
}

#top {
	padding: 0 20px 10px 50px;
}

#logo {
	float: left;
}

#nav {
	float: right;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	border-left: 1px solid #353535;
	float: left;
	height: 36px;
	width: 135px;
}
#nav ul li.first {
	border-left: 1px solid transparent;
}
#nav ul li a {
	color: #21bca5;
	display: block;
	font-weight: bold;
	padding: 12px 10px;
	text-decoration: none;
}
#nav ul li a span {
	padding: 2px 4px;
}
#nav ul li a:hover span,
#nav ul li.active a span {
	background: transparent url(../images/backgrounds/nav_item_back_hover.gif) no-repeat left top;
	color: #000;
}

/* Header */
#header {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	height: 90px;
	position: relative;
}
#header #timer {
	display: none;
	height: 145px;
	position: absolute;
	right: 56px;
	top: 377px;
	width: 316px;
	z-index: 6;
}
#header #headercontent {
	height: 131px;
	position: absolute;
	top: 388px;
	left: 50px;
	width: 215px;
	z-index: 6;
	overflow: hidden;
	font-family: Georgia, Helvetica, Arial;
}
#header #headercontent h1 {
	color: #E39409;
	font-size: 2.8em;
}
#header #headercontent h3 {
	color: #FFFFFF;
	font-size: 1.8em;
}
#header #headercontent p {
	font-size: 1.3em;
}

#header .number_wrapper {
	overflow: hidden;
	right: 99px;
	position: absolute;
	width: 230px;
	height: 27px;
	top: 428px;
	z-index: 7;
}
#header .number {
	background: transparent url(../images/backgrounds/numbers.gif) no-repeat left top;
	height: 270px;
	position: absolute;
	width: 20px;
}

#header .parentTitle {
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 3;
}

#header h2 {
	position: absolute;
	left: 211px;
	top: 30px;
	z-index: 4;
}


.overlay,
#header .overlay {
	background: transparent url(../images/backgrounds/header_overlay.png) left top;
	left: 160px;
	height: 90px;
	position: absolute;
	width: 380px;
	z-index: 5;
}


/* Main */
#main {
	padding: 20px 50px;
}
#main #left,
#main #content {
	float: left;
}

#main #left {
	min-height: 30px;
	width: 164px;
}

#main #content {
	width: 480px;
}

#main #content ul {
	padding-left: 15px;
	list-style-type: circle;
}

#main #content ul li ul {
}

#main #right {
	float: right;
	width: 306px;
}

/* Sub navigation */
#left ul {
	margin: 0;
	padding: 0;
}

#left ul li {
	float: left;
	padding-bottom: 8px;
	width: 146px;
}
#left ul li a {
	color: #cc8705;
	display: inline-block;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
}
#left ul li a:hover,
#left ul li.active a {
	background: transparent url(../images/backgrounds/nav_sub_item_back_hover.gif) no-repeat left top;
	color: #000;
}

/* Right */
#right {
	padding-right: 50px;
}
#right ol.images {
	background: transparent url(../images/backgrounds/image_frame.gif) no-repeat left top;
	padding: 5px;
}
#right ol.thumbnails {
	margin-top: 4px;
}

#right ol.thumbnails li {
	background: transparent url(../images/backgrounds/thumbnail_frame.gif) no-repeat left top;
	float: left;
	margin-right: 4px;
	padding: 4px;
}

/* Footer */
#footer {
	border-top: 1px solid #444;
	margin-top: 24px;
	padding: 4px 50px;
	width: 950px;
}
/* Newsletter form */
#footer form {
	float: left;
	margin: 6px 0 0 12px;
}
#footer form .csc-mailform-field {
	display: inline;
}
#footer form .csc-mailform-field input {
	background: #000;
	border: 1px solid #000;
	color: #666;
	float: left;
	display: block;
	font: normal normal 1em Arial, Verdana, Helvetica, sans-serif;
	padding: 1px 2px;
}
#footer form .csc-mailform-field input.csc-mailform-submit {
	background: #141414 url(../images/bullets/submit_arrow_right.gif) no-repeat center center;
	border: 1px solid #2c2c2c;
	font-size: 0;
	height: 18px;
	line-height: 0;
	margin: 1px 4px;
	width: 30px;
}
#footer form .csc-mailform-field input[type=hidden] {
	display: none;
}
#footer form label {
	float: left;
	display: block;
	padding: 2px 4px;
}
/* Footer navigation */
#footer ul {
	float: left;
	margin: 0;
	padding: 0;
}
#footer ul li {
	border-left: 1px solid #353535;
	float: left;
	height: 30px;
}
#footer ul li.first {
	border-left: 1px solid #141414;
}
#footer ul li a {
	color: #5cbfac;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
#footer ul li.first a {
	padding-left: 0;
}

#footer #copyright {
	float: right;
	padding: 8px 0px;
}