/* HTML
---------------------------------------------------*/

body {
	background: #000 url(/_assets/bodybg.jpg) center top fixed repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.618em;
	color: #f3f3f3;
	padding: 0 0 40px 0;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
strong {font-weight: bold;}

/* Containers
---------------------------------------------------*/

#container-shadow {
	width: 100%;
	background: url(/_assets/containershadowbg.png) center repeat-y;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	background: #161616;
}

/* Header
---------------------------------------------------*/

#header {
	background: url(/_assets/headerbg.gif);
	width: 960px;
	height: 90px;
	position: relative;
}
h1 {
	background: url(/_assets/h1bg.gif);
	text-indent: -9999px;
	width: 317px;
	position: absolute;
	top: 10px;
	left: -7px;
}
h1 a, h1 a:visited {
	display: block;
	height: 80px;
}
h2 {
	background: url(/_assets/h2bg.gif) no-repeat;
	text-indent: -9999px;
	width: 269px;
	position: absolute;
	top: 43px;
	left: 332px;
}
h2 a, h2 a:visited {
	display: block;
	height: 12px;
}
.logo {display: none;}
form#headerlogin {
	position: absolute;
	right: 26px;
	top: 13px;
	width: 283px;
	height: 67px;
}
form#headerlogin fieldset.data {
	float: left;
	margin: 0 10px 0 0 ;
}
form#headerlogin fieldset.data input {
	background: url(/_assets/logininputbg.png);
	border: 0;
	margin: 6px 0;
	width: 162px;
	height: 21px;
	padding: 6px 10px 2px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #939393;
	display: block;
}
form#headerlogin fieldset.data input:hover {
	background-position: 0 -29px;
}
form#headerlogin fieldset.data input:focus {
	background-position: 0 -58px;
}
form#headerlogin fieldset.input {
	float: right;
}
form#headerlogin fieldset.submit input {
	background: url(/_assets/loginbg.png);
	border: 0;
	padding: 0;
	width: 87px;
	height: 43px;
	margin-top: 17px;
}
form#headerlogin fieldset.submit input:hover {
	background-position: 0 -43px;
	cursor: pointer;
}
form#headerlogin fieldset.submit input:active {
	background-position: 0 -86px;
}
form#headerlogin fieldset.submit a, form#headerlogin fieldset.submit a:visited {
	background: url(/_assets/loginregisterbg.png);
	width: 85px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	margin: 6px 0 0 0;
}
form#headerlogin fieldset.submit a:hover {
	background-position: 0 -17px;
}
form#headerlogin fieldset.submit a:active {
	background-position: 0 -34px;
}
div#loggedIn {
	float: right;
	color: #000;
	margin: 38px 38px 0 0;
}
div#loggedIn a {color: #666;}

/* Navigation
---------------------------------------------------*/

