/* @override http://da:8888/css/styles.css */

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

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

p, span {
	font-size: .8em;
	margin: 10px 0;
	color: #424242;
}

a {
	text-decoration: none;
	color: #99cc01;
	font-weight: bold;
}

ul li {
	font-size: .8em;

}

.left {
	float: left;	
}

.right {
	float: right;	
}

#container {
	width: 940px;
	margin: 0 auto;
}

#container-main {
	width: 940px;
	background: url(../images/border-shadow.gif) repeat-y;
}

#content {
	width: 904px;
	background: url(../images/gradient-tile.gif) top repeat-x #c9d4cc;
	margin: 0 18px;
}

#content-int {
	width: 904px;
	background: url(../images/interior-tile.gif) top repeat-x #e4e9e5;
	margin: 0 18px;
}

#content-foot {
	width: 940px;
	height: 25px;
	background:url(../images/border-bottom.gif);
}

#content-links {
	width: 871px;
	height: 33px;
	background: #b9c7bd;
	margin: 0 18px;
	padding: 17px 0 0 33px;
}

#content-links ul {
	margin: 0;
	padding: 0;	
}

#content-links ul li {
	display: inline;
	float: left;
}

#content-links ul li a {
	padding-right:10px;
	padding-left: 10px;
	border-right: 1px solid #b2b2b2;
	color: #424242;
	font-weight: normal;
}

#content-links ul li a:hover {
	color: #626262;
}

#content-links ul li a.first {
	padding-left: 0;
}

#content-links ul li a.last {
	border-right: none;
}

#content-links #credit a {
	color: #8c9b8e;
	margin-right: 30px;
	float: right;
	font-size: .8em;
	font-weight: normal;
}

#column-left {
	width: 368px;
	margin-left: 33px;
	float:left;
	display: inline;
}

#column-left-int {
	width: 503px;
	margin-left: 33px;
	float:left;
	margin-bottom: 30px;
	display: inline;
}

#man {
	width: 365px;
	height: 531px;
	background: url(../images/man.jpg);
	float:right;
	margin-top: 40px;
}

#da-link {
	margin-top:12px;
	float: right;
	display: none;
}

#flash {
	width: 500px;
	float: right;
	background: url(../images/bg.jpg) top no-repeat;
}

#sponsors {
	width: 940px;
	height: 70px;
	background:url(../images/sponsor-tile.gif) repeat-y;
}

#sponsor-foot {
	width: 940px;
	height: 8px;
	background: url(../images/sponsor-bottom.gif);
	margin-bottom: 50px;
}

.clear {
	clear: both;
}

/* FAQs */

#faq-box {
	width: 477px;
	background: #FFF;
	padding: 10px 13px 0 13px;
}

#faq-box-bottom {
	width: 503px;
	height: 14px;
	background: url(../images/faq-bot.gif) no-repeat;
}

#faq-box ul {
	margin: 0;
	padding: 0;
}

#faq-box ul li {
	list-style: none;
	margin-top: 5px;
	font-size: 1em;
}

.faq-item {
	background: url(../images/border-dots.gif) bottom repeat-x;
	width: 503px;
	padding: 20px 0;
	display: inline-block;
}

.faq-item-last {
	width: 503px;
	padding: 20px 0;
}

.faq-item-last ul li {
	list-style: disk;
	margin-bottom: 5px;
	font-size: 1em;
}

#faq-box a {
	font-weight: normal;
	font-size: .8em;
}

.qa {
	width: 27px;
	float: left;
	font-weight: bold;
}

.qa-right {
	width: 475px;
	float: left;
	position: relative;
}

/* Forms */

.input {	
	background: url(../images/textbox-bg.gif);
	border: #b5cbb9 1px solid;
	width: 200px;
}

.postcode {	
	background: url(../images/textbox-bg.gif);
	border: #b5cbb9 1px solid;
	width: 80px;
}

.select {	
	background: url(../images/textbox-bg.gif);
	border: #b5cbb9 1px solid;
}

.textbox {
	margin-top: 10px;
}

