body
{
  margin: 0px;
  font-family: arial;
  font-size: 80%;

}

img
{
  border: 0px;
}

p
{
  margin-top: 14px;
  margin-bottom: 14px;
}

h1
{
  color: #3c3c3c;
  font-size: 125%;
  font-family: arial;
  margin-top: 11px;
  margin-bottom: 11px;
  
}

h2
{
  color: #3c3c3c;
  font-size: 110%;
  font-family: arial;
}

form
{
  margin: 0px;
  padding: 0px;
}

acronym 
{ 
  border-bottom: 1px dotted #999999;
  cursor: help;
}
    
a
{
  color: #ff0000;
  text-decoration: none;

}

a:visited
{
  color: #ff0000;
}

a:hover
{
  color: #000;
  text-decoration: underline;
}

.alert
{
  font-weight: bold;
  color: #f00;
  border: 1px #ccc solid;
  padding: 3px;
  font-size: 13px;
}

p#subjectintro
{
  border: 1px solid #cfdef5;
  background-color: #f1f4fa;
  padding: 6px;
  color: #555;
  font-size: 12px;
}
 
#infomsg
{
  background-color: #F1F4FA;
  font-size: 11px;
  border: 1px solid #bbb;
  padding: 3px;
  font-weight: bold;
  margin-top: 10px;

}

.infobox
{
  background-color: #eee;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  
  width: 320px;
  padding: 6px;
}

#logo
{
  width: 175px;
  float: left;
  margin-top: 21px;
}

#headerblock
{
  width: 971px;
  height: 76px;
  margin: 0px auto;
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
  color: #999;
  font-size: 90%;
}

#headerblock a
{
  color: #444;
}

#headerblock a:hover
{
  color: #000;
  text-decoration: underline;
}


div#menublock
{
  width: 976px;
  margin: 0px auto;

  background: url("http://www.drivingpeople.com/images/menu-bottom.gif") 0px -2px;
  height: 35px;
  position: relative;
  top: -2px;
  font-size: 90%;
    z-index: 1;
}

div.menuitem, div.menuitemex
{

  float: left;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;

}

div.menuitemex
{

}

div.menuitem a, div.menuitemex a
{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 2px;
  width: 133px;
  border-right: #aaa solid 1px; 

  text-align: center;
  height: 19px;
  padding-top: 7px;
  background: url("http://www.drivingpeople.com/images/menu-back.gif");
}

div.menuitem a:visited, div.menuitemex a:visited, div.menuitemex a
{

  color: #fff;


}

div.menuitemex a:visited, div.menuitemex a
{

  color: #000;

}

div.menuitem a:hover
{

  text-decoration: none;
  color: #000;
  background-color: #eee;
  width: 133;
  display: block;
  border-right: #aaa solid 1px; 
  display: block; 
   background:none;
   background-color: #aaa;
}

div.menuitemex a:hover
{

  color: #fff;
}

.subitems
{
  display: none;
  position: absolute;
  width: 120px;
  background-color: #eee;
  text-align: left;
  padding:3px;
  border: 1px solid #000;
  margin: 2px;
  margin-top: 6px;
  background:none;

}

.subitems li
{
  float: left;
}



.menuitemex:hover ul, .menuitemex.over ul
{
  display: block;
  
} 

.menuitemex ul
{
  z-index: 1000;
  left: 0px;
  width: 492px;
  float: none;
  list-style: none; 
  padding: 0px;
  margin: 0px;
  background:none;
     
}  

html>body .menuitemex ul
{
   
}

.menuitemex li a
{
  position: relative;
  width: 119px;
  height: 15px;
  float: none;
  border: 0px;
  margin:0px;
  padding:0px;
  text-align:left;
  display: block;
  padding: 2px;
  background: none;
     background-color: #ccc;
} 

/*.menuitemex li a:hover
{
  display: block; 
  text-decoration: none;
  color: #fff;
  background-color: #d4d4d4;
  width: 119px;
  display: block;
  border-bottom: 0px; 
  padding: 2px;
}  
*/
.submenuitem a, .submenuitem a:visited
{
  color: #222;

}

