@charset "utf-8";
.format #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
.format #top {
	background-color: #000;
	background-image: url(images/top.gif);
	height: 26px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.format #slideshow {
	background: #000;  /* 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: 305px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.format #menu {
	background-color: #000;
	background-image: url(images/menubg.gif);
	height: 87px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.format #menu 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 */
}
.format #address {
	font-weight: bold;
	color: #b3b0a7;
	background-image: url(images/address.gif);
	height: 47px;
	margin-bottom: 15px;
}
.format #submenu {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.format #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 248px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
} 
.format #footer {
	background-image: url(images/footer.gif);
	height: 63px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.format #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 { /* 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;
}
.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;
}
#navcontainer {
	padding-top: 45px;
	padding-left: 275px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0px;
}
#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #b0afaa;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f8072f;
}
.addresspos {
	padding-top: 8px;
	padding-right: 15px;
}
.copytitle {
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 2px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8072f;
}
.copy {
	font-size: 90%;
}
#navlist2
{
	padding-left: 0;
	margin-left: 0;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navlist2 li {
	list-style: none;
	margin: 0;
	padding: 0.50em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#navlist2 li a { 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff; 
}
#navlist2  a:link, .navlist2 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}
#navlist2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.lillink {
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 2px;
}
#Footercontent {
	padding-top: 20px;
	padding-left: 20px;
}
.whatsongroup {
	font-size: 11px;
}
.whatsonlink {
	text-decoration: underline;
	color: #fff;
}
.menutitle {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.linki {
	color: #b3b0a7;
	text-decoration: underline;
}
/*
#mapbox {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f8072f;
	border-bottom-color: #f8072f;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000; 
}*/
.directiontext {
	font-size: 90%;
}
#navcontainer2 {
	padding-top: 16px;
} 
