/*
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
		#wrap #menu { padding: 0; margin:0; background: inherit; }
		#wrap #menu a { padding-left: 25px; font:  0.9em Arial, Sans-Serif; text-decoration: none; background: #F6F6F6 url(images/lm-li.gif) no-repeat left;  }
		#wrap #menu ul { padding: 10px 0 }
		#wrap #menu li { line-height: 26px; background: #F6F6F6 url(images/li-line.gif) no-repeat bottom left; list-style: none }
		
*/

		
/* main area */
#main { }
	#right_side { width: 0px; background: #F6F6F6; padding: 5px 10px 5px 10px; margin-bottom: 10px }
		#right_side ul { padding: 3px 0 8px 0 } 
		#right_side li { line-height: 18px; background: #F6F6F6 url(images/cat-li.gif) no-repeat left; list-style: none; padding-left: 20px; }
		#right_side a { background: #F6F6F6; text-decoration:  none }
		#right_side h3 { color: #404040; font:  bold 1.2em Arial, Sans-Serif; }
	
	#left_side { background: #FFF; margin-bottom: 10px; width: 700px;  }
		#left_side h3 { background: #FFF url(images/hbg.gif) repeat-x; height:30px; padding: 5px 0 0 0px; margin: 0; font:  bold 1.2em Arial, Sans-Serif; }
		#left_side h3 span { background: url(images/h-art.gif) no-repeat left; padding: 1px 10px 0 23px;  line-height: 22px; margin: 0}
		#left_side p { color: #454545; padding: 0 5px 0 5px; text-align: justify }
		#left_side img { float: left; padding: 0 10px 5px 0 }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		.date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }		
		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
		#left_side ul { list-style-position: inside; margin-left: 2px }
		#left_side ul li { list-style-type: square; margin-left: 15px;  }
		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
	
	

/* Star Ratings */
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #4b4e4c;
	background: #0b0f0c url(images/background_short.png) repeat-x;
	font: 13px/20px Arial, Helvetica, sans-serif;
}
body.sub {
	background: #0b0f0c url(images/background_short.png) repeat-x;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------- 
 *  Links
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #71b259;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #71b259;
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	color: #363d38;
	text-decoration: none;
}
h2 a:hover {
	color: #71b259;
	text-decoration: none;
}
h2 a:active {
	color: #363d38;
	text-decoration: none;
}
/* ---------------------------------------------------------------- 
 *  Headings
 * ---------------------------------------------------------------- 
*/ 
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Trebuchet MS, Arial, serif;
	font-weight: normal;
}
h1 {
}
h2 {
	font-size: 25px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 29px;
}
h2.sidehead {
	font-size: 17px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
	padding: 8px 0;
	padding-top: 16px;
	padding-left: 50px;
}
h2.head_no_border {
	font-size: 25px;
	border-bottom: none;
	margin-bottom: 10px;
	padding: 10px 0;
}
h3.about_h3 {
	margin-bottom: 10px;
	padding: 10px 0;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 17px;
	font-style: italic;
	padding-top: 5px;
	color: #955322;
}
h5 {
}
h6 {
}
/* ---------------------------------------------------------------- 
 *  Div Wrappers
 * ---------------------------------------------------------------- 
*/ 
#header_wrap {
	background: #fff url(images/background_shortie.png) repeat-x;
	height: 138px;
	position: relative;
	min-width: 1020px;
}
#header_wrap_home {
	background: #fff url(images/background.png) repeat-x;
	height: 398px;
	position: relative;
	padding-bottom: 100px;
	min-width: 1020px;
}
#content_wrap {
	background: #fff;
	padding: 5px 0 45px 0;
	position: relative;
	min-width: 1020px;
}
body.home #content_wrap {
	padding: 30px 0;
}
#footer_wrap {
	padding: 20px 0;
	/* background: url(images/backgrounds/footer_background.gif) repeat-x 0 0; */
	position: relative;
	min-width: 1020px;
}
/* ---------------------------------------------------------------- 
 *  Header
 * ---------------------------------------------------------------- 
*/ 
#header {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.gradient {
	position: absolute;
	top: 0;
	left: -100px;
	width: 500px;
	height: 112px;
	background: url(images/backgrounds/gradient_background.jpg) no-repeat 0 0;
}
.logo {
	position: absolute;
	top: 25px;
	left: 0px;
}
.cultivators {
	position: absolute;
	bottom: 87px;
	right: 20px;
}
#panel {
	position: absolute;
	bottom: -100px;
	left: 10px;
	width: 645px;
	height: 355px;
}
#left_slide {
    width: 300px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}