#nav {
	background: url(/_assets/navbg.gif);
	width: 917px;
	height: 70px;
	padding: 0 0 0 43px;
	border-bottom: 1px solid #9c9d9c;
	position: relative;
	z-index: 1000;
}
/* Image Replaced Navigation Items */
#nav li {
	float: left;
	position: relative;
	height: 70px;
}
#nav li a:hover {cursor: pointer !important;}
#nav li a, #nav li a:visited {
	display: block;
	background-image: url(/_assets/navbuttonsbg.png);
	height: 70px;
	text-indent: -9999px;
}
#nav li a.playerscoaches {
	width: 184px;
	background-position: -43px 0;
}
#nav li:hover a.playerscoaches {
	background-position: -43px -70px;
}
#nav li a.teams {
	width: 86px;
	background-position: -227px 0;
}
#nav li:hover a.teams {
	background-position: -227px -70px;
}
#nav li a.resources {
	width: 117px;
	background-position: -313px 0;
}
#nav li:hover a.resources {
	background-position: -313px -70px;
}
#nav li a.blog {
	width: 78px;
	background-position: -430px 0;
}
#nav li:hover a.blog {
	background-position: -430px -70px;
}
#nav li a.news {
	width: 76px;
	background-position: -508px 0;
}
#nav li:hover a.news {
	background-position: -508px -70px;
}
#nav li a.testimonials {
	width: 140px;
	background-position: -584px 0;
}
#nav li:hover a.testimonials {
	background-position: -584px -70px;
}
#nav li a.contact {
	width: 108px;
	background-position: -724px 0;
}
#nav li:hover a.contact {
	background-position: -724px -70px;
}
#nav li a.about {
	width: 84px;
	background-position: -832px 0;
}
#nav li:hover a.about {
	background-position: -832px -70px;
}
/* Drop Downs */
#nav li ul {
	margin-left: -9999px;
}
#nav li:hover ul {
	margin-left: 0;
}
#nav li ul {
	position: absolute;
	width: 220px;
}
#nav li ul.last {
	text-align: right;
	left: -136px;
}
#nav li ul li { /* RESET FROM PARENT */
	float: none;
	height: inherit;
}
#nav li ul li a, #nav li ul li a:visited { /* RESET FROM PARENT */
	background-image: none;
	text-indent: inherit;
	height: inherit;
}
#nav li ul li a, #nav li ul li a:visited {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding: 13px 12px;
	background: url(/_assets/navdropdownbg.png);
}
#nav li ul li a:hover, #nav li ul li a:active {
	background: url(/_assets/navdropdownhoverbg.png);
	border-top: 1px solid #324e5a;
	border-bottom: 1px solid #324e5a;
	padding: 12px;
}

/* Splash
---------------------------------------------------*/

#splash {
	width: 960px;
	height: 390px;
	position: relative;
	z-index: 0;
}

/* Highlights — Messy due to jQuery event and the need for overflow: hidden;
---------------------------------------------------*/

#highlights li {
	width: 240px;
	height: 220px;
	float: left;
	position: relative;
	overflow: hidden;
}
#highlights li:hover {
	cursor: pointer;
}
#highlights h3 {
	width: 240px;
	height: 51px;
	top: 0;
	left: -1px;
	z-index: 100;
	font-size: 18px;
	text-align: center;
	line-height: 55px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px 0px #000;
	background: url(/_assets/highlighth3bg.gif);
	overflow: hidden;
}
#highlights li:hover h3 {
	background-position: 0 -51px;
}
#highlights li div.highlights-content {
	width: 218px;
	height: 169px;
	float: left;
	background: url(/_assets/highlightsbg.gif) no-repeat #e2e2e2 203px 140px;
	border-left: 1px solid #fff;
	border-right: 1px solid #939393;
	padding: 0 10px 0 10px;
}

#highlights img {
	border: 1px solid #8b8b8b;
	margin: 10px 0 0 0;
}
#highlights li div.highlights-excert {
	position: absolute;
	top: 100%;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #939393;
	padding: 10px;
	font-size: 10px;
	line-height: 1.5em;
	color: #000;
}
#highlights h4 {
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #f4911e;
	float: left;
	margin: 0 .681em 0 0;
}
#highlights a.hidden {display: none;}

/* Content
---------------------------------------------------*/

#content {
	margin: 10px 0;
}
#content-main {
	width: 710px;
	float: left;
	margin: 0 0 0 10px;
}
#content-main h3 {
	height: 72px;
	line-height: 78px;
	padding: 0 20px;
	background: url(/_assets/contentmainh3bg.gif) repeat-x;
	font-size: 2.618em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: -1px -1px #000;
	border-top: 1px solid #5c92ad;
	border-left: 1px solid #5c92ad;
	border-bottom: 1px solid #0a4f70;
	border-right: 1px solid #000;
}
div#content-span {
	width: 941px;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
