html, body, form
{	
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;	
}
body
{
	color: #333333;	
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top; 
	background-attachment: fixed;
}
img
{
	border: 0;
}
p
{
	margin: 0 0 15px 0;
	line-height: 135%;
}
ul
{
	margin-top: 0;
	margin-bottom: 15px;
}
li
{
	margin-bottom: 5px;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
td
{
	padding: 0;
	vertical-align: top;
}
a, a.hover
{
    color: #016986;
    text-decoration: none;
}
a:hover
{
    color: #FF7619;
}
fieldset
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
legend
{
	font-weight: bold;
	padding: 0 3px 0 3px;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.bold
{
	font-weight: bold;
}
.small
{
	font-size: 11px;
}
.big
{
	font-size: 16px;
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
.italic
{
	font-style: italic;
}
.white
{
    color: #FFFFFF;
}
.floatright
{
    float: right;
}
.floatleft
{
    float: left;
}
.clear 
{
	clear: both;
}

div.cms_site_tools
{	
	margin: auto;
	padding: 0px;
}
div.cms_content_tools
{
	clear: both;
	text-align: right;
}
div.cms_content_tools a
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
div.cms_content_tools a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/*-------------------------------------------------------*/

/*------------------------ LAYOUT -----------------------*/
div#page
{
    width: 1012px;
    margin: auto;
}
div#header
{
    width: 1012px;
    height: 183px;
    position: relative;
    z-index: 333;
    background-repeat: no-repeat;
}
div#header div.logobar
{
    position: absolute; 
    width: 439px; 
    height: 35px; 
    top: 117px; 
    left: 571px; 
    background-repeat: no-repeat;
}
div#header div.logobar div
{
    padding: 5px 0 0 4px;
}
div#header div.logobar img
{
    margin-left: 1px;
}
div#header div.sponsor
{
    width: 229px;
    height: 93px;
    overflow: hidden;
    position: absolute; 
    top: 12px; 
    left: 777px;
    text-align: center;
}
div#header div.logobarhover
{
    position: absolute; 
    width: 320px; 
    height: 12px; 
    top: 107px; 
    text-align: center; 
    left: 632px; 
    color: #FFFFFF; 
    font-size: 11px; 
    font-weight: bold;
}
div#header div.bkgdcaption
{
    position: absolute;
    width: 500px;
    height: 20px;
    top: 0px;
    left: 200px;
    text-align: center;
}
div#header div.bkgdcaption span
{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 7px 2px 7px;
    background-color: #000000;
}
div#mainnav
{
    width: 941px;
    height: 31px;
    position: absolute;
    top: 152px;
    left: 65px;
    z-index: 333;
}
div#mainnav table.navticker
{
    width: 941px;
}
div#mainnav table.navticker td.nav
{
    width: 365px;
}
div#mainnav table.navticker td.ticker
{
    width: 576px;
}
div#mainnav div.navbar img
{
    margin-left: 10px;
}
div#pageshadow
{
    background-repeat: no-repeat;
}
div#pagecontent
{
    width: 1000px;
    margin-left: 6px;
    margin-bottom: 4px;
    padding-top: 4px;
    background-color: #000000;
    background-repeat: repeat-x;
}
div#footer
{
    width: 1000px; 
}
div#contentlayout, table#contentlayout, table#contentlayout1
{
    width: 992px;
    margin-left: 4px;
}
div#contentlayout div.fullcol
{
    min-height: 600px;
	height: auto;
	_height: 600px;
	padding: 15px;
	background-color: #FFFFFF;
}
table#contentlayout td.leftcol
{
    width: 688px;
    background-color: #FFFFFF;
}
table#contentlayout td.rightcol
{
    width: 304px;
}
table#contentlayout div.leftcol-content
{
    min-height: 600px;
	height: auto;
	_height: 600px;
	padding: 15px;
}
table#contentlayout div.rightcol-content
{
    width: 300px;
    margin-left: 4px;
}
table#contentlayout1 td.leftcol
{
    width: 828px;
    background-color: #FFFFFF;
}
table#contentlayout1 td.rightcol
{
    width: 164px;
}
table#contentlayout1 div.leftcol-content
{
    min-height: 600px;
	height: auto;
	_height: 600px;
	padding: 15px;
}
table#contentlayout1 div.rightcol-content
{
    width: 160px;
    margin-left: 4px;
}
div.ad300x250
{
    width: 300px;
    height: 250px;
    margin-bottom: 4px;
}
div.ad300x113
{
    width: 300px;
    height: 113px;
    margin-bottom: 4px;
}
/*-------------------------------------------------------*/

/*----------------------- HEADER ------------------------*/

/*-------------------------------------------------------*/

/*----------------------- MAINNAV -----------------------*/
div.dropdown
{
	width: 1000px;
	z-index: 333;
	display: none; 
	position: absolute;
	top: 31px;
	left: -59px;
	background-color: #C0020C;
	border-bottom: 2px solid #FF761A;
}
div.dropdown div.content
{
    padding: 20px;  
    min-height: 175px;
	height: auto;
	_height: 175px;  
}
div.dropdown td.sectionname
{
    width: 32px;
    padding-top: 2px;
}
div.dropdown td.banner
{
    text-align: right;
}
div.dropdown td.banner img
{
    width: 500px;
}
div.dropdown td.pagelinks
{
    width: 190px;
}
div.dropdown div.pagelinkset
{
    width: 170px;
}
div.dropdown ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
div.dropdown li
{
    margin: 0;
    padding: 1px 0 1px 0;
}
div.dropdown li.listname
{
    color: #F83C14;
    font-size: 13px;
    font-weight: bold; 
    text-transform: uppercase;
}
div.dropdown a, div.dropdown a:hover
{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}
div.dropdown a:hover
{
	color: #FFDC00;
}
/*-------------------------------------------------------*/

/*------------------------ TICKER -----------------------*/
.tickercontainer 
{ 
color: #000000;
width: 576px; 
height: 24px; 
margin: 0; 
padding: 0;
overflow: hidden;
}
.tickercontainer .mask 
{ 
position: relative;
left: 0px;
top: 10px;
width: 576px;
height: 13px;
overflow: hidden;
}
ul.newsticker 
{ 
position: relative;
left: 576px;
font-size: 11px;
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
display: block !important;
}
ul.newsticker li 
{
float: left; 
margin: 0;
padding: 0;
}
ul.newsticker a 
{
white-space: nowrap;
padding: 0;
color: #000000;
font-size: 11px;
font-weight: bold;
margin: 0;
} 
ul.newsticker span 
{
margin: 0 15px 0 0;
} 
/*-------------------------------------------------------*/

/*------------------------ SUBNAV -----------------------*/
div#subnav
{
    position: relative;
}
div#subnav table
{
    width: 1000px;
}
div#subnav td.pagetitle
{
    color: #FFFFFF;
    padding: 7px 0 8px 10px;
    vertical-align: bottom;
    line-height: 100%;
}
div#subnav td.featuredlinks
{
    color: #FFFFFF;
    text-align: right; 
    vertical-align: bottom; 
    padding: 0 10px 8px 0;
    line-height: 100%;
}
div#subnav span.pagename
{
    font-size: 13px;
    font-weight: bold;
}
div#subnav a, div#subnav a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
div#subnav a:hover
{
    color: #01BDF3;
}
div#subnav a.pagegroupname, div#subnav a.pagegroupname:hover
{
    color: #01BDF3;
    font-size: 18px;
    font-weight: bold; 
}
div#subnav a.pagegroupname:hover
{
    color: #FFFFFF;
}
/*-------------------------------------------------------*/

/*------------------ SUBNAV MORE LINKS ------------------*/
div.morelinkson, div.morelinksoff
{
	z-index: 333;
	width: 125px; 
	display: none; 
	position: absolute;
	left: 869px;
	top: 23px; 
	background-color: #023240; 
	border: 1px solid #016986; 
	padding: 5px 0 5px 0;
}
div.morelinkson
{
    display: block;
}
div#morelinks ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#morelinks li
{
    margin: 0;
    padding: 2px 7px 2px 7px;
}
/*-------------------------------------------------------*/

/*------------------------ FOOTER -----------------------*/
div#footer table.layout
{
    background-color: #070011;
    border-top: 1px solid #241C32;
}
div#footer td.logos
{
    text-align: center; 
    vertical-align: bottom;
    padding: 10px 0px 18px 0px;     
    border-bottom: 1px solid #241C32; 
    border-right: 1px solid #241C32; 
}
div#footer td.logos img
{
    margin-left: 48px;
}
div#footer td.links
{
    width: 115px;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #241C32; 
}
div#footer td.links ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
div#footer td.links li
{
    margin: 0;
    padding: 0;
    font-size: 11px;
}
div#footer td.links li.listname
{
    color: #FFFFFF;
    font-weight: bold;
}
div#footer td.legal, td.streamline
{
    color: #787381; 
    font-size: 11px; 
    vertical-align: middle;
    padding: 10px;    
}
div#footer td.streamline
{
    text-align: right;
}
div#footer a, div#footer a:hover
{
    color: #999999;
    font-size: 11px;
    text-decoration: none;
}
div#footer a:hover
{
    color: #FF761A;
}
/*-------------------------------------------------------*/

/*------------------- SOCIAL NETWORKS -------------------*/
table.socialnetworks
{
    margin-bottom: 4px;
}
table.socialnetworks td.facebook
{
    padding: 5px 0 0 5px;
    background-color: #016B88;
}
table.socialnetworks td.links
{
    width: 170px;
    text-align: right;
}
table.socialnetworks img
{
    margin-left: 1px;
}
/*-------------------------------------------------------*/

/*------------------- PRINT PAGE LAYOUT -----------------*/
div.printbuttons
{
	width: 700px; 
	text-align: center; 
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0; 	
}
div.printbuttons input
{
	width: 150px; 
}
@media print 
{
	div.printbuttons
	{
		display: none;
	}	
}
div.printlayout
{
	width: 700px;
	min-height: 600px;
	height: auto;
	_height: 600px;
	background-color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	margin: 0 auto 10px auto;
}
div.printlayout div.printheader
{
	text-align: center;
	margin-bottom: 5px;
}
div.printlayout div.copyright
{
    clear: both;
	margin-top: 15px;
	padding-top: 3px;
	border-top: 2px solid #0A0019;
}
/*-------------------------------------------------------*/

/*--------------------- SHARE LINKS ---------------------*/
table.share
{
    margin-bottom: 0;
    border-bottom: 2px solid #E6E6E6;
}
table.share td.facebook
{
    padding-top: 10px;
}
table.share td.links
{
    vertical-align: middle;
}
div.sharelinks
{
    text-align: right;
}
div.sharelinks a, div.sharelinks a:hover
{
    color: #666666;
	font-size: 11px; 
	font-weight: normal;
	margin-left: 15px;
}
div.sharelinks a:hover
{
    color: #FF7619;   
}
div.sharelinks img
{
	margin-right: 5px;
}
/*-------------------------------------------------------*/

/*--------------------- CROSS LINKS ---------------------*/
div.crosslinks
{
    padding: 2px 0px 0px 0px; 
}
/*-------------------------------------------------------*/

/*---------------------- SIDE LIST ----------------------*/
div.sidelist
{
    color: #FFFFFF;
    margin-bottom: 4px; 
    padding: 1px 1px 0 1px;
    border: 1px solid #016986;
    border-top: none;
    background-color: #000000;
}
div.sidelist div.listname
{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
    text-transform: uppercase;
}
div.sidelist div.listinfo
{
    padding: 0px 7px 7px 7px;
}
div.sidelist div.archives
{
    color: #FF7619;
    line-height: 135%;
    padding: 7px 7px 5px 7px;
    background-color: #151617;
    border-bottom: 1px solid #000000;
    background-repeat: repeat-x;
}
div.sidelist div.listsection
{    
    color: #FFFFFF; 
    font-weight: bold;
    padding: 4px 7px 4px 7px; 
    background-color: #151617;
    border-bottom: 1px solid #000000;
    background-repeat: repeat-x;
}
div.sidelist div.listitem, div.sidelist div.listitem_on
{
    padding: 4px 7px 4px 7px;
    background-color: #151617;
    border-bottom: 1px solid #000000;
    background-repeat: repeat-x;
}
div.sidelist div.listitem_on
{    
    color: #FFFFFF;
    font-weight: bold;
}
table.sidelist
{
    background-color: #151617;
}
table.sidelist td
{
    padding: 4px 5px 3px 5px;
    background-repeat: repeat-x;
    border-bottom: 1px solid #000000;     
}
table.sidelist tr.listitem_on td
{
    color: #FFFFFF;
    font-weight: bold;
}
div.sidelist div.listend
{
    text-align: right; 
    padding: 4px 7px 3px 7px;     
    background-color: #000000;
}
div.sidelist a, div.sidelist a:hover
{
    color: #FF7619;
    text-decoration: none;
}
div.sidelist a:hover
{
    color: #FFFFFF;
}
div.sidelist a.on, div.sidelist a.on:hover, div.sidelist div.listitem_on a, div.sidelist div.listitem_on a:hover, table.sidelist tr.listitem_on a, table.sidelist tr.listitem_on a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
div.sidelist div.listend a, div.sidelist div.listend a:hover
{
    font-weight: bold;
}
/*-------------------------------------------------------*/

/*---------------------- LIST HEADER --------------------*/
div.listheader
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #E8E8E8;
}
table.listheader
{
    margin-bottom: 15px;
    border-bottom: 2px solid #E8E8E8;
}
table.listheader td.listname
{
    padding-bottom: 5px;
}
table.listheader td.right
{
    text-align: right;
    padding-bottom: 10px;
    vertical-align: bottom;
}
div.listheader div.listname, table.listheader div.listname
{
    font-size: 20px;
    font-weight: bold;
}
/*-------------------------------------------------------*/

/*------------------------- LIST ------------------------*/
table.list
{
}
table.list th
{
    color: #FFFFFF;           
    font-size: 11px;
    font-weight: bold;    
    padding: 2px 5px 0px 5px;
    text-transform: uppercase;
    background-color: #016986;
}
table.list td
{
	padding: 2px 3px 2px 3px;
}
table.list td.column, table.list tr.column
{
    background-color: #CECCD1;  
}
table.list td.column
{
    color: #000000;
    font-size: 11px;  
    font-weight: bold;
    padding: 2px 3px 2px 3px;        
}
table.list td.cell, table.list tr.row
{
}
table.list td.nohighlight
{
}
table.list tr.shaded, table.list td.shaded
{
	background-color: #EBEAEC;
}
table.list tr.highlight
{
}
table.list tr.rowon, table.list tr.rowoff
{
}
table.list tr.rowoff
{
}
table.list tr.groupstart
{
	background-color: #C1D72E;
	border-top: 2px solid #FFFFFF;
}
table.list td.groupstart
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px 2px 5px;	
}
table.list tr.groupend
{
	background-color: #C1D72E;
	border-bottom: 2px solid #FFFFFF;
}
table.list td.groupend
{ 
	height: 2px;
	font-size: 1px; 
	padding: 0px;
}
/*-------------------------------------------------------*/
