@charset "utf-8";
body  {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.thrColHybHdr #container {
	width: 80%;  /* this will create a container whatever% of the browser width */
	min-width:800px;
	margin: 0px auto;
	border-color: #999;
	border-width: 1px;
	border-style:solid;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	padding-top: 0px;
	background-color: #FFFFFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 

.thrColHybHdr{ 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p {
	 /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

.thrColHybHdr #sidebar5 {
	width: 400px;
	float: left;
	padding-top: 0px;
	background-color: #FFFFFF;
}

.thrColHybHdr #sidebar2 {
	width: 360px;
	float: right;
	padding-top: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	background-color: #FFFFFF;
	padding-left: 5px;
}  
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.thrColHybHdr #mainContent {
	margin: 0 14em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
.thrColHybHdr2 #mainContent2 {
  margin: 0 10px 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
.thrColHybHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {margin-top:0;/*Tynans tweak!*/
		padding-top:0;
}



 #intro2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #88A6FF;
	font-style: bold;
}
#mainContent_wrapper {
	padding-right: 175px;
	margin-bottom: 10px;
} 
#mainContent2_wrapper {
	margin-bottom: 10px;
} 
#intro {
	padding-left: 10px;
	width: 500px;
	float: left;
} 

#footer {margin-top:0;/*Tynans tweak!*/
		padding-top:0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background-position: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainMenu {
	background-color: #88A6FF;
	height:40px;
	
}
.footersiret {
	font-size:10px;
	text-align:center;
	padding:5px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
#facebook {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

    .popsearches {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-color: #EAB96F;
	border-bottom-color: #EAB96F;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	width: auto;
	}
#SearchTable_wrapper {
	border:0;
	height: 100px;
	}

#logowrapper {
	MARGIN-TOP: 12px;
	MARGIN-LEFT: 10px;
	margin-bottom: 10px;
}
#innerwrapper {
	MARGIN: 8px;
	margin-right: 8px;
}

#wrappertop {
	MARGIN: 0px auto;
	WIDTH: 100%;
	BACKGROUND: url(NewImages/topmid.jpg) repeat-x;
	HEIGHT: 17px;
}
#wrapperbottom {
	MARGIN: 0px auto; WIDTH: 100%; BACKGROUND: url(NewImages/pagebot.jpg); HEIGHT: 17px; CLEAR: both;
}

#adrightwrapper {
	TEXT-ALIGN: right;
	MARGIN-TOP: 0px;
	FLOAT: right;
	padding-top: 8px;
}

#topcontent {
	BACKGROUND: url(NewImages/top_bg.gif) repeat-x left bottom
}
#outercontent {
	CLEAR: both; PADDING-TOP: 10px
}
#searchwrapper {
	TEXT-ALIGN: center;
	background-repeat: no-repeat;
	background-image: url(NewImages/bgsearch2.gif);
	clear: both;
}

#searchwrapper INPUT {
	VERTICAL-ALIGN: middle;
	margin-left: 10px;
}
#bussearch2 {
	BACKGROUND: url(NewImages/bgsearch2.gif) center top;
	height: 100px;
	padding-top: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #003399;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}
.bussearchpad{
	padding-top: 5px;
}
.mapmaintext {
	margin-bottom:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 400px;
}
DIV.image_list {
	MARGIN-BOTTOM: 3px; COLOR: #000000
}
DIV.image_list IMG {
	MARGIN: 0px 3px 0px 0px; VERTICAL-ALIGN: center; WIDTH: 15px; HEIGHT: 15px
}


