/* BASIC rules
----------------------------------------------- */
* {margin: 0; padding: 0;}
.screenHide, hr {display: none}
#accessibility {position: absolute; top: -10000px;}


body {
  background: url(/img/bg_body.png) repeat-x top left #ffffe9;
  font:13px/20px "Lucida Grande", Tahoma, Helvetica, sans-serif;
  color: #665;
  text-align: center;
}
strong {font-weight: bold !important;}

/* MENU 
----------------------------------------------- */
#menuMain {
  width: 420px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#menuMain ul {list-style: none;}
#menuMain li {
  float: left;
  display: inline;  
}
#menuMain a {
  display: block;
  height: 45px;
  text-decoration: none;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
#nav-about a {
  width: 115px;
  background-image: url(/img/nav_about.png);
}
#nav-services a {
  width: 130px;
  background-image: url(/img/nav_services.png);
}
#nav-request a {
  width: 130px;
  background-image: url(/img/nav_request.png);
}
#menuMain a:hover,
#menuMain li.on a,
.about #nav-about a,
.services #nav-services a,
.request #nav-request a {background-position: 0 -45px;}
#menuMain li.off a {background-position: 0 0;}

#logo {
  width: 205px;
  height: 135px;
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 50000;
}
#logo a {
  display: block;
  width: 205px;
  height: 135px;
  margin-left: 80px;
}
#logo img {
  width: 0 !important;
  border: 0;
}


/* STRUCTURAL elements 
----------------------------------------------- */
#container {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
#barTop {
  width: 100%;
  height: 25px;
  background: url(/img/bg_logoTop.jpg) no-repeat bottom left #fffeca;
}
#header {
  width: 100%;
  height: 155px;
  background: url(/img/bg_logoUpper.jpg) no-repeat bottom left transparent;
  position: relative;
}
#header h1 a {
  display: block;
  width: 205px;
  height: 130px;
  margin-left: 80px;
  text-indent: -9999px;
  text-decoration: none;
  position: absolute;
  top: 25px;
  left: 0;
}
#spotText {
  width: 100%;
  height: 195px;
  background: url(/img/bg_logoLower_llc.jpg) no-repeat top left transparent;
  margin-bottom: 1em;
  font: 1.3em/1.2em Georgia, serif;
  font-style: italic;
  color: #990;
  position: relative;
}
.request #spotText {margin-bottom: 0;}
.primary {
  width: 410px;
  float: right;
}
#spotText .primary {
  margin-left: 385px;
  margin-top: 1em;
}
.secondary {
  float: right;
  width: 385px;
}
.miniCol {
  float: left;
  display: inline;
  width: 150px;
  margin: 0 30px 30px 10px;
}

.article {margin-bottom: 2em;}

#footer {
  border-top: 1px solid #999964;
  margin-top: 1em;
}
#footer p {
  margin: 1em 0;
  font-size: 0.85em;
  color: #cccc78;
}
#footer a {
  color: #990;
}


p, h1, h2, h3 {
  margin-bottom: 1em;
  font-weight: normal;
}
small, .small {font-size: 0.9em;}

h3, legend {
  font: normal 1.2em Georgia, sans-serif;
  font-style: italic;
  color: #aa0;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccc78;
}
h2 {
  font: normal 1.6em Georgia, sans-serif;
  font-style: italic;
  color: #ccbb78;
  padding-bottom: 0;
}
.services .primary h2 {display: none}
.miniCol h3 {
  margin-bottom: 0;
}
.primary h3 {
  text-transform: capitalize;
  color: #660;
/*  border-bottom: 1px solid #dda;*/
}
.requestForm {
  font-size: 1.3em;
  padding: 1em 0 0 1em;
  margin: 0 0 2em 0 !important;
  border-bottom: 1px solid #cccc78;
  background: url(/img/bg_requestForm.gif) repeat-x top left #ffffdb;
  position: relative;
  left: -5px;
  top: -195px;
}
.request .secondary {
  padding-top: 1em;
  margin-top: 5px;
}
.requestForm h3, .requestForm p {
  margin-right: 1em;
}

.instruct {
  font-size: 11px;
  line-height: 1.5em;
  color: #660;
}


/* LISTS
----------------------------------------------- */
#content ul {list-style: none;}
#content li, .miniCol p {
  font-size: 0.85em;
  line-height: 1.5em;
}
.miniCol ul {margin-bottom: 2.5em;}
.miniCol li, .miniCol p {padding: 1.2em 0 0 0;}
.miniCol span {color: #990;}

ul.zemError {
  padding: 3em 0 1em 0;
  margin-bottom: 1em;
  margin-right: 30px;
  border-top: 1px solid #800;
/*  border-bottom: 1px solid #800;*/
  color: #500;
  background: url(/img/bg_zemError.gif) no-repeat 0 1em transparent;
}
.zemError li {}


/* FORMS
----------------------------------------------- */
fieldset {border: 0;}
legend {
  border-bottom: 0;
  font-size: 0.9em;
  margin-left: 0;
  padding-left: 0;
}
label, input, textarea, p.instruct {
  font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-style: normal;
}
label {
  font-size: 11px;
  color: #990;
}
/*label.zemText {display: none;}*/
input, textarea, select {
  font-size: 0.85em;
  color: #000;
  margin: 0 0 1em 0;
  width: 173px;
  padding: 1px;
  border: 1px solid #cccc78;
}
/* if using default text + js to clear
input.zemText, input.ready {color:#999;}
input.zemRequired {color: #a88;}
input.filled {color: #000}
*/

input.zemRadio {margin-bottom: 0;}
label.zemRequired {
  margin-right: 1em;
  color: #900;
}
input.zemRequirederrorElement, select.zemRequirederrorElement {
  background-color: #fcf4f0;
  border: 1px solid #900;
}
label.zemRequirederrorElement {
  color: #900;
  font-weight: bold;
}
button {
  padding: 0;
  border: 0;
  margin: 0 0 1.5em 0;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  overflow: visible;
}

.attn {color: #900;}

form .miniCol {
  width: 180px;
  margin: 0 10px 0 0;
}



/* LINKS
----------------------------------------------- */

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #660;
/*  font-weight: bold; */
}
a:hover {
  color: #990;
  border-bottom: 1px dotted #aa0;
}

#logo a, #header a {border: 0}