div#content-span h3 {
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
	background: url(/_assets/contentmainh3bg.gif) repeat-x;
	font-size: 2.618em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: -1px -1px #000;
	border-top: 1px solid #5c92ad;
	border-left: 1px solid #5c92ad;
	border-bottom: 1px solid #000;
}
div#bodycopy-span {
	background: #454545;
	border-bottom: 1px solid #454545;
	border-right: 1px solid #454545;
}
#bodycopy {
	background: #454545;
	padding: 5px 0;
	border-top: 1px solid #585858;
	border-right: 1px solid #000;
	border-left: 1px solid #585858;
	overflow: auto;
	min-height: 400px;
}
#bodycopy p, #bodycopy ol, #bodycopy ul, #bodycopy table {
	margin: 20px;
	line-height: 17px;
}
#bodycopy ul, #bodycopy table {
	margin: 20px 20px 20px 33px;
}
#bodycopy p {line-height: 18px;}
#bodycopy strong {
	color: #19aaee;
	font-weight: bold;
}
#bodycopy table {
	margin: 10px 0 0 10px;
}
#bodycopy table td {
	padding: 5px 10px;
}
#bodycopy em {
	font-style: italic;
}
#bodycopy ol {
	list-style-type: decimal;
	margin: 20px 20px 20px 45px;
}
#bodycopy ul {
	list-style-type: disc;
}
#bodycopy a, #bodycopy a:visited {
	color: #f4911e;
}
#bodycopy li {margin-bottom: 8px;}
#bodycopy h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin: 25px 20px -5px 20px;
	text-shadow: -1px -1px #000;
	line-height: 24px;
}
#bodycopy blockquote {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	color: #f4911e;
	text-shadow: -1px -1px #000;
}
#bodycopy blockquote cite {
	display: block;
	font-weight: normal;
	color: #4d97ba;
}
#bodycopy form ul, #bodycopy form ol {
	list-style: none;
	margin: 0 20px;
}
#bodycopy form li {
	margin: 0 0 1em 0;
}
#bodycopy form fieldset {
	background: #252525;
	margin: 0 20px 1em 20px;
	padding: 20px 0;
	border-top: 1px solid #353535;
	border-right: 1px solid #252525;
	border-left: 1px solid #353535;
}
#bodycopy form legend {
	font-size: 1.618em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	display: block;
	text-shadow: -1px -1px #000;
	background: #005a84;
	border-top: 1px solid #5c92ad;
	border-left: 1px solid #5c92ad;
	border-bottom: 1px solid #0a4f70;
	border-right: 1px solid #0a4f70;;
	padding: 20px;
	margin-left: -1px;
}
#bodycopy form label {
	display: block;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #f4911e;
}

#bodycopy img.flt_lft {float: left; margin: 3px 15px 15px 0;}
#bodycopy img.flt_rht {float: right; margin: 3px 0 15px 15px;}

/* Profiles - Browsing View
---------------------------------------------------- */

#playerprofiles-sort {
	padding: 20px 15px;
	background: url(/_assets/playerprofiles-formbg.gif) repeat-x;
	border-top: 1px solid #5e5e5e;
	border-left: 1px solid #5e5e5e;
	border-bottom: 1px solid #000;
	overflow: auto;
}
#playerprofiles-sort li {
	float: left;
	margin: 0 15px 0 0;
}
#playerprofiles-sort label {
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: -1px -1px #000;
	margin: 0 2px 0 0;
}
#playerprofiles-sort input.keywords {width: 130px;}
ul#player-thumbs li {
	float: left;
	width: 186px;
	height: 186px;
	position: relative;
	border-top: 1px solid #454545;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #454545;
	z-index: 0;
}
ul#player-thumbs li:hover {
	border: 1px solid #f4911e;
}
ul#player-thumbs li:hover ul li {
	border: none;
}
ul#player-thumbs li ul {
	height: 65px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
ul#player-thumbs li ul li {
	height: auto;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
