/* CSS Document */
html, html body {
	height: 100%;
	background-color: #ffffff;
	min-height: 100%;
	top: 0px;
	bottom: 0px;
}

html>/**/body .lightboxclick img{ top: 6px; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 16px;
	color:#070707;
    background-color:#ffffff;
	padding: 0px;
	margin: 0px; 	 
	text-align:center;
	min-width: 850px;
	list-style:decimal;
	height:100%;
	min-height:100%;
	top:0px; 
	bottom:0px
}

/* Heading Styles */

H1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight:bold;
    color:#810262;
	margin-top:-2px;
	margin-bottom:10px;
}

H2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight:bold;
    color:#000000;
	margin-top:3px;
	margin-bottom:5px;
}

H3 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight:bold;
    color:#810262;
	margin:10px 0px 0px 5px;
	
}
H4 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight:bold;
    color:#cccccc;
}

H5 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight:bold;
	font-style:italic;
    color:#efbe5f;
	margin-top:-1px;
}

P {
    padding:0px 0px 5px 0px;
	line-height:19px;
	margin:14px;
	font-size: 100%;
}

li {
   line-height:20px;
   list-style-position:inside;
}

ul{
   line-height:20px;
   list-style-type:circle;
   list-style:disc;
   list-style-position:inside;
}

img {border:none; margin:auto; }

hr 
{
	height: 0px;
	max-height: 0px;
	width: 100%;
	border-top: 1px solid #8fbbdf;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#WebAnnounce
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:90%;
    font-weight:bold;
    color:#ffffff
}
/* Link Styles */

a:link {
    color:#810262;
	text-decoration:none;
	}
	
li a:link {
    color:#810262;
	text-decoration:none;
	}
	
a:visited {
    color:#810262;
	text-decoration:none;
	}
	
li a:visited {
    color:#810262;
	text-decoration:none;
	}
	
a:hover {
    color:#810262;
	text-decoration:underline;
	}
	
li a:hover {
    color:#810262;
	text-decoration:underline;
	}
	
a:active {
    color:#810262;
	text-decoration:underline;
	}

li a:active {
    color:#810262;
	text-decoration:underline;
	}
	
.navigation a:link {
    color:#ffffff;
	text-decoration:none;
	}
	
.navigation a:visited {
    color:#ffffff;
	text-decoration:none;
	}
	
.navigation a:hover {
 	color:#ffffff;
	text-decoration:underline;
	}
	
.navigation a:active {
 	color:#ffffff;
	text-decoration:underline;
	}
	
