@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) no-repeat #090909;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#container {
	width:973px;
	margin:0;
	padding:0;
	float:left;
}
#header {
	width:974px;
	margin:0 0 30px 0;
	float:left;
	height:114px;
}
#intro {
	width:920px;
	margin:0 27px 20px 27px;
	float:left;
}
#introLeft {
	width:600px;
	margin:0 20px 0 0;
	float:left;
}
#introRight {
	width:300px;
	float:right;
}
#intro img {
	margin:10px 0 20px 0;
}
.introHeader {
	font-size:20px;
	color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}
#intro p, .introTextBottom {
	color:#8ee5ff;
	font-size:16px;
	line-height:30px;
}
.introTextBottom {
	color:#fff;
}
.white {
	color:#ddd;
}
/******************* CMS TEXT *********************/


.benefit {
	border-top: 1px solid #888;
	margin-top:20px;
	padding-top: 20px;
}
.benefitLast {
	border-top: 1px solid #888;
	margin-top:20px;
	padding-top: 20px;
	border-bottom:1px solid #888;
	padding-bottom:30px;
	margin-bottom:20px;
}
.benefit img, .benefitLast img {
	padding:10px;
	background:#444;
}
.cmsheader {
	font-size:20px;
	color:#8ee5ff;
}
.cmslist {
	list-style-image:url(cmsimages/checkmark.gif);
}
.cmstext {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.cmstitle {
	font-size: 14px;
	color:#8ee5ff;
}
.exampleimage {
	padding:10px;
	background:#444;
}
#callout {
	margin-top: 20px;
	border: 5px solid #fff;
	background-color: #8ee5ff;
	font-size: 20px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width:500px;
}

#callout a {
	text-decoration:none;
	color:#333;
}
.cmstext {
	font-size:12px;
	color:#ddd;
	line-height:18px;
}
.cmslist ul {
	list-style:none;
}
.cmslist li {
	color:#fff;
}
#intro p a, .introTextBottom a {
	color:#e1f8ff;
	text-decoration:none;
}
/******************************/


#intro p a:hover, .introTextBottom a:hover {
	color:#e1f8ff;
	text-decoration:underline;
}
.lightBlueText {
	color:#e1f8ff;
	font-size:16px;
}
.instructions {
	color:#666;
	font-size:11px;
	font-style:italic;
}
#content {
	width:880px;
	margin:0 47px 50px 47px;
	float:left;
}
#content p {
	font-size:12px;
	color:#ccc;
	line-height:14px;
	margin-top:8px;
}
#content p a {
	color:#6aaabd;
	text-decoration:none;
}
#content p a:hover {
	color:#6aaabd;
	text-decoration:underline;
}
#content img {
	border:0;
}
.incomplete {
	color:#504f4f;
}
#footerWrapper {
	width:100%;
	position: relative;
	clear:both;
	float:left;
	height:300px;
	background:#8ee5ff url(images/footer_bg.gif) repeat-x;
}
#footer {
	width:880px;
	margin:0 0 0 47px;
	position:relative;
	clear:both;
	height:300px;
	float:left;
	border:0;
}
#footer p {
	color:#333;
	font-size:14px;
	line-height:30px;
}
#footer p a {
	color:#005f7b;
	text-decoration:none;
}
#footer p a:hover {
	color:#005f7b;
	text-decoration:underline;
}
.formText {
	font-size:14px;
	color:#333;
}