ul#player-thumbs li ul li a, ul#player-thumbs li ul li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 176px;
	padding: 0 5px;
}
ul#player-thumbs li ul li.name a, ul#player-thumbs li ul li.name a:visited {
	height: 30px;
	background: url(/_assets/playerprofile-thumb-namebg.png);
	line-height: 30px;
}
ul#player-thumbs li ul li.city a, ul#player-thumbs li ul li.city a:visited {
	height: 18px;
	background: url(/_assets/playerprofile-thumb-citybg.png);
	font-size: 10px;
}
ul#player-thumbs li ul li.country a, ul#player-thumbs li ul li.country a:visited {
	height: 17px;
	background: url(/_assets/playerprofile-thumb-countrybg.png);
	font-size: 10px;
}
ul#player-thumbs li ul li.year a, ul#player-thumbs li ul li.year a:visited {
	height: 18px;
	background: url(/_assets/playerprofile-thumb-yearbg.png);
	font-size: 10px;
}
ul#player-thumbs li ul li.buy a, ul#player-thumbs li ul li.buy a:visited {
	height: 17px;
	background: url(/_assets/playerprofile-thumb-buybg.png);
	font-size: 10px;	
}
ul#player-thumbs li ul li.buy a:hover, ul#player-thumbs li ul li.buy a:active {
	background: url(/_assets/playerprofile-thumb-buybg-hover.png);
}
ul#player-thumbs li img.subscribe {position: absolute; top: 0; left: 0; z-index: 1000; display: none;}
ul#player-thumbs li:hover img.subscribe {display: block;}

ul#paginate {
	background: url(/_assets/paginatebg.gif) repeat-x;
	height: 36px;
	line-height: 36px;
	text-shadow: -1px -1px #000;
	border-top: 1px solid #5e5e5e;
	border-left: 1px solid #5e5e5e;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding: 0 10px;
}
ul#paginate li {
	display: inline;
	padding-right: 10px;
}
ul#paginate a, ul#paginate a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 36px;
}
ul#paginate a:hover, ul#paginate a:active {
	text-decoration: underline;
}
ul#paginate li.floatleft, ul#paginate li.floatright {padding: 0 !important;}

/* Profiles - Single View
---------------------------------------------------- */

/* Messy Non-Semantic Corners */
div.top-left {
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(/_assets/roundedcorners.png);
	width: 7px;
	height: 7px;
}
div.top-right {
	top: 0;
	right: 0;
	background-position: -7px 0;
	position: absolute;
	background-image: url(/_assets/roundedcorners.png);
	width: 7px;
	height: 7px;
}
div.bottom-left {
	bottom: 0;
	left: 0;
	background-position: 0 -7px;
	position: absolute;
	background-image: url(/_assets/roundedcorners.png);
	width: 7px;
	height: 7px;
}
div.bottom-right {
	bottom: 0;
	right: 0;
	background-position: -7px -7px;
	position: absolute;
	background-image: url(/_assets/roundedcorners.png);
	width: 7px;
	height: 7px;
}

/* Profile Image */

div#player-image {
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 300px;
	height: 244px;
	float: left;
	position: relative;
	background: #252525 url(/_assets/bg_player.png);
}
div#player-image img {
	margin: 0 auto;
	display: block;
}

/* Stats to right of photo */

div#player-stats {
	background: #252525;
	width: 610px;
	float: right;
	margin: 10px 10px 10px 0;
	position: relative;
}
div#player-stats {
	min-height: 244px;
}
div#player-stats ul {
	float: left;
	margin: 5px 15px 0 15px;
	width: 275px;
}
div#player-stats li {
	border-bottom: 1px solid #121212;
	border-top: 1px solid #333;
	padding: 10px 0;
	line-height: 19px;
}
div#player-stats li.first {
	border-top: none;
}
div#player-stats li.last {
	border-bottom: none;
}
div#player-stats li.left {
	border-bottom: none;
	float: left;
	width: 50%;
}
div#player-stats h5 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #f4911e;
	text-shadow: -1px -1px #000;
}
div#player-stats span {color: #666;}

/* Horizontal Tabs */

