body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
.header, 
.navigation,
.content,
.footer
{
	width: 910px;
	margin: 0px auto 0px auto;
}
.header .search_box
{
	float: right;
	text-align: right;
}
.navigation
{
	width: 910px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.navigation li
{
	display: block;
	float: left;
	width: 130px;
	height: 27px;
}
.navigation li a:link, .navigation li a:visited
{
	position: absolute;
	width: 130px;
	height: 27px;
	text-indent: -9000px;
	overflow: hidden;
}
/* ---- HOME ---- */
.navigation .home a:hover, .nav .home a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat 0px -28px;
}
.navigation .home a:active 
{
	background: url(../images/navigation_top.gif) no-repeat 0px -85px;
}
.current-home .home a:link, .current-home .home a:visited
{
	background: url(../images/navigation_top.gif) no-repeat 0px -85px;
	cursor: default;
}
.nav-home, .nav-home-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat 0px -28px;
}
.nav-home-click 
{
	background: url(../images/navigation_top.gif) no-repeat 0px -56px;
}


/* ---- WHAT ---- */
.navigation .what a:hover, .nav .what a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -130px -28px;
}
.navigation .what a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -130px -85px;
}
.current-what .what a:link, .current-what .what a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -130px -85px;
	cursor: default;
}
.nav-what, .nav-what-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -130px -28px;
}
.nav-what-click 
{
	background: url(../images/navigation_top.gif) no-repeat -130px -56px;
}


/* ---- WHY ---- */
.navigation .why a:hover, .nav .why a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -260px -28px;
}
.navigation .why a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -260px -85px;
}
.current-why .why a:link, .current-why .why a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -260px -85px;
	cursor: default;
}
.nav-why, .nav-why-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -260px -28px;
}
.nav-why-click 
{
	background: url(../images/navigation_top.gif) no-repeat -260px -56px;
}

/* ---- SCHEDULE ---- */
.navigation .schedule a:hover, .nav .schedule a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -390px -28px;
}
.navigation .schedule a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -390px -85px;
}
.current-schedule .schedule a:link, .current-schedule .schedule a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -390px -85px;
	cursor: default;
}
.nav-schedule, .nav-schedule-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -390px -28px;
}
.nav-schedule-click 
{
	background: url(../images/navigation_top.gif) no-repeat -390px -56px;
}


/* ---- NEWS ---- */
.navigation .news a:hover, .nav .news a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -520px -28px;
}
.navigation .news a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -520px -85px;
}
.current-news .news a:link, .current-news .news a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -520px -85px;
	cursor: default;
}
.nav-news, .nav-news-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -520px -28px;
}
.nav-news-click 
{
	background: url(../images/navigation_top.gif) no-repeat -520px -56px;
}


/* ---- RESOURCES ---- */
.navigation .resources a:hover, .nav .resources a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -650px -28px;
}
.navigation .resources a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -650px -85px;
}
.current-resources .resources a:link, .current-resources .resources a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -650px -85px;
	cursor: default;
}
.nav-resources, .nav-resources-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -650px -28px;
}
.nav-resources-click 
{
	background: url(../images/navigation_top.gif) no-repeat -650px -56px;
}


/* ---- CONTACT ---- */
.navigation .contact a:hover, .nav .contact a:focus 
{
	background: url(../images/navigation_top.gif) no-repeat -780px -28px;
}
.navigation .contact a:active 
{
	background: url(../images/navigation_top.gif) no-repeat -780px -85px;
}
.current-contact .contact a:link, .current-contact .contact a:visited
{
	background: url(../images/navigation_top.gif) no-repeat -780px -85px;
	cursor: default;
}
.nav-contact, .nav-contact-click
{
	width: 130px;
	height: 27px;
	background: url(../images/navigation_top.gif) no-repeat -780px -28px;
}
.nav-contact-click 
{
	background: url(../images/navigation_top.gif) no-repeat -780px -56px;
}

.footer
{
	font-size: 1.1em;
	color: #999;
	margin-top: 30px;
	border-top: solid 1px #ccc;
}
.footer .copyright
{
	float: right;
	padding: 5px;
}
.footer .link_items
{
	margin: 0px 0px;
	padding: 5px;
	list-style: none;
}
.footer .link_items li
{
	display: block;
	float: left;
	margin-right: 15px;
}
.footer .link_items li a
{
	color: #999;
	text-decoration: none;
}
.footer .link_items li a:hover
{
	color: #444;
	text-decoration: underline;
}
.footer .link_items li.selected a
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}






