@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364564;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
}

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

a:hover{
	color: #0099CC;
}

h1 {
	font-size: 22px;
	color: #364564;
	margin: 0px;
	padding: 15px 0px 25px 0px;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #364564;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364564;
	text-align: left;
	margin: 10px 0px 20px 35px;
	padding: 0px;
	text-align: left;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/nav_bg.gif) top left repeat-y #CBDBDC; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	padding: 0px;
	height: 115px;
	border-bottom: 1px solid #333;
	margin: 0px;
} 

#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; 
	background: #364564; 
	padding: 5px 10px 10px 10px ;
}

#navigation h1 {
	font-size: 20px;
	color: #CBDBDC;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#navigation p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CBDBDC;
	padding: 0px;
	margin: 10px 0px;
}

#navigation a{
	color: #CBDBDC;
	text-decoration: none;
}

#navigation a:visited {
	color: #CBDBDC;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
}

#navigation a.youarehere{
	font-size: 1.1em;
	background: url(images/nav_arrow.png) left 2px no-repeat;
	padding: 0px 0px 0px 15px;
	color: white;
	font-weight: bold;
}

#getstarted {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /*real size 145px */
	color: #364564;
	border-left: 0px dotted #333;
	padding: 5px 5px 10px 10px;
}

#getstarted h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px;
}

#getstarted p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

#getstarted input{
	width:100px; 
	height: auto;
	padding: 2px 3px;
	margin: 2px 0px 6px 0px;
}

#getstarted input.error{
        border: 1px solid red;
		background-color: #FFFFCC;
}

#getstarted input.radio{
	width: auto;
        border: none;
		background-color: inherit;
		margin: 10px 0px;
		padding: 0px;
}

#getstarted label{
	text-align:left;
	font-size: 0.6em;
	padding:0px;
	margin:0px;
}

/*

#getstarted .button{
	width: 83px;
	height: 28px;
	background: url(images/send-up.png) no-repeat;
	float:left;
	margin: 10px 0px;
	cursor: default;
	border:none;
}
*/


#error-div{
        float:left;
        padding:0px;
        margin: 0px;
		margin-top: -7px;
}

#error-div p.form_error{
	color: #FF0000;
	font-size: 1.1em;
	margin-top: 0px;
	padding: 0px;
}

#error-div p.form_error_green{
	color: #009900;
	font-size: 1.1em;
	margin-top: 0px;
	padding: 0px;
}

#thankyou{
	color:#990000;
	font-size: 0.8em;
	background: url(images/check_off.png) 2px center no-repeat;
	padding: 8px 8px 8px 23px;
	border: 1px solid green;
	margin: 25px 0px;
}


 
#mainContent {
	margin: 0px 145px 0px 170px;
	padding: 0px 25px 50px 15px;
} 

.rssf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CBDBDC;
	text-align: left;
	text-transform: uppercase;
	list-style:square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}

.rssf li{
	margin: 0px 0px;
	padding: 5px 0px;
}

.rssf li a:link {
	color: #CBDBDC;
}

.rssf li a:hover {
	color: #0099CC;
	text-decoration: none;
}

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #eee;
	text-align: center;
	margin: 0px;
	border-top: 1px solid #ccc;
} 

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #364564;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

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

#footer a:hover{
	text-decoration: underline;
}

.subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #CCCCCC;
	text-align: center;
	vertical-align: bottom;
	margin: 5px;
	padding: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
