@import url("reset.css");

/****** DEV STYLES  *****/
#dev_header,.dev_block {
	color: #333;
	border: 1px solid #000;
	background-color: #FF3;
	font: normal 10px arial;
	padding: 1em;
	margin: 0.5em;
}

/****** FORM STYLES *****/
form label,form input {
	display: block;
}

/*Content Pane Forms*/
#content .copy form input,#content .copy form textarea {
	padding: 5px;
	border: 1px solid #B0C8F8;
	width: 288px;
}

#content .copy table tbody {
	border: 0;
	padding-left: 10px;
}

#content .copy form textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 150px;
}

#content .copy form input.button {
	border: 1px solid #B0C8F8;
	padding: 5px 10px;
	margin: 5px;
	cursor: pointer;
	width: auto;
	height: auto;
}

#content .copy form label.button {
	display: none;
}

#content .copy form input.submit {
	background: #027;
	color: #FFF;
}

#content .copy form input#newsletter {
	width: auto;
}

#content .copy form legend {
	border: 1px solid #B0C8F8;
	padding: 5px 15px;
}

#content .copy form fieldset {
	border: 1px solid #B0C8F8;
	padding: 20px;
	margin: 10px; /* Used to move form away from the edge */
	width: 450px;
}

#content label span {
	display: block;
	float: left;
	position: relative;
	padding-left: 20px;
	height: 20px;
}

#content dd {
	margin: 0.5em 0 1em;
}

.formtip {
	background: url(web/confirmIcon.gif) top left no-repeat;
}

.formtip div {
	display: none;
}

#content .copy form fieldset span.formtip:hover div {
	position: absolute;
	top: -10px;
	width: 320px;;
	left: 320px;
	display: block;
	background: #fff;
	border: 10px solid #027;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.benefits label {
	clear: left;
}

#content .copy form.benefits input {
	float: left;
	margin-right: 1em;
	width: auto;
}

.benefits legend {
	padding-bottom: 10px;
}

.benefits fieldset {
	padding-bottom: 1em;
}

/* hide empty tip spans on register form */
#content .copy fieldset label span {
	display: none;
}

#content .copy .stage2 fieldset label span, #content .copy .stage1 fieldset label span  {
	display: inline;
}

#content .copy .register .submit {
	float: left;
	margin-top: 2px;
}

#content .copy .register fieldset input {
	
}

/****** GENERIC CLASSES *****/
.hidden {
	display: none;
}

.error,.warning,.success {
	padding: 1.5em;
	margin: 1.5em;
	border: 1px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.error {
	border-color: #900;
	color: #900;
	background-color: #FCC;
}

.warning {
	border-color:#009;
	color:#009;
	background-color:#CCF;
}

.success {
	 border-color: #090;
	 color: #090;
	 background-color:#CFC;
}

body {
	background: #F2D411 url(web/bodyBG.png) top repeat-x;
	font: normal 10pt verdana;
	color: #027;
	padding-top: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol,ol li {
	list-style: decimal outside none;
}

ol li li {
	list-style-type: lower-roman;
}

lh {
	text-transform: uppercase;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: auto;
	background-color: #FFF;
	overflow: hidden;
}

#navigation {
	border-bottom: 10px solid #00257E;
	overflow: hidden;
	background-color: #86ABF5;
	height: 40px;
}

#navigation li {
	width: 137px;
	height: 40px;
	float: left;
	background: #8CAFF5 url(web/navigation_li.BG.png) bottom right no-repeat
		;
	text-align: center;
	font-size: 1em;
}

#navigation li.current {
	background-image: url(web/navigation_li.current.BG.png);
}

#navigation a {
	display: block;
	padding-top: 13px;
	color: #027;
	text-transform: uppercase;
}

#navigation li.current a {
	color: #FFF;
}

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

#content {
	width: 768px;
	float: left;
	clear: left;
	border-right: 2px solid #F2D411;
	padding-bottom: 1em;
}

#content h1 {
	background: #00257E url(web/banner_h1.BG.png) bottom left no-repeat;
	text-indent: -6000px;
	height: 167px;
}

#content .copy h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 18px 18px;
}

#content ul,#content dl {
	margin: 1em;
}

#content ul li {
	margin: 0.2em 2em 0;
	list-style-type: disc;
}

#content .copy p {
	margin: 0 18px 18px;
}

#content .copy img {
	border: 1px solid #027;
	float: left;
	padding: 1px;
	margin: 0 1em 0 18px;
}

#content .copy form {
	padding: 0 0 2em 2em;
}

#content .copy label.button {
	display: none;
}

#content .box h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

#content .col1,#content .col2,#content .col3,#content .col4 {
	width: 192px;
	float: left;
}

#content .col12 {
	width: 370px;
	margin-left: 18px;
	float: left;
}

#content .col34 {
	width: 380px;
	float: left;
}

