/* CSS for homepage */
body{text-align:center; font:84% Arial, Helvetica, sans-serif;background:#4B7672 url(../images/bgnd_strip.jpg) repeat-x top left fixed;margin:0;}
#container{
	width:790px; 
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	background:#000;
}
#header{
	height:410px;
	border:0; 
	margin:0;
	padding:0; 
	background:url(../images/home_header.jpg) no-repeat top left;
	color:#000;}
#header h1{display:none;}

#title {text-align:center ;margin:0;padding:20px 10px 15px;color:#B3BCD7; font:bold 12px Verdana, Helvetica, sans serif;background:#000;}

#content{
	width:790px;
	padding:0;
	background:#43406B url(../images/home_content_bgnd_strip.jpg) repeat-x top;}

#whatsNew{float:left; width:450px; margin:0; padding:22px 15px 60px 25px; color:white;}
#whatsNew h2{color:#FFD555; margin:0;font:bold italic 150% "Arial Narrow", Arial, Helvetica, sans-serif;}
#whatsNew ul{margin:0;padding:0;list-style:none;}
#whatsNew li{
	padding:12px 0 0 15px;
	background:url(../images/bullet_gold.gif) no-repeat 0 18px;
	line-height:1.2em;}
#whatsNew a, #whatsNew a:link, #whatsNew a:visited{color:#A6A6D2;}
#whatsNew a:hover{background:#ABADCD ;color:black; text-decoration:none;}

#keyDates{float:right; width:230px; margin:0; padding:22px 15px 25px; color:white;}
#keyDates h2{color:#FFD555; margin:0;font:bold italic 150% "Arial Narrow", Arial, Helvetica, sans-serif;}
#keyDates ul{margin:0;padding:0;list-style:none;}
#keyDates li{padding:6px 0 0 13px;background:url(../images/bullet_gold.gif) no-repeat 0 12px;}
.keyDate{margin:10px 0 0; color:#FFD555; font: bold 120% "Arial Narrow", Arial, Helvetica, sans-serif;}

#sponsors{clear:both; background:#fff; border:1px solid #ccc; margin:0; padding:0;}
#sponsors h2{color:#555; margin:0;font:bold 140% "Arial Narrow", Arial, Helvetica, sans-serif;}
#sponsors img{margin:5px 10px;border:0;}
#sponsors-platinum{border-bottom:2px dotted #666;}
#sponsors-gold{float:left;}
#sponsors-silver{float:right; width:500px; border-left:2px dotted #666;}
.sponsor-group{background:#fff; margin:0; padding:5px 30px; color:black;}
.sponsorLogos a{border:1px solid #fff;padding:1px;}
.sponsorLogos a:hover{border:1px solid #666;background:#fff;}

