@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
	min-width:960px;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222;
}

#header{
	width:100%;
	height:auto;
	background-color:#000;	
	border:none;
	border-bottom:2px solid #DDD;
}

#title{
	width:100%;
	height:auto;
	min-height:100px;
	background-color:#005B7F;
	margin:0 0 10px 0;
}

#titleInner{
	width:960px;
	height:160px;
	margin:0 auto;
	background-image:url(images/layout/title.jpg);
	background-repeat:no-repeat;
}

#titleInner h1{
	font-size:32px;
	font-weight:bold;
	color:#FFF;
	padding:40px 0 10px 10px;
}

#titleInner h2{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:0 0 0 10px;
}

.container{
	width:960px;
	height:auto;
	margin:0 auto;
}


#footer{
	width:100%;
	height:auto;
	border:none;
	border-top:1px dashed #222;
}

#footerInner{
	height:auto;
	margin:0;
	padding:10px;
	background-color:#FFF;
}

.footMenuCol{
width:auto;
height:auto;
padding:10px 6px 0 10px;
float:left;
border-right:1px #666666 dotted;
}

.footMenuCol li{
font-weight:normal;
color:#666666;
padding:2px 0;
list-style-type:square;
list-style-position:inside;
font-size:11px;
}

.midCol{
	height:auto;
	float:left;
	margin:0 0 10px 0;
}

.midCol .padIn{
	margin:0 10px 0 0;
}

.midCol.full{
	width:100%;
}

.midCol.eighty{
	width:80%;
}

.midCol.seventy{
	width:70%;
}

.midCol.seventyFive{
	width:75%;
}

.midCol.sixty{
	width:60%;
}

.midCol.fifty{
	width:50%;
}

.midCol.fiftyFive{
	width:55%;
}

.midCol.forty{
	width:40%;
}

.midCol.fortyFive{
	width:45%;
}

.midCol.thirty{
	width:30%;
}

.midCol.twentyFive{
	width:25%;
}

.midCol.twenty{
	width:20%;
}

.midCol.fifteen{
	width:15%;
}


.midColInner{
	margin:0 10px 0 0;
	background-color:#000;
	padding:0 10px;
}

.midColInner.padin{
	padding:10px 10px 0 10px;
}

.midColInnerTop{
	height:40px;
	overflow:hidden;
	margin:0 10px 0 0;
	position:relative;
}

.midColInnerTopInner{
	height:30px;
	margin:0 10px;
	padding:10px 0 0 0;
	background-image:url(images/layout/greyTop.png);
	background-repeat:repeat-x;
}
	
.midColInnerTopLeft{
	height:40px;
	width:10px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background-image:url(images/layout/greyTopLeftCorner.png);
	background-repeat:no-repeat;
}

.midColInnerTopRight{
	height:40px;
	width:10px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background-image:url(images/layout/greyTopRightCorner.png);
	background-repeat:no-repeat;
}


.midColInnerBtm{
	height:8px;
	overflow:hidden;
	margin:0 10px 10px 0;
	position:relative;
}

.midColInnerBtmInner{
	height:8px;
	margin:0 8px;
	background-color:#000;
	background-repeat:repeat-x;
}
	
.midColInnerBtmLeft{
	height:8px;
	width:8px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	background-image:url(images/layout/whiteCornerBtmLeft.png);
	background-repeat:no-repeat;
}

.midColInnerBtmRight{
	height:8px;
	width:8px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background-image:url(images/layout/whiteCornerBtmRight.png);
	background-repeat:no-repeat;
}

.sectionBox{
	width:25%;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}

.sectionBox .imageHolder{
	min-width:80px;
	overflow:hidden;
	margin:0 5px;
}

.sectionBox .textArea{
	margin:5px;
	text-align:center;
}

.sectionListBlock{
height:auto;
margin:0 0 4px 0;
background-color:#333;
}

.quickSearch{
	width:auto;
	height:auto;
	float:right;
}

.clear{
clear:both;
height:0px;
font-size:0px;
}

.box{
	height:auto;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#F9FAFD;
}

.box2{
	height:auto;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#005B7F;
	color:#FFF;
}

.galPic{
	float:right;
}

.galPic .picText{
	margin:0 10px;
}

.mapBox{
	width:300px;
	height:300px;
float:right;
margin:0 0 10px 10px;
border:1px solid #333;
}

.floatRightM{
float:right;
margin:0 0 10px 10px;
}

.bigMapHolder{
width:100%;
height:500px;
padding:0 0 10px 0;
}

h1, h2, h3{
font-size:14px;
padding:0 0 10px 0;
}

p{
font-size:12px;
padding:0 0 10px 0;
text-align:justify;
}

p.centre{
text-align:center;
}

li{
	list-style-type:square;
	list-style-position:inside;
	padding:5px;
}

ul{
	margin:0 0 5px 0;
}

hr{
color:#CECED1;
background-color:#EEEFF2;
border:none;
border-top:1px #CECED1 dashed;
height:0;
margin:0 0 10px 0;
}

.boldText{
	font-weight:bold;
}

.formBoxHolder{
	width:300px;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
}