div#player-tabs-horizontal {
	width: 920px;
	margin: 0 auto 10px auto;
	clear: both;
}
ul.player-tabs-horizontal-nav {
	width: 920px;
}
ul.player-tabs-horizontal-nav li {
	float: left;
	position: relative;
}
ul.player-tabs-horizontal-nav li a, ul.player-tabs-horizontal-nav li a:visited {
	display: block;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: -1px -1px #000;
	text-decoration: none;
	color: #fff;
	padding: 4px 8px;
	background: #1F1919;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 2px solid #454545;
}
ul.player-tabs-horizontal-nav li a:hover, ul.player-tabs-horizontal-nav li a:active {
	background: #000;
}
ul.player-tabs-horizontal-nav li a.active, ul.player-tabs-horizontal-nav li a.active:visited {
	background: #005a84;
	color: #fff;
	text-shadow: -1px -1px #000;
	border-bottom: 2px solid #005a84;
}
div#player-tabs-horizontal div.player-tabs-horizontal-content {
	display: none;
	position: relative;
}
div#player-tabs-horizontal div.generic {
	padding: 4px 0 0 0;
	background: url(/_assets/genericbg.gif) repeat-x #252525;
}
div#player-tabs-horizontal div.generic li {
	border-bottom: 1px solid #121212;
	border-top: 1px solid #333;
	padding: 8px;
}
div#player-tabs-horizontal div.generic li.even {
	background: #1F1F1F;
}
div#player-tabs-horizontal div.player-tabs-horizontal-content table {
	background: #252525;
	width: 100%;
}
div#player-tabs-horizontal div.player-tabs-horizontal-content table td {
	border-bottom: 1px solid #121212;
	border-top: 1px solid #333;
	padding: 8px;
}
div#player-tabs-horizontal div.player-tabs-horizontal-content table td.even {
	background: #1F1F1F;
}
div#player-tabs-horizontal div.player-tabs-horizontal-content table th {
	border-bottom: 1px solid #121212;
	padding: 2px 8px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px #000;
	background: #005a84;
	white-space: nowrap;
}

/* Vertical Tabs */

div#player-tabs-vertical {
	width: 920px;
	margin: 0 auto 10px auto;
	position: relative;
}
div#player-tabs-vertical ul.player-tabs-vertical-nav {
	text-align: right;
	width: 200px;
	float: left;
}
div#player-tabs-vertical ul.player-tabs-vertical-nav li {
	position: relative;
}
div#player-tabs-vertical ul.player-tabs-vertical-nav li a, div#player-tabs-vertical ul.player-tabs-vertical-nav li a:visited {
	display: block;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	background: #1F1919;
	border-right: 2px solid #454545;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	text-shadow: -1px -1px #000;
	color: #fff;
	text-decoration: none;
	padding: .681em 6px;
}
div#player-tabs-vertical ul.player-tabs-vertical-nav li a:hover, div#player-tabs-vertical ul.player-tabs-vertical-nav li a:active {
	background: #000;
}
div#player-tabs-vertical ul.player-tabs-vertical-nav li a.active, div#player-tabs-vertical ul.player-tabs-vertical-nav li a.active:visited {
	background: #005a84;
	color: #fff;
	border-right: 2px solid #005a84;
}
div#player-tabs-vertical div.player-tabs-vertical-content {
	display: none;
	position: relative;
	float: right;
	width: 700px;
	background: #005a84;
	padding: 10px 10px 0 10px;
	min-height: 250px;
}
div.videodescription {
	width: 265px;
	float: left;
	border-bottom: 1px solid #0084BF;
	padding-top: 10px;
}
div.videodescription.none {border-bottom: none !important;}
div.videodescription h5 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px #000;
	margin: -2px 0 0 0;
	padding: 0 0 .381em 0;
	border-bottom: 1px solid #00425F;
}
div.videodescription.none h5 {border-bottom: none !important;}
div.videodescription p {
	border-top: 1px solid #0084BF;
	border-bottom: 1px solid #00425F;
	padding: .681em 0;
}
div.video {
	float: right;
}
.print {display: none !important;}
ul.stats li {
	border-top: 1px solid #0084BF;
	border-bottom: 1px solid #00425F;
	padding: .681em 0;
}
ul.stats li.first {
	border-top: none;
}
ul.stats li.last {
	border-bottom: none;
}
ul.stats li.block h5 {
	display: block;
}
ul.stats h5 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px #000;
	display: inline;
}

