@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #0E0E0E;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg-home-gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 92px;
}
#mainContent {
	width: 920px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 495px;
	background-image: url(../images/bg-home.gif);
	padding: 0;
	background-repeat: no-repeat;
}
#flashContainer {
	margin-bottom: 30px;
	height: 363px;
}
#calloutContainer {
	height: 110px;
}
#calloutContainer h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #EFBE33;	
}
#calloutContainer p {
	font-size: 11px;
	color: #FFFFFF;
	clear: left;
	padding-top: 3px;
	line-height: 16px;
	padding-left: 11px;
	margin: 0px;
}
#calloutContainer p a:link, #calloutContainer p a:visited {
	color: #EFBE33;
	text-decoration: none;
}
#calloutContainer p a:hover {
	text-decoration: underline;
}
#calloutContainer .callout {
	float: left;
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
}
