* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/bg_all.jpg) repeat-x top;
	}

h1 {
	font-size: 145%;
	font-weight: bold;
	}

/* Main Wrapper */
#wrapper { 
	margin: 0 auto;
	width: 864px;
	}


/* Header */
#header {
	color: #333;
	width: 864px;
	float: left;
	padding: 0 0 0px 0;
	border: 0px;
	height: 69px;
	margin: 0;
	background: url(images/head_bg_glow.png) top no-repeat;
	}
	
#headlogo {
	float: left;
	}
	
/* Navigation */
#navigation {
	float: left;
	width: 864px;
	color: #333;
	height: 28px;
	}
	
#navigation ul {
	padding: 0px 5px 0 0;
	list-style: none;
    }
	
#navigation li {
    display: inline;
    }
	
#navigation a {
    float: left;
    background: ;
    margin: 0;
    padding: 0px 10px 0 10px;
    text-decoration: none;
    }
	  
#navigation a span {
    float: left;
    display: block;
	padding: 6px 0 0 0;
	color: #FFF;
    }

#navigation a:hover span {
    color: #fff;
	background-position: 100%;
    height: 28px;
	}
    
#navigation a:hover {
    background: url(images/nav_bright.jpg) top left repeat-x;
    height: 28px;
	}
	
#navigation a.current {
	background: url(images/nav_bright.jpg) top left repeat-x; 
	color: #fff;
    padding: 6px 0 0 5px;
	height: 28px;
	}
	
#navigation a.current span {
	color: #fff;
	margin-right: 3px;
	padding: 0px 10px 0px 7px;
	height: 28px;
	}
	
	
/* Wrapper for main content area */
#contentwrap {
	width: 864px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	display: block;
	clear: left;
	}


/* Left column for main content area */
#leftcolumn { 
	color: #333;
	border: 0pc;
	margin: 0px;
	padding: 10px;
	width: 524px;
	float: left;
	background: #fff;
	}

/* Right column for main content area */
#rightcolumn { 
	float: right;
	color: #333;
	border: 0px;
	margin: 0px;
	padding: 10px;
	width: 300px;
	background: #fff;
	}

    /* Homepage Searchbox */
#searchbox {
	width: 100%;
	height: 170px;
	background: url(images/searchbox_bg.jpg) no-repeat;
	}
	
#searchbox h1{
	font-size: 130%;
	color: #fff;
	font-weight: lighter;
	padding: 17px 0 9px 40px;
	}

#searchbox p{
	color: #fff;
	line-height: 1.4em;
	padding: 5px 25px 0 40px;
	}
	
#searchbox .p7epm_open {
	color: #fff;
	height: 30px;
	text-decoration: none;
	background: url(images/search_tab.jpg) repeat-x;
	padding: 6px 10px 10px 10px;
	line-height: 2em;
	}

#searchbox a{
	color: #fff;
	font-weight: normal;
	height: 30px;
	text-decoration: none;
	background: #021a22;
	padding: 5px 10px 5px 10px;
	line-height: 2em;
	}

fieldset.search {
	border: none;
	width: 504px;
	height: 40px;
	margin: 0 auto;
	padding: 0 25px 0 40px;
}

.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	border: solid 3px #013749;
	color: #003544;
	font-size: 140%;
	width: 335px;
	padding: 5px 2px 6px 3px;
	background: #fff;
	margin-right: 3px;
}

    /* Homepage list of specials */
#sorthead {
	padding: 3px 0 9px 0px;
	border-bottom: solid 1px #99adb3;
	}

.variousbtn {
	text-decoration: none;
	background: url(images/variousbtn_bg.jpg) repeat-x;
	border: solid 1px #b4b4b4;
	height: 21px;
	color: #033d51;
	padding: 2px 5px 3px 5px;
	}
	
h1#mainlisthead {
	font-size: 145%;
	color: #1B1B1B;
	margin: 5px 0 5px 0;
	padding: 3px 0 7px 0;
	border-bottom: solid 1px #99adb3;
	}

.indexlist {
	list-style: none;
}

#mainlist {
	padding: 10px 0 0 0;
}

.indexlist li p {
	font-size: 130%;
	color: #016384;
	line-height: 1.25em;
}

.barname {
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
	color: #003544;
	line-height: 1.25em;
}

.hoodname {
	text-decoration: none;
	font-size: 85%;
	color: #006480;
	line-height: 1.25em;
	}
	
p#listline {
	padding: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
	}

    /* Pagination  numbers, previous, next  */
.db_paging {
	padding: 10px;
	float: left;
	line-height: 30px;
	letter-spacing: 3px;
	}
	
.db_paging a {
	background-color: #fff;
	border: 1px solid #013646;
	padding: 3px;
	color: #000;
	text-decoration: none;
	}
	
.db_paging a:hover {
	background-color: #004a5f;
	border: 1px solid #ccc;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	}	

.search button.btn {
	width: 96px;
	height: 41px;
	padding: 0 0 3px 0;
	cursor: pointer;
	color: #fff;
	font-size: 100%;
	background: #001319 url(images/search_button.jpg) no-repeat;
	}
	
.search button.btn:hover {
	background: #003544 url(images/search_button_hover.jpg) no-repeat;
	}

.special {
	background-color:#B7DBDB;
	border: 1px solid  #699;
	}

.title img{
	border: none;
	padding: 0;
	margin: 0;
	}

.title {
	background: #0c1416;
	width: 512px;
	text-align: right;
	font-size: 13px;
	padding: 2px 10px 2px 2px;
	color: #fff;
	text-decoration: none;
	display: block;
	}

#daysnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
	
#daysnav ul li {
	display: inline;
	}
	
#daysnav ul li a {
	text-decoration: none;
	padding: .2em 1em;
	}

/* Footer */	
#footerwrap { 
	width: 100%;
	height: 75px;
	background: #0b0d0d;
	clear: both;
	color: #fff;
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	}

#footer {
	margin: 0 auto;
	width: 864px;
	padding: 15px 18px 0 18px;
	}	
#footer a {
	text-decoration: none;
	color: #fff;
	}	
#footer br{
	line-height: 20px;
	}
#footer img{
	float: right;
	}
