﻿/* ///////////////////////////////////////////////////////////////////// 
//  Reset
/////////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

a, a:hover, a:active, a:focus { outline: none; }
ol { list-style-type: decimal; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
textarea { overflow: auto; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button {  width: auto; overflow: visible; }
.ie6 input { vertical-align: text-bottom; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 #main input[type="checkbox"] { vertical-align: baseline;  } 

/* ///////////////////////////////////////////////////////////////////// 
//  General
/////////////////////////////////////////////////////////////////////*/

body {
	background-color: #FFFFFF;
	font: 12px arial,helvetica,sans-serif;
}
ul {
    list-style: none outside none;
}
a {
	color: #b28000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h2 {
	color: #5e7630;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	color: #5e7630;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
    color: #918F7E;
    font-size: 10px;
    text-transform: uppercase;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Sendmail Specific Div & Span classes
/////////////////////////////////////////////////////////////////////*/

div.hp { 
	display: none; 
}
div.row { 
	clear: both; 
	padding-top: 4px;
	width: 770px;
}
div.row span.label {
	float: left; 
	width: 150px; 
	text-align: right;
}
div.row span.colspan2 {
	float: left; 
	width: 770px; 
	text-align: left;
}
div.row span.formw {
	float: right; 
	width: 615px; 
	text-align: left;
}
div.row span.formx {
	float: right; 
	width: 615px; 
	text-align: right;
	vertical-align: text-top;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Helper classes
/////////////////////////////////////////////////////////////////////*/

.last {
	clear: right;
	margin-right: 0 !important;
}

.ie7 .row,
.ie8 .row,
.ie9 .row {
	background-color: #fff;
}
.ir { 
	display: block; 
	text-indent: -999em; 
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr; 
}
/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
.actionButton {
   background: #415121;
   background: -webkit-gradient(linear, left top, left bottom, from(#5f7832), to(#415121));
   background: -webkit-linear-gradient(top, #5f7832, #415121);
   background: -moz-linear-gradient(top, #5f7832, #415121);
   background: -ms-linear-gradient(top, #5f7832, #415121);
   background: -o-linear-gradient(top, #5f7832, #415121);
   border: 1px solid #5f7832;
   padding: 2px 6px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorStr='#5f7832', endColorStr='#415121');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#5f7832', endColorStr='#415121'))";   
}
.actionButton:hover, .actionButton:focus {
   background: #415121;
   color: #ccc;
}
.actionButton:active {
   background: #415121;
}