/*
	CSS document for CMS - Lite Version
	Author: James Nicol, eNilsson, www.enilsson.com. May 2007
*/

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000;
	color:#ffffff;
	margin:0;
	width:100%;
	height:100%;
	text-align:center;
	padding:0;
	padding-bottom:20px;
}


/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
}


/*-- General Styles --*/

img, fieldset {
	border:none;
}

a {
	color:#003399;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#splash_content {
	margin:20px auto auto auto;
	text-align:left;
	width : 1001px;
}


#splash_content input {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


span.splash_box {
	width:784px;
	background-image:url(../images/splash_body.png);
    background-repeat: no-repeat; 
	height:364px;
	display: block;
	position: relative;
 	z-index: 1; 	
 	margin-bottom: -35px;
}


#splash_content span {
	width:306px;
    background-image: url(../images/splash_header.png);
    background-repeat: no-repeat; 
	height:60px;
	display: block;
	position: relative;
 	z-index: 1; 	
 	margin-bottom: -35px;
}

#splash_content h1 {
	color:#ffffff;
	height:60px;
	width:306px;
	text-align: center;
	font-size:20px;
	font-family:verdana;
	margin:0px auto auto auto;
	padding-bottom:20px;
}


#splash_box {
	width:784px;
	height:364px;
	margin-bottom:10px;
}



#splash_signup img {
	margin-top:10px;
}

#splash_signup {
	text-align:center;
	background-image:url(../images/splash_email_box.png);
	width:246px;;
	height:86px;
	position: relative;
	top:-130px;
	padding:10px;
	margin-right: 20px;	
	margin-left:auto;
	z-index: 2
}

#splash_blurb {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align:center;
	font-family:verdana;
	color:#c5c5c5;
}


#splash_blurb p.box {
	margin-top:10px;
	height:44px;
	padding:10px;
	border:1px;
	border-style: solid;
	border-color:#ffffff;	
}


