body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:link {
	color: #0066CC;
}

a:visited {
	color: #003366;
}

ul, ol, p {
	margin-bottom: 20px;
}

p, #content ul li, #content ol li {
	line-height: 16px;
}

#content ul, #content ol {
	margin-left: 35px;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

h1 { 
	font-size: 20px; 
	color: #333;
	margin-bottom: 30px;
	background-image: url(../images/title_bar.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: -18px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}

h2 { 
	font-size: 16px; 
	color: #688326;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}

.entry {
	margin-botttom: 25px;
}

#blogContent {
	float: left;
	width: 600px;
}

#sidebar {
	float: left;
	width: 350px;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.contentWrapper {
	width: 950px;
	padding: 25px 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(../images/content_bg_bottom.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	line-height: 16px;
}

.sidebarWrapper {
	padding: 10px;
	float: right;
}

.widget {
	margin-bottom: 25px;
}

.wrapper {

}

.headerTable {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.headerLeftCell {
	width: 225px;
	vertical-align: top;
}

.headerRightCell {
	vertical-align: top;
}

.phoneNumber {
	text-align: right;
	font-size: 18px;
	margin-bottom: 15px;
	padding-right: 10px;
}

.socialNetworking {
	padding-right: 10px;
}

.socialNetworkingList {
	float: right;
}

.socialNetworkingList li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}

.logo {
	position: absolute;
	z-index: 0;
	top: 15px;
	left: 20px;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 170px;
}

.menuWrapper {
	clear: both;
	height: 38px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-top: 2px;
}

#mainMenu {
	clear: both;
	height: 38px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#mainMenu ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
}

#mainMenu li {
	float: left;
	position: relative;
	margin-right: 1px;
	list-style-type: none;
}

#mainMenu a {
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0 20px;
	font-size: 12px;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#mainMenu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 168px;
	z-index: 99999;
	background-color: #000000;
}

#mainMenu ul ul ul {
	left: 100%;
	top: 0;
}

#mainMenu ul ul a {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 148px;
	text-align: left;
}

/*
#mainMenu ul ul .current_page_item > a {
	background: #949699;
}
*/

#mainMenu li:hover > a,
#mainMenu ul ul :hover > a,
#mainMenu a:focus {
	background: #dd870e;
	color: #FFF;
}
#mainMenu li:hover > a,
#mainMenu a:focus {
	background: #000000;
	color: #FFF;
}
#mainMenu ul li:hover > ul {
	display: block;
}

#mainMenu .current-menu-item > a,
#mainMenu .current-menu-ancestor > a,
#mainMenu .current_page_item > a,
#mainMenu .current_page_ancestor > a {
	background: #000; 
	color: #FFF;
	text-align: left;
}

.poweredByTable {
	float: right;
}

.poweredByText {
    line-height: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.poweredByText a, .poweredByText a:hover {
	color: #FFF;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.footerTable {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.footerRightCell {
	width: 500px;
	padding-right: 10px;
	vertical-align: top;
	font-size: 11px;
}

.innerHeaderWrapper {
	position: relative;
	height: 170px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
} 

.siteTitle {
	position: absolute;
	z-index: 1;
	left: 135px;
	top: 15px;
}

.topRightButtons {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 20px;
}

.banner {
	text-align: center;
}

.widgetWrapper {
	margin-bottom: 25px;
	float: right;
	width: 250px;
}

.center {
	text-align: center;
}

.threeColumnTable td {
	padding-bottom: 10px;
}

.column_1, .column_2 {
	padding-right: 20px;
}

.footerLeftCell {
	font-size: 11px;
	padding-left: 10px;
}

.contactTable {
	width: 100%;
}

.contactLeftCell {
	width: 66%;
	vertical-align: top;
}

.contactRightCell {
	vertical-align: top;
}

.clear {
	clear: both;
}

.regionContainer {
	float: left;
	border: 1px solid #666;
	margin-left: 10px;
	width: 130px;
	height: 148px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.regionContainer a {
	display: block;
	text-align: center;
}

.regionContainer a:hover {
	background-color: #688326;
	color: #FFF;
}

.back {
	margin-bottom: 15px;
}

.regions {
	clear: both;
	margin-bottom: 25px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.marketContainer {
	border: 1px solid #999;
	margin-bottom: 25px;
	clear: both;
}

.marketContainer h2 {
	background-color: #688326;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

.marketContainer h2 a {
	color: #FFF;
}

.mainMarketInfo {
	width: 50%;
	padding-left: 10px;
	vertical-align: top;
}

.marketContact {
	padding-left: 10px;
	vertical-align: top;
}

.vendorMarkets {
	padding-left: 10px;
	vertical-align: top;
	font-size: 11px;
}

#content td.vendorMarkets ul {
	margin-left: 15px;
}

.marketInfoTable {
	width: 100%;
}

.categoryInfoTable {
	margin-bottom: 10px;
}

.categoryInfoTable td {
	padding-right: 5px;
	line-height: 14px;
	font-size: 11px;
}

.location, .daysHours, .startEndDates, .phone, .website, .email {
	line-height: 16px;
	margin-bottom: 10px;
}

.specialEvents {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 0px;
}

.viewInformation {
	float: right;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	font-weight: normal;
}

.viewInformation a {
	text-decoration: underline;
	color: #CCC;
}

.locationDays {
	margin-bottom: 25px;
}

.searchWrapper {
	margin-bottom: 25px;
}

.regionContainer h3 {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

.newsletterWrapper {
	margin-bottom: 25px;
}

.formLabel {
	padding-right: 8px;
}

.newsletterTable td {
	padding-bottom: 4px;
}