/* CSS Document */
html,body{
	margin:0;
	padding:10px 0 30px 0;
	text-align:center; /* IE6 pre SP2 - page centering */
	/*font-family:"Trebuchet MS", Verdana, Arial, sans-serif;*/
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#333333;
}
* {
	margin:0;
	padding:0;
}
a{
	text-decoration:underline;
	color:#024592;
}
a:hover{
	/*color:#666666;*/
}
p{
	margin-bottom:15px;
}
/* Header tags misc */
h1{
	font-size:21px;
	color:#000000;
}
h2{
	font-size:18px;
	margin-bottom:10px;
}
div#leftCol h2{
	padding-top:10px;
	color:#005932;
}
h3{
	font-size:16px;
	margin-bottom:10px;
}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
}
h6{
	font-size:12px;
}
li{
	list-style:none;
}
img{
	border:0 none;
	vertical-align:bottom;
}
legend{
	display:none;
}
fieldset{
	border:0 none;
}
input.text{
	padding:2px 0 2px 5px;
	border:1px solid #809DB9;
	font-size:11px;
}
input[type="checkbox"]{/* Non IE6 browsers */
	margin-right:3px;
	float:left;
}
input.radio{
	vertical-align:middle;
}
input.submit{
	border:0 none;
	width:auto;
	overflow:visible;/* for IE auto width to work */
}
select{
	font-size:11px;
}
textarea{
	border:1px solid #809DB9;
	overflow:auto;	
	padding:5px 0 0 5px;
}
blockquote{
	font-style:italic;
	margin:0 40px 0 0;
}
cite{
	display:block;
	font-style:italic;
}
table{
	margin-bottom:15px;
	width:100%;
	background:#E2E2D7;
}
th{
	float:none;
	border-right:1px solid #F2F2ED;
}
td,th{
	border-bottom:1px solid #F2F2ED;
	padding:5px 0 5px 15px;
}
td span{
	vertical-align:text-top;
	font-size:10px;
	color:#000000;
}
table.topHd td{
	border-right:1px solid #F2F2ED;
}
div#container{
	margin:0 auto;
	text-align:left;
	width:960px;
}
div#head{
	position:relative;
	border-bottom:1px solid #cccccc;
	height:75px;
	margin-bottom:10px;
	z-index:25;
}
div#head img{
	float:left;
}
/* ############ Navigation ############ */
div#head li{
	float:left;
	font-family:"Trebuchet MS";
}
div#head li a{
	color:#000000;
	text-decoration:none;
}
div#head li a:hover{
	color:#005932;
}
div#head li.current a{
	color:#005932;	
}
ul#mainNav{
	float:right;
	z-index:22;
}
ul#mainNav li{
	padding:0 10px 0 10px;
	font-size:13px;
	position:relative;
	z-index:23;
	margin-right:5px;
}
ul#mainNav li a{
	float:left;
	height:20px;
	padding-top:5px;
}
ul#mainNav li.current{
	background:url(../images/bg_greygrad.jpg) left bottom repeat-x;
	border-bottom:1px solid #005932;
}
ul#navSml{
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/bg_greygrad.jpg) left bottom repeat-x;
	z-index:1;
}
ul#navSml li{
	height:20px;
	padding:8px 10px 0 10px;
	border-right:1px solid #cccccc;
}
ul#navSml li a{
	color:#999999;
	font-size:14px;
	font-weight:bold;
	z-index:19;
}
ul#navSml li a span{
	font-size:11px;
}
/* Suckerfish sub menu */
/* 1st level drop down nav */
ul#mainNav ul{
	position:absolute;
	left:-999em;
	background:#F2F2ED;
	clear:left;
	top:25px;
	z-index:21;
	padding:0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #005932;
	width:180px;
}