/* Accordion */

div#player-accordion-container {
	width: 920px;
	margin: 0 auto 10px auto;
	position: relative;
	background: #252525;
	padding: 0 0 1px 0;
	clear: both;
}
ul#player-accordion {
	border-top: 1px solid #121212;
}
ul#player-accordion h5 {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #f4911e;
}
ul#player-accordion li ul {
	border: none;
	padding: 10px 10px 0 10px;
	display: none;
}
ul#player-accordion li.current ul {
	display: block;
}
ul#player-accordion li a.heading, ul#player-accordion li a.heading:visited {
	display: block;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	color: #fff;
	border-bottom: 1px solid #121212;
	border-top: 1px solid #2F2F2F;
	padding: .681em 10px;
	background: #1F1919;
}
ul#player-accordion li a.heading:hover, ul#player-accordion li a.heading:active {
	background: #000;
}
ul#player-accordion li.current a.heading, ul#player-accordion li.current a.heading:visited {
	color: #fff;
	background: #005a84;
	border-top: 1px solid #0084BF;
	border-bottom: 1px solid #00425F;
}
ul#player-accordion ul li {
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Subscription Sign-Up
---------------------------------------------------- */

table#signup {
	width: 690px;
	margin: 10px;
}
table#signup thead th {
	border-top: 1px solid #ffc000;
	border-bottom: 1px solid #b16915;
	background: #f4911e;
	text-align: center;
	padding: 10px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: -1px -1px #000;
}
table#signup tr.price td, table#signup tr.price th {
	border-top: 1px solid #ffc000;
	border-bottom: 1px solid #b16915;
	background: #f4911e;
	text-align: center;
	padding: 10px;
	line-height: 1em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
table#signup tr.price th {
	text-align: right;
	text-shadow: -1px -1px #000;
}
table#signup tr.payment td, table#signup tr.payment th {
	border-top: 1px solid #0084BF;
	border-bottom: 1px solid #00425F;
	background: #005A84;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1em;
}
table#signup tr.payment th {
	text-align: right;
	text-shadow: -1px -1px #000;
}
table#signup tr.payment a, table#signup tr.payment a:visited {
	background: url(/_assets/signuppaymentbg.gif);
	width: 87px;
	height: 43px;
	line-height: 43px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-shadow: -1px -1px #000;
}
table#signup tr.payment a:hover {
	background-position: 0 -43px;
	cursor: pointer;
}
table#signup tr.payment a:active {
	background-position: 0 -86px;
}

table#signup .blank, table#signup tr.payment .blank {
	background: none;
	border: none;
}
table#signup tbody td {
	border-bottom: 1px solid #121212;
	border-top: 1px solid #2F2F2F;
	padding: .681em 0;
	text-align: center;
	background: #252525;
	vertical-align: middle;
	width: 125px;
}
table#signup tbody th {
	border-top: 1px solid #0084BF;
	border-bottom: 1px solid #00425F;
	background: #005A84;
	text-align: right;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: -1px -1px #000;
	line-height: 1em;
}
table#signup td.tablehover {
	background: #1F1F1F;
}
.included {
	display: block;
	text-indent: -9999px;
	background: url(/_assets/includedbg.png);
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.excluded {
	display: block;
	text-indent: -9999px;
	background: url(/_assets/excludedbg.png);
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/* Advertisement Space
---------------------------------------------------- */

div#footerad {
	width: 640px;
	height: 80px;
	margin: 10px auto;
	background: #cdcdcd;
	border: 1px solid #000;
}
div#sidebarad {
	width: 200px;
	height: 180px;
	margin: 10px auto;
	background: #cdcdcd;
	border: 1px solid #000	
}