.formBox{
	width:260px;
	height:auto;
}

.msgBox{
	width:394px;
	height:auto;
}
	

.imageBox{
	max-width:99%;
	margin:0 0 10px 10px;
	float:right;
}

.imageBox .inside{
	margin:0;
	padding:0;
}

.imageBox .inside .imageHolder{
	overflow:auto;
	background-color:#FFF;
	padding:0;
	margin:0;
}

.thumb{
width:44px;
height:44px;
float:left;
display:block;
white-space:nowrap;
margin:0 0 4px 4px;
padding:0;
border:none;
background-color:#FFF;
}

.thumb a img{
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
/* for Mozilla */
-moz-opacity:1;
border:none;
}

.thumb a:hover img{
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
/* for Mozilla */
-moz-opacity:0.8;
}




.nav{
	width:100%;
	height:30px;
}

.navBtn {
	width:100%;
	height:30px;
 float:left;
	margin-top:0px;
	overflow: hidden;
	padding:0;	border:none;
	border-left:1px solid #333;
}

.navBtn ul {
	margin: 0;
	padding:0;
	list-style: none;
	clear: both;
}

.navBtn ul li {
height:30px;
	float: left;
	color:#fff;
	font-size: 12px;
	list-style-type:none;
}

.navBtn ul li.menuSpacer {
	background: url(images/layout/navBtnSpacerLight.jpg) 100%  no-repeat;
	padding:0;
	margin:0;
}
	
.navBtn ul li a {
	display:block;
	padding:7px 11px 10px 11px;
	margin:0;
	text-decoration: none;
	color:#EEE;	border:none;
	border-right:1px solid #333;
}

.navBtn ul li a:hover {
	background-color:#333;
	color:#FFF;
	text-decoration: none;
}


.menu{
width:100%;
height:auto;
margin:0 0 10px 0;
float:left;
}

.menuBtn {
	height:auto;
	width:100%;
	clear: both!important;
	margin-top:0px;
	overflow: hidden;
}

.menuBtn ul {
	height:auto;
	padding:0;
	list-style-type:none;
	clear: both;
}

.menuBtn ul li {
	width:100%;
height:auto;
	margin:0;
	padding:0;
	float: left;
	color:#000000;
	font-size: 12px;
	list-style-type:none;
}

	
.menuBtn ul li a {
	display:block;
	padding:8px 10px;
	text-decoration: none;
	color:#DDD;
	font-weight:normal;
		text-decoration:none;
}

.menuBtn ul li a:hover {
background-color:#CCC;
text-decoration:none;
color:#000;
}

.menuBtn {
	height:auto;
	width:100%;
	clear: both!important;
	margin-top:0px;
	overflow: hidden;
}

.menuImageBtn ul {
	height:auto;
	padding:0;
	list-style-type:none;
	clear: both;
}

.menuImageBtn ul li {
	width:100%;
height:auto;
	margin:0;
	padding:0;
	float: left;
	color:#000;
	font-size: 12px;
	list-style-type:none;
border-bottom:1px #CECED1 dashed;
position:relative;
}

	
.menuImageBtn ul li a {
	display:block;
	padding:8px 10px;
	text-decoration: none;
	color:#222;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

.menuImageBtn ul li a .imageHolder{
	width:44px;
	height:44px;
	overflow:hidden;
}

.menuImageBtn ul li a .textArea{
	position:absolute;
	top:10px;
	left:60px;
}

.menuImageBtn ul li a:hover {
background-color:#CCC;
text-decoration:none;
color:#000;
}


:link, :visited {
	color: #337;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #000;
}
:link:active, :visited:active {
	color: #00F;
}

.mainLink:link, .mainLink:visited {
	color: #222;
	text-decoration: none;
	font-weight:bold;
}
.mainLink:link:hover, .mainLink:visited:hover {
	color: #000;
}
.mainLink:link:active, .mainLink:visited:active {
	color: #222;
}

.menuLink:link, .menuLink:visited {
	color: #222;
	text-decoration: none;
	font-weight:normal;
}
.menuLink:link:hover, .menuLink:visited:hover {
	color: #000;
}
.menuLink:link:active, .menuLink:visited:active {
	color: #222;
}


.footMenuCol li a:link, .footMenuCol li a:visited, .footAdCol a:link, .footAdCol a:visited {
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
.footMenuCol li a:link:hover, .footMenuCol li a:visited:hover, .footAdCol a:link:hover, .footAdCol a:visited:hover {
	color: #000;
	text-decoration:none;
}
.footMenuCol li a:link:active, .footMenuCol li a:visited:active, .footAdCol a:link:active, .footAdCol a:visited:active {
	color: #333;
}

.mLink {
width: auto;
height: 100px;
margin: 60px auto 10px auto;
text-align: center;
font-weight: normal;
color:#EFEFEF;
}

.mLink :link, .mLink :visited, .mLink :link:hover, .mLink :visited:hover, .mLink :link:active, .mLink :visited:active {
color: #EFEFEF;
font-weight: normal;
font-size:10px;
}

.hidden{
	visibility:visible;
}