@charset "UTF-8";

html
{
	background: #00a4eb url(../images/home_bg_level_1.jpg) repeat-x 0 0;
}
body
{
	width: 1100px;
	background: #00a4eb url(../images/home_bg_level_2.jpg) no-repeat 0 0;
}
#outerContainer
{
	width: 977px;
	background: transparent url(../images/outer-container-bg.gif) no-repeat bottom right;
	padding-bottom: 8px;
}
#headerContainer
{
	width: 970px;
	height: 246px;
	position: relative;
}
a.logo
{
	width: 175px;
	display: block;
}
#innerContainer
{
	width: 970px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #FFF url(../images/inner-container-home-bg.jpg) no-repeat 0 0;
}
#intro
{
	width: 600px;
	float: left;
	margin: 24px 0 0 70px;
	display: inline;
}
#intro h1
{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 3px;
}
#intro p
{
	font-size: 15px;
	line-height: 20px;
	color: #103A65;
}
#actNow
{
	width: 200px;
	float: left;
	margin: 30px 0 0 70px;
	display: inline;
}
#highlights
{
	width: 370px;
	float: left;
	margin: 30px 0 0 30px;
	display: inline;
}
#actNow h1, #highlights h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#actNow li
{
	padding-left: 24px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px;
	background: transparent url(../images/list_bullet_carret.gif) no-repeat 0 0;
}
#actNow a
{
	color: #000;
	text-decoration: none;
}
#actNow a:hover
{
	color: #666;
}
#highlights li
{
	padding-left: 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 4px;
	background: transparent url(../images/list_bullet_blue_square.gif) no-repeat 0 5px;
}

#sponsorsTable
{
	margin: 0 0 50px 50px;
	border-top: 1px solid #D9D9D9;
}
#sponsorsTable th
{
	width: 670px;
	padding: 4px 0 5px 20px;
	background-color: #EBEBEB;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	color: #1391C8;
}
#sponsorsTable th img
{
	margin-left: 5px;
}
#sponsorsTable td
{
	width: 670px;
	border-bottom: 1px solid #D9D9D9;
}
#sponsorsTable th.borderRight, #sponsorsTable td.borderRight
{
	width: 210px;
	border-right: 1px solid #D9D9D9;
}
#sponsorsTable td.noBorder
{
	border-bottom: none;
}
#sponsorsTable table td
{
	width: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}