#center_slide {
    width: 478px;
    position: absolute;
    left: 84px;
    top: 0;
    z-index: 2;
}
#right_slide {
    width: 300px;
    position: absolute;
    left: 345px;
    top: 80px;
    z-index: 1;
}
/* ---------------------------------------------------------------- 
 *  Navigation
 * ---------------------------------------------------------------- 
*/ 
#navigation {
	/* width: 609px; 
	width: 424px;*/
	width: 509px;
	height: 36px;
	position: absolute;
	top: 36px;
	right: 0px;
}
.tabs a {
	height: 36px;
	margin-left: 5px;
	text-indent: -9999px;
	float: left;
}

#navigation a:hover, #navigation a.current {
	background-position: 0 0;
}
/* ---------------------------------------------------------------- 
 *  Content
 * ---------------------------------------------------------------- 
*/ 
#content {
	width: 940px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	background: #fff url(images/backgrounds/content_background.png) no-repeat 0 0;
}
#content p {
	padding-bottom: 15px;
}
/* ---------------------------------------------------------------- 
 *  Page
 * ---------------------------------------------------------------- 
*/ 
#page {
	width: 630px;
	float: left;
	position: relative;
}
#full_page {
	position: relative;
}
#contact_page {
	position: relative;
	background: url(images/backgrounds/contact_page_background.jpg) no-repeat 470px 0;
	padding-bottom: 20px;
}
.cpbb {
	position: absolute;
	bottom: 0;
	left: 470px;
}
.box {
	width: 300px;
	float: left;
}
.box_left {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.box_left_folio {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.box img, .box_left img, .box_left_folio img {
	margin-bottom: 5px;
}
.down_25 {
	margin-bottom: 25px;
}
.the_icon {
	height: 55px;
}
.the_icon h3 {
	display: block;
	float: left;
	width: 240px;
}
.the_icon img {
	float: left;
	margin: -5px 6px 5px 0;
}

/* ---------------------------------------------------------------- 
 *  Shortcode Styles
 * ---------------------------------------------------------------- 
*/ 
.disclaimer {
  padding: 10px;
  border: 1px solid #D8D8D8;
  padding-bottom: 0px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.disclaimer p {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 8px !important;
}

/* ---------------------------------------------------------------- 
 *  Sidebar
 * ---------------------------------------------------------------- 
*/ 
#sidebar {
	width: 280px;
	float: right;
	position: relative;
}
.sidebar {
	background: url(images/backgrounds/sidebar_background_top.png) no-repeat 0 0;
}
#sidebar_inner_wrap {
	background: url(images/backgrounds/sidebar_background_bottom.png) no-repeat 0 100%;
	padding-bottom: 60px;
}
#sidebar .home_post p {
	padding-bottom: 0px;
}
#sidebar #side_inner ul {
	margin-bottom: 30px;
}
#sidebar #side_inner li a {
	font-size: 12px;
	padding: 5px 0 5px 25px;
	background: url(images/icons/arrow.gif) no-repeat 5px 50%;
	color: #363d38;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin: 0 10px;
}
#sidebar #side_inner li a:link, #sidebar #side_inner li a:visited {
	cursor: pointer;
	color: #363d38;
	text-decoration: none;
}
#sidebar #side_inner li a:hover {
	color: #71b259;
	text-decoration: none;
}
#sidebar #side_inner li a:active {
	cursor: pointer;
	color: #363d38;
}
#sidebar #side_inner li.current-cat a, #sidebar #side_inner li.current_page_item a {
	color: #333;
	background-image: none;
	background: #f9f9f9;
	padding-left: 15px;
}
#sidebar #side_inner li.current-cat a:hover, #sidebar #side_inner li.current_page_item a:hover {
	color: #333;
}

