@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_bg.jpg) bottom no-repeat;
	width: 1020px;
	height: 564px;
	position: relative;
}

#signup
{
	position: absolute;
	left: 25px;
	top: 500px;
}

.splash-inner
{
	width: 450px;
	margin: 15px;
	top: 0;
	right: 0;
	position: absolute;
}

.splash p
{
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.splash a {
	text-align: center;
}

#header
{
	width: 1020px;
	position: relative;
}

#header .socialmedia
{
	position: absolute;
	top: 15px;
	right: 25px;
	line-height: 32px;
}

#header .socialmedia img
{
	vertical-align: absmiddle;
}

#header .socialmedia a,
#header .socialmedia a:link,
#header .socialmedia a:visited,
#header .socialmedia a:active
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

#header .socialmedia a:hover {
	text-decoration: underline;
}





.buttons
{
	margin-left: 150px;
}

.tv
{
	display: block;
	width: 250px;
	height: 228px;
	background: url("images/tv_campaign.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 ul
{
	margin: 0;
	padding: 0;
}

#footer_links li
{
	display: inline;
	list-style-image: none;
	list-style-position: none;
	margin: 0 8px;
}

#footer_links .right
{
	float: right;
	line-height: 32px;
}
	
#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;
}
