* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #666;*/
	color: #5b6770;
	background-color: #fff;
}

p {margin-bottom: 15px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5b6770;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #5b6770;
	margin-bottom: 20px;
}

h2 strong {color: #84bd00;}


a,
a:link {
	color: #0067c5;
	outline: none;
	text-decoration: none;
}

a:visited {color: #009fda;}
a:hover {text-decoration: underline;}

a.small,
a.small:link,
a.small:visited,
a.small:hover {font-size: 11px;}

a img {border: none;}

span.num {
	font-size: 30px;
	color: #84bd00;
	padding-right: 10px;
}

option {padding: 0 3px;}


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

.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}


/*******************/
/* layout elements */
/*******************/

div#wrapper {
	width: 806px;
	margin: 20px auto;
	padding-top: 3px;
	background: url("../img/borders/site-top.png") no-repeat;
}


div#container {
	width: 100%;
	background: url("../img/borders/site-vertical.png") repeat-y;
}

#bottom {
	height: 4px;
	background: url("../img/borders/site-bottom.png") no-repeat left bottom;
}

div#inner_container {
	width: 792px;
	margin: 0 auto;
	padding: 5px 0;
}

div#header {
	width: 792px;
	height: 118px;
	margin-bottom: 15px;
}

div#shadow {
	height: 17px;
	line-height: 0;
	font-size: 0;
}

div#mainbody {
	width: 742px;
	padding: 10px 25px 30px 25px;
	min-height: 400px;
}

#mainbody p {margin-bottom: 15px;}

mainbody p {margin-bottom: 15px;}


/*************/
/* home page */
/*************/

div#home_page {width: 500px;}

#home_page div#home_form {margin-left: 45px;}

#home_page form table {
	margin-left: 15px;
	width: 600px;
}

#home_page form table td {
	text-align: left;
	vertical-align: middle;
	padding-right: 30px;
	padding-bottom: 20px;
}

#home_page input.data_field {
	width: 40px;
	height: 20px;
	margin-right: 3px;
	border: 1px solid #616365;
	text-align: center;
	vertical-align: middle;
}

#home_page input.cpt {
	width: 65px;
	text-align: left;
}

#home_page table div.data_field {
	float: left;
	display: inline;
	width: 65px;
	margin-right: 10px;
}

#home_page form label {
	font-weight: bold;
	width: 150px;
}

#home_page form label strong {color: #84bd00;}

#home_page form table label {
	float: left;
	display: inline;
	padding-top: 2px;
}

#home_page p.div {
	background: url(../img/div.gif) repeat-x 0 8px;
	color: #84bd00;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

#home_page span.div {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#home_page .form_num {
	float: left;
	display: inline;
	width: 45px;
}

#home_page .form_button {
	float: left;
	display: inline;
	width: 200px;
	padding-top: 13px;
}


/**************/
/* arrow list */
/**************/

ul.arrow {
	margin: 15px 0 10px 0;
	list-style: none;
}

ul.arrow li {
	padding-bottom: 5px;
	padding-left: 13px;
	background: url(../img/bul/arrow_off.gif) no-repeat 1px 3px;
}

ul.bul {list-style: none;}

ul.bul li {
	padding: 0 0 3px 10px;
	background: url(../img/bul/disc.gif) no-repeat 0 4px;
}

ul.arrow li.getreport {text-align: left;}
ul li.getreport a, ul li.getreport a:link, ul li.getreport a:visited {font-weight: bold;}
ul li.getreport a:hover {font-weight: bold;}


/****************/
/* results page */
/****************/

div#results_page {
	position: relative;
	min-height: 500px;
}

#results_page h1 {
	color: #84bd00;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}

#results_graph_wrap {
	overflow: hidden;	
}

#results_graph {
	background: none;
}

div#results_text {
	margin: 20px 0 20px 36px;
}

#results_text h2 {
	color: #84bd00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

#results_text h3 {
	color: #616365;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

#results_text h4 {
	color: #616365;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

#results_text table.results1,
#results_text table.results2 {
	margin-bottom: 15px;
}

#results_text .results1 td,
#results_text .results2 td {
	vertical-align: bottom;
	padding-bottom: 3px;
}

#results_text .results1 td.label {padding-right: 3px; width: 225px;}
#results_text .results2 td.label {padding-right: 15px;}

#results_text .results1 td.data {width: 75px;}

div#results_left {
	float: left;
	display: inline;
	width: 350px;
	margin-right: 55px;
}
	
div#results_right {
	float: left;
	display: inline;
	width: 350px;
}


/************/
/* reg form */
/************/

#reg_form table.form {
	border-collapse: collapse;
	margin-bottom: 15px;
}

#reg_form .form td {
	text-align: left;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 5px;
}

#reg_form .form td.label {
	padding-right: 20px;
}

#reg_form input.data_field {
	width: 230px;
	margin-right: 10px;
}

#reg_form select {
	width: 234px;	
}


/******************/
/* thank you page */
/******************/

div#thanks_body {
	/*margin-top: 15px;*/
}

#thanks_body h1 {
	color: #84bd00;
	font-size: 16px;
	font-weight: normal;
}

#thanks_body h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	color: #616365;
}

#thanks_body h3 {
	font-size: 13px;
	font-weight: bold;
	color: #616365;
}

div#thank_you_links {
	/*background-color: #efefef;*/
	width: 550px;
	padding: 25px 20px 15px 20px;
	margin-top: 25px;
	background: url("../img/borders/bracket-top.png") no-repeat;
}

#thank_you_links h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5b6770;
	margin-bottom: 15px;
	margin-top: 0;
}

#thank_you_links ul {
	list-style: none;
}

#thank_you_links ul li {
	margin-bottom: 8px;
	padding-left: 13px;
	background: url("../img/bul/arrow_off.gif") no-repeat 0 3px;
}

#thank_you_links_bottom {
	width: 550px;
	height: 10px;
	font-size: 1px;
	margin-bottom: 25px;
	background: url("../img/borders/bracket-bottom.png") no-repeat;
}


/**********/
/* footer */
/**********/

div#footer {
	padding: 15px 5px 0 5px;
	width: 796px;
	margin: 0 auto;
	font-size: 11px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {font-size: 11px;}

#footer .contact_info {
	float: left;
	display: inline;
	width: 558px;
}

#footer .tagline {
	float: left;
	display: inline;
	width: 99px;
	height: 30px;
	margin-right: 25px;
}

#footer .links {
	float: left;
	display: inline;
	width: 430px;
}

#footer .share_links {
	float: right;
	display: inline;
	width: 220px;
}

#footer .share_links li {
	float: right;
	display: inline;
	width: 24px;
	margin-right: 8px;
}

#footer .share_links li.label {
	width: 80px;
	padding-top: 5px;
	margin-right: 20px;
	text-align: right;
}

#footer .share_links li.last {
	margin-right: 0;
}



/******************/
/* global classes */
/******************/

.clear {clear: both;}

ul.alert {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	color: #C30;
}

.alert li {
	margin-bottom: 3px;
}

.footnote, .footnote a {font-size: 10px;}
