* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background: #fff url(/page_templates/common/images/bg.jpg) center top repeat-y;
  font: 11px/135% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #232323;
  cursor: default;
}

h2 {
  margin-bottom: 14px;
}

p {
  margin-bottom: 8px !important;
}

dl {
  margin-bottom: 8px;
}

dt {
  font-size: 13px;
}

dd {
  margin: 1px 0 8px 8px;
}

li {
  margin-bottom: 8px;
}

a {
  cursor: pointer;
}

a:active, a:focus, a:link, a:visited {
  color: #d9fb00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,
select,
textarea {
	font: 11px/135% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #232323;
}

img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
	margin: 0 auto;
	width: 900px;
}

#header {
  background: url(/page_templates/common/images/header.jpg) left top no-repeat;
  border-bottom: 1px solid #88a634;
  height: 121px;
}

#header h1 {
  display: none;
  background: url(/page_templates/common/images/logo.gif) left top no-repeat;
  margin-left: 16px;
}

#header h1 a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 180px;  
  width: 140px;
}

#menu {}

#container {
  border-top: 1px solid #88a634;
  overflow: hidden;
}

#container .block-holder {
  padding: 15px;
}

#container h3.block-title strong {
  font-weight: normal;
}

#left .jump-to-top,
#right .jump-to-top {
  display: none;
}

#right a:active,
#right a:focus,
#right a:link,
#right a:visited {
  color: #597926;
  text-decoration: underline;
}

#right a:hover {
  color: #88a634;
}

#right .block {
  margin-bottom: 18px;
}

#right .block h3.block-title {
  background-color: #98c42f;
  border-bottom: 1px solid #88a634;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 10px;
  margin-bottom: 10px;
}

#main {
  background: url(/page_templates/common/images/main_bg.jpg) right top repeat-y;
  border-right: 1px solid #88a634;
  color: #fff;
  float: left;
}

#main .block {
  color: #fff;
  padding: 30px 30px 22px;
}

#main .block h3.block-title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 14px;
}

#main .block ul {
  margin-left: 20px;
}

#main .block .text {
  float: left;
  width: 450px;
}

#main .block .images {
  float: right;
}

#main .block .images .frame {
  margin-bottom: 8px;
}

#right {
  color: #232323;
  float: left;
  width: 248px;
}

#footer {
  background: url(/page_templates/common/images/footer_bg.jpg) left top repeat-x;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;  
  position: relative;
}

#footer .copyright {
  left: 15px;
  position: absolute;
  top: 0;
}

#footer .content {
  text-align: center;
}

#footer .credits {
  position: absolute;
  right: 15px;
  top: 0;
}


/***************************
 * IMAGE-TEXT-BLOCK FRAMES *
 ***************************/

.image-text-block .frame {
  border: 2px solid #88a634;
  overflow: hidden;
}

.image-text-block .frame img {
  border: 2px solid #fff;
}

.image-text-block .frame .swf {
  border: 2px solid #fff;
}

/*********************
 * GOOGLE-MAP BLOCKS *
 *********************/

#right .google-map-block .map {
  height: 212px;
  width: 212px;
}


/************************
 * FORM-TEMPLATE BLOCKS *
 ************************/

form.inline {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.form-alert {
  color: #e9452a;
}

.form-item {
  margin: 0 0 10px 0;
}

.form-item label {
  color: #888;
  font-size: 13px;
  line-height: 16px;
}

.form-item.required label {
  color: #232323;
}

.form-item .form-msg,
.form-item .form-error {
  color: #e9452a;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  padding-left: 0;
}

.form-item .form-text,
.form-item .form-list {
	border: 1px solid #bbb;
  padding: 2px 5px;
  width: 250px;
}

.form-item .form-list {
  padding: 1px;
  width: 262px;
}

.form-item .form-text:focus,
.form-item .form-list:focus {
  border-color: #98c42f !important;
}

.form-buttons {
  border-top: 1px dotted #ccc;
  margin-top: 12px;
  padding-top: 12px;
	text-align: right;
}


/********
 * TABS *
 ********/

#container .tabs {
  border-bottom: 1px solid #88a634;
  margin: 10px 0;
  overflow: hidden;
}

