﻿/* CSS Document */

/* Temp Color Reference-
	Grey - #5C5C5C
	Orange - #D24000
	Blue - #005E9E
	Yellow - #FFF274
*/

body {
	padding:0px;
	margin:0px; 
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, th, p {
	font-size: 12px;
	line-height: 17px;
	color: #5C5C5C;
}


ul.customList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.orangeList {
	font-size: 12px;
	line-height: 17px;
	color: #D24000;
	padding-left: 10px;
}

ul.noindent{
	margin:15px;
	padding:5px;
}

ul.noindent li {margin-bottom:15px;}

hr.orange {
  color:#D24000;
  height:1px;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p.smallWhite {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
}


/***************************************************
GLOBAL TEXT Styles 
****************************************************/

/* BOLD TEXT */

.boldGrey {
	font-weight: bold;
}

.boldGreyItalic {
	font-weight: bold;
	font-style: italic;
}

.boldOrange {
	font-weight: bold;
	color: #D24000;
}

.orangeTxt {
	color: #D24000;
}


.boldBlue {
	font-weight: bold;
	color: #005E9E;
}

.blueText {
	color: #005E9E;
}

.boldYlw {
	font-weight: bold;
	color: #FFF274;
}

.BlueTitle {
	font-size: 16px;
	font-weight: bold;
	color: #005E9E;
}

/* LARGE TEXT - 12x */

.lrgYlw {
	font-size: 12px;
	line-height: 17px;
	color: #FFF274;
}


/* MEDIUM TEXT - 11x */

.mediumTxt {
	font-size: 11px;
	line-height: 15px;
	color: #5c5c5c;
}

.mediumOrng {
	font-size: 11px;
	line-height: 15px;
	color: #D24000;
}

.mediumBlue {
	font-size: 11px;
	line-height: 15px;
	color: #005E9E;
}

.mediumRed {
	font-size: 11px;
	line-height: 15px;
	color: #750200;
}

.mediumYlw {
	font-size: 11px;
	line-height: 15px;
	color: #FFF274;
}

/* SMALL TEXT - 9px */

.smallTxt {
	font-size: 9px;
	line-height: 13px;
	color: #5C5C5C;
}

/* UNDERLINED TEXT */

.lrgBlueTitle {
	font-size: 14px;
	font-weight: bold;
	color: #005E9E;
	text-decoration: underline;
}

.lrgOrngTitle {
	font-size: 14px;
	font-weight: bold;
	color: #D24000;
}


/***************************************************
LINK Styles 
****************************************************/

a {
	color: #D24000;
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #D24000; }
a:visited { color: #D24000; }
a:hover { color: #D24000; text-decoration: underline; }

/* FOOTER Link */

a.footer {
	font-size: 10px;
	color: #D24000;
	text-decoration: none;
	font-weight: bold;
}

a.footer:link { color: #D24000; }
a.footer:visited { color: #D24000; }
a.footer:hover { color: #D24000; text-decoration: underline; }


/*---( MENU Styles )----------------------------------------------- */

#dropmenudiv{
	position:absolute;
	border:1px solid #d3d3d3;
	border-bottom-width: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #d3d3d3;
	padding: 5px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #6f6f6f;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #eeffde;
	color: #6f6f6f;
}


/***************************************************
BREADCRUMBS Styles 
****************************************************/

p.breadcrumbs {
	font-size: .9em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p.breadcrumbs a:link {
	color: #6f6f6f;
	text-decoration: none;
	font-weight: normal;
}

p.breadcrumbs a:visited {
	color: #6f6f6f;
	text-decoration: none;
	font-weight: normal;
}

p.breadcrumbs a:hover {
	color: #d24000;
	text-decoration: none;
	font-weight: normal;
}

.currentpage {
	color: #6abdef;
}

span.separator {
	color: #6abdef;
	font-size: .9em;
}



/***************************************************
TABLE & CELL Styles 
****************************************************/

.rightBkg {
	background: url(_images/bkg_right.gif) top left;
	height:100%;
	background-repeat: repeat-y;
}

.rightBkgAngel {
	background: url(_images/bkg_right_angel.gif) top left;
	height:100%;
	background-repeat: repeat-y;
}

.leftBkg {
	background: url(_images/bkg_left.gif) top right; 
	height:100%;
	background-repeat: repeat-y;
}

.leftBkgAngel {
	background: url(_images/bkg_left_angel.gif) top right; 
	height:100%;
	background-repeat: repeat-y;
}

.hdrTopBkg {
	background: url(_images/hdr_topBkg.gif) top left;
}


.hdrMiddleBkg {
	background: url(_images/hdr_middleBkg.gif) top left;
}

.hdrnavBkg {
	background: url(_images/hdr_navBkg.gif) top left;
}


div.pagePad {
	padding:0px 20px;
}

div.pullquote {
  float: right;
  width: 250px;
  background-color: #F69173;
  padding: 20px;
   
}

div.imgtext {
  background-color: #FFFDD7;
  padding: 15px;
  border: 1px solid #005E9E;
}

div.yellowBox {
  background-color: #FFFDD7;
  border: 1px solid #005E9E;
  width: 212px;
  margin: 20px 0 0 15px;
  float: left;
  height: 395px;
}

div.yellowBoxFull {
  background-color: #FFFDD7;
  padding: 15px;
  border: 1px solid #005E9E;
  width: 100%;
  float: center;
  height: 0px;
}


/* Graph Styles*/

td.drkYlwCell {
	background-color: #FFF274;
	padding:3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5C5C5C;
}

td.liteYlwCell {
	background-color: #FFFCDC;
	padding:3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5C5C5C;
}

td.dividerCell {
	padding:5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5C5C5C;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}

td.totalYouthCell {
	padding:5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005E9E;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
}

td.sponsorCellBold {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5C5C5C;
}

td.sponsorCell {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
}

td.sponsorPad {
	padding: 25px 0px 20px 0px;
}

td.smallLogoPad {
	padding: 16px 0px;
}

table.sponsorBrd {
	border-bottom: 1px solid #B3B3B3;
}

.sponsorLabels {
	font-size: 11px;
	line-height: 22px;
	color: #005E9E;
	background-color: #CEF6A0;
}

/***************************************************
MISC TEXT-IMAGE Styles 
****************************************************/

.leftImgFloat {
	float:left;
	margin-right:8px;
}

.quotationText {
	font-style:italic;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005E9E;
}





/* FIX FOR CLEARING DIV's */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