.submenuitem a:hover
{

  background-color: #888;

}

#maincontent
{
  width: 976px;
  margin: 0px auto;
  clear: both;
  margin-top: 20px;
}

#footerblock
{
  width: 970px;
  margin: 0px auto;
  clear: both;
  margin-top: 50px;
  background-color: #d4d4d4;
  color: #fff;
  padding: 3px;
  font-size: 77%;
  margin-bottom: 6px;
  height: 17px;
  padding-top: 6px;
  border-bottom: 2px solid #444;
  background: url("http://www.drivingpeople.com/images/footer-back.gif");
  
}

#footerblock a
{
  color: #ccc;
}

.contactbut, .infobut, .contactbutlarge
{
  
  border: 1px #3c3c3c solid;
  width: 70px;
  float: left;
  height: 15px;
  padding: 1px;
  font-size: 9px;
}

.contactbut
{
  width: 100px;
}

.contactbutlarge
{
  width: 130px;
    height: 20px;
}
  
.contactbut a, .infobut a, .contactbutlarge a
{
  text-align: center;
  display: block;
  width: 70px;
  background-color: #3c3c3c;
  height: 14px;
  padding: 0px;
  color: #fff;
  padding-top: 1px;
  font-size: 9px;
}

.contactbut a:hover, .infobut a:hover, .contactbutlarge a:hover
{
  width: 70px;
  text-align: center;
  background-color: #d4d4d4;
  height: 14px;
  padding: 0px;
    padding-top: 1px;
  text-decoration: none;
  color: #000;
}

.contactbutlarge a, .contactbutlarge a:hover
{
  width: 130px;
  font-size: 11px;
  height: 17px;
  padding-top: 3px;
 
}

.contactbut a, .contactbut a:hover
{
  width: 100px;
}

.infobut, .infobut a, .infobut a:hover
{
  width: 60px;
}

p#location
{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.important
{
  color: #f00;
}

.pagelist
{
  width: 700px;
}

.faded
{
  color: #777;
  font-style: italic;
}

.pagelisthighlight
{
  background-color: #FCECEA;
  padding: 3px;
}

.formtitle, .formtitlewide
{
  background-color: #3c3c3c;
  width: 342px;
  padding: 2px;
  font-weight: bold;
  margin-top:20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  padding: 4px;
  color: #fff;
}

.formtitlewide
{
  width:542px;
}

.formtitle a, .formtitlewide a
{
  color: #aaa;
}

.formcontent, .formcontentwide
{
  background-color: #f4f4f4;

  width: 346px; padding: 2px;
  margin-bottom: 16px;
}

.formcontentwide
{
  width: 546px;
}

.formcontent input, .formcontent textarea, .formcontentwide input, .formcontentwide textarea
{


}



.pointright
{
  float: right;
  margin-left: 10px;
}

#quicksearch
{
  background-color: #eee;
  padding: 5px;
  border: 1px solid #bbb;
  clear: both;
  margin-top: 20px;
}

p#searchinfo
{
  margin-top: 21px;
  font-size: 11px;
  margin-bottom: 0px;
}

.highlighttable
{
  border-collapse: collapse;
}

.highlighttable th
{
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 4px;
  color: #fff;
  background-color: #444;
}

.highlighttable td
{
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 3px;
  color: #444;
}

.highlighttable th
{
 
  text-align: left;
}

option.countyheader
{
  background-color:#F5FBFF;
  color: #111;
}

option.countymainheader
{
  margin-top: 11px;
  border-top: 2px #666 solid;
  font-weight: bold;
  background-color:#F5FBFF;
  color: #111;
}

ul.searchsubjects
{
  background-color: #F1F4FA;
  padding: 6px;
  border: 1px solid #bbb;
  clear: both;
  margin-top: 10px;
    float: left;
    width: 731px;
    margin: 0px;
    
    margin-bottom: 20px;
}

ul.searchsubjects li
{
  list-style:none;
  width: 142px;
  float: left;
  padding: 2px;
  margin: 0px;
  font-size: 11px;
}

p.subjectblock
{
  margin-top: 6px;
  margin-bottom: 6px;
}

.highlight
{
  padding: 4px;
  background-color: #f5d2cf;
   
  font-size: 11px;
}

.soften
{
  border: 1px #a5acb2 solid;
  background: url("http://www.drivingpeople.com/form-back.gif") no-repeat;
  padding: 3px;

}









#pagedisplay
{
  float: right;
  font-size: 11px;
  font-style: italic;
  color: #555;
}

.pagenums
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;

  margin-bottom: 5px;
  text-align: right;
  
}

