@charset "UTF-8";
body {
	background-color: #FFF;
	font-family: Arial, Helevtica, sans-serif;
	margin: 0px;
}

a {
	color: #008ED3;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px;
}

.containerClear {
	float: none;
}

/* Header Containers */
#containerHeader {
	height: 120px;
	width: 962px;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #008ED3;
	vertical-align: bottom;
}
#containerHeaderNav {
}

.containerHeaderNavElementInactive {
	margin-left: 15px;
	font-size: 13px;
	text-transform: uppercase;
}
.containerHeaderNavElementInactive a:link {
	color: #000;
}
.containerHeaderNavElementInactive a:visited {
	color: #000;
}
.containerHeaderNavElementInactive a:hover {
	color: #008ED3;
	border-bottom: none;
	
}
/* Splash Containers */
#containerSplash {
	height: 432px;
	width: 962px;
	background-color: #F0F0F0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 5px;
}
#containerSplashInner {
	height: 430px;
	width: 960px;
	border: solid 1px;
	border-color: #008ED3;
}
#containerSplashFlash {
	width: 960px;
	height: 430px;
	background-color: black;
}
#containerSplashNav {
	width: 960px;
	background-image: url(images/bkg_splash_nav.jpg);
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.containerSplashNavElementInactive {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.containerSplashNavElementActive {
	background-image: url(images/bkg_splash_nav_selected.jpg);
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}


.containerSplashNavElementInactive a:link {
	color: #000;
}
.containerSplashNavElementInactive a:visited {
	color: #000;
}
.containerSplashNavElementInactive a:hover {
	color: #008ED3;
	border-bottom: none;
}

/* Sub-Content Containers */
#containerSub {
	width: 972px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#containerSubFAQ {
	width: 330px;
	background-color: #F0F0F0;
	margin-right: 10px;
	padding-bottom: 25px;
	float: left;
}
#containerSubFAQHeader {
	width: 300px;
	height: 30px;
	padding: 10px;
	margin: 5px;
	background-color: #CECECE;
	line-height: 2em;
}
.containerSubFAQElement {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
}
#containerSubNews {
	width: 330px;
	background-color: #FFF;
	margin-right: 10px;
	padding-bottom: 25px;
	float: left;
}
#containerSubNewsHeader {
	width: 300px;
	height: 30px;
	padding: 10px;
	margin: 5px;
	background-color: #BFD2E6;
	line-height: 2em;
}

#containerGetStarted {
	width: 295px;
	background-color: #FFF;
	margin-right: 10px;
	padding-bottom: 25px;
	float: center;
}



#containerGetStartedHeader {
	width: 260px;
	height: 30px;
	padding: 10px;
	margin: 5px;
	background-color: #BFD2E6;
	line-height: 2em;
}


.containerSubNewsElement {
	margin-left: 15px;
	margin-top: 25px;
}


.containerGetStartedElement {
	margin-left: 15px;
	margin-top: 25px;
}



/* Sub-Content Styles */
.txtSubHead {
	font-size: 26px;
	float: left;
}

.txtGetStarted {
	font-size: 16px;
	float: center;
	margin-left: 18px;
}
.txtSubMoreLink {
	font-size: 10px;
	float: right;
}
.txtSubNewsHeadline {
	margin-bottom: 5px;
}
.txtSubNewsByline {
	font-style: italic;
	font-size: 10px;
	margin-bottom: 7px;
}
.txtSubNewsBody {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
.txtSubFAQQuestion {
	font-size: 12px;	
}
.txtSubFAQAnswer {
	font-size: 12px;
	color: #666;
}

/* Profiler */
#containerProfiler {
	width: 292px;
}
#containerProfilerTop {
	width: 292px;
	height: 15px;
	background-image: url(images/bkg_profiler_top.png);
}
#containerProfilerContent {
	width: 292px;
	background-color: #008ED3;
}
#containerProfilerBottom {
	width: 292px;
	height: 15px;
	background-image: url(images/bkg_profiler_bottom.png);
}
.containerProfilerElement {
	margin-left: 10px;
	margin-top: 5px;
	padding: 0px;
}
.containerProfilerElementCenter {
	background-image: url(images/bkg_profiler_element.jpg);
	width: 252px;
	height: 28px;
	line-height: 2em;
	font-size: 14px;
	color: #FFF;
}
.containerProfilerElementCenter a {
	color: #fff;
}
.containerProfilerElementCenter a:hover {
	border-bottom: dotted 1px;
}
.containerProfilerBody {
	background-color: #274E75;
	margin-top: 7px;
	width: 272px;
	padding: 10px;
	font-size: 10px;
	color: #008ED3;
}

/* Profiler Styles */
.txtProfilerSubHead {
	font-size: 26px;
	margin-left: 15px;
	color: #FFF;
}
.txtProfilerSubMoreLink {
	font-size: 10px;
	float: right;
}
.txtProfilerInstructions {
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.txtProfilerSelect {
	font-size: 12px;
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
.txtProfilerSelect a {
	color: white;
}
.txtProfilerSelect a:hover {
	border-bottom: dotted 1px;
}
/* Core Content Containers */
#containerCoreContent {
	width: 660px;
	margin-right: 15px;
}

/* Core Content Styles */
.txtContentHeadline {
	font-size: 40px;
}
.txtContentBody {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin-top: 15px;
}

/* FAQ Containers */
#containerFAQSplash {
	width: 942px;
	background-color: #F0F0F0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 15px;
	margin-bottom: 25px;
}

/* FAQ Styles */
.txtFAQSplashQuestion {
	font-size: 24px;
	line-height: 36px;
}
.txtFAQSplashAnswer {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}

/* Form Styles */
.containerForm {
	width: 610px;
	background-color: #C8C8C8;
	margin-top: 25px;
	padding: 25px;
}

.containerForm2 {
	width: 330px;
	background-color: #C8C8C8;
	margin-top: 25px;
	padding: 25px;
}
.txtFormTitle {
	font-size: 16px;
	font-weight: bold;
}
.txtFormBody {
	font-size: 12px;
	margin-top: 15px;
}

/* Footer */
#containerFooter {
	background-color: #C8C8C8;
	border-top: solid 5px;
	border-color: #008ED3;
	height: 50px;
	float: none;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	margin-top: 20px;
	height: 50px;
}
#containerFooter a {
	color: #000;
}

/* Images */
#imgLogoHeader {
	margin-top: 20px;
	border: none;
}
#imgLogoHeader a {
	border-bottom: none;
}

#imgLogoHeader a:link {
}
#imgLogoHeader a:visited {
}
#imgLogoHeader a:hover {
	border-bottom: none;
}
#imgNavSelected {
	text-align: center;
	border: none;
	padding: 0px;
	margin: 0px;
}
.imgQandA {
	float: left;
}
.imgProfilerButton {
	margin-right: 10px;
}
.imgBackArrow {
	margin-right: 5px;
}
.imgSplash {
	border: none;
}