.navigation font {color:#ffffff;}

a.navigation.link{color:#ffffff; text-decoration: none;}
a.navigation.visisted{color:#ffffff; text-decoration: none;}
a.navigation.hover{color:#ffffff; text-decoration: underline;}

.breadcrumb {
	color: #ffffff;
	text-decoration: none;
	background-color:#870262;
}

.breadcrumb a:link {
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb a:hover { 
	color: #ffffff;
	text-decoration: underline; 

}
.breadcrumb a:active {
	color: #ffffff;
	text-decoration: underline;
}

a.breadcrumb.link{color:#ffffff; text-decoration: none;}
a.breadcrumb.visited{color:#ffffff; text-decoration: none;}
a.breadcrumb.hover{color:#ffffff; text-decoration: underline;}

.footer {
	color: #cccccc;
	text-decoration: none;
	font-size:75%
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover { 
	color: #ffffff;
	text-decoration: underline; 

}

.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

a.footer.link{color:#ffffff; text-decoration: none;}
a.footer.visisted{color:#ffffff; text-decoration: none;}
a.footer.hover{color:#ffffff; text-decoration: underline;}
/*div id styles*/

#container 
{
	position:relative;
	z-index:1;
	top:0px;
	bottom:0px;
	width: 99%;
	height:100%;
	min-height:100%;
	height:auto !important;
	min-width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-28px;
	background-color:#ffffff;
	padding:0px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
}

#header 
{
	position:relative;
	z-index:2;
	top:0px;
	width:100%;
	height:100px;
	max-height:100px;
	overflow:hidden;
	float:none;
	background-image:url(/images/template/headback.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#810262;
	border-bottom:#efbe5f 2px solid;
}
	
#headerinner {
    height: 100px;
	width:100%;
	overflow:hidden;
}
	
#headerleft 
{
	position:absolute;
	z-index:3;
	top:0px;
    width:600px;
	height:100px;
	max-height:100px;
	overflow:hidden;
	float:left;
    background-image:url(/images/template/headback.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#810262;
}

#strap 
{
	position: absolute;
	top: 70px;
	left: 130px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	z-index: 4;
}

#headerright 
{
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
    width:160px;
    height:100px;
    max-height:100px;
	overflow:hidden;
	float:right;
	background-image:url(/images/template/headback.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#810262;
	padding-right:10px;
}
	
#horiznav 
{
	position:static;
	z-index:20;
	top:0px;
	font-size: 100%;
	width: 100%;
	height: 25px;
	max-height: 25px;
	background-image:url(/images/template/fullwidthnavback.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#aa4490;
	margin-left:auto;
	margin-right:auto;
	border-bottom:#660033 1px solid;
	border-top:#660033 1px solid;
	padding:0px 0px 0px 0px;
}
	
#navbarinner 
{
	position:static;
	z-index:20;
	top:0px;
	width: 810px;
	height: 25px;
	max-height: 25px;
	background-image:url(/images/template/NavBack.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
}

#homeinfobarinner {
    background-image:url(/images/template/NavBack.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 100%;
	position:static;
	top:0px;
	height: 25px;
	max-height: 25px;
	padding:0px 0px 0px 0px;
	z-index:2000;
}

#infobarinner {
    background-image:url(/images/template/NavBack.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 760px;
	position:static;
	top:0px;
	height: 25px;
	max-height: 25px;
	padding:4px 0px 0px 10px;
	z-index:2000;
}

#homeimage 
{
	position:absolute;
	z-index:1;
	top:129px;
	bottom:85px;
	width:100%;
	margin: 0;
	text-align:center;
	overflow:hidden;
	background-color:#810262;
} 

#maintainimage {
	margin: 0;
	text-align:center;
	color: White;
	width:100%;
	overflow:hidden;
	position:absolute;
	top:129px;
	bottom:85px;
	z-index:-11;
	background-color:#810262;
	z-index:1;
}

#FirstLevelimage 
{
	clear:both;
	width: 100%;
	margin: 0;
	text-align:center;
	height:190px;
	max-height:190px;
	min-height:190px;
	overflow:hidden;
	position:relative;
	top:0px;
	z-index:-11;
	background-color:#810262;
	margin-left: auto;
    margin-right: auto;
} 

#MapPageimage {
	width: 100%;
	margin: 0;
	text-align:center;
	height:290px;
	max-height:290px;
	min-height:290px;
	overflow:hidden;
	position:relative;
	top:0px;
	z-index:-11;
	background-color:#810262;
}

#horizinfo {
 	font-size: 85%;
	width: 100%;
    background-image:url(/images/template/fullwidthnavback.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#aa4490;
	position:relative;
	line-height:15px;
	left:0px;
	height: 25px;
	max-height: 25px;
	overflow:hidden;
	background-color:#893571;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	border-bottom:#efbe5f 1px solid;
	border-top:#660033 1px solid;
	z-index:1;
}

#horizinfohome {
	position: absolute;
	bottom: 80px;
	min-width: 842px;
	width: 99%;
	clear: both;
	left: 0.5%;
	height: 20px;
	max-height: 20px;
	overflow: hidden;
	font-size: 100%;
	background-image: url(/images/template/fullwidthnavback.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #aa4490;
	color: #ffffff;
	margin: 0px;
	border-bottom: #efbe5f 1px solid;
	border-top: #660033 1px solid;
	z-index: 1;
}

#homemain {
	position: absolute;
	bottom: 10px;
	min-width: 842px;
	width: 99%;
	clear: both;
	left: 0.5%;
	overflow: hidden;
	text-align: left;
	display: inline-block;
	background-image: url('/images/template/homeboxbackz.gif');
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #870262;
	margin-left: auto;
	margin-right: auto;
	border-left: #660033 1px solid;
	border-right: #660033 1px solid;
	padding: 0px;
	z-index: 1;
}

#homebox {
   position: relative;
   float:right;
   font-size: 90%;
   line-height: 14px;
   color: white;
   padding: 10px 5px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   width: 23%;
   height: 60px;
   max-height:60px;
   overflow:hidden;
   border-right: #efbe5f 1px solid;
   background-image: url('/images/template/homeboxback.gif');
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#870262;
}

#homebox1 {
   position: relative;
   float:right;
   font-size: 90%;
   color:white;
   padding:10px 5px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   line-height:14px;
   width: 23%;
   height: 60px;
   max-height:60px;
   overflow:hidden;
   background-image: url('/images/template/homeboxback1.gif');
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#870262;
}

#homebox2 {
   position: relative;
   float:right;
   font-size: 90%;
   color:white;
   padding:10px 5px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   line-height:14px;
   width: 23%;
   height: 60px;
   max-height:60px;
   overflow:hidden;
   border-right: #efbe5f 1px solid;
   background-image: 	url('/images/template/homeboxback2.gif');
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#870262;
}

#homebox3 {
   position: relative;
   float:right;
   font-size: 90%;
   color:white;
   padding:10px 5px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   line-height:14px;
   width: 23%;
   height: 60px;
   max-height:60px;
   overflow:hidden;
   border-right: #efbe5f 1px solid;
   background-image: 	url('/images/template/homeboxback3.gif');
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#870262;
}

#sidenav {
   width: 18%;
   min-width: 120px;
   max-width: 210px;
   text-align:left;
   position:relative;
   float:left;
   left:0px;
   top:0px;
   bottom:0px;
   height: 100%;
   min-height:100%;
   padding:18px 0px 10px 0px;
   background-color:#810262;
   z-index:3;
}

#sidenavghost {
   width: 18%;
   min-width: 120px;
   max-width: 210px;
   text-align:left;
   position:absolute;
   float:left;
   left:0px;
   top:347px;
   bottom:0px;
   padding:0px 0px 0px 0px;
   background-color:#810262;
   z-index:-1;
}

#sidenavdmain {
   width: 60%;
   text-align:left;
   position:relative;
   top:0px;
   margin-left:19%;
   margin-right:19%;
   margin-bottom: 25px;
   height:100%;
   min-height:100%;
   padding:10px 0px 20px 2px;
   background-color:#ffffff;
   z-index:1;
}

#nonnavdmain {
   width: 78%;
   text-align:left;
   display:inline-block;
   position:relative;
   top:0px;
   margin-left:1%;
   margin-right:0px;
   margin-bottom: 10px;
   bottom:0px;
   padding:10px 0px 20px 10px;
   background-color:#ffffff;
   z-index:2;
}

#nonnavdmain2 {
   width: 78%;
   text-align:left;
   display:inline-block;
   position:relative;
   top:0px;
   margin-left:1%;
   margin-right:0px;
   float:left;
   bottom:0px;
   padding:10px 0px 20px 10px;
   background-color:#ffffff;
   z-index:1;
}

#rightpanel {
   width: 18%;
   min-width: 150px;
   text-align:left;
   position:absolute;
   top:346px;
   bottom:0px;
   right:0px;
   float:right;
   padding:0px 0px 0px 0px;
   background-color:#964485;
   color:#ffffff;
   border-left: solid 1px #999999;
   z-index:1;
}

#rightpanel2 {
   width: 18%;
   min-width: 150px;
   text-align:left;
   position:relative;
   border-left: solid 1px #999999;
   top:0px;
   bottom:0px;
   right:0px;
   float:right;
   padding:0px 0px 0px 0px;
   background-color:#964485;
   color:#ffffff;
   margin-bottom:0px;
   border-left: solid 1px #999999;
   z-index:1;
}

#rightpanelMap {
   width: 18%;
   min-width: 150px;
   text-align:left;
   position:absolute;
   top:0px;
   bottom:0px;
   right:0px;
   float:right;
   padding:0px 0px 10px 0px;
   background-color:#964485;
   color:#ffffff;
   border-left: solid 1px #999999;
   margin-top:446px;
   z-index:1;
}

#rightpanelghost {
}

