@charset "UTF-8";


/* General Styles */

img 
{
	border: 0;
}

img, div
{
	behavior: url(iepngfix.htc);
}

a:hover img
{
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
img
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

img, div, a, input
{
	behavior: url(iepngfix.htc);
}

#clear
{
	clear: both;
}



/* Layout Container Styles */

#container
{
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.splash
{
	background: url(images/splash_bg2.jpg) bottom no-repeat;
	width: 1020px;
	height: 564px;
	position: relative;
}

.splash-inner
{
	width: 450px;
	margin: 15px;
	top: 0;
	right: 0;
	position: absolute;
}

.splash p
{
	color: #3a7ddb;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.splash a {
	text-align: center;
}

#header
{
	width: 1020px;
}

.buttons
{
	margin-left: 150px;
}

.tv
{
	display: block;
	width: 250px;
	height: 228px;
	background: url("images/tv_campaign2.png") bottom no-repeat;
	margin-bottom: 10px;
}




/* Main Menu Styles */

.menu
{
	background-color: #c1db9c;
	width: 100%;
	text-align: center;
	height: 24px;
	margin: 0;
}

.menu ul
{
	margin: 0;
}

.menu li {
	display: inline;
	margin: 0 50px 0 0;	
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #3a7ddb;
}

.menu a:hover
{
	color: #fff;
	text-decoration: none;
}




/* Footer Styles */

.footer_blue
{
	background: url(images/footer.gif);
	height: 39px;
	width: 1020px;
}

.footer_blue img
{
	margin: 6px;
}

#footer_links
{
	margin-top: 10px;
}

#footer_links li
{
	display: inline;
	list-style-image: none;
	list-style-position: none;
	margin: 8px;
}

#footer_links .left
{
	float: left;
	margin-left: 15px;
}

#footer_links .left img
{
	vertical-align: absmiddle;
}

#footer_links .right
{
	float: right;
}
	
#footer_links a,
#footer_links a:link,
#footer_links a:visited,
#footer_links a:active
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3561D2;
}

#footer_links a:hover {
	text-decoration: underline;
}