#content .col1,#content .col12,#content .col123,#content .col1234 {
	clear: left;
}

#content .col234 {
	margin-left: 192px;
}

#content .row1,#sidebar .row1 {
	margin-top: 18px;
}

#content .row2,#content .row3 {
	border-top: 2px solid #F2D411;
	padding-top: 18px;
}

#whyBox h2,#whyBox p,#whyBox a.more {
	display: block;
	padding: 0 16px 10px 18px;
	margin-right: 10px;
	border-right: 2px solid #F2D411;
}

#whyBox h2 {
	font-size: 1.1em;
	text-transform: none;
	font-weight: bold;
}

#whyBox em {
	text-transform: uppercase;
	font-style: normal;
	color: #3AF;
}

#whyBox p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.1em;
}

#whyBox ul li,#whyBox ul {
	margin: 0;
	display: block;
}

#benefitsBox {
	background-image: url(web/benefitsBox.BG.png);
	background-repeat: no-repeat;
}

#benefitsBox p,#benefitsBox a {
	padding: 0 19px 10px 27px;
}

#tipsBox {
	background-image: url(web/tipsBox.BG.png);
	background-repeat: no-repeat;
}

#tipsBox p,#tipsBox a {
	padding: 0 24px 10px;
}

#toolsBox {
	background-image: url(web/toolsBox.BG.png);
	background-repeat: no-repeat;
}

#toolsBox p {
	padding: 0 29px 10px 19px;
}

#toolsBox a {
	padding: 0;
}

.box {
	height: 212px;
	margin-bottom: 10px;
	text-align: center;
}

.box h2 {
	padding: 18px 0 10px;
	color: #F2D411;
	font-size: 1.8em;
}

.article {
	padding-bottom: 18px;
}

.article h3 {
	padding: 18px 0 0;
}

.article p {
	font-size: 0.8em;
	line-height: 1.1em;
	padding: 0 18px 18px 0;
}

a.more {
	display: block;
	text-transform: lowercase;
	font-style: italic;
	font-size: 0.7em;
	text-align: left;
}

#sidebar { /*float: left;*/
	overflow: hidden;
}

#sidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
}

#sidebar ul li {
	text-align: center;
}

#sidebar .tel {
	color: #3AF;
	font-size: 1.1em;
}

#sidebar .email a {
	display: block;
	color: #027;
	font-size: 0.8em;
	margin: 4px 0 8px;
}

#sidebar .search {
	padding: 0 22px 10px 29px;
}

#sidebar .search input {
	width: 130px;
	height: 20px;
	border: 0;
	background: url(web/search_input.BG.png) top left no-repeat;
}

#sidebar .search input.button {
	width: auto;
	background-image: url();
	color: #FFF;
	background-color: #027;
	text-transform: uppercase;
	width: 67px;
	height: 18px;
	margin: 2px 63px 10px;
	font-size: 0.7em;
}

input#search_submit :hover {
	cursor: pointer;
}

#sidebar .search label {
	font-size: 0.85em;
}

#sidebar ul.options li {
	font-size: 0.8em;
}

#sidebar ul.options li a {
	color: #027;
}

#signup {
	padding: 0 30px;
	display: block;
	height: 167px;
	color: #F3F5F9;
	font-size: 0.85em;
	background-color: #00257E;
}

#signup fieldset {
	padding: 5px 0 2px;
}

#signup legend {
	padding-top: 10px;
}

#signup input {
	width: 130px;
	height: 20px;
	border: 0;
	background: url(web/signup_input.BG.png) top left no-repeat;
}

#signup input#signup_submit {
	float: right;
	width: 68px;
	text-indent: -10000px;
	border: 0;
	background-image: url(web/signup_input.submit.BG.png);
	width: 68px;
}

#signup input#submit :hover {
	cursor: pointer;
}

#signup p {
	font-size: 0.85em;
	text-align: right;
}

#signup a {
	color: #F3F5F9;
	text-decoration: none;
}

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

#signup label.button {
	display: none;
}

#footer {
	height: 30px;
	clear: left;
	text-align: center;
	background: url(web/footer.BG.png) top repeat-x;
	width: 960px;
	margin: 0 auto;
}

#footer {
	font-size: 0.8em;
	padding-top: 7px;
	color: #999;
}

#footer a {
	color: #999;
}

#footer em {
	text-transform: uppercase;
	font-style: normal;
}

li.listitem {
	border: 3px solid #FFF;
}



li.listitem:hover, tr.listitem:hover {
	border-color: #027;
	background-color: #027;
	color: #FFF;
}

li.first, tr.first {
	background-color: #DDD;
	border-color: #DDD;
}

#content .copy li.listitem a img, #content .copy tr.listitem a img {
	border: 0;
	float: right;
}

table.list {
    width:95%;
    margin:1em;
}
table.list td{
    padding: 3px 0 3px 3px;
}

table.list tr{
    padding-left:3px;
}