#rightpanelghost2 {
	width: 18%;
	min-width: 150px;
	text-align:left;
	position:absolute;
	border-left: solid 1px #999999;
	right:0px;
	float:right;
	top:344px;
	bottom:0px;
	padding:0px 0px 0px 0px;
	background-color:#964485;
	color:#ffffff;
	border-left: solid 1px #999999;
	z-index:-1;
}

#rightpanelText {
	padding: 10px 5px 10px 10px;
	color:#ffffff;
	min-height: 1px;
	z-index:1;
}

.rightpanelText {
	padding: 10px 5px 20px 10px;
	min-height: 1px;
	z-index:1;
	}

.rightpanelText a:link {
    color:#ffffff;
	text-decoration:none;
	}
	
.rightpanelText a:visited {
    color:#ffffff;
	text-decoration:none;
	}
	
.rightpanelText a:hover {
 	color:#ffffff;
	text-decoration:underline;
	}
	
.rightpanelText a:active {
 	color:#ffffff;
	text-decoration:underline;
	}
	
.rightpanelText font {color:#ffffff;}

a.rightpanelText.link{color:#ffffff; text-decoration: none;}
a.rightpanelText.visisted{color:#ffffff; text-decoration: none;}
a.rightpanelText{color:#ffffff; text-decoration: underline;}
	
.rightpanelText h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight:bold;
    color:#efbe5f;
	margin:10px 0px 0px 0px;
}

.rightpanelText h3 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:85%;
	font-weight:600;
	text-align:right;
    color:#cfcfcf;
	margin:4px 10px 0px 0px;
}

.rightpanelText p {
    padding:0px 2px 0px 0px;
	line-height:24px;
	margin:2px;
	font-size:90%;
}
	
#footer {
	position: relative;
	bottom:-1px;
	width:99%;
	min-width:770px;
	font-size:95%;
	text-align:center;
    clear:both;
	height: 5%;
	max-height: 20px;
	overflow:hidden;
	background-color:#810262;
	background-image:url(/images/template/subback.gif);
	margin-left:auto;
    margin-right:auto;
	border-top:#efbe5f 1px solid;
	padding:6px 0px 0px 0px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	z-index:1;
}

#footerinc {
	position: relative;
	bottom:-1px;
	width:99%;
	min-width: 842px;
	font-size:95%;
	text-align:center;
    clear:both;
	height: 5%;
	max-height: 20px;
	overflow:hidden;
	background-color:#810262;
	background-image:url(/images/template/subback.gif);
	margin-left:auto;
    margin-right:auto;
	border-top:#efbe5f 1px solid;
	padding:6px 0px 0px 0px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	z-index:1;
} 

