/*	Force body to 100% for full-height #wrapper  */
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	/*overflow: hidden;*/
	background: #232323;
}

/*	Give scrollbars to overflowing content  */
#body_inner {
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
}

#wrapper, #footer {
	width: 960px; /* Main width, + padding */
	margin: 0px auto;
	background: #fff;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

/*	Full-height white background  */
#wrapper {
	min-height: 100%;
}

/* Header wrapper */
#header {
	width: 960px;
	height: 71px;
	position: relative;
	background: #000;
	z-index: 9999;
}

/* Header logo & home link  */
#header h1#logo {
	position: absolute;
	left: 0px;
	top: 31px;
	width: 235px;
	height: 40px;
	overflow: hidden;
	margin: 0px;
	background: transparent url(../images/bg_logo.png) no-repeat;
}
#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header h1#logo span {
	position: relative;
	margin-left: -999px;
	visibility: hidden;
}

/* Header nav */
#nav {
	position: absolute;
	z-index: 9999;
	left: 240px;
	top: 51px;
	font-size: 0.95em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	height: 20px;
	color: #acacac;
}
#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #232323;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	height: 17px;
	padding: 4px 0 4px 10px;
	margin-left: -10px;
	font-size: 0.9em;
	letter-spacing: 1px;
	background: #232323;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#nav li ul li.last a {
	border-bottom: 1px solid #000;
}
#nav a:hover {
	color: #6281bd;
	background: #000;
	text-decoration: none;
}
#nav li a.active, #nav li a.active:hover {
	color: #6281bd;
}

/* Top-level widths */
#nav .nav_1 li, #nav .nav_1 a {
	width: 80px;
}
#nav .nav_2 li, #nav .nav_2 a {
	width: 52px;
}
#nav .nav_3 li, #nav .nav_3 a {
	width: 63px;
}
#nav .nav_4 li, #nav .nav_4 a {
	width: 75px;
}
#nav .nav_5 li, #nav .nav_5 a {
	width: 70px;
}
#nav .nav_6 li, #nav .nav_6 a {
	width: 56px;
}

/* Fix for stuck dropdowns in IE */
#nav li:hover, #nav li.hover {
    position: static;
}

/* Dropdown widths */
#nav li ul, #nav li ul li, #nav li ul li a {
	width: 112px !important;
}

#nav li ul.long, #nav li ul.long li, #nav li ul.long li a {
	width: 210px !important;
}

/* Header search */
#header #search {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 250px;
}
#header #search_text {
	width: 140px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 0;
	background: #a5a5a5;
	border: none;
	color: #000;
}
#header #search_btn {
	position: absolute;
	left: 171px;
	top: 0;
}

/* Columns */
div.col_l {
	float: left;
	width: 635px;
	margin-right: 5px;
}
div.col_r {
	float: left;
	width: 320px;
	overflow: hidden;
}

/* Hero shots wrapper */
#hero {
	height: 246px;
	overflow: hidden;
	background: #000;
}

/* Hero columns (based on .col classes above) */
#hero_col_l {
}

#hero_col_r { 
}


#hero img {
	display: block;
	margin: 0px;
}

/* Content wrapper */
#content {
	padding-bottom: 40px;
}

/* Content columns */
#content #content_col_l_inner {
	padding: 24px 20px 0px 20px;
}

#content #content_col_r_inner {
	padding: 24px 10px 0px 0px;
}

/* Footer wrapper */
#footer {
	height: 25px;
	padding-top: 15px;
	margin-top: -40px; /* - (#footer height + #footer padding) */
	overflow: hidden;
	background: transparent;
	
}
#footer p, #footer a {
	color: #666;
}
#footer p {
	padding-left: 20px;
	font-size: 0.8em;
}
#footer .spacer {
	padding: 0px 5px;
}


/* General */
.clear {
	display: block;
	clear: both;
}
.clear hr {
	display: none;
}