.content_heading
{
	color: #fff;
	background: url(../images/layout/content_heading.png) repeat-x top center;
	padding: 0px 8px 0px 8px;
	width: 260px;
	height: 27px;
	overflow: hidden;
}
.content_logos_heading
{
	background: #37a9cd url(../images/layout/content_logos_heading.gif) repeat-x top left;
	height: 27px;
	overflow: hidden;
}
.content_heading h1
{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content_text
{
	vertical-align: top;
	border: solid 1px #ccc;
	border-top: none;
	width: 260px;
	padding: 8px;
	color: #656565;
	font-size: 1.1em;
}
.content_text p
{
	margin-top: 0px;
	color: #656565;
}
.content_text a
{
	color: #000;
	text-decoration: none;
}
.content_text a:hover
{
	text-decoration: underline;
}
.content_text strong:first-child
{
	color:#37a9cd;
	/*color: #db560b;*/
	font-size: 1.1em;
}
.content_logos
{
	padding: 8px 0px 4px 0px;
	vertical-align: top;
	text-align: center;
	border: solid 1px #ccc;
	border-top: none;
	width: 88px;
}

#content_logos_heading_1 {
	background:url('../images/layout/1.jpg');
	width:84px;
	height:22px;
	display:block;
}
#content_logos_heading_2 {
	background:url('../images/layout/2.jpg');
	width:84px;
	height:23px;
	display:block;	
}
#content_logos_heading_3 {
	background:url('../images/layout/3.jpg');
	width:88px;
	height:33px;
	display:block;
}
#content_logos_heading_4 {
	background:url('../images/layout/4.jpg');
	width:84px;
	height:26px;
	display:block;
}
#content_logos_heading_5 {
	background:url('../images/layout/5.jpg');
	width:84px;
	height:37px;
	display:block;
}
#content_logos_heading_6 {
	background:url('../images/layout/6.jpg');
	width:84px;
	height:21px;
	display:block;
}
.content_gap
{
	width: 9px;
	overflow: hidden;
}


.left_navigation
{
	border-collapse: collapse;
	width: 130px;
	height: 140px;
	background: url(../images/left_navigation_background.jpg) repeat-x;
}
.left_navigation .item, .left_navigation .item_selected
{
	width: 130px;
	height: 34px;
	padding: 0px 8px 0px 12px;
	background: url(../images/left_navigation.gif);
}
.left_navigation .item a, .left_navigation .item_selected a
{
	color: #fff;
	text-decoration: none;
}
.left_navigation .item_selected a
{
	margin-left: 
	color: #fff;
	text-decoration: none;
}
.left_navigation .item_selected
{
	background: url(../images/left_navigation_selected.gif);
}
.left_navigation .item_background
{
	/*background: url(../images/left_navigation_background.jpg) repeat-x;*/
	width: 130px;
	height: 140px;
}





.content_inline_text
{
	vertical-align: top;
	padding: 8px;
	color: #000;
	font-size: 1.2em;
}
.content_inline_text p
{
	margin-top: 0px;
	color: #000;
}
.content_inline_text a
{
	color: #d64c13;
	text-decoration: none;
}
.content_inline_text a:hover
{
	text-decoration: underline;
}
.content_inline_text h1
{
	/*color: #db560b;*/
	color:#37a9cd;
	font-size: 1.45em;
	font-weight: normal;
}
.content_inline_text .gray_text
{
	color: #666;
	font-weight: bold;
}
.content_inline_text p.quote
{
	font-size: 1.2em;
	color: #666;
}
.content_inline_text .winners_table tr td:first-child
{
	border-right: solid 8px #fff;
}
/*
a {
	
	color:#37a9cd !important;
}
*/

table  tbody  tr  td  table tbody  tr  td  a {
	/*color:#37a9cd !important;*/
	color:#ffffff !important;
}

.item a, item_selected * {
	color:#ffffff !important;
}

table  tbody  tr  td  div  p  a {
	color:#37a9cd !important;
}
#ctrl {
	background: url('../images/enter-normal-bt.png') no-repeat;
	display:block;	
	width:113px;
	height:25px;
	position:relative;
	top:85px;
	left:792px;
}

#ctrl:hover {
	background: url('../images/enter-hover-bt.png') no-repeat;
}

#home-top-picture {
	display:block;
	background:url('../images/home-top-pic.jpg') no-repeat;
	width:910px;
	    height:122px;
}


#middle_panel {
	display:block;
	background:url('../images/middle_panel.jpg') no-repeat;
	width:910px;
	    height:122px;

}

#enter-now-panel {
  background:url('../images/enter_now_panel.png');
  width:130px;
  height:280px;
  display:block;
}

#enter-now-panel a {
	background: url('../images/enter-normal-bt.png') no-repeat;
	display:block;	
	width:113px;
	height:25px;
	position:relative;
	top:241px;
	left:10px;
}

#enter-now-panel a:hover {
	background: url('../images/enter-hover-bt.png') no-repeat;
}


#enter-panel {
	background:url('../images/enter-panel.jpg');
	height:43px;
	width:634px;
}


#enter-panel a {
	background: url('../images/enter-normal-bt.png') no-repeat;
	display:block;	
	width:113px;
	height:25px;
	position:relative;
	top:8px;
	left:515px;
}

#enter-panel a:hover {
	background: url('../images/enter-hover-bt.png') no-repeat;
}


.read-more {
	color:#37a9cd !important;
}


