@charset "utf-8";
 @import url(reset.css);
/* ------------------------------------- GLOBAL */
body {
	background: #000 url(../../images/global/bg.jpg) no-repeat center top;
	font: 0.75em Arial, Helvetica, sans-serif;
	color:#fff
}
.ie6 body {
	behavior: url("includes/htc/csshover.htc");
}
.ie6 .png {
	behavior: url ("includes/htc/iepngfix.htc");
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:3.83em;
	padding:0 0 7px
}
h2 {
	color:#aad934
}
h3 {
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.tl {
	clear: both;
	left: 0;
	position: absolute;
	top: 0;
}
.tr {
	clear: both;
	position: absolute;
	right: 0;
	top: 0;
}
.br {
	clear: both;
	bottom: 0;
	position: absolute;
	right: 0;
}
.bl {
	clear: both;
	bottom: 0;
	left: 0;
	position: absolute;
}
/* MINIMUM HEIGHT EXAMPLE */
/*.classname {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}*/
/* VERTICAL ALIGN EXAMPLE */
/*.classname * {
	vertical-align: middle;
}*/
/* PRELOAD HOVER IMAGES EXAMPLE */
/*
a {
	background: url(image_hover.gif);
}
a:link {
	background: url(image_default.gif);
}
a:hover, a:focus {
	background: url(image_hover.gif);
}
*/

/* ------------------------------------- LAYOUT */
#container {
	width:750px;
	margin:0 auto
}
#header {
	float:left;
	width:100%;
	font-size:1.58em
}
.logo {
	float:left;
}
#header span {
	float:right;
	color:#fff;
	padding:161px 0 0;
	display: block;
}
#header span strong {
	color:#aad934
}
#leftcolumn {
}
#centrecolumn {
	float:left;
	width:100%;
	padding:26px 0 0
}
#rightcolumn {
}
.panelrow {
	float:left;
	width:100%;
	border-top:1px solid #373737;
	border-bottom:1px solid #373737;
	padding:32px 0 39px;
	margin:11px 0 0 
}
.panel {
	float:left;
	width:223px;
	margin:0 40px 0 0
}
.panel a {
	display:block;
	color:#fff
}
.panel.last-child {
	margin:0
}
.panel img {
	margin:22px 0 0
}
/* ------------------------------------- MAIN MENU */
#nav {
}
#nav ul {
}
#nav li {
}
#nav a {
}
#nav a:hover, #nav .selected {
}
/* ------------------------------------- SUB NAV MENU */
#subnav {
}
#subnav ul {
}
#subnav li {
}
#subnav a {
}
#subnav a:hover, #subnav .selected {
}
/* ------------------------------------- CONTENT */
.row {
	float: left;
	width: 100%;
}
.pagecontent {
}
.pagecontent p {
	color:#aeaeae;
	padding:0 0 15px
}
.pagecontent ul, .pagecontent ol {
	display:block;
	padding:0 0 15px
}
.pagecontent ul li {
	color:#aeaeae;
	list-style: disc;
	margin:0 0 0 25px;
	padding:0 0 7px
}
.pagecontent ol li {
}
/* ------------------------------------- FOOTER */
#footer {
	float:left;
	width:100%;
	padding:21px 0 30px;
	color:#aeaeae
}
#footer .left {
	float:left;
	width:400px
}
#footer .left span {
	display:block;
	color:#fff;
	padding:0 0 15px
}
#footer .right {
	float:right;
	text-align:right;
	font-size:0.83em;
	padding:17px 0 0
}
#footer .right a {
	color:#aeaeae
}
#footer .right a:hover {
	color:#aeaeae;
	text-decoration:underline
}