/* Sidebar
---------------------------------------------------- */

#content-sub {
	background: #dbdbdb;
	width: 230px;
	float: right;
	margin: 0 10px 0 0;
	position: relative;
}
#content-sub div#topcorners {
	background: url(/_assets/subcontentcornertop.gif);
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 13px;
}
#content-sub div#bottomcorners {
	background: url(/_assets/subcontentcornerbottom.gif);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14px;
	height: 14px;
}
#content-sub h5 {
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
	color: #434343;
	background: #b7b7b7;
	font-size: 1.618em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: 1px 1px #fff;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #969696;
	
}
#blogroll {
	background: #dbdbdb;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
}
#blogroll li {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #e3e3e3;
	padding: 10px 20px;
	line-height: 13px;
}
#blogroll span {
	color: #434343;
}
#blogroll span span {
	font-size: 11px;
}
#blogroll li h6 a, #blogroll li h6 a:visited {
	text-decoration: none;
	color: #005a84;
	font-size: 11px;
}


#social_areas li {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #e3e3e3;
	padding: 15px 20px;
}
#social_areas span {
	color: #434343;
}
#social_areas span span {
	font-size: 11px;
}
#social_areas li h6 {
	text-decoration: none;
	color: #005a84;
	font-size: 16px;
	font-weight: bold;
}
#social_areas p {color: #666;}

/* Footer
---------------------------------------------------*/

#footer-shadow {
	background: url(/_assets/footershadowbg.png) top center no-repeat;
	width: 100%;
}
#footer {
	width: 940px;
	height: 44px;
	margin: 0 auto;
	padding: 3px 10px;
	background: url(/_assets/footerbg.png);
	font-size: 10px;
	text-transform: uppercase;
	font-style: italic;
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

/* Added Styles
---------------------------------------------------*/

.miniform p {font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; text-align: left; font-style: normal; text-transform: none; padding: 0 !important; margin: 5px 15px 8px 15px !important; line-height: 17px;}
.miniform form {text-align: left; margin: 0 15px;}
.miniform div {float: left; margin: 0 15px 10px 0;}
.miniform label {margin: 2px 0 5px 0; font-weight: normal !important;}
.showhide {display: none;}
#features {background: #dbdbdb;text-transform: uppercase; line-height: 15px;}
#features li {border-top: 1px solid #e3e3e3; border-bottom: 1px solid #969696; border-left: 1px solid #e3e3e3; padding: 10px 20px; color: #333; text-transform: none; overflow: auto; font-size: 12px; line-height: 14px;}
#features li a {text-transform: uppercase; font-style: italic; text-decoration: none; color: #005a84; font-weight: bold; display: block; float: left; width: 100%; margin-bottom: 4px; font-size: 14px;}
.ngen-file-choose-existing {display: none;}

.small {font-size: 11px; margin-top: 5px !important; margin-bottom: -5px !important;}

hr {
	margin: 15px 20px 20px 20px;
	display: block;
	position: relative;
	padding: 0;
	height: 0;
	max-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #666;
	font-size: 1px;
	line-height: 0;
}

.scout-reporter {position: absolute; top: 26px; right: 13px; font-size: 11px; color: #85bad3}

#icons {
	width: 220px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}
#icons a, #icons a:visited {
	border: 0;
}
#icons li a {
	float: left;
	width: 28px;
	height: 29px;
	text-indent: -9999px;
	margin-left: 40px;
	border: 0;
}
.youtube {background: url(/_assets/youtube.png) 0 1px; margin-left: 8px !important;}
.facebook {
	background: url(/_assets/icons.jpg);
	background-position: 0 0;
}
.twitter {
	background: url(/_assets/icons.jpg) right;
	background-position: 28px 0;
	margin-left: 150px;
}

p.tags {font-size: 12px; color: #666;}
p.tags span {color: #999;}