@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #002154;
	background-color: #A9D1F2;
	
	margin: 0;
}
#logo {
	text-decoration: none;
	margin: 22px 0 -8px;
	overflow:hidden;
	width:283px;
	height:0px;
	padding-top:144px;
	display:block;
	background-image: url(..//Images/splash/logo.png);
}
#container {
	background-image: url(../Images/splash/bg.png);
	background-repeat: no-repeat;
	background-position: 128px top;
	width: 950px;
	padding-top: 1px;
	margin: 0 auto;
}

h2.tagline {
	font-weight: normal;
	font-style: normal;
	margin: 6px 0 18px 10px;
	font-size: 57px;
	line-height: 57px;
	color: #0050a6;
}

p.messageBlock {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: right;
	padding-right: 5px;
	vertical-align: bottom;
}
div#one p.messageBlock
{
	margin-bottom: 2px;
}


div.block {
	width: 250px;
	float: left;
	*display: inline;
	*zoom:1;
}
div#one{
	margin-right: 87px;
	float: left;
}
div#two{
	margin-top: 18px;
}
div#three{
	margin-left: 87px;
	margin-top: 20px;
}
a#twitterButton {
	display: block;
	height: 0;
	padding-top: 79px;
	width: 252px;
	overflow: hidden;
	margin-right: -11px;
	margin-top: 2px;
	background: url(../Images/splash/twitter.png) no-repeat;
	
}



a#mailButton {
	display: block;
	height: 0;
	padding-top: 79px;
	width: 252px;
	overflow: hidden;
	margin-right: -11px;
	margin-top: 2px;
	background: url(../Images/splash/mail.png) no-repeat;
}

#ads {
	text-align: right;
	margin-top: 1px;
}

#ads img {
	margin-right: 30px;
	margin-top: 19px;
}

div#interact {
}

#facebookButton {
	display: block;
	height: 0;
	padding-top: 79px;
	width: 252px;
	margin-top: 4px;
	overflow: hidden;
	margin-right: -11px;
	background: url(../Images/splash/fbButton.png) no-repeat;
}

a {
	color: #0065ff;
	text-decoration: none;
}
a#facebookLink{
	display: inline-block;
	*display:inline;
	*zoom:1;
}
a#facebookLink:hover{
	text-decoration: none;
	color: #004fa4;
	display: inline-block;
	*display:inline;
	*zoom:1;
	background-color: #e2ebf2;
	border: 1px solid #6992cd;
	padding: 3px;
	margin: -4px;
}

