﻿body  {
	font: 100% Tahoma, Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #f0dba4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #container { 
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background:#FFF;
	padding: 0 2em 0 2em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url('images/mainContent-Background.gif');
	background-position:top center;
	background-repeat:repeat-y;
	margin-bottom:0;
	
} 
.thrColFixHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
	height:80px;
	text-align:right;
	font-size:0.8em;
	color:#ABABAB;
} 
.thrColFixHdr #header a {
	/*color:#ABABAB;*/
	color:#000;
}
.thrColFixHdr #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 */
}

.thrColFixHdr #topText 
{
    padding-top:1.7em;
    margin-bottom:4px;
    text-align:center;
    font-size:1.4em;
}

.thrColFixHdr #subHeader { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
	margin-top:0em;
	margin-bottom:1em;
    height:83px;
    width:765px;
    background-image:url('images/search-background.jpg');
    background-position:center;
    background-repeat:no-repeat;
    z-index:50;
    text-align:center;
    font-size:25px;
}

.thrColFixHdr #subHeader #search {padding-top:7px;}
.thrColFixHdr #subHeader input{font-size:19px;} /*Font size for search inputs*/

.search {
    width:230px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
}

.blankSearch {
    width:230px;
    text-align:center;
    font-style:italic;
    color:gray;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top:0em;
}
.thrColFixHdr #sidebar1 h6 {margin-bottom:1px;}
.thrColFixHdr #sidebar2 h5 {margin-bottom:5px; text-decoration:underline; width:100%;}
.sponsor img {border:0; margin-bottom:0.5em;}
.sponsor hr {margin-top:0px;}
#becomesponsor {text-align:center; font-size:0.8em; margin-top:1em;}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size:0.9em;
}
.thrColFixHdr #sidebar2 a { text-decoration:none;}
.thrColFixHdr #sidebar2 a:visited { color:Blue;}
.thrColFixHdr #sidebar2 .dateAdded {color:Gray; font-size:0.9em;}
.thrColFixHdr #mainContent { 
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
	text-align:justify;
	
} 

.thrColFixHdr #mainContent p {margin-bottom:-0.5em;}
.thrColFixHdr #mainContent b {font-weight:normal;}
.thrColFixHdr #mainContent h4 b {font-weight:bold;}

.zeroLinks {background-color:Aqua; padding:0.3em;}
.zeroLinks b {font-weight:bold;}

.thrColFixHdr #mainContent .regionList {width:100%; border:0;}
.thrColFixHdr #mainContent .directoryLink
{
    font-size:1em;
    text-indent:10px;
    text-decoration:none;
}

.thrColFixHdr #mainContent .directoryLink:visited {color:Blue;}

.thrColFixHdr #mainContent h4
{
    border:0;
    margin:0;
    margin-top:0.5em;
}

.thrColFixHdr #mainContent h3 
{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-bottom:0;
}

#sitePath {text-align:right;}

.directoryTitle 
{
    font-size:1.6em;
    margin-bottom:0;
    margin-top:5px;
}

.linkBody {padding:0.3em;}
.linkAddress{font-size:1em;}
.contactDetails{font-size:1em;}
.desc{padding:0.5em; font-size:0.9em;}
.theLink {display: block; padding:0.3em; padding-bottom:0.2em; padding-top:0.2em; color:#000;}

.webLink {border-bottom:1px solid #000; margin:0.2em; margin-bottom:0.5em;}
.webLink .theLink {background-color: #FFFFB3;}

.basicLink {border-bottom:1px solid #000; margin:0.2em; margin-bottom:0.5em;}
.basicLink .theLink {background-color: #FFF;}

.featuredLink {border-bottom:1px solid #000; margin:0.2em; margin-bottom:0.5em;}
.featuredLink .theLink {background-color: #bdb9f4;}

.theLink{font-weight:bold; text-decoration:underline;}
.theLink:visited{font-weight:bold;}

/*Sub towns for regions table*/
.subs a {text-decoration:none;}
.subs a:visited{color:Blue;}

.count{color:Gray; font-size:0.8em;} /*count text next to sub link*/

#paging {text-align:center;}
.thrColFixHdr #footer 
{
    margin-top:1em;
    padding:5px 20px 0 20px;
    margin-bottom:-0px;
    font-size:0.8em;
    text-align:center;
    color:Gray;
}
.thrColFixHdr #footer a {color:Gray;}


.thrColFixHdr #pageFooter {
	margin-top:0;
	background-image:url(images/page-bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:40px;
	
} 
.thrColFixHdr #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 */
}
.fltrt {float: right;}
.fltlft {float: left;}

.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;
}

#fixedBanner { 
position:absolute; 
top: 1.2em; 
left: 0em;
width:100%; 
height:96px;
background-image:url(images/banner-bottom.png);
background-position:bottom;
background-repeat:repeat-x;
min-width:915px;
text-align:center;
}

#imgLogo img
{
    /*margin-left:15%;
    margin-top: 10px;
   float:left;*/
   margin-right:110px;
   padding-bottom:0.4em;
   border:0;
}

#listingOptions {text-align:center;}
#sponsorOptions {text-align:center;}
.advertisingTable {text-align:center; }
.advertisingTable th {padding:5px;border-bottom:1px solid #000; background-color:Aqua;border-right:1px solid #000;border-top:1px solid #000;}
.advertisingTable td {padding:5px; text-align:center; vertical-align:top; border-right:1px solid #000;border-bottom:1px solid #000;}
.advertisingTable .colSpan {text-align:center;}
.advertisingTable .alt {background-color: #ffffcc;}

#addalink {font-size:11px;}
#addalink #linkTypes {background-color:#ffffcc; padding:0.5em;}
#addalink #linkDetails, #accountDetails, #completionOptions {text-align:center;}
#addalink #linkDetails table, #accountDetails table {text-align:left; width:300px;}
#linkDetails {text-align:center;}
#addalink td.name {width:30%; vertical-align:top;}
#addalink table input, #addalink table textarea, #addalink table select {width:95%; font-size:0.9em;}

#addsponsor {text-align:center;}
#addsponsor table.main {font-size:11px;}
#addsponsor table.main {text-align:left;}
#addsponsor table.main td {text-align:left; vertical-align:top; padding-right:5px;}
#addsponsor table.main td.name {width:30%}
#addsponsor table.main td .control {width:95%;  font-size:0.9em;}
#addsponsor #headerText {text-align:left;}

#googleAdsense td {padding:0;margin:-5em;}