/* COLORS
Body Background:    #FFFFFF
Main Text:          #000000
Links:              #
Dark Brown Borders: #
*/

/* CONTENTS
=header
=body
=section
  =section @navigation
  =section form
  =section @tabs
  =section @googleMaps
=content
=footer
=jqModal
*/


/* --------------------------- =header ----------------------------------*/

#nav {
  height: 74px;
  border-bottom: 7px solid #070707;
  height: 100px;
}

#logo {
  float: left;
  margin: 15px 0px 0px 30px;
}

.shading {
  height: 40px;
  margin-top: 1px;
  background-image: url(/img/shading.png);
  background-repeat: repeat-x;
}

.admin {
  margin: 30px 0px;
  padding: 15px;
  background-color: #EFBE68;
  color: #2F291D;
}

.admin a {
  display: block;
}

/* ---------------------------- =body -----------------------------------*/

body {
  color: #333333;
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  background-image: url(/img/bg_body.png);
  background-repeat: no-repeat;
  background-position: top right;
}

h1, h2, h3, h4, h5 {
  font-family: 'Trebuchet MS',Tahoma,sans-serif;
}

h3 {
  font-size: 1.4em;
}

h3.cursive {
  margin-bottom: 10px !important;
  font-size: 1.8em;
}

a {
  color: #305580;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  background-color: #6384AB;
}

/* -------------------------- =section ----------------------------------*/

#content_top {
  background-image: url(/img/bg_nav.png);
  background-repeat: repeat-x;
  background-position: 0px -105px;
}

#content_bg {
  background-image: url(/img/bg_content.png);
  background-repeat: repeat-y;
  padding: 25px;
}

#content {
  overflow: hidden;
}

/* 
 * @navigation 
 */

ul.nav {
  margin-top: 73px;
  float: right;
  list-style-type: none;
}

ul.nav li {
  float: left;
  margin-right: 1px;
  margin-left: 1px;
}

ul.nav li a {
  display: block;
  color: #FFF;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  background-color: #070707;
}

ul.nav li a:hover {
  background-color: #DDDDDD;
  color: black;
}

ul.nav li.selected a {
  background-color: #FFFFFF;
  border-bottom: 0px solid #E9E9E9;
  color: black;
}

/*
 * form
 */

form {
  margin: 0 auto;
  width: 400px;
  padding: 14px;
}

.wide {
  float: left;
  text-align: left;
  width: 90%;
  clear: none;
  display: inline;
  color: #666666;
  font-weight: normal;
}


form p {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CDCDCD;
}

form label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  width: 140px;
  float: left;
  clear: left;
  margin-bottom: 7px;
}

form input.text, form select, form textarea {
  background-color: #FFFFFF;
  background-image: url(/img/inputfield.jpg);
  background-repeat: repeat-x;
  background-position: -22px 0px;
  border-color: #727272 #B4B4B4 #DADADA;
  border-style: solid;
  border-width: 1px;
  color: #222222;
  font-weight: bold;
  height: 20px;
  padding: 7px 3px 2px 3px;
  width: 60%;
  margin-bottom: 7px;
}

form textarea {
  height: 100px;
}

form select {
  height: 30px !important;
}

form button, form input[type='button'] {
  clear: both;
  margin-left: 150px;
  width: 125px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 1em;
  font-weight: bold;
}

label.inline_label {
  clear: none;
  float: left;
  display: inline;
  width: auto;
  font-weight: normal;
  text-align: left;
  margin: 0 0 22px 0;
}

.radio {
  border: none !important;
  margin: 0px 5px 0px 10px !important;
  width: auto !important;
  float: left;
}

input, select, textarea, button {
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

input, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border: 1px solid #000;
}

.image_button {
  width: auto;
  border: none;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}

.search_input {
  background-image: url(/img/inputfield.jpg);
  background-repeat: repeat-x;
  border-color: #727272 #B4B4B4 #DADADA;
  border-style: solid;
  border-width: 1px;
  color: #222222;
  font-weight: bold;
  height: 20px;
  padding: 7px 3px 2px 22px;
  width: 125px !important;
}

.label_search {
  width: auto;
  margin-top: 5px;
  margin-right: 10px;
}

input.search {
  width: auto;
  background: #333333;
  color: #FFF;
}

/* Tags */

.tags {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  color: #9F1D2F;
}

/* cakephp flash message */
#flashMessage {
  padding: 15px;
  background-color: #EEEF95;
  border: 1px solid #CECF5A;
  font-weight: bold;
  width: 870px;
  margin-bottom: 25px;
}

/*form errors */

label.error {
  background: url("/img/unchecked.gif") no-repeat 7px 9px;
  margin-left: 142px;
  padding-left: 27px;
  margin-top: -35px;
  font-weight: bold;
  color: #9F1D1D;
  border: none;
  text-align: left;
  width: auto !important;
}

form input.error,form select.error {
  background: #FFF;
  border-color: #DFB5B5 !important;
}

/* --------------------------- =content ---------------------------------*/

.box {
  padding: 15px;
  margin: 7px 0px;
}

.colored {
 background-color:#E1E1E1;
 border:1px solid #C9C9C9; 
 float: left;
 width: 100%;
}

.colored h2 {
  margin: 0px;
  padding: 0px;
}

/* Formats GoogleMap on Contact-Index page */

#map {
  margin-top: 125px;
  height: 425px;
  border: 1px solid #CDCDCD;
  width: 100%;
}

/* --------------------------- =footer ----------------------------------*/

#footer1 {
  overflow: auto;
}

#footer1, #footer2 {
  color: #AAAAAA;
  background-color: #070707;
  border-bottom: 1px solid #0F0E0E;
}

#footer1 h3 {
  color: #ABABAB;
  margin: 20px 0 10px 0;
  width: 80%;
}

#footer1 ul {
  padding-top: 0.3em;
  list-style-type: none;
  margin: 0px;
}

#footer1 ul li {
}

#footer1 a, #footer2 a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.footer_nav a {
  line-height: 2em;
  width: 80%;
  display: block;
  padding: 4px 0 4px 8px;
  border-bottom: 1px solid #111111;
}

#footer1 a:hover {
  color: #555555;
  background-color: #000000;
}

.footer_contact {
  float: left;
  width: 70%;
}

#footer1 img {
  float: left;
  padding: 3px;
  margin-top: 9px;
  margin-right: 20px;
  border: 1px solid #CDCDCD;
  background-color: #1F1D1D;
}

#footer2 {
  color: #4F4F4F;
  line-height: 2em;
  border-top: 1px solid #1F1D1D;
}