#footerinc table {
	margin-left: auto;
	margin-right: auto;
}
  
#homefooter {
	position: absolute;
	bottom: 0px;
	min-width: 842px;
	width: 99%;
	clear: both;
	left: 0.5%;
	height: 2%;
	min-height: 17px;
	overflow: hidden;
	font-size: 95%;
	background-image: url(/images/template/subback.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #810262;
	margin: 0px;
	border-top: 1px solid #efbe5f;
	border-bottom: 0px;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
	padding: 1px 0px 0px 0px;
	z-index: 1;
}

#homefooter table {
	margin-left: auto;
	margin-right: auto;
}

#valid {
	position: relative;
	top:2px;
	float:right;
	width:300px;
}

#search {
   position:absolute;
   width: 15%;
   min-width: 150px;
   border-bottom:#efbe5f 2px solid;
   right:0px;
   top:1px;
   float:right;
   height:20px;
   border:0px;
   font-size:12px;
   z-index:5;
}

#searchbutt {
   background-color:#efbf5e;
   font-size: 80%;
   font-weight: 800;
   border: 1px solid #660033;
   vertical-align: middle;
   margin: 2px 10px 0px 0px;
   padding: 0px;
   cursor: pointer;
}

.yellosearchbutt {
   background-color:#efbf5e;
   font-size:80%;
   font-weight:800;
   border:1px solid #660033;
   vertical-align:middle;
   margin:2px 10px 0px 0px;
   cursor:pointer;
}

.searchbutt {
   background-color:#ffffff;
   font-size:80%;
   font-weight:800;
   color:#888888;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   margin:2px 10px 0px 0px;
   cursor:pointer;
}

.moreopen {
   background-color:#ffffff;
   background-image:url(/images/template/expOpen.gif);
   background-repeat:no-repeat;
   background-position:left;
   font-size: 80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #cfcfcf;
   margin:2px 10px 0px 0px;
   padding: 0px 10px 3px 15px;
   height: 20px;
   width: 45px;
   cursor:pointer;
}

.moreclose {
   background-color:#ffffff;
   background-image:url(/images/template/expClose.gif);
   background-repeat:no-repeat;
   background-position:left;
   font-size:80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #cfcfcf;
   margin:2px 10px 0px 0px;
   padding: 0px 10px 3px 15px;
   height: 20px;
   width: 45px;
   cursor:pointer;
}

.morestopsopen {
   background-color:#ffffff;
   background-image:url(/images/template/expOpen.gif);
   background-repeat:no-repeat;
   background-position:left;
   font-size: 80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #cfcfcf;
   margin:2px 10px 0px 0px;
   padding: 0px 10px 3px 15px;
   height: 20px;
   width: 90px;
   cursor:pointer;
}

.morestopsclose {
   background-color:#ffffff;
   background-image:url(/images/template/expClose.gif);
   background-repeat:no-repeat;
   background-position:left;
   font-size:80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #cfcfcf;
   margin:2px 10px 0px 0px;
   padding: 0px 10px 3px 15px;
   height: 20px;
   width: 90px;
   cursor:pointer;
}

