/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 10pt;
  color: #222;
  font-family: arial;
  background: #eee url("../images/standard/bg_01.gif") top left repeat-x;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
  font-weight: normal;
  margin-top: 10px;
}

h2 {
  color: #444;
  font-weight: normal;
}

h3 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 12pt;
}

span.sidenote_01 {
  font-size: 8pt;
}

.error {
  color: red;
}

.flash {
  margin: 10px 10px 10px 10px;
  text-align: center;
  font-weight: bold;
}
.flash p {
	margin: 1px;
  padding: 5px;
  color: white;
}
#notice.flash {
  border: 1px solid #3AB54A;
}
#notice.flash p {
	background: #3AB54A;
}
#error.flash {
  border: 1px solid red;
}
#error.flash p {
	background: red;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
  color: #259722;
  text-decoration: underline;
}

a:hover {
  color: #259722;
  text-decoration: underline;
}

div#flash a:link, div#flash a:active, div#flash a:visited {
  color: #259722;
  text-decoration: underline;
}

div#flash a:hover {
  color: #259722;
  text-decoration: underline;
}

a.green_01:link, a.green_01:active, a.green_01:visited {
  color: #259722;
  text-decoration: underline;
}

a.green_01:hover {
  color: #259722;
  text-decoration: underline;
}

a.grey_01:link, a.grey_01:active, a.grey_01:visited {
  color: #444;
  text-decoration: underline;
}

a.grey_01:hover {
  color: #444;
  text-decoration: underline;
}

a.white_01:link, a.white_01:active, a.white_01:visited {
  font-size: 11pt;
  color: #fff;
  text-decoration: underline;
}

a.white_01:hover {
  font-size: 11pt;
  color: #fff;
  text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.canvas_01 {
  width: 804px;
  margin: 0px auto;
  text-align: left;
  background: #ddd url("../images/standard/canvas_bg_01.gif") top left repeat-y;
}

div.header_01 {
  width: 804px;
  height: 85px;
  background: #fff url("../images/standard/header_bg_01.jpg") top left no-repeat;
}

div.logo_01 {
  float: left;
  margin-left: 3px;
}

div.header_title_01 {
  float: left;
}

div.header_02 {
  width: 804px;
  height: 180px;
  background: #259722 url("../images/standard/banner_bg_01.jpg") top right no-repeat;
}

div.menu_01 {
  float: left;
  width: 140px;
  margin-left: 2px;
  padding-top: 18px;
}

div.menu_item_01 {
  width: 140px;
  height: 25px;
  margin-bottom: 5px;
  line-height: 25px;
  text-indent: 20px;
}

div.header_03 {
  float: right;
  display: inline;
  margin-right: 10px;
  width: 519px;
  height: 120px;
  background: #259722 url("../images/standard/header_bg_02.jpg") top left no-repeat;
}

div.quote_01 {
  float: right;
  margin-right: 10px;
  width: 519px;
  font-size: 16pt;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

div.content_01 {
  margin: 10px 0px;
}

div.left_column_01 {
  float: left;
  display: inline;
  width: 260px;
  margin-left: 10px;
  color: #444;
  line-height: 20px;
  border: 1px solid #ececec;
}

div.inner_wrapper_01 {
  width: 100%;
  border-top: 1px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  background: transparent;
}

div.menu_box_outer_01 {
  margin: 5px;
  border: 1px solid #3ab54a;
  background: #fff;
}

div.menu_box_inner_01 {
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
  background: #3ab54a;
}

div.menu_box_inner_01 td {
  color: #fff;
}

div.member_list_01 {
  margin: 1px;
  border: 1px solid #fff;
  padding: 3px;
}

div.text_buffer_01 {
  margin: 10px;
}

div.right_column_01 {
  display: inline;
  float: right;
  width: 490px;
  margin-right: 20px;
  line-height: 20px;
}

div.killthefloats {
  clear: both;
}

div.footer_01 {
  width: 804px;
  height: 35px;
  background: #259c24 url("../images/standard/footer_bg_01.jpg") top left no-repeat;; 
}

div.footer_02 {
  width: 800px;
  margin: 0px auto;
  font-size: 8pt;
  color: #444;
}

div.disclaimer_01 {
  width: 800px;
  margin: 0px auto;
  font-size: 8pt;
  color: #888;
}

div.order_01 {
  background: #f5faf5;
  border: 1px solid #3ab54a;
  padding: 5px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table td {
  font-size: 10pt;
}

table.faq {
  border: 1px solid #3ab54a;
}

table.faq th {
  border: 1px solid #3ab54a;
  background: #3ab54a;
  color: #fff;
  padding: 3px;
}

table.faq td {
  border: 1px solid #3ab54a;
  background: #f5faf5;
  vertical-align: top;
  padding: 3px;
}

.mceEditor {
  width: 300px;
}

table.form_01, table.form_02 {
  width: 100%;
}

table.form_01 td, table.form_02 td {
  vertical-align: top;
}

table.colorPicker td {
  width: 10px;
  height: 10px;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

div.menu_box_inner_01 form {
  padding: 0px;
  margin: 0px;
}

fieldset {
  padding: 10px;
}

fieldset.green_01 {
  border: 1px solid #3ab54a;
  background: #f5faf5;
}

fieldset.green_01 label {
  font-weight: bold;
}

table.form_01 input, table.form_01 textarea {
  width: 180px;
}

input.submit_01 {
  width: 60px;
}

.capcapcap {
  display: none;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
  border: 0px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/



/*-----------------------------------------
  9. Lists
-----------------------------------------*/