.terms {
	border-top: #898c89 dotted 	1px;
	border-bottom: #898c89 dotted 	1px;
	margin: 20px 0;
}

h2 {
	margin-top: 30px;
}

h3 {
	font-size: .8em;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #424242;
}

.form-float {
	float: left;
	width: 180px;
}

.green {
	color: #99cc01;
	font-size: 1em;
}

/* Results */
#result {
	width: 378px;
	height: 28px;
	background: url(../images/header_thank_you_youre_result_is.gif) no-repeat;
	padding: 26px 0 0 131px;
}

#result h2 {
	display: none;
}

caption {
	text-align: left;
	font-size: 1em;
	color: #424242;
	margin-bottom: 15px;
}

#result-table {
	text-align: left;
	font-size: .8em;
}

#result-table th {
	color: #FFF;
	font-size: 1.2em;
	border-top: #e4e9e5 solid 1px;
	border-right: #e4e9e5 solid 1px;
}

#result-table tr td {
	border-top: #e4e9e5 solid 1px;
}

#important {
	width: 437px;
	height: 48px;
	background: url(../images/important.gif) no-repeat;
	padding: 1px 10px 0 55px;
	margin-top: 20px;
}

#important p {
	color: #FFFFFF;
}

#result-form tr td {
	padding: 5px 0;
	font-size: .8em;
}

.hide {
	display: none;	
}

#subscribe label {
	font-size: .8em;
	color: #424242;
}





/* Validator
***************************/
.error_msg{
	color: red;
}
.error{
	border: 1px solid red;
}

/* Green Header
***************************/

#greenbar {
	width: 930px;
	height: 30px;
	background: #a9d200;
	margin: 0 auto;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
}

#tagline {
	float: left;
	margin: 8px 0 0 43px;
	font-size: 12px;
	display: inline;
}

#states {
	width: 160px;
	list-style: none;
	float: right;
	margin: 0 15px 0 0;
}

#menu {
	float: right;
	padding: 0;
	width: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	float: left;
	margin: 0; 
}

#menu ul li a {
	width: 35px;
	height: 21px;
	background: url(../images/statemenu-bg.gif) top;
	color: #FFF;
	display: block;
	text-transform: uppercase;
	padding: 9px 0 0 23px;
	font-size: 11px;
}

#menu ul li a:hover {
	background: url(../images/statemenu-bg.gif) bottom;
}

#visityour {
	float: left;
	margin: 8px 0 0 100px;
	color: #333;
	display: inline;
	font-size: 12px;
}




/* Footer Nav
***************************/	

#footlinks {
	width: 840px;
	height: 30px;
	margin: 0 auto 50px auto;
	font-size: .8em;
}

#footlinks a {
	font-weight: normal;	
	color: #9a9a9a;
}

#footlinks a:hover {	
	color: #808080;
}


#factsheets li {
	list-style: none;
	background: url(../images/pdf_icon.gif) left no-repeat;
	padding: 7px 0 5px 25px;
	line-height: 20px;
}



/* Results
***************************/
.definition{
	background: #FFF;
	font-family: Arial;
}
.definition h2{
	color: #FFF;
	font-size: 0.9em;
	height: 31px;
	margin: 0;
	padding: 0 11px;
	line-height: 31px;
}

.definition.low h2{
	background-image: url(../images/bg_green.gif);
}
.definition.intermediate h2{
	background-image: url(../images/bg_yellow.gif);
}
.definition.high h2{
	background-image: url(../images/bg_red.gif);
}

.definition_output {
	padding: 5px 11px;
	font-size: 0.9em;
}

.alert{
	padding: 11px 23px 18px 56px;
	height: 43px;
	margin-top: 25px;
	
}
.alert p{
	margin: 0;
	color: #FFF !important;
	font-size: 0.7em;
	font-weight: bold;
}

.alert.yellow {
	background: url(../images/alert_yellow.gif) left top no-repeat;	
}

.alert.red {
	background: url(../images/alert_red.gif) left top no-repeat;	
}
.disc p {
	font-size: 0.7em !important;	
}