#container .tab-wrapper {
  float: right;
  overflow: hidden;
}

#container .tabs .tab {
  background-color: #95b53c;
  border-bottom: 1px solid #95b53c;
  color: #fff !important;
  display: block;
  float: left;
  margin-left: 1px;
  padding: 4px 10px;
  text-decoration: none !important;
}

#container .tabs .unselected {
  border-bottom: none;
}

#container .tabs .unselected:hover {
  background-color: #88a634;
}

#container .tabs .selected {
  border-color: #88a634;
  background-color: #88a634;
}

#container .tab-windows {
  margin-bottom: 8px;
}

#container .tab-window {
  background-color: #fff;
  border: 1px solid #88a634;
  padding: 10px 12px;
}


/******************
 * USEFUL CLASSES *
 ******************/

.fleft {
  float: left;
}

.fright {
  float: right;
}


/********
 * MENU *
 ********/

/* The main menu */
#dm0m0 {
  background: url(/page_templates/common/images/menu_bg.jpg) left top repeat-x;
  font-size: 22px !important;
  height: 36px;
}

/* The submenus */
#dm0m1, #dm0m2, #dm0m3, #dm0m4, #dm0m5, #dm0m6 {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
  /*
  background-image: url(/images/ww_drop_bgfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
  */
	background-color: #f0f0f0;
	/*border: 1px solid #bbb;*/
  border: 1px solid #88a634;
	border-top: none;
  margin-top: 2px;
}

/** this is a wacky hack to work around some stuff in the the dynamic menu **/
#dm0m0tbl.submenu {
	background: 0;
	padding: 0;
	border: none;
}

.icont {
	width: 100%;
}

.icont td {
  padding: 0px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
}

.icont .l {
	width: 3px;
	height: 26px;
}

.icont .r {
	width: 3px;
	height: 26px;
}

.icont td.m {
	padding-left: 3px;
}

/* Style for items: normal state */
.mi {
  color: #232323;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

/* Style for items: mouseover state */
.mi_over {
  color: #232323;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

#dm0m1 .mi, #dm0m1 .mi_over,
#dm0m2 .mi, #dm0m2 .mi_over,
#dm0m3 .mi, #dm0m3 .mi_over,
#dm0m4 .mi, #dm0m4 .mi_over,
#dm0m5 .mi, #dm0m5 .mi_over,
#dm0m5 .mi, #dm0m6 .mi_over {
  width: 200px;
}

/* Style for items text: normal state */
.mi_text {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #232323;
  padding: 0 11px;
  width: 100%;
}

.mi_text_over {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #232323;
  padding: 0 11px;
  width: 100%;
}

#dm0m0 .mi_text {
  font-size: 12px;
  line-height: 30px;
  padding: 0 19px;
  text-transform: uppercase;
}

#dm0m0 .mi_text_over {
  color: #5c7929;
  font-size: 12px;
  line-height: 30px;
  padding: 0 19px;
  text-transform: uppercase;
}

/* Style for items text: mouseover state */
.mi_text_over .icont .l {
  background-image: url(/page_templates/common/images/ww_drop_hover_left.gif);
  background-repeat: none;
}
.mi_text_over .icont .m {
  background-image: url(/page_templates/common/images/ww_drop_hover_bg.gif);
  background-repeat: repeat-x;
  color: #FFFFFF;
}
.mi_text_over .icont .r {
  background-image: url(/page_templates/common/images/ww_drop_hover_right.gif);
  background-repeat: none;
}


/***************
 * TWO COLUMNS *
 ***************/

.two-columns {
  overflow: hidden;
}

.two-columns .left-column {
  float: left;
  margin-right: 5%;
  width: 45%;  
}

.two-columns .right-column {
  float: left;
  width: 45%;  
}