.expopen {
   background-color:#ffffff;
   background-image:url(/images/template/expOpen.gif);
   background-repeat:no-repeat;
   background-position:right;
   font-size:80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   margin:2px 10px 0px 0px;
   padding:0px 10px 0px 0px;
   height: 15px;
   width: 15px;
   cursor:pointer;
}

.expclose {
   background-color:#ffffff;
   background-image:url(/images/template/expClose.gif);
   background-repeat:no-repeat;
   background-position:right;
   font-size:80%;
   font-weight:800;
   color:#cccccc;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   margin:2px 10px 0px 0px;
   padding:0px 10px 0px 0px;
   height: 15px;
   width: 15px;
   cursor:pointer;
}

.filterbutt {
   font-size:100%;
   font-weight:800;
   line-height: 20px;
   color:#ffffff;
   text-decoration:underline;
   vertical-align:middle;
   text-align:left;
   margin:8px 10px 0px 5px;
   background-color:#810262;
   border:none;
   cursor:pointer;
   display:inline-block;
   z-index:1;
}

.filterbutt2 {
   font-size:95%;
   font-weight:600;
   color:#ffffff;
   text-decoration:none;
   vertical-align:middle;
   text-align:left;
   margin:2px 10px 10px 10px;
   background-color:#810262;
   width:90%;
   border:none;
   cursor:pointer;
   z-index:1;
}

.filtersel {
   font-size:110%;
   font-weight:520;
   color:#ffffff;
   text-decoration:none;
   vertical-align:middle;
   text-align:center;
   margin:5px 5px 5px 5px;
   background-color:#810262;
   border: 1px;
   border-color:#efbe5f;
   padding: 0px 7px 0px 0px;
   background-image:url(/images/template/deselect.gif);
   background-position:right;
   background-repeat:no-repeat;
   cursor:pointer;
   display:block;
   float:left;
   width:95%;
   border-style:solid;
   z-index:1;
}

.filttext {
   font-size:110%;
   font-weight:520;
   color:#ffffff;
   text-decoration:none;
   vertical-align:middle;
   text-align:left;
   margin:5px 5px 5px 5px;
   padding: 0px 7px 0px 0px;
   cursor:pointer;
   display:block;
   float:left;
   width:95%;
   z-index:1;
   border:0px;
   background-color:transparent;
}

.ibutt {
	background-image:url(/images/template/info.gif);
	border:0px;
	background-color:#ffffff;
	width:20px;
	height:20px;
	padding:4px 2px 0px 2px;
	cursor:pointer;
}

#slider-range-min {
   width:80%;
   margin-left:auto;
   margin-right:auto;
}

#txtsearch {
   font-size:85%;
   font-weight:800;
   width:96%;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 1px;
}

#allfixs {
   width: 100%;
   position:relative;
   float:none;
   bottom:0px;
   z-index:-1;
}

#selectsearch {
   font-size:100%;
   font-weight:800;
   width:96%;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 0px;
}

#txtSearch {
	width: 100px;
}

#filtered {
	font-size:85%;
	background-color:#964485;
	color:#ffffff;
	padding: 0px;
	width: 98%;
	position:relative;
	border-bottom:1px #8FBBDF solid;
	float:right;
	padding: 5px 1% 10px 1%;
	z-index:1;
}
		
#filt {
	font-size:80%;
	background-color:#964485;
	color:#ffffff;
	padding: 0px;
	width: 98%;
	position:absolute;
	border-bottom:1px #8FBBDF solid;
	float:right;
	padding: 5px 1% 20px 1%;
	z-index:1;
}	

#filterbox {
   position:relative;
   width: 100%;
   bottom:0px;
   min-width:120px;
   overflow:hidden;
   float:right;
   margin:0px  0px 10px 0px;
   padding:0px ; 
   font-size:100%;
   line-height: 14px;
   z-index:1;
   border-bottom:1px #8FBBDF solid;
}

#datepicker {
   padding: 0px 10px 0px 0px;
   width: 50%;
   z-index:1;
}

.NG_search {
	text-align: left;
	font-size:95%;
	vertical-align: top;
	padding: 3px 0px 5px 5px;
	font-weight: bold;
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #810262;
	width: 100%;
	min-width: 150px;
	border-bottom:#660033 1px solid; 
	background-repeat: 	no-repeat;
	background-position:bottom right;
	background-image: 	url('/images/template/pr_sh.gif');
}
		
.NG_search a:link {
	color: #ffffff;
	text-decoration: none;
}

.NG_search a:visited {
	color: #ffffff;
	text-decoration: none;
}

