/* web site layout and design credit goes to spektredesign.net */

body {
  background: #D9D9D9 url(/images/backgrounds/header.gif) top center no-repeat;
  font-family: Arial, Helvetica, Sans-serif;
  line-height: 1.4em;
  text-align: center;
  font-size: 12px;
  color: #333;
  margin: 0;
}

fieldset { 
  background-color: #FFEBB0;
  border: solid 2px #660000; 
  margin: 5px 0 5px 0;
  padding: 1em; 
  width: 550px;
}

legend {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  letter-spacing: 1px; 
  font-weight: bold; 
  font-size: 15px;
  color: #063; 
}

dt, dd { font-size: 12px; } dt { margin-top: 5px; }

a img { border:none; }

p { margin: 0 0 10px 0; }

acronym, abbr { 
  border-bottom:dashed 1px #FFF; 
  cursor:help; 
}

form { margin: 0; }

/* layout */

#wrap {
  background: url(/images/backgrounds/footer.jpg) bottom center no-repeat;
  min-height: 700px;
  margin: 0 auto;
  text-align: left;
  width: 848px;
}

#header { 
  width: 820px;
  margin: 0 auto 0 auto;
}

#header h1 { 
  margin: 70px 0 35px 10px; 
}

#header .search {
  margin: 0 0 0 550px;
  color: #333;
  text-align: right;
  white-space: nowrap;
}

#header .search input  { 
  border: solid 1px #F33; 
  padding: 4px;
  font-size: 11px;
}

#topnav {
  height:32px;
  line-height:32px;
  padding: 5px 0 0 0;
  color:#999;
  
}

#topnav ul {
  margin: 0;
  padding:0; 
  float: right;
}

#topnav li {
  list-style-type:none;
  border:1px solid #FFF;
  white-space:nowrap;
  margin-left: 1px;
  font-size: 11px;
  float:left;
}

#topnav li a {
  font-family: Taoma, Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none;
  background-color: inherit;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  font-size: 0.9em;
}

* html #topnav a { width:1%; }

#body {
  padding: 0 10px 0 10px;
  width: 828px;
}

#content { 
  padding-bottom: 20px;
  clear: both;
  min-height: 500px;
  width: 580px;
  margin: 20px 0 0 0;
  color: #000;
  float: left;
}

#content h2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #222;
  margin: 0; 
}

#content p {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  width: 580px;
}

#content table p { width: auto; }

#content li { 
  margin-bottom: 3px;
  font-size: 12px; 
}



#content fieldset p { width: auto; }

#rightnav {
  background-color: #FCFFA4;
  border: solid 2px #600;
  margin: 20px 0 0 20px;
  width: 215px;
  float: left; 
}

#rightnav h3 {
  background: url(/images/backgrounds/rightnavheadbg.gif) top left repeat-x;
  font-family: Arial, Helvetica, sans-serif; 
  padding: 0 0 0 5px;
  font-size: 15px;
  line-height: 25px;
  color: #FFF;
  margin: 0;
}


#rightnav ul {
  list-style-image: url(/images/icons/greenbullet.gif);
  margin: 10px 0 5px 20px;
  padding: 0 0 0 10px;
}

#rightnav li { margin-bottom: 2px; }

#rightnav a {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  letter-spacing: 1px;
}

#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  clear: both;
  color: #000;
  height: 80px;
}

#footer p {
  margin: 0 0 20px 10px; 
  line-height: 160%;
  font-size: 11px;
}

#footer a { margin: 0 3px 0 3px; }
#footer b { color:#415825; } #footer span { color: #2C5000; }


/* classes */

.searchbutton {
  font-family:'Franklin Gothic', Verdana, Arial, Helvetica, sans-serif; 
  background: url(/images/buttons/search.gif) center left no-repeat;
  height: 23px;
  width: 58px;
  color: #040;
}

.lpad150 { padding-left: 150px; line-height: 20px; }

.bcrumbs {
  font-family: Verdana, Arial, San-serif;
  text-align: right;
  font-size: 10px;
  margin-bottom: 25px;
  width: 570px;
}

.commentsbox {
  padding: 1em;
  background-color: #F0F0F0;
  margin: 0 0 30px 0;
}

.mainpics img { margin: 0 2px 0 2px; }

p.meta { margin: 0 0 5px 0; }

p.comment {
  border-bottom: solid 1px #999;
  padding: 0 0 10px 10px;
  margin: 0 0 10px 0;
}

#content p.date {
  border-top: solid 1px #999;
  margin: 5px 0 10px 0;
  padding:5px 0 0 0;
  font-size: 11px;
  color: #333;
}

/* pseudo classes */


#topnav a:link, #topnav a:visited { background: url(/images/backgrounds/navbg.gif) top left repeat-x; color:#FFF; text-decoration:none; }
#topnav a:hover, #topnav a:active { background: url(/images/backgrounds/navbg_o.gif) top left repeat-x; color:#000; text-decoration:none; }

#topnav a.current { background: url(/images/backgrounds/navbg_o.gif) top left repeat-x; color: #000; }

#content a:link, #content a:visited { color:#00F; text-decoration: underline; }
#content a:hover, #content a:active { color:#00F; text-decoration: none; }

#rightnav a:link, #rightnav a:visited { color:#FE0101; text-decoration: underline; }
#rightnav a:hover, #rightnav a:active { color:#FE0101; text-decoration: none; }

#footer a:link, #footer a:visited { color:#2C5000; text-decoration: none; }
#footer a:hover, #footer a:active { color:#000000; text-decoration: underline; }



/* link markers */

#content a[href $='.pdf'], #rightnav a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('/images/icons/pdf.gif') center right no-repeat;
}

#content a[href $='.xls'], #rightnav a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url('/images/icons/xls.gif') center right no-repeat;
}

#content a[href $='.doc'], #rightnav a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url('/images/icons/doc.gif') center right no-repeat;
}

/*
#content a[href ^="http://"] {
   padding-right: 20px;
   background: transparent url('/images/icons/external.gif') center right no-repeat;
}
*/

#content a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url('/images/icons/mailto.gif') top right no-repeat;
}

#content a[target="_blank"] {
   padding-right: 18px;
   background: transparent url('/images/icons/newwin.gif') center right no-repeat;
}