/* SCREEN STYLES */

/* resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1em;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* ------------------------------------------------------- */
/* common styles */

/* png fix for IE nonsense */
* { 
  behavior: url(../css/iepngfix.htc);
}

body {
  background: #dff3ff url('../images/common/backgroundBody.jpg') no-repeat top center;
  color: #333;
  font-family: "Lucida Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 20px;
  text-align: center;
}

a {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  color: #666;
  display: none;
  font-size: 2em;
  margin: .5em;
}

h2 {
  background: #669900;
  color: #e8f5ff;
  display: none;
  font-size: 24px;
  height: 20px;
  padding: 8px 0 10px 10px;
}

h3 {
  background: #669900;
  color: #e8f5ff;
  font-size: 18px;
  font-weight: normal;
  height: 20px;
  padding: 8px 0 10px 10px;
}

h4 {
  background: #669900 url('../images/common/backgroundh4.jpg') no-repeat bottom right;
  color: #e8f5ff;
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}


h5 {
  color: #587b11;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

h6 {
  color: #587b11;
  font-size: 18px;
  font-weight: bold;
  margin: 23px 10px 10px 10px;
  text-transform: capitalize;
}

p {
  padding: 10px 10px 20px 10px;
}

/* forms */

form {
  margin: 0 10px 10px 10px;
}

form label {
  background: #f3f9fe;
  padding: 5px 10px 5px 10px;
}

form input {
  color: #666;
  font-family: "Lucida Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
  width: 350px;
}

select {
  width: 350px;
}

form button {
  background: transparent;
  border: 0px;
  cursor: pointer;
  margin: 10px 80px 0 0;
  padding: 0;
  float: right;
}

form textarea {
  color: #666;
  font-family: "Lucida Sans", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  margin: 10px 0 10px 85px;
  padding: 5px;
  width: 350px;
}

html > body form textarea {
  margin-left: 100px;
}

form #sked {
  display: none;
}

form fieldset {

}

form fieldset legend {

}

.alert {
  color: #669900;
}

.formRow {
  padding: 0 0 5px 0;
  vertical-align: top;
}

/* ------------------------------------------------------- */
/* navigation styles */

#navigation {
  text-transform: capitalize;
}

#navigation li {
  font-size: 18px;
  display: inline;
}

#navigation li a {
  border-bottom: 0px;
  color: #666;
  font-weight: normal;
  padding: 40px  15px 5px 10px;
  text-decoration: none;
  float: left;
}

#navigation li a:visited {

}

#navigation li a:hover {
  background-color: #669900;
  color: #e8f5ff;
}
    
#navigation li .current {
  background: #587b11;
  color: #fff;
}


/* ------------------------------------------------------- */
/* custom styles */

#background {
  height: 100%;
  text-align: inherit;
}

html > body #background {
  
}

#page {
  margin: 0 auto;
  text-align: left;
  width: 940px;
}

#header {

}

#nametag {
  height: 101px;
}

#nametag a {
  border-bottom: 0px;
}

#mainButton {
  margin-bottom: 10px;
}

#mainContent {
  margin-bottom: 10px;
}

.leftBin {
  background: #e8f5ff;
  float: left;
  width: 300px;
}

.rightBin {
  background: #e8f5ff;
  float: left;
  margin-left: 20px;
  width: 610px;
}

.subBin {
  //background: #e8f5ff url('../images/common/backgroundSubBin.png') no-repeat bottom;
  background: #e8f5ff;
  border: 1px solid #e8f5ff;
  float: left;
  font-size: 12px;
  margin-right: 16px;
  width: 300px;
}

.leftBin .subBin {
  margin-top: 20px;
  margin-right: 0px;
}

.floatend {
  margin: 0;
}

#photostream .subBin {
  margin: 0 10px 20px 0;
  //width: 230px;
  //height: 173px;
}

#photostream .subBin h4 {
  font-size: 12px;
  width: 300px;
}

html > body #photostream .subBin h4 {
  width: auto;
}

#photostream .subBin img {
  width: 300px;
  height: 200px;
}

.openCloseImg {
  border: 0px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

#testimonialList {
  padding: 0 10px 10px 10px;
}

#testimonialList li {
  background: #f3f9fe;
  border: 0px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
}

#testimonialList li div {
  font-size: 12px;
  padding: 1em 1em 1em 1.8em;
}

#serviceList {
  margin: 0 10px 10px 10px;
}

#serviceList li {
  background: #f3f9fe;
  border: 0px solid #ccc;
  margin-top: 5px;
  padding: 3px 10px 3px 10px;
}

#serviceList li:hover {
  background: #e1f0e4;
  cursor: pointer;
}

#serviceList li div {
  font-size: 12px;
  padding: 1em 1em 1em 1.8em;
  display: none;
}

#seasonalSpecial {
  background: #e1f0e4;
  margin: 0 10px 15px 10px;
  padding: 10px 0 5px 10px;
}

#seasonalSpecial img {
  height: 90px;
}

#photostream {
  margin-bottom: 20px;
}

#subContent {
  margin: 20px 0 10px 0;
}

#footer {
  margin-bottom: 40px;
  margin-top: 10px;
}

#footer span {
  background: #669900;
  border: 1px solid #e8f5ff;
  color: #eee;
  display: block;
  font-size: .8em;
  padding: .5em;
  text-align: center;
}

#footer span a {
  border-bottom: 1px dotted;
  color: #eee;
  text-decoration: none;
}

#footer span a:visited {
  color: #ccc;
  text-decoration: none;
}

#footer span a:hover {
  border-bottom: 1px solid;
  color: #fff;
  text-decoration: none;
}

#footer #promo {
  height: 120px;
  width: 900px;
  margin: 0 0 30px 0;
}

#footer #promo img {
  position: absolute;
}

#footer #promo #inside {
  position: relative;
  top: 20px;
  margin-left: 330px;
}

#footer #promo #inside h6 {
  color: #fff;
  font-size: 16px;
  margin: 5px 0 20px 0;
  padding: 0;
}

.dim {
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

.full {
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

.left {
  float: left;
  margin: 0 10px 0 0;
}

.right {
  float: right;
  margin: 0 0 0 10px;
}

.button {
  margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-Mac \*/
*html .clearfix {height: 1%;}