.NG_search a:hover { 
	color: #ffffff;
	text-decoration: underline;
}

.NG_search a:active {
	color: #ffffff;
	text-decoration: underline;
}

.NG_searchbox {
	color: #333333;
	padding: 0px 10px 1px 0px;
	height: 40px;
	width: 100%;
	min-width:150px;
	font-size:100%;
	background-color: #810262;
	border-bottom:#FFCC00 1px solid;
	margin-bottom: 0px;
	vertical-align:top;
}

.NG_searchbox_accent {
	border-top: 1px solid #FFCC00;
	width: 100%;
	min-width:150px;
	height: 1px;
	margin-bottom:-1px;
}

.NG_searchbox img {
	padding-right: 0px;
}

.NG_FIXsearchbox {
	color: #333333;
	padding: 0px 0px 1px 1px;
	height: 110px;
	width: 100%;
	min-width:150px;
	background-color: #810262;
	border-bottom:#FFCC00 1px solid;
	margin-bottom: 0px;
	vertical-align:top;
	z-index:1;
}

.NG_FIXfilterbox {
	color: #333333;
	padding:0px 0px 1px 1px;
	font-size:90%;
	line-height: 14px;
	width: 100%;
	min-width:150px;
	background-color: 	#810262;
	padding:0px 0px 10px 0px; 
	margin-bottom: 0px;
	vertical-align:top;
	z-index:1;
	float:right;
}

#border {
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 border: 1px #ccc solid;
 width:450px;
 background-color:#ddc6da;
}

input {
   font-size:85%;
   font-weight:800;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 1px;
}

textarea {
   font-size:85%;
   font-weight:800;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 1px;
}

scroll {
   font-size:90%;
   font-weight:800;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 1px;
}

select {
   font-size:100%;
   font-weight:800;
   border:1px solid #8FBBDF;
   vertical-align:middle;
   background-color:#fff;
   margin: 0px 0px 0px 1px;
}

#gallerybox {
    position:relative;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	right:0px;
	left:10px;
	display:inline-block;
}

#galleryimage {
	width:110px;
	height: 160px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	position:relative;
	float:left;
	margin: 5px 3px 5px 3px;
	padding: 3px 0px 3px 0px ;
	z-index:1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#810262;
}

#vzaar_media_player {
    width: 340px;
	float:left;
	margin:0px 40px 5px 50px;
}

#left_image {
	float:left;
	font-size:80%;
	text-align:center;
	margin:0px 15px 5px 15px;
}

#centre_image {
	float:none;
	font-size:80%;
	text-align:center;
	margin:0px 15px 5px 15px;
}


#right_image {
	float:right;
	font-size:80%;
	text-align:center;
	margin:0px 15px 5px 15px;
}

#individual {
    width:200px;
	position:relative;
	float:left;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:20px;
	font-size:80%;
}

.newspopup {
	border-left:#660033 1px solid;
	border-right:#660033 1px solid;
	background-color:#FFFFFF;
	position:relative;
	top:-15px;
	float:right;
	width:90%;
	z-index:3;
	overflow:auto;
	text-align:left;
}

.mappopup {
	border-left:#660033 1px solid;
	border-right:#660033 1px solid;
	background-color:#bbdc9d;
	position:relative;
	top:0px;
	left:65px;
	float:left;
	width:90%;
	z-index:3;
	overflow:auto;
	text-align:left;
}

.infopopup {
	background-color:#f9f9f9;
	border: 1px solid #8FBBDF;
	position:relative;
	top:0px;
	left:65px;
	float:left;
	width:80%;
	z-index:3;
	padding: 5px 5px 2px 10px;
	font-size:12px;
	overflow:auto;
	text-align:left;
}

.disclaimer {
	font-size:85%;
	color:#888888;
	padding:0px 0px 0px 0px;
}