.pagenums li
{
  float: left;
  padding: 4px;
  border: 1px solid #ccc;
  margin-right: 5px;
  padding-top: 2px;

}

.pagenums .skipblock
{
  border: 0px;
  padding: 0px;
  padding-top: 4px;
  margin-right: 2px;
  left: -2px;
  position: relative; 
}

.pagenums .currentpage
{
  background-color: #ddd;
}

.pagenums li a
{

  font-size: 10px;
  height: 14px;
}


div#locationlist ul
{
  width: 200px;
  margin: 0px;
  padding: 0px;


}

div#locationlist li
{
  list-style: none;

}

div#locationlist li a 
{
  display:block;
 background: url("http://www.drivingpeople.com/Images/arrow-right2.gif") no-repeat 0px 5px;  
  padding-left: 10px; 
}

div#locationlist li a:hover
{
  display:block;
 background: url("http://www.drivingpeople.com/Images/arrow-right2.gif") no-repeat 0px 5px;  
  padding-left: 10px; 
  text-decoration: none;
  color: #000;
}

div#locationlist h2
{
  width: 240px;
}







.genbutton
{
  float: left;
  clear: right;
  margin-right: 8px;
  height: 22px; 
  width: 108px;
  text-align: center;
  border: 1px solid #cfdef5;
  margin-bottom: 10px;
  
}

.genbutton a 
{
  display: block;
  width: 100px;
  height: 14px;    
  padding: 3px;
  background-color: #f1f4fa;
  color: #6376af;
  font-size: 10px;
  margin: 1px;
}

.genbutton a:hover
{
  text-decoration: none;
  background-color: #cfdef5;
}





.manageimage img, .manageimagehighlight img, .manageimageprofile img
{
  margin: 0;
  padding: 0;
  display:block;
}

.manageimage, .manageimageprofile, .manageimagehighlight
{
  display: block;
  float: left;
  padding: 3px;
  margin: 5px;
  border: 1px solid #CFDEF5;  
  background-color: #fff;
}

.manageimageprofile
{
   margin: 1px;
   padding: 1px;
   border: 0;
 }

.manageimagehighlight
{
  border: 2px solid #7aa3e5; 
  padding: 2px;
  background: #7aa3e5;
 }

.manageimage:hover, .manageimagehighlight:hover, .manageimageprofile:hover
{
  display: block;
  float: left;
  padding: 3px;
  margin: 5px;
  border: 1px solid #555;  
  background-color: #fff;
}

.manageimageprofile:hover
{
  margin: 0;
   padding: 1px;
}

.manageimagehighlight:hover
{
  border: 2px solid #666; 
  background: #666;
  padding: 2px;
}

.manageimage img, .manageimagehighlight img, .manageimageprofile img
{
  border: 0;
  padding: 0;
} 



.profileleftside
{
  width: 560px;
  position: relative;
  top: -19px;
  float: left;
  
}

 


.profilerightside
{
  width: 393px;
  float: right;
}



.profileoptions
{
  border: 1px #ccc solid;
  padding: 9px;
}

.profileoptions h2
{ 
  margin-bottom: 0px;
  margin-top:8px;
}



#imageform Label
{
  float: left;
  width: 100px;

}

#imageform imageformentry
{
  float: left;
}

