
/* Pretty Stuff
================================== */
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body { font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif; background-color:#d4d4d4; text-align: center; min-width: 760px; }
a:link { color: #006b56; }
a:visited { color: #006b56; }
a:hover { color: #c00; text-decoration: none; }
a:active { color: #c00; text-decoration: none; }
dfn { font-size: 1.1em; font-style: italic; text-align: left; }
#wrapper { background-color: #fff; text-align: left; width: 740px; margin: 0 auto; }
#branding { height: 140px; background-color:#fff; background-image: url(top2.jpg); background-repeat: no-repeat; width: 740px; }
#branding img { float: right; }
#navtop { }
.imagerightbrd { float: right; margin-bottom: 6px; margin-left: 12px; border: solid 1px #535f76; }
.imagebrd { float: right; border: solid 1px #535f76; }
/*Start 3 columns for eco tours, etc.*/
#divisions { background-color: #fff; width: 740px; border-bottom: 1px solid #666; }
#divisions img { border: solid 1px #333; }
#divisions p { font-size: 1.1em; text-align: left; margin: 0; }
#divisions h1 { font-size: 1.4em; font-weight: bold; line-height: normal; background-color: #ccc; text-align: center; margin: 6px 0; }
#divisions ul { margin-bottom: 0; margin-left: 18px; }
#divisions li { font-size: 1.2em; line-height: normal; text-align: left; margin-right: 12px; margin-bottom: 0; margin-left: 18px; }
#subdivision1 { background-color: #fcc; width: 246px; height: 220px; float: left; }
#subdivision1 h1 { font-size: 1.4em; font-weight: bold; line-height: normal; background-color: #cfc; text-align: center; margin: 6px 0; }
#subdivision2 h1 { font-size: 1.4em; font-weight: bold; line-height: normal; background-color: #ffc; text-align: center; margin: 6px 0; }
#subdivision3 h1 { font-size: 1.4em; font-weight: bold; line-height: normal; background-color: #fcc; text-align: center; margin: 6px 0; }
#subdivision2 { background-color: #cfc; width: 248px; height: 220px; float: left; }
#subdivision3 { background-color: #ccf; width: 246px; height: 220px; float: left; }
/*End 3 columns for eco tours, etc.*/
#mainNav { list-style: none; background-color:#006b56; width: 180px; float: left; }
#content { background-color: #fff; width: 720px; float: left; }
#mainContent { width: 700px; margin: 0; float: left; }
#mainContent p { font-size: 1.4em; margin: 1em 0 1em 36px; }
#mainContent .small { font-size: 1.2em; }
#mainContent dl { margin: 1em 0 1em 24px; }
#mainContent dt { color: #3f60a0; font-size: 1.4em; font-weight: bold; line-height: normal; }
#mainContent dd { color: #333; font-size: 1.4em; font-weight: normal; line-height: normal; margin-top: 8px; margin-bottom: 8px; margin-left: 18px; }
#mainContent ol li { font-size: 1.4em; line-height: normal; list-style-type: decimal; margin: 1em 0 1em 60px; }
#mainContent ul li { font-size: 1.4em; line-height: normal; margin: 1em 0 1em 60px; }
#mainContent h1 { color: #006b56; font-size: 1.8em; font-weight: bold; line-height: normal; margin-top: 18px; margin-left: 36px; }
#mainContent h2 { color: #268b77; font-size: 1.5em; font-weight: bold; line-height: normal; margin-top: 16px; margin-left: 36px; }
#mainContent h3 { color: #3f60a0; font-size: 1.35em; font-weight: bold; line-height: normal; margin-top: 16px; margin-left: 36px; }
#secondaryContent { float: right; }
#secondaryContent h2 { font-size: 1.6em; margin: 0; padding-right: 12px; }
#secondaryContent p { font-size: 1.2em; line-height: normal; margin: 1em 12px 1em 0; }
#footer { background-color:#e8e6d1; text-align: center; clear: both; padding: 12px 0; }
#footer p { font-size: 1em; line-height: normal; margin-top: 6px; margin-bottom: 6px; }
/*Begin Contact form styles
*/
form { font-size: 1.1em; margin-top: 0; margin-left: 24px; padding-top: 0; }
/* fieldset styling */
fieldset {
  margin: 0.5em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : solid 1px #ccc;
}
fieldset p { font-size: 1.1em; line-height: normal; margin: 6px 0 0; padding: 0; }
/* legend styling */
legend { color: #505050; font-weight: bold; }
/* style for  labels */
label { margin-right: 12px; display: block; }
/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}
input {
  width: 200px;
}
input.radio, input.submit {
  width: auto;
}
/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}
input.radio {
  float: left;
  margin-right: 1em;
}
textarea {
  width: 300px;
  height: 100px;
}
/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/
/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}
/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}
/* End the hack */
