
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background: url(/images/page_bg.gif) #333633 ;
	background-position: center top ;
	background-repeat: repeat-x ;
	margin: 0px 0px 15px 0px ;
	color: #000 ;
	font-size: 12px ;
}

body, p, li, div, td {
	line-height: 19px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: 12px ;; 
}

h1 {
	font-size: 32px ;
	letter-spacing: -3px ;
	text-transform: lowercase ;
	color: #506600 ;
	margin-top: 0px ;
	line-height: 36px ;
	font-weight: normal ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #664900 ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #506600 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px solid #ffffff ;
	color: #fff ;
	text-align: center ;
	padding: 10px 10px ;
	background: #E6A400 ;
	text-transform: lowercase ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.button:hover {
	background: #B3E500 ;
	color: #506600 ;
}

a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	display: block ;
	border-left: 1px solid #ffffff ;
	color: #fff ;
	padding: 3px 18px 3px 12px ;
	background: #E6A400 ;
	text-transform: lowercase ;
	font-size: 13px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	font-weight: bold ;
	margin: 1px ;
}

a.button_sub:hover {
	background: #B3E500 ;
	color: #506600 ;
}

#content {
	padding: 15px ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_greenDk:link, a.link_greenDk:active, a.link_greenDk:visited {
	color: #506600 ;
	text-decoration: none ;
}

a.link_greenDk:hover {
	text-decoration: underline ;
}

.mailList_txt {
	font-size: 10px ;
}

.mailList_input {
	padding-bottom: 5px ;
}

a:link {
	color: #506600 ;
}

a:active, a:visited {
	color: #565656 ;
}

a:hover {
	color: #E6A400 ;
}

.required {
	color: #990000 ;
}

.rCol {
	width: 49% ;
	float: left ;
}

.lCol {
	width: 49% ;
	float: right ;
}

.MB_green {
	border: 1px solid #506600 ;
	padding: 1px ;
}

.MH_green {
	background: #506600 ;
	color: #fff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-transform: lowercase ;
	padding: 10px ;
}

.img_float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 15px ;
}


/* BLOGS STYLES */

div.blog_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blog {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.blog:first-child {
	border-top: 0px; 
}

div.blog_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blog_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blog_date {
	font-style: italic;
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blog_view_all {
	border-top: solid 1px #fff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	padding: 10px ;
}

table.blog_comments {
	width: 100%; 
}

table.blog_comments td {
	vertical-align: top;
}

div.blog_leave_comment {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 10px; 
	border: solid 1px #999;
}

div.blog_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blog_comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blog_comment.row0 {
	background-color: #eee;
}

div.blog_comment.row1 {
	background-color: #fff;
}

div.blog_comment_date {
	font-size: .8em; 
}

div.blog_comment_name {
	font-size: .8em;
}

div.blog_comment_content {
	margin-top: 10px; 
}

a.blog_link:link, a.blog_link:active, a.blog_link:visited {
	color: #B3E500 ;
	text-decoration: underline ;
}

a.blog_link:hover {
	color: #E6A400 ;
}
/*  MAILING LISTS STYLES */

div.mailing_list {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_list_name {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_list_link {
	text-align: right;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff ;
}

.mceContentBody a {
	color: #506600 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
	background: #fff ;
	margin: 2px 0px ;
}