/*@import url(/_styles/reset.css);*/
@import url(/_styles/menu.css);
@import url(/_styles/footer.css);

/* BASE STYLES */
body {
	margin: 0;
	padding: 0;
	background: #313131 url(/_images/body-bg.png) no-repeat top center;
	font: 11px "Verdana", sans-serif;
	/*color: #ADB7BA;*/
	color: #828282;
	line-height: 16px;
}

h2 {
	font: normal normal normal 36px "Verdana", sans-serif;
/*	font: normal/italic/oblique normal/small-caps normal/bold 1em/1.5em Arial, sans-serif;*/
	color: #00AE42;
	text-transform: uppercase;
	line-height: 24px;
}
h3 {
	font: normal normal normal 25px "Verdana", sans-serif;
	color: #00AE42;
	text-transform: uppercase;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #00AE42;
	text-decoration: none;
	outline: none;
}
a:hover { color: #FFFFFF; }
a.green { color: #ADB7BA; }
a.green:hover { color: #00AE42; }
/*a.light:hover { color: #FFFFFF; }*/
/*a.dark:hover { color: #000000; }*/
/* Rollover color for cycling background images. */
.content a:hover { color: #828282; }

.title {
	font-style: oblique;
}

#container {
	width: 910px;
	margin: 40px auto 48px;
	padding: 0 24px 0;
	background: url(/_images/gradient.png) repeat-x top left;
	min-height: 760px;
	position: relative;
}

#body {
	padding: 122px 0 0 0;
}

div.content-block {
	border: 1px solid #626262;
	-webkit-box-shadow: rgba(0, 0, 0, 0.34) 2px 4px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.34) 2px 4px 5px;
}
div.content-block.wide {
	width: 896px;
}
div.content {
	position: relative;
	top: 0; left: 0;
	margin: 0; padding: 0;
}

/* Overlay */
.overlay { display: none; }
.overlay.show {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0%; left: 0%;
	z-index: 2048;
	background: transparent url(/_images/black-85.png);
	background: rgba(0, 0, 0, 0.85) none;
}
.overlay #overlay-hide-btn { display: none; }
.overlay.show #overlay-hide-btn {
	display: block;
	width: 30px; height: 30px;
	background: url(/_images/closebox.png) no-repeat;
	position: absolute;
	top: 24%;
	left: 24%;
}
.overlay.show #overlay-hide-btn span { display: none; }

#video-player { outline: none; }
#video-player2 { outline: none; }

/* UTILS */
.selfclear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.selfclear {
display: inline-block; /* IE 7 */
}

.selfclear {
display: block;
}

* html .selfclear {
height: 1px; /* IE < 7 */
}