ul#mainNav li.current li a{
	color:#000000;
}
ul#mainNav ul li{
	float:none;
	clear:both;
	padding:0;
	margin:0;
	display:block;
}
*:first-child+html ul#mainNav li{
	height: 1%;
}
* html ul#mainNav li{
	height: 1%;
	display:inline;/* Required for IE6, unwanted bottom margin */
}
ul#mainNav ul li a{
	padding:5px 0 5px 5px;
	font-size:11px;
	width:175px;
	height:auto;
}
ul#mainNav ul li a:hover{
	background:#FFFFFF;
	color:#005932;
}
ul#mainNav li:hover ul ul, ul#mainNav li.ieHover ul ul,
ul#mainNav li:hover ul ul ul, ul#mainNav li.ieHover ul ul ul{
     left: -999em; 
}
ul#mainNav li:hover ul,ul#mainNav li.ieHover ul,
ul#mainNav li li:hover ul, ul#mainNav li li.ieHover ul,
ul#mainNav li li li:hover ul, ul#mainNav li li li.ieHover ul{
	left:0;
}
/* End navigation */
div#main{
	overflow:hidden;
	height:1%;
	background:url(../images/bg_greygrad.jpg) left bottom repeat-x;
	padding-bottom:20px;/**/
}
div#headBar h1{
	float:left;
	width:479px;
}
div#headBar h1 span{
	display:block;
	font-size:15px;
	color:#8F9F90;
}
div#headBar p{
	float:left;
	border-left:1px solid #999999;
	width:224px;
	font-size:14px;
	font-weight:bold;
	color:#005932;
	padding:5px 0 15px 15px
}
div#headBar p span{
	display:block;
	color:#005932;
	font-size:18px;
	padding-left:22px;
	background:url(../images/icon_tel.gif) left center no-repeat;
}
div#leftCol{
	float:left;
	width:665px;
	padding:0 40px 0 10px;
	clear:left;
}

