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

body {
	background: url(splashimages/bg.jpg) #000 no-repeat top center;
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: normal;
}
.clear {
	clear: both;
}
img {
	border: none;
}
#container {
	margin: 0 auto;
	width: 400px;
}
.blueText {
	color: #00aeef;
}
#logo {
	text-align: center;
	padding: 20px 0 10px 0;
}
#logo p {
	font-size: 18px;
	text-align: center;
	padding: 5px 0 0 0;
}
#newsletter {
	text-align: center;
	width: 350px;
	height: 76px;
	background: url(splashimages/newsletterBg.jpg) repeat-x center;
	margin: 0 auto;
}
#newsletter p {
	color: #333;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
}
#newsletter p#thankyou {
	color: #00aeef;
	height: 76px;
	font-size: 18px;
	line-height: 18px;
	padding: 20px 0;
}
#newsletter fieldset {
	border: 0px;
	margin: 5px 0 8px 0;
}
#newsletter input[type=text] {
	display: inline;
	width: 200px;
	border: 1px solid #aaa;
	padding: 5px;
	background: #383838;
	color: #ddd;
	font-size: 12px;
}
#newsletter input[type=text]:focus {
	border: 1px solid #00aeef;
	color: #00aeef;
}
#newsletter input[type=submit] {
	width: 61px;
	height: 26px;
	background: #00aeef;
	border: 1px solid #02668d;
	color: #02668d;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
#contact {
	text-align: center;
	font-size: 14px;
	padding: 20px 0 0 0;
}
#contact .phone {
	font-size: 24px;
	color: #00aeef;
}
#contact .address {
	font-size: 18px;
	color: #aaa;
}
#contact .email {
	font-size: 18px;
}
#contact a:link, #contact a:hover, #contact a:visited, #contact a:active {
	color: #00aeef;
	text-decoration: none;
}
#twitter {
	text-align: center;
	margin: 30px 0 0 0;	
	font-size: 14px;
}
#twitter p {
	padding: 0 0 10px 0;
	margin: 0;
	color: #333;
}