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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #67b2fb;
	color: #515151;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

#bannerarea {
	width: 100%;
	background-color: #003243;
	padding-bottom: 100px;
}

#banner {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

#innermessage a:link, #innermessage a:visited {
	text-decoration: none;
	color: #03F; 
}

#innermessage a:hover {
	text-decoration: none;
	color: azure; 
}

#Helpful {
	background-color:#BFC8CC ;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#footer {
	color: #515151;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #4900af;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

.featured {
	text-transform: uppercase;
	margin-bottom: 10px;
}


.leftside {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
}

.rightside {
	position: absolute;
	left: 574px;
	top: 29px;
}

/* Blue button used in the Helpful Resources section */
.bluepill {
	background-color: #0077bf;
	font-size: 0.8em;
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

a.bluepill {
	color: #FFF;
}

a.bluepill:hover {
	color: antiquewhite;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	font-size: 0.90em;
}

#innermessage {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 200px;
}

#message p {
	font-size: 1.0em;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
}

#col1 {
	position: absolute;
	width: 330px;
	left: 10px;
	top: 10px;
}

#col2 {
	margin-left: 350px;
	margin-right: 350px;
}

#col3 {
	position: absolute;
	width: 320px;
	right: 10px;
	top: 10px;
}

.calcimage {
	border: none;
	margin-left: 70px;
}


#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#message li {
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
}

hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}
