/*<![CDATA[*/


h1{ font-size: 3em; color: #000000;}
h2{ font-size: 2em; color: black;}
h3{ font-size: 1em; color: black;}
h4{ font-size: 2em; color: red;}
h5{ font-size: 1m; color: black; clear: both;}
h6{ font-size: 1.5em; color: black;}

/* NAVIGATION */
ul#mainNav {
  border-left: 1px dashed #999999;
  margin: 0;
  padding: 0;
  list-style: none;
float: left;  
}

#mainNav li {
  float: left;
  width: 16.6%;
}

#mainNav a {
  text-decoration: none;
  color: #000000;
  font-size: .8em;
  text-transform: uppercase;
  border: 1px dashed #999999;
  border-left: none;
  display: block;
  padding: 7px 5px 7px 30px;
  background: #E7E7E7 url(images/link.png) no-repeat left center;
}

#mainNav a:hover {
  background: #B2F511 url(images/go.png) no-repeat 5px 50%;
  font-weight: bold;
}
/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;}
	
/* styles for the "you are here" buttons */
#home #mainNav a#homeLink,
#hoainf #mainNav a#hoainfLink,
#hoamtg #mainNav a#hoamtgLink,
#neigh #mainNav a#neighLink,
#cityco #mainNav a#citycoLink,
#local #mainNav a#localLink
 {
	background: #FFFFFF url(images/bg_here.png) no-repeat 5px 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;}
	

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}
/**********************************************************/

ul#goto {
  border-left: 1px dashed #999999;
  margin: 0;
  padding: 0;
  list-style: none;
float: left;  
}



#goto a {
  text-decoration: none;
  color: #000000;
  font-size: .8em;
  
  border: 1px dashed #999999;
  border-left: none;
  display: block;
  padding: 7px 5px 7px 30px;
  background: #E7E7E7 url(images/link.png) no-repeat left center;
width: 360px;
}

#goto a:hover {
  background: #B2F511 url(images/go.png) no-repeat 5px 50%;
  font-weight: bold;
}
/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;}
	

#goto a{color: #000;
text-decoration: none;
border: 1px dashed #999;
padding: 7px 6px;
display: block;
background-color: #e7e7e7;
background-image: url(images/link.png);
background-repeat: no-repeat;
background-position: left center;



}
#local #goto a#localLink
 {
	background: #FFFFFF url(images/bg_here.png) no-repeat 5px 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;}


#goto a:hover {
  background: #B2F511 url(images/go.png) no-repeat 5px 50%;
  font-weight: bold;
}




	
/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
  height: 1px;
}

.preload {
  background-image:url(images/go.png);
  display: none;
}





/*]]>*/