﻿/*======================================================================*/
/*=== SKIN.CSS - Designed by Jon Edwards for Visual SKUs ===============*/
/*======================================================================*/
/*--- CSS Document Imports (order is important!) -----------------------*/
@import url('text.css');
@import url('quicklinks.css');
@import url('mainnav.css');
@import url('subnav.css');
@import url('content.css');
@import url('jquerytabs.css');
/*--- 960.GS GRID CSS - 16 Column Grid - Thank you Nathan Smith --------*/
/*--- 16 X 40px Columns. Each column has 10 pixels of margin on the left and right, which create 20 pixel wide gutters between columns. ---*/
.container_16 {
	margin: 0 auto;
	width: 960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_1 {
	width: 40px;
}
.grid_2 {
	width: 100px;
}
.grid_3 {
	width: 160px;
}
.grid_4 {
	width: 220px;
}
.grid_5 {
	width: 280px;
}
.grid_6 {
	width: 340px;
}
.grid_7 {
	width: 400px;
}
.grid_8 {
	width: 460px;
}
.grid_9 {
	width: 520px;
}
.grid_10 {
	width: 580px;
}
.grid_11 {
	width: 640px;
}
.grid_13 {
	width: 760px;
}
.grid_12 {
	width: 700px;
}
.grid_14 {
	width: 820px;
}
.grid_15 {
	width: 880px;
}
.grid_16 {
	width: 940px;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*----------------------------------------------------------------------*/
/*--- END 960.GS GRID CSS ----------------------------------------------*/
/*----------------------------------------------------------------------*/
/*--- GLOBAL HTML and DNN DECLARATIONS ---------------------------------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
	height: 100%;
	background-color: #fff;
}
img {
	border: 0;
}
/*----------------------------------------------------------------------*/
/*--- BASIC CSS LAYOUT -------------------------------------------------*/
/*--- Faux Body Backgrounds --------------------------------------------*/
#base01_wrpr, #base02_wrpr {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('images/bodybg_01.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
}
#base02_wrpr {
	background-image: url('images/bodybg_02.png');
}
/*--- Top Wrappers Selectors & Rulesets --------------------------------*/
#top01_wrpr, #top02_wrpr {
	display: inline-block;
	width: 100%;
	background-image: url('images/topbg_01.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#top02_wrpr {
	background-image: url('images/topbg_02.png');
}
#top_inr {
	width: 960px;
	margin: 0 auto;
}
/*--- Top Wrappers Selectors & Rulesets --------------------------------*/
/*--- <h1> Logo Rulesets -----------------------------------------------*/
#logo {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#logo a {
	display: block;
	width: 280px;
	height: 90px;
	text-decoration: none;
	background-image: url('images/logo_sprite.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
#logo a:hover {
	background-position: center top;
}
/*--- Quicklinks Wrapper Selectors & Rulesets --------------------------*/
/*--- (Menu-specific files found in quicklinks.css) --------------------*/
#qlinks_wrpr {
	float: right;
	padding: 17px 0 0 0;
}
/*--- Main Navigation Outer Wrapper Selectors and Rulesets -------------*/
/*--- (Menu-specific rulesets found in mainnav.css) --------------------*/
#mainnav_wrpr {
	clear: both;
	padding: 7px 0 10px 10px;
}
/*--- Banner Wrappers Selectors & Rulesets -----------------------------*/
#banner_wrpr {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
/*--- Mid Wrappers Selectors & Rulesets --------------------------------*/
#mid_wrpr {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#left_wrpr {
}
#left_wrpr_index {
}
#right_wrpr {
}
#right_wrpr_index {
}
#midleft_wrpr {
	width: 460px;
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
#midright_wrpr {
	width: 220px;
	display: inline;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
}
/*--- Sub Navigation Outer Wrapper Selectors and Rulesets --------------*/
/*--- (Menu-specific files found in subnav.css) ------------------------*/
#subnav_wrpr {
	margin-bottom: 20px;
}
/*--- Breadcrumbs Wrapper Selectors and Rulesets -----------------------*/
#bread_l {
	height: 30px;
	background-image: url('images/bread_l.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0 0 30px 0;
}
#bread_r {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #006681;
	background-image: url('images/bread_r.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#bread_r a, #bread_r a:link, #bread_r a:active, #bread_r a:visited {
	color: #006681;
	text-decoration: none;
}
#bread_r a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
/*--- Footer Wrappers Selectors & Rulesets -----------------------------*/
#footer_wrpr {
	width: 940px;
	margin: 0 auto 30px auto;
	background-image: url('images/footer_bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #004659;
}
#footer_wrpr #ftr_left {
	padding: 30px 0 30px 20px;
	width: 680px;
	display: inline;
	float: left;
	position: relative;
	margin-right: 10px;
}
#ftr_nav {
	width: 680px;
}
#ftr_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*For stupid IE*/
}
#ftr_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	font-size: 13px;
	text-align: left;
}
#ftr_nav li a, #ftr_nav li a:link, #ftr_nav li a:active, #ftr_nav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px #fff solid;
}
#ftr_nav li a:hover {
	text-decoration: underline;
}
#ftr_nav li a.first, #ftr_nav li a.first:link, #ftr_nav li a.first:active, #ftr_nav li a.first:visited, #ftr_nav li a.first:hover {
	padding: 0 5px 0 0;
}
#ftr_nav li a.last, #ftr_nav li a.last:link, #ftr_nav li a.last:active, #ftr_nav li a.last:visited, #ftr_nav li a.last:hover {
	padding: 0 0 0 5px;
	border-right-style: none;
}
#ftr_copyright {
	padding: 15px 0 0 0;
	clear: both;
}
#ftr_copyright p {
	color: #6fadbc;
	font-size: 12px;
	margin: 0;
}
#footer_wrpr #ftr_right {
	width: 220px;
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
}
#footer_wrpr #ftr_right a {
	display: block;
	width: 220px;
	height: 80px;
	background-image: url('images/footerlogo_sprite.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#footer_wrpr #ftr_right a:hover {
	background-position: center top;
}
/*======================================================================*/
/*=== END SKIN.CSS =====================================================*/
/*======================================================================*/