.maptable hr{color: #cfcfcf; margin: 3px 0px 3px 65px; width:90%; text-align:right;}

.fixtable h3 {padding: 0px 0px 0px 20px; margin: 0px 0px 0px 0px; font-size:100%}
.fixtable h4{padding: 0px 0px 0px 40px; margin: 0px 0px 7px 0px; font-size:100%}
.fixtable {}

.yearg {padding: 0px 0px 10px 50px; font-size:100%; font-weight:800; }
.detailnbutt {padding: 2px 0px 5px 65px; font-size:100%; line-height: 20px;   }

.revealfix {}
.reveal {}

.splitPane_R_border {
   position: relative;
   float:left;
   font-size: 100%;
   padding:0px 7px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   line-height:14px;
   width: 48%;
   min-height: 60px;
   border-right: #8FBBDF 1px solid;
}

.splitPane {
   position: relative;
   float:left;
   font-size: 100%;
   padding:0px 0px 0px 1%;
   margin-left: auto;
   margin-right:auto;
   line-height:14px;
   width: 48%;
   min-height: 60px;
}

.mapdot {
  background-image:url(/images/template/mapdot.gif);
  background-repeat:no-repeat;
  background-position:center;
  color:#FFFFFF;
  font-size:80%;
  font-weight:600;
  text-align:center;
  vertical-align:middle;
  width:50px;
  min-width:50px;
  max-width:50px;
  height:20px;
}
  
.calendar {
  width:100%;
  position:relative;
  top:-10px;
  left:-10px;
  bottom:0px;
}
  
#twitter_update_list li {
	width: 340px;
	height:60px;
	font-size:90%;
	padding: 4px 10px 5px 90px;
	background-color:#ddc6da;
	background-image:url(/images/template/tweet.gif);
	background-repeat:no-repeat;
	background-position:left;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
}

#twitter_div {
	margin-left:auto;
	margin-right:auto;
}

.ac_loading {
	background : Window url('/images/template/indicator.gif') right center no-repeat;
}

.ac_results {
	padding: 0px;
	border: 1px solid #8FBBDF;
	background-color: #fff;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style:none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 100%;
	overflow: hidden;
	list-style:none;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.form_notes {
	font-size: 75%;
 }
 
#addschool {
	border-left:#660033 1px solid;
	border-right:#660033 1px solid;
	position:relative;
	float:right;
	z-index:3;
	height:0px;
	overflow:auto;
	text-align:left;
}

#addschool2 {
	border-left:#660033 1px solid;
	border-right:#660033 1px solid;
	position:relative;
	float:right;
	z-index:3;
	height:0px;
	overflow:auto;
	text-align:left;
}

.gallthumbholder {	
	width: 110px;
	height: 160px;
	max-width: 110px;
	max-height: 160px;
	position: relative;
	float:left;
	display: inline; 
	margin-right: 2px;
}

.gallthumbtext {
	margin: 0px 8px 0px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center; 
	font-size:88%;
}

.lightbox  img {
	max-width:85px;
	max-height:85px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #efbf5e;
	background-color:#FFFFFF;
	text-align:center;
}

.lightboxframe button {
	width: 110px;
	height: 110px;
	max-width: 110px;
	max-height: 110px;
	position: relative;
	float:left;
	display: inline; 
	text-align:center;
	vertical-align:middle;
	background-color: #810262;
	border:none;
	cursor:pointer;
	background-image:url(/images/template/gallerythumb.gif);
	background-repeat:no-repeat;
}

.lightboxframe div {
	width: 110px;
	height: 110px;
	max-width: 110px;
	max-height: 110px;
	position: relative;
	float:left;
	display: inline; 
	text-align:center;
	background-color: #810262;
	border:none;
	cursor:pointer;
	background-image:url(/images/template/gallerythumb.gif);
	background-repeat:no-repeat;
	margin: 3px 2px 3px 1px;
}

.lightboxframe table.lball {
	border:0px;
	padding:0px;
	margin:0px;
	padding:0px;
	width:100px;
	height:95px;
	text-align: center;
	vertical-align: middle;
}

.lightboxframe table.lbsingle {
	border:0px;
	padding:0px;
	margin:0px;
	padding:0px;
	width:110px;
	height:95px;
	text-align: center;
	vertical-align: middle;
}

.lightboxframe img {
	max-width:85px;
	max-height:85px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 6px;
	border: 1px solid #efbf5e;
	padding: 5px 3px 5px 3px;
	background-color:#FFFFFF;
	text-align:center;
	margin: auto;
}

html>/**/body .lightboxframe img{ top: -2px; }


.lightboxclick img{
 max-width:85px;
 max-height:85px;
 position:relative;
 margin-left:auto;
 margin-right:auto;
 border: 1px solid #efbf5e;
 padding: 5px 3px 5px 3px;
 background-color:#FFFFFF;
 text-align:center;
 top:6px;


}
html>/**/body .lightboxclick img{ top: 6px;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #810262;
	border-right: 1px solid #8FBBDF;
	border-left: 1px solid #8FBBDF;
	border-top: 1px solid #8FBBDF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 75% Verdana, Helvetica, sans-serif;
	background-color: #810262;
	border-bottom: 1px solid #8FBBDF;
	border-right: 1px solid #8FBBDF;
	border-left: 1px solid #8FBBDF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #efbf5e; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-caption a { color: #efbe5f; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.truncate .h2 {
	color:#CCCCCC;
}

