@charset "utf-8";

/* Default styles */
body, html {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #BBE1D7;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(../img/bg-strip.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1,h2,h3,h4,h5 { font-weight: normal; margin-top: 0; margin-bottom: 10px }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: .9em; margin-top: 0; font-weight: bold }
p {
	font-size: 12px;
	color: #2252a9;
	margin: 10px auto;
	line-height: 1.6;
}


td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li {
	font-size: 12px;
}
ul.sitemap { list-style-image: url(../img/heart.png) }
ul.sitemap li{ padding-bottom: 5px }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { color: #00917f; text-decoration: none; outline: none }
a:hover { text-decoration: underline }
a:active { color: #006 }
img { border: none; margin: 0; }


/* Divs IDs */

#bodybox {
	width: 880px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;	
	min-height:100%;
	position:relative;

	
	
}


/*#splashbox {
	width: 835px;
	margin: 0px auto;
	padding: 0;
	background: #fff url(../img/splash_logo_new.png) top right no-repeat;
	background-color: #FFFFFF;
}
#splashbox .left {
	float:left;
	width:520px;
	margin-top: 0px;
}
#splashbox .right {
	float:left;
	margin-left:0px;
	padding: 0 20px;
	width:275px;
	text-align:left;
	font-size:0.8em;
	margin-top:210px
}
#splashbox .footer {
	width:835px;
	background: url(../img/splash_footer.png);
	clear:left;
	height:85px;
	position: relative;
	text-align: center;
}
.footer p {
	position: absolute;
	bottom: 0;
	left: 50%; margin: 0 0 5px -35px;
	font-weight:bold;
	font-size: .9em;
}
.footer a {
	color: #fff
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	/*margin-top: -400px; 		/* Half the height of div #bodybox. */
	/*float: left;
}
*/

#mastbox {
	height: 108px;
	background-color: #EBF7F5;
	width:880px;
}

#mastimage {
	height: 108px;
	float:left;
	width: 609px;
	background-color: #FFFFFF;
	text-align: right;
}
#mastanim {
	height: 108px;
	width: 271px;
	float:left;
}

#menu {
	height: 40px;
	width: 880px;
	background-image: url(../img/menu-wide.jpg);
	background-repeat: no-repeat;
}
#bodycontent {
	text-align:left;
	float:right;
	padding: 0px;
}
#bodycontainer {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}
#bodytext {
	margin-right: 30px;
	float:left;
	width: 440px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00917f;
}

#bodytextwidecol {
	margin-right: 20px;
	float:left;
	width: 605px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00917f;
}

#bodytextwelcome {
	margin-right: 40px;
	float:left;
	width: 560px;
	padding-left: 70px;
}

#welcomeanim{
	height: 320px;
	width: 560px;
	background-color: #ABD0CB;
	margin-bottom: 30px;
}

#bodyright {
	width: 165px;
	float: left;
}

#bodyrighthomepage {
	float: left;
	width: 180px;
}

#bodyrighthomepagepromo {
	float: left;
	width: 180px;
}

#bodyrighthomepage img{
	margin: 0 0 6px 0;
	float:left;
}

#leftCol {
	width: 180px;
	float:left;
	padding-top: 3px;
	padding-left: 10px;
	margin-right: 0px;
}

#submenu {
	float:left;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}
#footer {
	position:absolute;
	bottom:0px;
	height:60px;
	width:880px;
	padding-top:13px;
	text-align:center;
	background-color:#F3F3F3;

}

.footer-links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


#footer-reg-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#999999;
}


