﻿body 
{
    background-color: #012118;
    font: 62.5% Arial;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
}
div#container_div
{ 
    text-align: left;
    height: 768px;
    background-image: url(bg_gradient.jpg);
    background-repeat: repeat-x;
}
div#centerContent_wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    height: 682px;
  /*  border: solid 1px #000000;*/
}
div#header_wrapper
{
    width: 990px;
    height: 105px;
}
div#header_left
{
    float: left;
    width: 600px;
    height: 105px;
    background-color: #000000;
}
div#header_left_dev
{
    float: left;
    width: 600px;
    height: 105px;
    background-color: #000;
    /*background: #000 url(ico-rose.jpg) no-repeat 520px 50px;*/
}
div#header_right
{
    float: left;
    width: 390px;
    height: 105px;
    background-image: url(header_right.jpg);
    background-repeat: no-repeat;
}
div#menu
{
    width: 990px;
    height: 27px;
    background-image: url(menu_bg.jpg);
    background-repeat: no-repeat;
}
div#content_wrapper
{
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    width: 990px;
    height: 324px;
    background-image: url(content_bg.jpg);
    background-repeat: no-repeat;
}
div#content_image
{
    float: left;
    width: 642px;
    height: 312px;
    margin-bottom: 12px;
}
div#content_image img
{
    border: none;
}
div#content_news
{
    float: left;
    width: 348px;
    height: 247px;
    text-align: center;
    padding-top: 65px;
    margin-bottom: 12px;
}
.headLine
{
    color: #f8c600;
    font-family: Georgia, Verdana, Arial;
    font-size: 2.4em;
}
.date
{
    color: #f8c600;
    font-family: Arial;
    font-size: 1.4em;
}
.teaser
{
    color: #ffffff;
    font-family: Arial;
    font-size: 1.4em;
    line-height: 1.5;
}
a.teaser
{
    color: #f8c600;
    font-family: Arial;
    font-size: 1.4em;
    text-decoration: none;
}
a.teaser:hover
{
    color: #f8c600;
    font-family: Arial;
    font-size: 1.4em;
    text-decoration: underline;
}
div#stories_wrapper
{
    width: 990px;
    height: 156px;
    padding: 0px;
    margin: 0px;
    background-image: url(news_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
div#stories_wrapper .story
{
    float: left;
    height: 142px;
    padding: 2px 8px 5px;
    position: relative;
    width: 314px;
}
div#stories_wrapper .story h3
{
    color: #fff;
    font-size: 1.4em;
    margin: 0 0 21px;
    padding: 0;
}
div#stories_wrapper .story img
{
    border: none;
    float: left;
    margin-right: 8px;
}
div#stories_wrapper .story a.more
{
    position: absolute;
    bottom: 0;
    right: 8px;
}
div#stories_wrapper .story p
{
    margin: 0 0 5px;
    padding: 0;
}
div#footer_wrapper
{
    margin: 0;
    padding: 0;
    width: 990px;
    height: 70px;
    background-image: url(footer_bg.jpg);
    background-repeat: repeat-x;
}
div#footer
{
   padding-top: 40px;
   text-align: center;
   color: #aaaaaa;
   font-size: 1.2em; 
   width: 990px;
   height: 30px;
}
div#footer a, div#footer a:hover, div#footer a:active, div#footer a:visited
{
    color: #cea638;
}
div#hammond
{
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
    color: White;
    text-align: center;
}
div#hammond a
{
    color: #cea638;
    text-decoration: none;
    outline: none;
}
div#hammond a:hover
{
    text-decoration: underline;
}
/*** CUSTOMIZED SUPERFISH DROP DOWN MENU -- jQUERY ***/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			148px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-left: 6px; 
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			148px; /* match ul width */
	top:			0;
}
.sf-menu li.fantasy-derby a:link, .sf-menu li.fantasy-derby a:visited { color: #c00 !important; }
.sf-menu li.fantasy-derby a:hover, .sf-menu li.fantasy-derby a:active { color: #f00 !important; }

/*** SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu li {
	background: #1e4437 url(menu_trans_bg.png) repeat-x top left;
	height: 27px;
}
.sf-menu li a {
    top: 7px;
	font-size:1.2em;
	font-weight: bold;
	text-decoration:none;	
}
.sf-menu li a, .sf-menu li a:visited {/* visited pseudo selector so IE6 applies text colour*/
    color:#74807b;	
}
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	color: #ffffff;
	outline: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover
{
    background: #e0a500 url(menu_trans_bg.png) repeat-x top left;
}
.sf-menu li.sfHover a
{
    color: #ffffff;
}
.sf-menu li li {
	background-image: none;
    background-color: #014a36;
    height: 22px;
    line-height: 22px; 
    border-top: solid 1px #809992;
    margin: 0;
}
.sf-menu li li a{
    padding-left: 10px;
    top: 0;
    font-size: 1em;
    font-weight: bold;
    background-image: none;
    background-color: #014a36;
    height: 22px;
    outline: 0;
}
.sf-menu li li a, .sf-menu li li a:visited{
	color: #54e096;
}
.sf-menu li li a:hover, .sf-menu li li a:focus, .sf-menu li li a:active
{
    color: #cea638;
}
.sf-menu li.sfHover li a
{
    color: #54e096;
}
.sf-menu li.sfHover li a:hover, .sf-menu li.sfHover li a:focus, .sf-menu li.sfHover li a:active
{
    color: #cea638;
}
.sf-menu li.current
{
    background-color:#e0a500;
}
.sf-menu li.current a
{
    color: #ffffff;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../images/shadow.png') no-repeat bottom right;
	padding: 0 7px 8px 0;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
