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

body {
	color: #3d3d3d;
	background: url(../images/header-bg.gif) repeat-x top left;	
	font-family: Helvetica,Arial,Helmet,Freesans,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	text-align:justify;
}
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 { 
	text-align: left;
}

h1{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6caedf;
	font-size: 32px;
	padding: 30px 0 30px 0px;
	line-height: 1em;
}

h2{
	background:transparent url(../images/divide.png) no-repeat scroll 0 bottom;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 10px;
	margin: 0 0 10px 0
}
h3{
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 5px;
	padding:0;
}

h4{
	color: #fff;
	font-size: 20px;
}
	
h5{
	font-size: 14px;
	color: #6caedf;
	background: url(../images/h5bg.gif) no-repeat;
	height: 27px;
	padding: 7px 0px 0 10px;
	margin: 10px 0 5px 0;
	width: 204px;
}
	
h5.double{
	font-size: 14px;
	color: #6caedf;
	background: url(../images/h5doublebg.gif) no-repeat;
	height: 43px;
	padding: 4px 0px 0 10px;
	margin: 10px 0 5px 0;
	width: 204px;
}	

p {
	padding: 0 0 10px 0;
	text-align:left;
}

.bold{ font-weight: bold;}

.spacer{ clear: both }

.darkblue {
	color:#125281;
}
.white {
	color:#fff;
}

a{
	/*color: #454545;*/
	color: #619ED7;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a img {
	border: none;
}
table {
	border-collapse:collapse;
}
ol, ul {
    margin: 0 20px;
	padding:0 0 10px;
}



/* HEADER PARTS */

.header-outer{
	background-color: #fff;
	margin: 0px auto;
	width: 100%; 
	float: left;
}

.header{
	width: 1000px;
	margin: 0px auto;
}
.logo{
	position: relative;
	height: 82px;
	width: 385px;
	margin: 20px 0;
	float: left;
	clear: both;
}
.logo img{
	position: relative;
	height: 82px;
	width: 385px;
	clear: both;
}

.contactbits{
	float: right;
	margin: 25px 0 0 0;
}



	
/* NAVIGATION */

.nav-outer{
	background: url(../images/nav-slither.gif) repeat-x;
	height: 40px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	float: left;
}
.nav{
	width: 1000px;
	margin: 0 auto;
}
.nav ul{
	float: right;
	margin: 0 auto;
    overflow: hidden;
	padding:0;
}
.nav ul li {
    float: left;
    list-style: none;
}
.nav ul li.line{
	color: #fff;
	margin: 10px 0 0;
}
.nav ul li a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 10px 5px;
	text-decoration:none;
}
.nav ul li a span {

}
.nav ul li a:hover span, .nav ul li.current a span{ 
	border-bottom:3px solid #FFFFFF;
	display:block;
	float:left;
	padding-bottom:2px;
}

/* SUB NAVIGATION */

.subnav ul{
	margin:0;
	padding:0;
}
.subnav ul li{
	list-style:none;
}
.subnav ul  li a {
	background-color: #eeeeee;
	border-bottom: 2px solid #fff;
    text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
}
.subnav ul  li a:hover {
	background-color: #e0e0e0;
	color: #6caedf;
}



/* CONTENT PARTS */

.content-outer{	
	width: 100%;
	height: 100%;
	margin: 0px auto;
	float: left;
	background: url(../images/bg.gif) repeat-x bottom;
}
.content{
	width: 1000px;
	padding: 0 ;
	margin: 0 auto 50px;
}

.two_col_left{
	width: 690px;
	float: left;
	padding: 30px;
	background-color: #eeeeee;
}
.two_col_right{
	width: 245px;
	float: left;
	background-color: #eeeeee;
}

.col1{
	width: 345px;
	float: left;
}
.col2{
	width: 315px;
	float: right;
}
.col3{
	width: 211px;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	background-color: #6caedf;
	padding: 17px;
}
.col3 p{ 
	color: #fff;
	text-align: left; 
	padding: 0 0 0 10px;
}
	



/* FOOTER */

.footer-outer{
	width: 100%; 
	height: 245px;
	background: url(../images/footer-slither.gif) repeat-x left top;
	padding: 10px 0 0 0;
	float: left;
}

.footer{
	width: 1000px;
	margin: 0px auto;
	height: auto;
}
.footer img{
	float: left;
}
.footer-title{
	margin: 10px 0 10px 10px;
}
.footer-col1{
	width: 340px;
	float: left;
	display: block;
	margin: 10px 20px 0 10px;
}
.footer-col2{
	width: 290px;
	float: left;
	display: block;
	margin: 10px 10px 0 20px;
}
.footer-col3{
	width: 250px;
	float: left;
	display: block;
	margin: 0 0 0 40px;
}
.association{
	margin: 7px 0 10px 0px;
}
.footer-all-logos{
	margin: 0px 0 0 2px;
	float: left;
}
.footer-all-logos img{
	margin: 3px 3px 3px 0;
}

ul.footernav{
	color: #fff;
	list-style-type: none;
	margin: 10px 0 0 10px;
	float: left;
	width: 150px;
}
ul.footernav li{	
	border-bottom: 1px dotted #c8ef9c;
	padding: 3px 0 3px 0;
}	
ul.footernav li a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
ul.footernav li a:hover{
	text-decoration: underline;
	font-weight: normal;
}	

.smallprint{ 
	color: #fff; 
	font-size: 10px; 
	line-height: 1.2em; 
	font-weight: bold; 
	margin-top: 10px;
}
.copyright{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	margin:20px 0 0;
	text-align:center;
}

