@charset "utf-8";
body {
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size: 1.6em;  
	background-image: url(../images/header_fade.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#bar {
	color: #FFFFFF;
	background-color: #000000;
	height: 80px;
	width: 100%;
	text-align:center;
}
#altContent {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content {
	width: 950px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
html {
	font-size: 65%;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 100px;
	width: 599px;
}
.greyText {
	color:#777777;
	font-weight:bold;
	line-height:140%;
	text-align:justify;
}

/* LISTINGS MODULE STYLES */


.listing{
	width: 70%;
	margin: 20px auto;
	position: relative;
	border: dashed 4px #333333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 10px 20px;
}
.logo {
	margin: 20px 35px 20px 20px;

}
.listingInfo{

}
.listing h2{
		font-size: 1.6em;
		color: #f09010;
		margin: 0px;
}
.listAddress{	
	margin: 10px;
	padding-left: 40px;

}
.urlHead{
	clear:both;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: -3px;
	float: left;
}
.listUrl{
	font-size: .8em;
	float: left; 
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #333333;

}
.listUrl a {
	color: #f09010;
}
.listLink{
	position: absolute;
	bottom: 5px;
	right: 7px;
	text-align: right;
	margin-bottom: 0px;
	width: 40%;
}
.listLink a {

	color: #f09010;
}
.listHours{
	position: absolute;
	bottom: 5px;
	left: 7px;
	margin-bottom: 0px;
	width: 40%;
}
.listcats, .listlist{
	font-size: 1.2em;

}
.listcats a, .listlist a {
	color: #333333;
}
.listcats a:hover, .listlist a:hover {
	color: #000000;
}
.myRule {
	color: #333333;
	width: 20%;
}
.listBack{
	text-align: center;
}
.listBack a{
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #DDDDDD;
	color: #333333;
	text-decoration: none;
}
.socIcon {
	width: 70px;
	float: left;
	text-align: left;
}
.socIcon img {
	margin: 0px 10px;
	float: left;
}

#navigation {
	padding-top: 25px;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}

#navigation .primary, #navigation .primary ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
text-align: center;
}
#navigation .primary a{
/*display:block;*/
padding:8px 8px;
color:#fff;
text-decoration:none;
}
.navnolink {
/*display:block;*/
padding:8px 8px;
color:#fff;
cursor: default;
}
#navigation .primary ul a{
/*display:block;*/
padding:0px 5px;
border:1px solid #ccc;
color:#fff;
text-decoration:none;
background-color:#000;
font-size: .7em;
}
#navigation .primary a:hover{
	text-decoration: underline;
}
#navigation .primary ul a:hover{
background-color:#fff;
color:#000;
text-decoration: none;
}

#navigation .primary li{
/*float:left;*/
position:relative;
display: inline;
border-left: 2px solid #FFF;
}
.firstOne{
border: none !important;
}
#navigation .secondary li {
border: none !important;
}
#navigation .primary ul {
position:absolute;
display:none;
width:10em;
top:1.2em;
left: 10px;
}

#navigation .primary li ul a{
width:10em;
height:auto;
float:left;
text-align: left;
}

#navigation .primary ul ul{
top:auto;
}	

#navigation .primary li ul ul {
left:10em;
margin:0px 0 0 10px;
}

#navigation .primary li:hover ul ul, #navigation .primary li:hover ul ul ul, #navigation .primary li:hover ul ul ul ul{
display:none;
}
#navigation .primary li:hover ul, #navigation .primary li li:hover ul, #navigation .primary li li li:hover ul, #navigation .primary li li li li:hover ul{
display:block;
}