DIV.hp_map {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 312px; PADDING-TOP: 0px; POSITION: relative; HEIGHT: 208px
}
DIV.hp_map IMG {
	DISPLAY: block; Z-INDEX: 4; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px
}
DIV.hp_map IMG.towns {
	Z-INDEX: 6; VISIBILITY: visible
}
DIV.mappo {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 400px;
	POSITION: relative;
	HEIGHT: 400px;
	BACKGROUND-COLOR: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
DIV.mappo2 {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 400px;
	POSITION: relative;
	HEIGHT: 400px;
	BACKGROUND-COLOR: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
DIV.overtop {
	Z-INDEX: 6;
	LEFT: -7px;
	VISIBILITY: visible;
	WIDTH: 400px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 400px
}
DIV.overlay {
	Z-INDEX: 2; LEFT: -7px; POSITION: absolute; TOP: 0px
}
DIV.overlay IMG {
	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; WIDTH: 400px; POSITION: absolute; TOP: 0px; HEIGHT: 400px
}
DIV#load_anim {
	DISPLAY: none;
	Z-INDEX: 8;
	LEFT: 10px;
	VISIBILITY: visible;
	WIDTH: 400px;
	POSITION: absolute;
	TOP: 10px;
	HEIGHT: 400px
}
IMG#map_base0 {
	LEFT: -7px;
	WIDTH: 400px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 400px
}
IMG#map_base1 {
	LEFT: -7px; VISIBILITY: hidden; WIDTH: 400px; POSITION: absolute; TOP: 0px; HEIGHT: 400px
}
DIV#map_crumbs {
	BORDER-RIGHT: #add6ff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #add6ff 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 2px; MARGIN-LEFT: 7px; BORDER-LEFT: #add6ff 1px solid; WIDTH: 381px; COLOR: #ffffff; PADDING-TOP: 2px; BORDER-BOTTOM: #add6ff 0px solid; BACKGROUND-COLOR: #3399ff
}
DIV#map_crumbs SPAN {
	COLOR: #dddddd
}
DIV#map_crumbs A {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
DIV#map_crumbs A:hover {
	COLOR: #dddddd
}
DIV#map_title {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 2px; Z-INDEX: 10; PADDING-BOTTOM: 2px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; POSITION: absolute; BACKGROUND-COLOR: #fff5cc
}


UL.advice {
	PADDING-RIGHT: 0px; PADDING-LEFT: 1.5em; PADDING-BOTTOM: 0px; MARGIN: 7px 0px -10px; COLOR: #000000; PADDING-TOP: 0px
}
UL.advice LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px; PADDING-TOP: 0px
}
DIV#contact {
	WIDTH: 207x;
	height: 234px;
}
.stylesearch{
	BACKGROUND:center top;
	background-position: fixed;
	height:140px;
	width:auto;
	padding:20px 10px 0 10px;
	margin: 7px 10px;
	}
	.mapsearch5 {
	height:200px;
	width:380px;
	padding:20px 20px 0 10px;
	margin: 7px 0px;
	text-align: left;
	}
.maphead {
	float: left;
	width: auto;
	}
	.mapheadtext{
	font-weight: bold;
	font-size: 11pt;
	color: #C64F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	margin-left: 10px;
	}
	.mappagetext {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	}
DIV#mapsearchbox {
	float: right;
	width: 450px;
	margin-right: 10px;
		}	
.label{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
float: left;
text-align:right;
padding:7px 0 2px 0;
padding-right:15px;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.mapsearchfield{
clear: left;
margin:0 10px 0 10px;
padding-left: 170px; /*width of left column containing the label elements*/
}
.label p{
clear: left;
margin:0 10px 0 10px;
padding-left: 170px; /*width of left column containing the label elements*/
}
DIV#mapsearchtext{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
float: left;
text-align:right;
padding:7px 0 2px 0;
padding-right:15px;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.mapblacktext {
	margin-bottom:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 400px;
}
DIV.PicRight{
	PADDING-BOTTOM: 4px;
	WIDTH: 175px;
	MARGIN-BOTTOM: 5px;
	PADDING-TOP: 4px;
	text-align: center;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.butr {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.butr:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	font-variant: normal;
}
.butr:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.butr:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.hintsstyle{
	margin-bottom:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 50px;
}
#homemapbutz {
	font-weight: bold;
	font-size: 14px;
	color: #333
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 10px;
	float: right;
	}
	#homelogin {
	font-weight: bold;
	font-size: 14px;
	color: #333
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 20px;
	float: right;
	}
	#tab-banner {
	text-decoration:none;
	text-transform:none;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #D20000;
	font-weight: bold;
	height: 70px;
}
	#tab-bannerred {
	background-color: #D20000;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}
	#tab-bannergreen {
	background-color: #008442;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}		
		
	#tab-bannerbrown {
	background-color:#E68A00;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}


	#tab-bannerdirectory {
	background-color:#00a8e4;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}


	#tab-bannerblue {
	background-color:#738fc8;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}

		#tab-bannercoffee {
	background-color:#BA9C70;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
	margin-bottom: 8px;
		}
			
	#tab-banneryellow {
	background-color:#FC3;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	color: #FFF;
	height: 20px;
		}
			#tab-bannercream {
	background-color: #ffffb7;
	padding: 8px 8px 8px 8px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color: #000;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}	
		
.tablargetext{
	text-decoration:none;
	text-transform:none;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.mapcssform p{
clear: left;
margin:0 10px 0 10px;
padding-left: 450px; /*width of left column containing the label elements*/
height: 1%;
}
.mapcssform label{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
float: left;
text-align:right;
padding:7px 0 2px 0;
padding-right:15px;
margin-left: 450px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
