@charset "utf-8";
/* CSS Document */
/* Tyler Canning, I knew you would look at this lol.  What's up man. */
/* Debugger Code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* End Debugger Code */

/* Basic Formatting */
body, html{
	background-color:#FFF;
	color: #333344;
	font: .85em/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	top: 0;
}

body, html {
	text-align: center;
}

a {
	cursor: pointer;
	color: #777795;
	text-decoration: none;
}

a:visited {
	color: #777795;
}

* a.seo, * a.seo:visited {
	color: #333344;
	text-decoration: none;
	cursor: text;
}

h1 {
	font: 1.5em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

h2 {
	font: 1.3em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

h3 {
	font: 1.1em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

p {
	font-size: 1.1em;
	padding: 5px 0;
}

b {
	font-weight: bold;
}

/* End Basic Formatting */

/* Focus (input forms) */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}

/* End Focus (input forms) */

/* Body Wrapper */
#main-wrapper {
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
	line-height: 1.5;
	text-align: left;
}
/* End Body Wrapper */

/* Logo Header */
#logo-header {
	width: 780px;
	height: 70px;
	overflow: hidden;
	float: left;
	position: relative;
}

#logo {
	width: 195px;
	height: 70px;
	float: left;
	position: relative;
	text-indent: -999px;
}

#logo h1 a {
	width: 195px;
	height: 70px;
	float: left;
	position: relative;
	background: transparent url(../images/logo.png) top left no-repeat;
}

/*#logo a:hover h1 {
	opacity: .8;
}*/

#logo span {
	display: none;
}

/* Seo Text */

#seo-text {
	width: 585px;
	height: 70px;
	float: left;
	position: relative;
	text-align: right;
}

#seo-text h2 {
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	padding-top: 50px;
	position: relative;
	font: 1em Arial, Helvetica, sans-serif;
	color: #AAAABC;
}
/* End Logo Header */

/* Global Nav */
#global-nav {
	width: 780px;
	height: 41px;
	float: left;
	position: relative;
	/*background: transparent url(../images/global-bg.png) top left repeat-x;*/
}

/* Left Side of Global Nav*/
#global-left {
	height: 41px;
	width: 15px;
	float: left;
	position: relative;
	background: transparent url(../images/global-left-cap.png) 0 0 no-repeat;
}
/* End Left Side of Global Nav*/
ul#top-nav {
	height: 41px;
	float: left;
	position:relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background: transparent url(../images/nav-bg.png) 0 0 repeat-x;
}

ul#top-nav li {
	float: left;
	position: relative;
	height: 41px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

ul#top-nav li a {
	height: 41px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
	background: transparent url(../images/global-bg.png) 0 0 repeat-x;
	padding: 0 26px;
	line-height: 40px;
}

ul#top-nav li a:hover {
	background-position: 0 -41px;
	color: #FEFEFE;
}


ul#top-nav li.first a {
	padding-left:0;
}

ul#top-nav li.first a span {
	float: left;
	position: relative;
	height: 41px;
	padding-right: 0;
	padding-left: 25px;
	background: transparent url(../images/global-left-cap.png) top left no-repeat;
}

ul#top-nav li.first a:hover span {
	background-position: left -41px;
}

ul#top-nav li.last a {
	padding-right:0;
}

ul#top-nav li.last a span {
	float: left;
	position: relative;
	height: 41px;
	padding-left: 0;
	padding-right: 25px;
	background: transparent url(../images/global-right-cap.png) top right no-repeat;
}

ul#top-nav li.last a:hover span {
	background-position: right -41px;
}
/* End Global Nav */

/* Footer */
#footer {
	width: 758px;
	padding: 10px;
	margin-top: 10px;
	border: 1px #8888A6 solid;
	float: left;
	position: relative;
	text-align: center;
}

#footer ul {
	width: 750px;
	display: block;
}

#footer li {
	display: inline;
	font-size: 11px;
}

#footer li a, #footer li a:visited {
	padding: 0 10px;
	border-left: 1px #8888A6 solid;
}

#footer li.first a {
	border: 0;
}

