* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p {margin-bottom: 15px;}

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

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #4C4C4C;
	margin-bottom: 10px;
}

h2 strong {color: #58a618;}

h2 a, h2 a:link, h2 a:visited {
	color: #4C4C4C;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
	color: #666;
}


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

a.small {font-size: 11px; outline: none;}
a.small:link, a.small:visited {font-size: 11px; color: #0067c5; text-decoration: none;}
a.small:hover {color: #0067c5; text-decoration: underline;}

a img {border: none;}

span.num {
	font-size: 38px;
	color: #58a618;
	padding-right: 10px;
}

#home_page span.num {color: #4C4C4C;}



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

div#topcol1 {
	padding: 0px 10px 25px 0;
	font-size: 20px;
	line-height: 26px;
	margin-bottom:15px;
	color: #4C4C4C;
}

td.contentCol1 {padding-right:30px;}

td.contentCol2 {border: 1px solid #2DC2E3;}

td.contentCaption {
	padding: 7px 0 0 15px;
	border-top: 1px solid #2DC2E3;
	background-color: #E2F2F5;
	height: 75px;
}

#wrapper div#sectitle{
	padding: 10px 10px 10px 30px;
	font-size: 22px;
	color: #fff;
	background-image: url(/secalc/images/a/CalculatorBlackTop.jpg);
	background-repeat: repeat-x;
	margin-top:25px;
	/*border: 1px solid red;*/
}

#wrapper div#CalContainer{
	background-image: url(/secalc/images/a/CalculatorBlueBG.jpg);
	background-repeat: repeat;
	padding: 20px 20px 20px 30px;
	border: 1px solid #ccc;
}

div#CalContainer p {margin-bottom: 1px;}

div#wrapper {
	width: 96%; /* 818px; */
	margin: 0 auto 20px auto;
	background-color:#fff;
	padding: 5px 20px 20px 10px;
	/*border: 1px solid #616365;*/
}

#wrapper 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: 650px;
}

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

#home_page input.data_field {
	width: 40px;
	height: 20px;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2DC2E3;
	background-color: #CDF4FA;/* NEW ELEMENT*/
}

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

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

#home_page form label strong {color: #58a618;}

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

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

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


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

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

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

ul.bul {list-style: none;}

ul.bul li {
	padding: 0 0 3px 10px;
	background: url(/secalc/images/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;
	height: 500px;
}

#results_graph {
	background: none;
	height: 500px;
}

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

#results_text h2 {
	color: #58a618;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

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

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

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 form table td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
}
#reg_form input.data_field {
	width: 175px;
	margin-right: 10px;
}

#reg_form table input.data_field {
	float: left;
	display: inline;
}


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

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

#thanks_body h1 {
	color: #58a618;
	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: 520px;
	padding: 15px 20px;
	margin: 25px 0 25px 0;
}

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

#thank_you_links ul {
	list-style: none;
}

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


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

div#footer {
	/*border-top: 1px solid #c1c3c5;*/
	margin: 20px 10px 0 10px;
	padding-top: 10px;
	width: 99%; /* 800px; */
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

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


/******************/
/* 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;}