.tag{
	margin: 10px 0 0 330px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	height: 20px;
	position: relative;
}

.footer .tag a{
	text-decoration: none; 
	color: #fff; 
	font-weight: bold;	
}

.footer .tag a:hover{
	text-decoration:  underline;  
	color: #fff; 	
}


/* CONTENT DESIGNER BITS */	
	
.howmuch{
	background: url(../images/howmuch-bg.png) no-repeat;
	height: 232px;
	padding: 15px;
	float: left;
	margin: 15px;
	width: 270px;
}
.howmuch h3, .register h3{
	color: #619ed7;	
	font-size: 20px;
	padding: 0 0 5px 0;
}
.howmuch p, .register p{	
	line-height: 1.3em; 
	font-weight: bold; 
	text-align: left;
	padding: 0;
	margin: 0;
}

.calculateForm{
	margin: 0px 0 0px 0px;
	float: left;	
	padding: 0 0px;
}	
.calculateForm .label{
	float: left;
	clear: left;
	width: 100px;
	margin: 5px 0px 0 0;
	text-align: left;
	padding: 8px 0 0 0;
	font-size: 12px;
	color: #619ed7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
	
input.hours, input.rate{
	width: 143px;
	margin: 5px 0 0 0;
	padding: 7px 0 10px 10px;
	float: left;
	border: 0;
	color: #619ed7;
	font-weight: bold;
	font-size: 12pt;
	background: url(../images/field.png) no-repeat;
}

.hours-submit{
	margin: 10px 60px 0 0px;
	background: url(../images/button.png) no-repeat;
	border: none;
	height: 30px;
	color: #ffffff;
	width: 170px;
	padding: 4px 0px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;
}
	
.hours-sumbit:hover{
	background: url(../images/button-over.png) no-repeat;
	color: #ffffff;
}

	/*
.register{
	background: url(../images/register-bg.png) no-repeat;
	width: 270px;
	padding: 15px;
	float: left;
	height: 212px;
}
.register-but a{
	margin: 50px 10px;
	background: url(../images/button.png) no-repeat;
	border: none;
	height: 50px;
	color: #fff;
	width: 168px;
	padding: 6px 0px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;	
	display: block;
}

.register-but a:hover{
	background: url(../images/button-over.png) no-repeat; 
	text-decoration: none;
}
*/



.register{
	background: url(../images/register-bg.png) no-repeat;
	width: 270px;
	padding: 15px;
	float: left;
	height: 212px;
	margin: 15px;
}
.register-but a,.register-but2 a{
	background: url(../images/button.png) no-repeat;
	border: none;
	color: #fff;
	width: 168px;
	padding: 6px 0px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align:center;	
	display: block;
}
.register-but a{margin: 50px 10px; height: 50px;}
.register-but2 a{margin: 10px 0 0 20px;}

.register-but a:hover, .register-but2 a:hover{
	background: url(../images/button-over.png) no-repeat; 
	text-decoration: none;
}

.registeronline{
	background-color: #9fcf67;
	padding: 15px;
	clear: both;
	}


.registeronline ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	}
	
.registeronline li{
	background: url(../images/tick.gif) no-repeat 0 0;	
	color: #fff;
	padding: 0 0 10px 23px;
	list-style: none;
	}
	

.testimonials{
	background-color: #6caedf;
	padding: 15px;
	}
.testimonials img{ padding: 0 5px 0 5px;}
.testimonials p{color: #125281; margin: 15px 0 0 0; line-height: 1.2em; font-size: 14px; text-align: left;}

.news{
	background-color: #6caedf;
	padding: 10px; 
	float: left; 
	width: 225px;
	clear: both;
	}
.newsarticle{ margin: 10px 0 0 0; border-bottom: 2px solid #4e95c9; float: left; clear: both;}
.title{ background-color: #4e95c9; font-size: 12px; color: #fff; width: 153px; float: left; margin: 0; padding: 0 0 0 5px;}
.date{background-color: #3c80b3; font-size: 12px; color: #fff; width: 56px; float: left; margin: 0; padding: 0 0 0 5px;}
.newsarticle img { float: left; margin: 5px 5px 0 0; width: 52px;}
.newsarticle p{float: left; color: #fff; margin: 5px 0 0 0; width: 220px; line-height: 1.2em;}
.newsarticle a{color: #fff; font-weight: bold;}

	
table.misc_table {
	float:left;
	margin:0 0 15px;
}
table.misc_table  td {
	border:1px solid #999999;
	color:#333333;
	font-size:12px;
	padding:18px;
	text-align:left;
}
table.misc_table  thead td {
	background-color:#E5EEF6;
	color:#003366;
	font-weight:bold;
}
	
table.misc_table .promote {
	font-weight: bold;
	color: green;
}

.corner {
	clear:both;
	display:block;
	float:left;
	height:160px;
	left:0;
	position:absolute;
	top:0;
	z-index: 10;
}

.list_a li {
	padding: 2px 0;
}
.list_a li.li_a {
	font-weight: bold;
	font-size: 1.1em;
	list-style: none;

}

a.link {
	clear: both;
	color:#619ED7;
	display: block;
}

.faq{
	margin:0 0 10px;
}
.faq_answer{
	padding:5px 20px 10px;
}


.box1 {
	border: 3px solid green/*rgb(108, 174, 223)*/; 
	padding: 10px; 
	background-color: rgb(159, 207, 103); 
	font-weight: bold;
}
.box1 a {
	color: #fff;
}

.bl {background: url(../images/bl.gif) 0 100% no-repeat #fff; margin-top: 15px; width: 28em}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px; }
.clear {font-size: 1px; height: 1px; clear: both;} 