/* General formatting, added by Tamara Kuzminski */
.error  
{
    color: #cc0000;
    font-weight: bold;
} 

#slideshow 
{
	position:relative;
	visibility:hidden;
	top:0px;
	left:0px;
}

#slideshow img {
	position:relative;
	top:0px;
	left:0px;
}

.tableheaderline 
{
	height: 1px;
	background-color: #efbf5e;
}

select.leftdd 
{
	font-size: 90%;
	width: 200px;
}

select.rightdd 
{
	font-size: 90%;
	width: 200px;
}

select.fullwidthdd 
{
	font-size: 90%;
	width: 410px;
}

input.lefttxt 
{
	width: 200px;
}

input.righttxt 
{
	width: 200px;
}

input.righttxtmoney 
{
	width: 190px;
}

input.fullwidthtxt 
{
	width: 408px;
}

textarea.fullwidthtxt 
{
	font-size: 120%;
	width: 408px;
}

#postcoderow 
{
	display:none;
}

#addressrows 
{
	display:none;
}

#postcodefinder 
{
	display:none;
}

table.admintable 
{
	width: 100%;
	border: 0px;
	padding: 2px;
}

table.admintable tr.admintr 
{
	font-weight: bold;
}

table.sitemap 
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.sitemap td.sitemap 
{
	width: 33%;
	vertical-align: top;
	padding: 2px;
}

table.sitemapitem 
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.sitemapitem td 
{
	vertical-align: top;
	padding: 2px;
	border: 0px;
}

table.sitemapitem td.sitemapspacer 
{
	vertical-align: top;
	padding: 2px;
	border: 0px;
}

#homepagetext 
{
	position: absolute;
	z-index:20;
	top: 170px;
	left: 75px;
	width: 350px;
	height: 300px;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: left;
	padding: 10px;
}

#homepagetext h1 
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#homepagetext p 
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.homepagetextshow 
{
	visibility: visible;
	z-index: 2005;
}

.homepagetexthide 
{
	visibility: hidden;
}

#homehide 
{
	position: absolute;
	z-index: 21;
	top: 280px;
	left: 0px;
	font-size: 80%;
}

#homeshow 
{
	position: absolute;
	z-index: 20;
	top: 129px;
	left: 0px;
	font-size: 80%;
	height: 23px;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: left;
	padding: 0px 8px 0px 5px;
}

#homeshow p 
{
	opacity: 1.0;
	filter: alpha(opacity=100);
	padding: 0px;
	margin: 0px;
}

.showhomeshow 
{
	visibility: visible;
}

.showhomehide 
{
	visibility: hidden;
}

#hometranslate 
{
	position: absolute;
	z-index: 21;
	top: 280px;
	left: 220px;
	width: 150px;
	font-size: 80%;
	text-align: right;
}

#translateshow 
{
	position: absolute;
	z-index: 21;
	top: 350px;
	left: 446px;
	font-size: 80%;
	width: 70px;
	height: 140px;
	background-color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: left;
	padding: 0px;
}

#translateshow p 
{
	opacity: 1.0;
	filter: alpha(opacity=100);
	padding: 3px 0px 0px 10px;
	margin: 0px;
}

.translateshow 
{
	visibility: visible;
}

.translatehide 
{
	visibility: hidden;
}

#magsearchnav 
{
	position: absolute;
	z-index: 10;
	width: 135px;
	height: 22px;
	padding: 3px 0px 0px 0px;
	margin-right: 10px;
}

#magsearchbar 
{
	position:relative;
	z-index:11;
	width: 700px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 0px;
}

#magsearchbox 
{
	position: relative;
	z-index:12;
	width: 270px;
	height: 22px;
	margin-left: auto;
	margin-right: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#opacity 
{
	position: absolute;
	z-index: 13;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 32px;
	background-color: white;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#magsearch 
{
	position: absolute;
	z-index: 14;
	top: 5px;
	left: 5px;
}

.magsearchhide 
{
	visibility: hidden;
}

.magsearchshow 
{
	visibility: visible;
}

table.searchtable 
{
	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.searchtable td 
{
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
	border: 0px;
}

#haileyburyweek 
{
	position: absolute;
	z-index:20;
	top: 25px;
	left: 20px;
	width: 200px;
	height: 200px;
}

table.social 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.social td 
{
	padding-right: 2px;
	border: 0px;
	vertical-align: top;
}

/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0px;
	top: 1px;
	white-space: nowrap;
	color: #999999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}