#sidebar .contact_info {
	padding: 0 25px;
}

/* ---------------------------------------------------------------- 
 *  Footer
 * ---------------------------------------------------------------- 
*/ 
#footer {
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	padding: 8px 36px;
	margin: 0 auto;
	position: relative;
	font-size: 11px;
	line-height: 15px;
	color: #eee;
}
#footer abbr {
	cursor: help;
	border-bottom: 1px dashed #777;
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #eee;
}
.rss {
	position: absolute;
	top: 10px;
	left: 20px;
}
.media_temple {
	position: absolute;
	top: 10px;
	right: 20px;
}
/* ---------------------------------------------------------------- 
 *  Notebook 
 * ---------------------------------------------------------------- 
*/ 
.post {
	position: relative;
}
.the_date {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 11px;
	color: #999;
}
.post-data {
	float: left;
	width: 135px;
	margin-bottom: 25px;
}
.post-data ul {
	margin: 0;
}
.post-data li {
	list-style: none;
	margin: 0 0 10px;
	color: #666;
	padding-left: 22px;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
}
.post-data li a {
	color: #999;
	line-height: 1.6em;
}
.post-data li a:hover {
	color: #000;
}
.post-data li.author {
	background: url(images/icons/author.gif) no-repeat 0px 0;
	font-size: 0.9em;
	line-height: 16px;
	text-transform: none;
}
.post-data li.author strong {
	font-weight: bold;
	text-transform: capitalize;
	color: #555;
}
.post-data li.tags {
	background: url(images/icons/tags.gif) no-repeat 0 0;
	line-height: 16px;
}
.post-data li.categories {
	background: url(images/icons/folder.gif) no-repeat 0 0;
	line-height: 16px;
}
.post-data li.comments {
	background: url(images/icons/comments.gif) no-repeat 1px 1px;
	line-height: 16px;
}
.post-data li.edit {
	background: url(images/icons/edit.gif) no-repeat 1px 0;
	line-height: 16px;
}
ul.notebook-file li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 23px;
	font-size: 1.0em;
	line-height: 1.8em;
	background: url(images/icons/compressed.png) no-repeat 0 3px;
}
ul.notebook-donate li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 23px;
	font-size: 1.0em;
	line-height: 1.8em;
	background: url(images/icons/donate.png) no-repeat 0 3px;
}
.entry {
	float: right;
	width: 470px;
	margin-bottom: 25px;
	padding-left: 20px;
	border-left: 1px solid #d8d8d8;
}
.entry h3 {
	margin-top: 20px;
}
.entry h3.upper_image {
	margin-top: -20px;
}
.notebook-ul {
	padding-bottom: 15px;
}
.notebook-ul ul {
	padding-bottom: 0px;
}
.notebook-ul li {
	padding: 3px 0 3px 20px;
	background: url(images/icons/arrow.gif) no-repeat 5px 9px;
}

