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

body {
	background-color: #000813;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 1000px;
	text-align: left;
	position: relative;
	margin: auto;
	background-color: #d8d8d8;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-x;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#top {
	width: 1000px;
	text-align: left;
	position: relative;
	
}

#leftcol {
	width: 300px;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	min-height: 120px;
	padding: 380px 20px 0 30px;
	text-align: center;
}

#leftcol p {
	color: #fff;
	font-size: 16px;
}

#leftcol img {
	border: none;
}

#header {
	width: 640px;
	height: 200px;
	background-image:url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#signup {
	width: 250px;
	height: 140px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
}

#signup p {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 5px 0;
}

#signup input {
	width: 200px;
	margin: 2px 0 0 0;
	padding: 0;
}

#signup .submitbtn {
	width: 80px;
	margin-top: 5px;
}

#signup .smalltext {
	font-size: 10px;
	margin-top: 5px;
}

#nav {
	width: 640px;
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: 17px;
}

#nav ul {
	padding: 0; /* Removes default padding some browsers add to lists. */
	margin: 0;
	list-style-type: none; /* Removes default list bullets. */
	font-size: 12px; 
}
#nav li {
	padding: 0; /* Removes default list item padding added by some browsers. */
	margin: 0 5px 0 5px; 
	color: #BCE5F7;
	display: inline; /* Makes list items display horizontally. */
}
#nav li a:link, #nav li a:visited {
	color: #BCE5F7; 
	text-decoration: none; /* Removes default underline on links. */
	padding: 0 2px 2px; 
	font-weight: bold; 
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #47B9EF; 
	text-decoration: underline;
}

#content {
	width: 610px;
	float: left;
	margin-top: 10px;
	padding: 20px 10px 40px 20px;
}

#content p {
	color: #fff;
	font-size: 14px;		
}

#content h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


#content li {
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}

#content a:link, #content a:visited {
	color: #1d78f0; 
	text-decoration: none; /* Removes default underline on links. */
	font-weight: bold; 
}
#content a:hover, #content a:active, #content a:focus {
	color: #FF3;
	text-decoration: underline;
}

#content .darktext {
	color: #333;
}

.featurebox {
	width: 600px;
	height: 120px;
	float: left;
	margin-top: 20px;
}

.featurebox p {
	margin: 0;
	padding: 5px 0 0 0;
}

.featurebox img {
	float: left;
	padding-right: 15px;
}

#bottom {
	clear: both;
	width: 1000px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d78f0;
}

#footer {
	color: #000813;
	font-size: 12px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d78f0;
}

#bottom .icon {
	margin: 20px;	
}

.left {
	float: left;
	padding: 0 5px 5px 0;
}

.right {
	float: right;
	padding: 0 0 5px 5px;
}
