* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #eaeaea url(images/bg.png) repeat-y center;
	margin-left: -.1px;
}
a {
	color: #426FAA;
}


h1 {
	color: #426FAA;
	font-size: 2.5em;
	font-family: "Times New Roman", Times, serif;

}


h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #67D0A2;
}

h3 {
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
}
a img {
	border: 0px;
}
#wrapper {



}
#header {
	width: 820px;
	height: 160px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center;
	position: relative;
}
#logo {
	width: 244px;
	height: 98px;
	padding: 20px 0px 0px 20px;
}
#content {
	width: 780px;
	margin: 0 auto;
	padding: 15px 20px;
	background: #FFF;
	position: relative;
}
.error {
	color: #F00;
}
.error strong {
	display: block;
	margin: 10px 0px 10px 0px;
}

.error ul li {
	margin: 0px 0px 0px 10px;
}

.description {
	border-bottom: dashed #67D0A2 1px;
	padding: 10px 0px;
}
.pdf {
	text-align: center;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.calculator_div {
	width: 358px;
	float: left;
	padding: 10px;
	border: 1px dashed #000;
	height: 300px;
	margin: 10px 10px 10px 0px;
}
#calculator {


}
#calculator input[type=text] {
	float: left;
	padding: 2px;
	margin: 2px;
}


#calculator label {
	float: left;
	display: block;
	clear: left;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}

#result strong {
 	display: block;
}
.calculators {
	margin: 10px 0px;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
.calculator_description {
	font-weight: normal;
	font-size: 0.8em;
}



#box_container {
}
#box_container .box {
	width: 260px;
	height: 200px;
	float: left;
}
#box_container  .box p.title{
	margin: 20px 20px 0px 20px;
	font-weight: bold;
	font-size: 1.5em;
}
#box_container  .box p {
	margin: 5px 20px 0px 20px;
}
#box_container .box1 {
	background: #fff url(images/box1.jpg) no-repeat center;
}
#box_container .box2 {
	background: #fff url(images/box2.jpg) no-repeat center;
}
#box_container .box3 {
	background: #fff url(images/box3.jpg) no-repeat center;
}
#box_container .box4 {
	background: #fff url(images/box4.jpg) no-repeat center;
}
#box_container .box5 {
	background: #fff url(images/box5.jpg) no-repeat center;
}
#box_container .box6 {
	background: #fff url(images/box6.jpg) no-repeat center;
}
#box_container .box7 {
	background: #fff url(images/box7.jpg) no-repeat center;
}
#box_container .box8 {
	background: #fff url(images/box8.jpg) no-repeat center;
}
#box_container .box9 {
	background: #fff url(images/box9.jpg) no-repeat center;
}

#box_container  .box  p.title a {
	color: #000000;
	text-decoration: none;

}
.clear {
	clear: both;
}
li.correct {
	list-style: none;
	position: absolute;
	right: 0px;
	color: #090;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	top: 0px;
}
li.incorrect {
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #F00;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}



#footer img {
	float: left;
	margin-right: 10px;
}
#sponsor_message {
	font-style: italic;
	padding: 10px;
	color: #666;
}
#sponsor_logo {
	width: 170px;
	height: 95px;
	position: absolute;
	top: 20px;
	right: 25px;
}


#footer #sponsor_message a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


.sponsor_text {
	color: #fff;
	font-style: italic;
	height: 15px;
}
#capture {
	background: #eaeaea;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	border: solid #999 1px;
}
#capture input {
	float: left;
	margin: 5px;
	border: solid #999 1px;



}
#capture .details {
	float: left;
	margin: 0px;
	width: 340px;
}
#capture .details2 {
	float: left;
	margin: 0px;
	width: 400px;
}

#capture input.small   {
	width: 80px;
	float: left;
	margin: 5px;

}
#capture label {
	width: 130px;
	display: block;
	padding: 3px;
	float: left;
	margin: 5px;
	text-align: right;
	clear: left;
	font-weight: bold;

}
#capture label.small {
	float: left;
	width: 40px;
	margin: 5px;
	clear: none;
}
.button , .button2, #submit{
	padding: 5px;
	background-color: #67D0A2;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border: solid #999 1px;
}
ol li.question {
	font-weight: bold;
}

ul.answers label {
	margin: 0px 0px 0px 10px;
}




ul.answers {
	list-style: none;
	margin: 10px;
	position: relative;
}
ul.answers li {
	display: block;
	padding: 5px;
	font-weight: normal;
}
#nav {
	position: absolute;
	width: 490px;
	top: -15px;
	right: 0px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 5px 20px;
	font-size: 1.5em;
	text-transform: uppercase;
	height: 18px;
	border-right: solid #CCC 2px;
	text-decoration: none;
	color: #ABABAB;
	width: 57px;
}
#nav ul li a.last {
	border-right: 0px;
	width: 45px;

}
#nav ul li a:hover {
	color: #67D0A2;
}
#nav ul li a.current {
	color: #67D0A2;
	font-weight: bold;
}
#content #module_content {
	padding: 10px 0px;
}
#module_content table {
	margin: 0 auto;

}
#content #module_content p , #content #module_content h2{
	margin-bottom: 10px;

}
#content #module_content ul {
	padding: 0px 0px 10px 20px;

}
#content #module_content ul li {
	padding: 0px 0px 5px 5px;

}
#content #module_content ol {
	padding: 0px 0px 10px 20px;
	margin: 10px 10px 0px 10px;
}
#content #module_content ol li {
	padding: 0px 0px 5px 5px;
}
#footer {
	height: 40px;
	width: 780px;
	margin: 0 auto;
	padding: 0px 20px;
	background: #FFF;
}
#calculator input[type=radio] {



}
#result {
	float: left;
	clear: left;

}