span.more-link {
	margin-top: 15px;
	display: block;
}
.entry img, .entry a img {
	margin: 0 0px 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
.entry img.no-float {
	float: none;
	margin: 0 0px 0px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
.entry img.short, .entry a img.short {
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.entry a:hover img {
	background-color: #DDF0D9;
	border: 1px solid #71b259;
}
.entry a:hover {
	white-space: inherit;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* ---------------------------------------------------------------- 
 *  Contact Forms & Tool Tip
 * ---------------------------------------------------------------- 
*/ 
#contact_left {
	width: 280px;
	float: left;
	padding: 40px 0 0px 85px;
}
#contact_right {
	width: 280px;
	float: right;
	padding: 40px 85px 0px 0;
}
#contact_left .contact_details {
	margin-top: 50px;
	font-size: 11px;
}
#contact_left .my_details {
	position: relative;
	padding-left: 10px;
}
#contact_left .contact_details .address {
	position: absolute;
	top: -1px;
	right: -10px;
	width: 130px;
}
#contact_left .contact_details strong {
	font-size: 12px;
}
#contact_left p, #contact_right p, #quick_contact p {
	padding-bottom: 20px;
}
#contact_right h2 {
	padding-left: 42px;
	background: url(images/icons/icon-quote.jpg) no-repeat 0 8px;
	margin-bottom: 10px;
}
#contact_left h2.quick_contact {
	padding-left: 50px;
	background: url(images/icons/icon-bubble.jpg) no-repeat 0 5px;
	margin-bottom: 10px;
}
#quick_contact h2.quick_contact {
	padding-left: 50px;
	background: url(images/icons/icon-bubble.jpg) no-repeat 0 5px;
}
#contact_left h2.details {
	background: url(images/icons/icon-phone.jpg) no-repeat 5px 6px;
	padding-left: 50px;
	margin-bottom: 10px;
}
#thank_you_left {
	display: none;
}
#thank_you_right {
	display: none;
}
#quoteForm input, #quoteForm textarea,
#contactForm input, #contactForm textarea {
	border: 1px solid #d2d2d2;
	background: #fff;
	padding: 7px 5px;
	width: 268px;
	max-width: 280px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#quoteForm .validation-failed,
#contactForm .validation-failed {
	border: 1px dashed #83b35b;
}
#quoteForm button,
#contactForm button {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	float: right;
	cursor: pointer;
}
#quoteForm button#submit1,
#contactForm button#submit2 {
	background: url(images/buttons/submit.png) no-repeat 0 0;
	margin-top: 10px;
}
#quoteForm button#submit1:hover,
#contactForm button#submit2:hover {
	background-position: 0 -40px;
}
.mail {
	display: none;
}
.user_tip {
	display: none;
}
.f-tooltip {
    background: #93d165 url(images/backgrounds/tip_background.png) repeat-x 0 0;
    width: 148px;
    padding: 10px 10px;
    border: 1px solid #7bad51;
    color: #3e4f2f;
    font-size: 11px;
    text-align: center;
}
.f-tooltip div.right-arrow {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url(images/backgrounds/tip_arrow_right.png) no-repeat 0 0;
}
.f-tooltip div.left-arrow {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url(images/backgrounds/tip_arrow_left.png) no-repeat 0 0;
}

/*  Advertising */
#ad { background: #FFF; padding-left: 95px; min-height: 80px; margin-bottom: 15px;}
#ad a, #left_side a { background: #FFF; text-decoration: none }
#ad a:hover, #left_side a:hover { text-decoration: underline }


#header h1{color:#FFFFFF; font-size:32px; padding:30px 15px 10px 10px;}
#header h4{color:#e8e8e8; font-size:16px; padding:0px 15px 10px 10px;}


/*The Table */

#mytable {width: 100%;	padding: 0;	margin: 0;}
caption {padding: 0 0 5px 0;	width: 500px;	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-align: right;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	vertical-align:top;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.nobgWithBorders {
	border-top: 0;
	border-left: 1px solid #C1DAD7;;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.note{padding:10px; border:1px solid #90CF5D; background-color:#CFF3B2; font-size:15px;}
.note a{color:#0081C6; font-weight:bold; text-decoration:underline;}
.note a:hover{color:#0033CC;}
#content #StartupCost td{ background-color:#CFF3B2;}
#content a{color:#0081C6; font-weight:bold; text-decoration:underline;}
#content a:hover{color:#0033CC;}
ul{margin:0 10px 0 30px; list-style-type:disc;}
ul li{}
.imageFinal{height:1px; width:1px; position: absolute; left:-9999px; overflow:hidden;}
#capture{background-image:url(images/capture2-bg.jpg); background-repeat:no-repeat; width:629px; height:110px; display:block;}
#capture p{margin-left:80px; padding-top:22px; padding-right:15px; font-size:16px; line-height:1.3em; color:#FFFFFF;}
.inline-image{margin-right:10px; margin-bottom:10px; margin-top:5px;}
.grey11{font-size:11px; color:#787878;}

td h1{font-size:20px;}