/* Custom Tags */
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.green {color:#00917f}
.blue {color:#2252a9}
.under { text-decoration: underline }
.clear { clear:both }
.padtop { padding-top: 20px }
.nopad { padding: 0 }
.nomargin { margin: 0 }
.pdflink { display:block; height:40px; }
/* Menu CSS */

#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	padding: 1px 10px;
	color: #fff;
	font-size: 1.1em
}
#menu a:hover { text-decoration: underline }
#menu ul {
	list-style-type: none;
	color: #FFFFFF;
	padding: 0;
	margin-left: 212px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menu li {
	float:left;
	margin-left: 8px
}
#menu a.active { font-weight: bold }


/* Footer Menu CSS */

/*

#footer ul {
	list-style-type: none;
	padding: 0; margin: 0;
}
#footer li {
	float: left;
	font-size: 11px;
	margin: 5px; padding-right: 20px;
	display: block;
	background: url(../img/heart.png) right no-repeat;
}
#footer a { 
	color: #284374;
}

*/



.contactlink {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px; height: 90px;
	display: block;
}
/* Sub-Menu CSS */
#submenu ul {
	list-style-type: none;
	padding: 0; margin: 0;
}
#submenu li {
	margin: 0;
	padding: 0;
	padding-left: 16px;
	margin-bottom: 15px;
}
#submenu a { color: #2252a9 }
#submenu a:hover { font-weight:normal; text-decoration:underline; color:#00917f }
#submenu li.active { 
	background: url(../img/heart.png) top left no-repeat;
	color:#2252a9;
	}

#submenu li.active a { 
	color:#2252a9;
	}
	
#submenu ul li.active a{ 
	font-weight: normal;
	color:#00917f;
	}	
	

#submenu ul li ul li {
	margin: 5px auto;
	padding-left: 15px;
		 color:#2252a9;

}

#submenu ul li ul li a {
	color:#2252a9;

}

#submenu ul li ul li.active {
	 background: none;
	 color:#2252a9;
}

#submenu ul li ul li.active a {
	font-weight: normal; color:#2252a9!important;
}


#bodytext ul {
	list-style-type:none;
	line-height: 1.6;
	color: #2252a9;
	}

#bodytext li {
	background: url(../img/heart.png) no-repeat;
	background-position:0 5px;
	padding-left:20px;
}


.chalboxOuter{
	width:280px;
	background-color:#00917F;
	padding:1px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}


.homeboxOuter{
	width:175px;
	background-color:#00917F;
	padding:1px;
	margin-bottom: 20px;
	margin-right: 14px;
	float: left;
}

.homeboxOuterEnd{
	width:175px;
	background-color:#00917F;
	padding:1px;
	margin-bottom: 20px;
	float: left;
}


.chalboxText{
	float:left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #2252a9;
}



.homeboxText{
	float:left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #2252a9;
}





.newsboxOuter{
	width:99%;
	background-color:#00917F;
	padding:1px;
	margin-bottom: 20px;
}

.newsboxInner{
	width:100%;
	background-color:#EFEEEE;
}


.chalboxInner{
	width:100%;
	background-color:#EFEEEE;
	height:150px;
}

.homeboxInner{
	width:100%;
	background-color:#EFEEEE;
	height: 180px;
}

.newsboxTitle{
	background-color:#00917F;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	font-size:14px;
}

.homeboxTitle{
	background-color:#00917F;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	font-size:14px;
}

.newsboxImage{
	width:93px;
	float:left;
	padding: 5px;
}

.newsboxText{
	float:left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #2252a9;
	width: 320px;
}


.newsboxText a{
	text-decoration:none;
	color:#00917f;
	}

.clear{
	clear:both;
}


.splashPageText {
	font-size: 1em;
	color: #009783;
	margin: 10px auto;
	line-height: 1.4;
}
.eventboxes{
width:160px;
float:left;
padding-right:40px;
padding-top:10px;
}

.eventboxes p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #2252a9;
	}

.eventboxesimg{
padding-bottom:1px;
}

#sideoptions {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#challogo {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: center;
}


#sideoptions img{
	float: left;
	margin-bottom:7px;
}


.sideoptionsdivider{
	float: left;
	width: 180px;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
}


.serviceimages{
	padding-top:20px;
	float: none;
	padding-bottom: 20px;
	width: 440px;
	clear: both;
}