div#rightCol{
	float:right;
	width:240px;
	border-left:1px solid #999999;
	z-index:1;
}
div#footer{
	clear:both;
	padding-top:10px;
}
div#footer li{
	float:left;
	margin-right:20px;
	position:relative;
	margin-bottom:25px;
}
div#footer li.floatR{
	margin-right:0;
}
div#footer li a{
	color:#333333;
	text-decoration:none;
}
div#footer p{
	clear:both;
	font-size:11px;
}
/* ########## Home page  ########## */
body#homePage div#rightCol,
body#homePage div#leftCol{
	width:480px;
	padding:0;
	border:0 none;
}
body#homePage div#leftCol h2{
	padding-top:0;
}
div.homePanel1,
div.homePanel2{
	float:left;
	background:#E2E2D7;
	width:230px;
	padding:10px 10px 10px 240px;
	position:relative;
	height:230px;
	margin-bottom:30px;
}
div.homePanel1{
	background:#E2E2D7 url(../images/bg_homepanell.jpg) 10px 10px no-repeat;
}
div.homePanel2{
	background:#E2E2D7 url(../images/bg_homepanelr.jpg) 10px 10px no-repeat;
	width:229px;
	float:right;
}
div.homePanel1 div.content,
div.homePanel2 div.content{
	background:#FFFFFF;
	float:left;
	padding:10px 10px 0 10px;
	position:relative;
}
body#homePage div.content h6{
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	position:relative;/* IE6 bug, needed for border to show */
}
div.homePanel1 div.content a,
div.homePanel2 div.content a{
	color:#024592;
	padding-right:15px;
	background:url(../images/btn_bluearrr.jpg) center right no-repeat;
	float:right;/**/
	text-decoration:none;
}
div.homePanel1 a.greenSlab,
div.homePanel2 a.greenSlab{
	position:absolute;
	bottom:10px;
	clear:both; /* for IE6 bug */
}
div.homePanel4,
div#homePanel3{
	float:left;
	height:205px;
	position:relative;
}
div#homePanel3{
	width:480px;
}
div#homePanel3 p.intro{
	font-size:14px;
	font-weight:bold;
	color:#005932;
	margin-right:40px;
}
body#homePage ul.tickList{
	float:left;
	margin-right:40px;
}
div.homePanel4{
	max-width:245px; /* For opera */
}
body#homePage a.kLineBtn{
	position:absolute;
	bottom:10px;
}
div#callMeBox{
	float:right;
	width:230px;
}
div#callMeBox p.formMsg{
	color:#005932;
}
div#callMeMsg a{
	float:right;
}
div#callMeMsg img{
	margin-bottom:10px;
}
div#callMeMsg p{
	float:left;
	width:auto;
	color:#555555;
	line-height:1em
}
form#callMe fieldset{
	border-top:1px solid #cccccc;
	padding:10px 0;
	text-align:right;
}
form#callMe label{
	font-weight:bold;
}
form#callMe label.floatL,
form#callMe label.floatR{
	width:112px;
}
form#callMe p{
	margin-bottom:0;
	font-size:11px;
	padding-top:5px;
	clear:both;
}
form#callMe input.text{
	width:105px;
}
form#callMe select{
	width:112px;
}
form#callMe input.greenSlab{
	float:right;
}
form#callMe span.errorMsg{
	color:#005932;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	display:block;
	width:112px;
}
/* ########## Generic  ########## */
div#rightCol div#callMeBox{
	margin-bottom:40px;
}
div#rightCol div.floatR{
	width:230px;
}
div#rightCol div.floatR h4{
	margin-bottom:10px;
}
div#rightCol blockquote{
	margin-right:0;
}
div#rightCol cite{
	text-align:right;
	font-weight:bold;
}
div.infoBox{
	float:left;
	/*
	overflow:hidden;*/
	background:#E2E2D7;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	clear:both;
	width:940px;
}
* html div.infoBox{
	height:1%;
}
div.infoBox h2{
	color:#005932;
}
/* 'Become a member' box */
div#rightCol div.infoBox{
	background-color:#F2F2ED;
	clear:both;
	float:right;
	overflow:visible;
	height:auto;
	width:210px;
}
div#rightCol div.infoBox a.greenSlab{
	float:right;
}
div#rightCol div.infoBox h6{
	float:left;
	font-size:11px;
	color:#555555;
	line-height:24px;
	margin-bottom:10px;/* IE6 bug */
}
div.infoBox div.floatL{
	width:465px;
	/*padding-bottom:10px;*/
	margin-right:10px;
}
div.infoBox img{
	margin:0 15px 10px 0;
}
div.infoBox img/*,
div.infoBox div.floatL p*/{
	float:left;
}
div.infoBox p{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;/**/
	color:#000000;
}
div.infoBox div.floatL p{/* IE6 bug */
	margin-bottom:0;
	padding-bottom:10px;
}
div.infoBox ul{
	float:left;
}
div.infoBox div.floatL > ul{
	float:none;
}
/* ########## Sitemap ########## */
body#siteMap div#leftCol{
	padding-bottom:30px;
}
body#siteMap div#leftCol h3{
	color:#005932;
	margin-top:25px;
}
body#siteMap div#leftCol a{
	display:block;
}
/* ########## misc  ########## */
.floatL{
	float:left !important;
}
img.floatL{
	margin:0 15px 15px 0;
}
.floatR{
	float:right !important;
}
img.floatR{
	margin:0 0 15px 15px;
}
.italics{
	font-style:italic;
}
.blueTxt{
	color:#024592;
}
.redTxt{
	color:#FF0000;
}
.greenTxt{
	color:#005932 !important;
}
.styleNorm{
	font-weight:normal !important;
}
/* Buttons  */
a.kLineBtn{
	background:url(../images/btn_kliner.gif) center right no-repeat;
	clear:both;
	padding-right:15px;
}
a.kLineBtn,
a.kLineBtn span{
	float:left;
	height:20px;
	line-height:20px;
	width:auto;
	white-space:nowrap;
	color:#000000;
	text-decoration:none;
}
a.kLineBtn span{
	background:url(../images/btn_klinel.gif) center left no-repeat;
	padding:0 5px;
	cursor:pointer;
}
.greenSlab{
	background:url(../images/btn_greenslab.gif) top left no-repeat;
	text-align:center;
	height:24px;
	line-height:24px;
	width:100px;
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF !important;
	border:0 none;
	text-decoration:none;
}
.noBrdr{
	border:0 none !important;
}
.hideEle{
	display:none !important;
}
/* Lists */
ul.tickList{
	margin-bottom:10px;
}
ul.tickList li{
	list-style:url(../images/bul_circtick.gif);
	margin:0 0 5px 16px;
}
ul.tickList.green li{
	color:#005932;
}
ul.rectList li{
	padding:3px 0 0 25px;
	margin-bottom:10px;
}
ul.rectList li span{
	background:url(../images/bul_rndrect.gif) left top no-repeat;
	width:19px;
	height:17px;
	float:left;
	text-align:center;
	color:#999999;
	font-weight:bold;
	margin:-3px 0 0 -25px;
	padding-top:2px;
	font-size:12px;
}
ul.sqrList{
	margin-bottom:15px;
}
ul.sqrList li{
	margin-bottom:5px;
}
ul.sqrList li,
div.blockList{
	background:url(../images/bul_greensqr.gif) 0 4px no-repeat;
	padding-left:15px;
}
