@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	background-image: url(images/bkgd-body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 850px;
	color: #fff; /* fde350 */
	font: small Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
}

/* ------------------- universal and reusables */
body img {
	border: 0;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
	height: 1px;
}
.clearleft {
	clear: left;
	height: 1px;
}
h1 {
	color: #fff200;
	font-size: 140%;
	margin: 30px 0 0 0;
}
h1 a:link, h1 a:visited {
	color: #fff200;
	text-decoration: none;
}
h1 a:hover {
	color: #fff200;
	text-decoration: underline;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #fff200;
}
h3 {
	font-size: 115%;
}
p {
	margin: 7px 0;
}
a:link, a:visited {
	color: #fff200;/*e81d2a */
	text-decoration: underline;
}
a:hover {
	color: #fff200;
	text-decoration: none;
}
.calloutwhite {
	color: white;
}
.calloutred {
	color: #e81d2a;
}
.calloutgrey{
    color:#aaa;
}
.calloutyellow{
    color:#fff200;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 165%;
}
img.squarefeature {
	float: left;
	margin: 10px 10px 10px 0;
}
.onpagenav {
	list-style: none;
	padding: 5px 0 5px 15px;
}
.onpagenav li {
	padding: 0;
}
#leftcolumn ul li, #leftcolumn ol li {
	padding: 3px 0;
}
.twocolumns {
	width: 205px;
	float: left;
	margin: 0 10px 0 0
}


/* --------------------- tables */
caption {
	font-weight: bold;
	font-size: 110%;
	color: #bdbdbd;
	text-align: left;
}
table {
	border-collapse: collapse;
	text-align: center;
	border: 2px solid black;
	margin: 10px 0;
}
thead {
	background-color: black;
}
td, th {
	border: 1px solid black;
	padding: 4px;
}
th {
	padding: 4px 13px 4px 8px;
	text-align: left;
}




/* ------------------- areas */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	font-size: 95%;
}
#banner {
	height: 230px;
}
#leftcolumn {
	background-image: url(images/bkgd-leftcolumn.gif);
	background-repeat: no-repeat;
	padding: 15px 355px 25px 25px;
}
#leftcolumn-full {
	background-image: url(images/bkgd-leftcolumn.gif);
	background-repeat: repeat-x;
	padding: 15px 25px 25px 25px;
}
#content {
	background-image: url(images/bkgd-content.gif);
	background-repeat: repeat-y;
}
#content-full {
	background-image: none;
	background-color: #282828;
}





/* ------------------- styles for scripts */
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}




/* ------------------- nav */
#nav {
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background:transparent url(images/bkgd-nav.png) no-repeat 0 0;
}
#nav li {
	float: left;
	background-color: #000000;
	border-left: 1px solid #fff200;
}
#nav li.last {
	border-right: 1px solid #fff200;
}
#nav li:hover {
	background-color: #555;
}
#nav li a:link, #nav li a:visited {
	color: #fff200; /* fdaf26 */
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 16px;
}

/* ---------------------- nav dropdowns */
#nav li ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff200;
	border-left: 1px solid #fff200;
	border-bottom: 1px solid #fff200;
}
#nav li ul.stories {
	left: 72px;
}
#nav li ul.forparents {
	left: 157px;
}
#nav li ul.thenumbers {
	left: 278px;
}
#nav li ul.about {
	left: 403px;
}
#nav li:hover ul {
	visibility: visible;
}
#nav li ul li {
	float: none;
	border-left: none;
}
#nav li ul li a:link, #nav li ul li a:visited {
	color: #fff200;
	font-weight: normal;
	padding: 6px 25px 6px 16px;
}
#nav li ul li a:hover {
	color: #fff200w;
}


/* ------------------------- rightcolumn */
#rightcolumn {
	float: right;
	width: 335px;
	background: #fff200;
	background-image: url(images/bkgd-rightcolumn.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 0 0px 0;
}
ul#calloutlinks {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	color: #000;
}
ul#calloutlinks li {
	margin: 10px 0;
}
#rightcolumn a:link, #rightcolumn a:visited {
	color: #000;
	text-decoration: underline;
}
#rightcolumn a:hover {
	color: #000;
	text-decoration: none;
}
#rightcolumn-content  {
    position:relative;
    z-index:10;
    background:none;
	padding: 25px;
}
ul#socialmedia {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#socialmedia li {
	float: left;
	margin: 0 5px 0 0;
}




/* -------------------------- credits */
#credits {
	background-color: #fff200;
	background-image: url(images/bkgd-credits.gif);
	position: relative;
	padding: 25px;
	color: black;
}
#credits p {
	margin: 5px 0;
}
#sign {
	position: absolute;
	right: 1px;
	bottom: 104px;
	z-index:5;
}



/* ------------------------- bottomnav */
ul#bottomnav {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
ul#bottomnav li {
	float: left;
	padding: 0 15px 0 0;
}
ul#bottomnav a:link, ul#bottomnav a:visited {
	color: #fff200;
	text-decoration: none;
}
ul#bottomnav a:hover {
	color: #fff200;
	text-decoration: none;
}



/* -------------------- feature boxes on the home page */
ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.features li {
	float: left;
	margin: 0 15px 0 0;
}
div.featuretopcap {
	height: 5px;
	width: 220px;
	background-image: url(images/feature-topcap.png);
}
div.featurecontent {
	width: 218px;
	background-image: url(images/bkgd-feature.jpg);
	background-repeat: repeat-x;
	background-color: #6a0d13;
	border-left: 1px solid #e81d2a;
	border-right: 1px solid #e81d2a;
	padding: 0 0 10px 0;
}
div.featurecontent p {
	margin: 17px 17px 5px 17px;
}
div.featurebottomcap {
	height: 6px;
	width: 220px;
	background-image: url(images/feature-bottomcap.png);
}


/* ----------------------- HenkinSchultz Credits */
#HS {
	color: #696969;
}
#HS a:link, #HS a:visited {
    color: #696969;
	text-decoration: none;
	
}
#HS a:hover {
	text-decoration: underline;
}
	

	

