/* Made in Oklahoma */
/* Main.css */
/* Created May 23, 2007 */
/* Modified July 5, 2007
--------------------------------------- */

/* General
--------------------------------------- */

.left {
	float: left;
	margin-right: 1em;
	}

.right {
	float: right;
	margin-left: 1em;
	}

.small {
	font-size: smaller;
	}

.large {
	font-size: larger;
	}

.hide {
	display: none;
	}

p, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}

ol {
	margin-left: .75em;
	padding-left: 2em;
	}

ul {
	margin-left: .75em;
	padding-left: 1.5em;
	}

ul li {
	list-style: disc outside;
	}

ol li {
	list-style: decimal outside;
	}

ol ol li {
	list-style: lower-alpha outside;
	}

ol ol, ul ul {
	margin-bottom: 0;
	}
	
img {
	border: none;
	}

dt {font-weight: bold; margin-top: 1em;}
dl {margin-bottom: 1.5em;}


/* Structure and Layout
--------------------------------------- */

body {
	background: #fdf8e2;
	text-align: center;	
	margin: 0;
	padding: 0;
	}

#body {
	font-size: 75%;
	line-height: 1.5em;
	font-family: Georgia, "New York", "Times New Roman", times, serif;
	background: url(images/body_tile.jpg) repeat-x left top;
	color: #3e2700;
	}

#frame {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	}

#header {
	background: url(images/header_bg2.jpg) no-repeat;
	height: 155px;
	position: relative;
	}

#container {
	float: right;
	width: 512px;
	}

.oneCol #container {width: 750px;}

#mainCol {
	background: #FFF url(images/mainCol_bg.jpg) repeat-x left bottom;
	padding: 0.1em 26px 3em;
	}

#mainCol {background: #53452c; color: #fbf5d9; padding-bottom:0}

* html #mainCol{padding-right: 19px;}
#bottom { background: #99a600 url(images/bottom_bg.gif) no-repeat left bottom; padding: 0.1em 26px 1em; margin: 0 -26px 0; }
	
#extraCol {
	float: left;
	width: 238px;
	background: url(images/extraCol_tile.jpg) repeat-y;
	}
* html #extraCol {width: 237px;}

#extraCol .wrap {
	background: url(images/extraCol_wrap_bg.jpg) no-repeat left bottom;
	padding: 0 22px 90px;
	margin-top: 0;
	}

#subCol, .oneCol #extraCol {
	display: none;
	}

#footer {
	clear: both;
	color: #8a7655;
	padding: 0.5em 22px;
	}

/* Links
--------------------------------------- */

a, a:link, a:visited {
	color: #ad5d01;
	font-weight: bold;
	text-decoration: none;
	}

#mainCol a {color: #FFF;}

a:visited {
	color: #3e2700;
	}

#mainCol a:visited {color: #dbce98;}

a:hover, a:active {
	text-decoration: underline;
	}

#footer a {
	color: #985c18;
	}

#mainCol #bottom a {
	color: #fbf5d9;
	}

/* Navigation
--------------------------------------- */

.nav ul, .nav li, .nav {
	margin: 0;
	padding: 0;
	}

.nav li {
	display: inline;
	list-style: none;
	}
	
#extraCol .nav {
	background: url(images/extraCol_nav_bg.jpg) no-repeat;
	padding: 1.75em 12px 2.75em;
	}

#extraCol .nav ul {	
	border-top: 1px solid #864f10;
	border-bottom: 1px solid #cb8b2e;
	}

#extraCol .navWrap {
	background: #985c18 url(images/extraCol_nav_tile.gif) repeat-y;
	}

#extraCol .nav a {
	display: block;
	color: #f2f0e0; 
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.333em;
	line-height: 1.125em;
	border-bottom: 1px solid #864f10;
	border-top: 1px solid #cb8b2e;
	padding: 0.3em 15px 0.3em 25px;
	background: url(images/nav_icon.gif) no-repeat 4px 0.5em;
	}

#extraCol .nav a:hover {
	background-color: #af7422;
	text-decoration: none;
	}

#extraCol .nav ul ul {
	margin: 0;
	padding: 0;
	border: none;
	}

#extraCol .nav ul ul a {
	background: url(images/nav_tile_trans.png);
	color: #f9d680;
	}

* html #extraCol .nav ul ul a, * html #extraCol .nav a:hover {
	background: #af7422;
	}

#extraCol .nav ul ul a:hover { background: #915817; color: #FFF;}

#extraCol .nav ul ul ul a {
	border: none;
	font-weight: normal;
	font-size: 1.1667em;
	background: none;
	}

#footer .nav a {
	margin-right: 1.5em;
	}

#footer .nav {margin-bottom: 0;}


/* Headers
--------------------------------------- */

h1, h2, h3 { font-family: "Century Gothic", arial, helvetica, sans-serif; font-weight: bold; }

h1 {
	font-size: 1.8333em;
	line-height: 1em;
	margin: 1.125em 0 .375em;
	}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.5em 0 .5em;
	color: #565f07;
	}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 1.8em 0 0.6em;
	color: #565f07;
	}
	
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 2.25em 0 .75em;
	font-weight: bold;
	}

h2.postTitle {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #3e2700;
	font-family: Georgia, "New York", "Times New Roman", times, serif; 
	}