#footer li a:hover {
	text-decoration: underline;
}
/* End Footer */
/* Quick Fact Panels */
.fact-panel {
	width: 303px;
	min-height: 83px;
	margin-top: 10px;
	float: left;
	position: relative;
	font: 1.1em/1.2 Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}

.fact-panel h1 {
	width: 175px;
	height: 46px;
	display: block;
	margin-right: 128px;
	float: left;
	position: relative;
	font: 1.5em/1.5 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEEEEE;
	line-height: 55px;
	overflow: hidden;
}

.blue-panel-top {
	width: 303px;
	height: 46px;
	float: left;
	position: relative;
	background: transparent url(../images/blue-panel-top.png) top left no-repeat;
	text-align: center;
}

.blue-panel-body {
	width: 270px;
	min-height: 45px;
	padding-right: 18px;
	padding-left: 18px;
	float: left;
	position: relative;
	background: transparent url(../images/blue-panel-bg.png) top left repeat-y;
}

.blue-panel-bottom {
	width: 303px;
	height: 22px;
	float: left;
	position: relative;
	background: transparent url(../images/blue-panel-bottom.png) top left no-repeat;
}

.orange-panel-top {
	width: 303px;
	height: 46px;
	float: left;
	position: relative;
	background: transparent url(../images/orange-panel-top.png) top left no-repeat;
	text-align: center;
}

.orange-panel-body {
	width: 270px;
	min-height: 45px;
	padding-right: 18px;
	padding-left: 18px;
	float: left;
	position: relative;
	background: transparent url(../images/orange-panel-bg.png) top left repeat-y;
}

.orange-panel-bottom {
	width: 303px;
	height: 22px;
	float: left;
	position: relative;
	background: transparent url(../images/orange-panel-bottom.png) top left no-repeat;
}
/* End Quick Fact Panels */

/* =========================
Global Nav On Page State
========================= */

ul#top-nav li.active {
	float: left;
	position: relative;
	height: 41px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

ul#top-nav li.active a {
	height: 41px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
	background: transparent url(../images/global-bg.png) 0 0 repeat-x;
	padding: 0 26px;
	line-height: 40px;
}

ul#top-nav li.active a {
	background-position: 0 -41px;
	color: #FEFEFE;
}

ul#top-nav li.active-first {
	float: left;
	position: relative;
	height: 41px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

ul#top-nav li.active-first a {
	height: 41px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
	background: transparent url(../images/global-bg.png) 0 0 repeat-x;
	padding: 0 26px;
	line-height: 40px;
}

ul#top-nav li.active-first a {
	background-position: 0 -41px;
	color: #FEFEFE;
}

ul#top-nav li.active-last {
	float: left;
	position: relative;
	height: 41px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

ul#top-nav li.active-last a {
	height: 41px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
	background: transparent url(../images/global-bg.png) 0 0 repeat-x;
	padding: 0 26px;
	line-height: 40px;
}

ul#top-nav li.active-last a {
	background-position: 0 -41px;
	color: #FEFEFE;
}

ul#top-nav li.active-first a {
	padding-left:0;
}

ul#top-nav li.active-first a span {
	float: left;
	position: relative;
	height: 41px;
	padding-right: 0;
	padding-left: 25px;
	background: transparent url(../images/global-left-cap.png) top left no-repeat;
}

ul#top-nav li.active-first a span {
	background-position: left -41px;
}

ul#top-nav li.active-last a {
	padding-right:0;
}

ul#top-nav li.active-last a span {
	float: left;
	position: relative;
	height: 41px;
	padding-left: 0;
	padding-right: 25px;
	background: transparent url(../images/global-right-cap.png) top right no-repeat;
}

ul#top-nav li.active-last a span {
	background-position: right -41px;
}
/* End Global Nav */

/* Amazon Link */

p.amazonlink {
	display: block;
	width: 180px;
	height: 165px;
	margin: 100px 0 0 -180px;
	top: 0;
	left: 0;
	position: absolute;
	text-indent: -9000px;
	background: transparent url(../images/amazonlink.png) top left no-repeat;
}

p.amazonlink a, p.amazonlink a:visited {
	width: 180px;
	height: 165px;
	float: left;
}

/* SEO Links */

#footer ul li.invisible {
	display: none;
}
