/* CSS Document */

body { 
font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:18px; background-color:#368CBD; background-image:url(images/bg.jpg); background-repeat:repeat-x ; margin-top:0px; font-weight:bold}

a:link, a:visited{ color:#99CCFF; text-decoration:underline}
a:hover { color:#99CCFF; text-decoration:none}

#container { width:960px; 
margin-left:auto;
margin-right:auto;
margin-top:0px;
z-index:1;
}

#header { width:960px; height:206px; background-image:url(images/new_logo.gif); background-repeat:no-repeat; background-position:center}
#banner { width:960px; height:203px; padding-bottom:10px; background:url(images/banner.jpg); background-repeat:no-repeat}

#menu {width:960px; height:37px; background-image:url(images/menu_bg.gif); background-repeat:no-repeat; margin-top:9px; margin-bottom:5px}

.clear { clear:both}

#homecontent {
    float:left;
	margin-top: 0px;
	margin-right:0px;
	width:920px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;


	}

#content {
    float:left;
	margin-top: 0px;
	margin-right:0px;
	width:920px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;

}
#col-left {
    float:left;
	margin-top: 10px;
	margin-right:0px;
	width:221px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:350px;


}

#footer {
	width: 960px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height:40px;
	border-top:1px solid #CADFF0;
}

#footer p {
   text-align:center; font-size:12px; color:#fff;
   }
   
.gallery { margin:5px 5px 5px 10px; border: 1px solid #CAE0EE}
.botomtext { color:#003C00; font-weight:bold; font-size:16px}

.heading
{
	text-indent:-9999px;font-size: 0px; line-height: 0px; margin:0; padding:0;
}

.headingthree
	{ font-size: 1.17em; margin: .83em 0 }

.headingtwo
{ font-size: 1.5em; margin: .75em 0 }