#mainCol h1, #mainCol h2, #mainCol h3, #mainCol h4, #mainCol h5, #mainCol h6 {
	color: #fbf5d9;
	}

#mainCol #bottom h1, #mainCol #bottom h2, #mainCol #bottom h3, #mainCol #bottom h4, #mainCol #bottom h5, #mainCol #bottom h6 {
	color: #3e2700;
	}

h1.title {
	color: #fbf5d9;
	background: #3e2700 url(images/title_tile.jpg) repeat-y;
	padding: .5em 26px;		
	}

#mainCol h1.title {margin: 0 -26px;}

#extraCol h1.title {margin-left: -22px; margin-right: -22px; margin-top: 0; padding-left: 22px; padding-right: 22px;}

#feature h1.title {margin: 0;}

/* Content
--------------------------------------- */

#header h1 {
	margin: 0;
	padding: 34px 0 0 2px;
	width: 750px;
	text-indent: -999em;
	}

#header h1 a {
	display: block;
	text-decoration: none;
	height: 96px;
	}

#lower {background: #3e2700; padding: 1em 26px 0.25em; margin: 1em -26px 0;}

#lower img {vertical-align: middle;}

#feature {border-bottom: 0.5833em solid #dd9738; float: left;}

#feature img {margin-bottom: -0.5em;}

.eventsList ul, .linksModule ul, .blogList ul, .eventsList li, .linksModule li, .blogList li {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-bottom: 1.5em;	
	}
	
.eventsList li, .linksModule li, .blogList li {
	border-bottom: 1px dotted #8a7655;
	}
	
#mainCol .eventsList ul, #mainCol .linksModule ul, #mainCol .blogList ul {
	padding: 1em 22px 0.5em;
	background: #fdf9e3;
	}
#mainCol .eventsList ul, #mainCol .linksModule ul, #mainCol .blogList ul {
	background: none;
	}

#footer p {
	width: 70%;
	}

#footer p.water {
	float: right;
	text-indent: -999em;
	width: 200px;
	margin: 0;
	}

#footer p.water a {
	text-decorations: none;
	display: block;
	height: 31px;
	}

.inlineContentAdder, inlineContentAdder a {
color: #000 !important;
}

/* Table
--------------------------------------- */

.rowMOD1 {
	background-color: #fff;
	text-align: center;
	color: #000;
	}

.rowMOD2 {
	background-color: #e8e8d8;
	text-align: center;
	color: #000;
	}

.rowMOD3 {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "New York", "Times New Roman", times, serif;
	background-color: #fff;
	text-align: left;
	color: #000;
	}

th.results {
	font-family: Georgia, "New York", "Times New Roman", times, serif;
	font-size: 14px;
	color: #000;
	}
	
/* Events Calendar
--------------------------------------- */

.eventsCalendar table {
	border: 1px solid #dbce98;
	width: 100%;
	border-collapse: collapse;
	}
	
.calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
	padding: 2px;
	border: 1px solid #dbce98;
	}

.eventsCalendar table table, .eventsCalendar table table td {
	border: none;
	width: 100%;
	border-collapse: collapse;
	}
	
.calendarTitle td {
	text-align: center;
	background: #3e2700 !important;
	color: #fdf7e1;
	font-weight: bold;
	padding: 6px 4px;
	}

.calendarNextPrevious {
	font-weight: normal;
	}

.calendarNextPrevious a {
	color: #dd9738 !important;
	font-weight: normal;
	}

.calendarToday {
	color: #3e2700;
	background: #99a600;
font-weight: bold;
	}

.calendarDayHeader {
	color: #3e2700;
	background: #dbce98;
	font-weight: bold;
	height: 1px;
	text-align: center;
	padding: 4px 2px;
	}

.calendarWeekendDay {
	background: #fcf7df;
	}
	
.calendarOtherMonthDay {
	color: #6d5e43;
	background: #FFF;
	}

/* Directory
--------------------------------------- */

.button {background: #3f2800; color: #fef9e5; font-weight: bold; padding: .25em 1em; border: 4px double #995c19; font-size: smaller; text-transform: uppercase; }

div.alert, div.Search {background: #fbf5d5; padding: 0 1.5em; border: 1px solid #dbce99; margin: 1em 0 1.5em;}

label {display: block; font-weight: bold;}

table.SearchResults {margin-bottom: 1.5em;}
table.SearchResults td, table.SearchResults th {padding: .25em 1.5em; border: 1px solid #dbce99;}
table.SearchResults th {background: #3f2800; color: #fcf7e1; font-weight: bold;}
.ProductHeader {margin-bottom: 1.5em;}
.ProductHeader th, .retailerHeader th {font-weight: bold; border-bottom: 1px solid;}
.ProductHeader th, .ProductHeader td {padding: .25em 1.5em .25em 0;}

.retailerHeader th, .retailerHeader td {padding: .5em 1.5em .5em 0;}

.SearchResults .companyInfo table {width: 100%; margin-bottom: 1.5em;}
.SearchResults .Company {border-top: 1px dotted #995c19;}
.SearchResults table {width: 100% !important;}
/* Clearing
--------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #lower, * html #extraCol .wrap {
	min-height: 1px;
	}
	
/* trigger hasLayout and target ie7/win only */
*:first-child+html #lower, *:first-child+html #extraCol .wrap {
	min-height: 1px;
	}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container{display: inline-block;}
* html #container {height: 1%;}
#container {display: block;}