body {margin:0; padding:0; font-size:12px;font-family: Helvetica;
background-color: #999 ;} /* Old browsers */



 /* master page elements */

 #bannertrans_{position:relative; top: 165px; height: 40px; z-index: 4;}
 #banner_{position: relative; top:-40px; z-index: 3;} 
 #searchtrans_{position:relative; top: 20px; height: 40px; z-index: 9;}
 #logotrans_{position:relative; top: -220px; z-index:20;}
 
 #titletrans_{position:relative; top: 120px; text-shadow: 4px 4px #ff0000; z-index: 5; }
 #globalmenu_{top: -220px; height: 40px; position: relative; left: 0px;  background-image:url('/Sheriff/Images/footer.png');; z-index: 8;}

 #sitesearch{margin: 0px 0px 0px 0px; padding-right:1em; background-image:url('/Sheriff/Images/footer.png');color: white; }  
 /* use this to adjust search controls position .. 2/14/2013, johnsh */
 
 #nav_{background-color:#525a5d; position: relative; top:-220px; background-repeat: repeat-y; z-index: 2;} 
 #content_{background-color:#ffffff; position: relative; top:-220px; z-index: 1;}
 #footer_{height: 100px;background-image:url('/Sheriff/Images/footer.png'); position: relative; top:-220px; text-align:right; font-weight:normal; font-size:12px; color: white;background-repeat: no-repeat;}
 #footer_ a {color: white;}

.navButton:hover {background-image:url('/Sheriff/Images/navbarbtn2.jpg');}

/* use with buildNavStyle2 in SkagitCo.master.cs */
/*.navButton{height: 35px; background-image:url('/Common/Images/navbarbtn.jpg'); padding-left:6px; padding-top:7px; text-align:left;} 
.navButton a {text-decoration:none; font-weight:normal; color:Black; height:35px;width:130px;display:block;}
.navButton:hover {background-image:url('/Common/Images/navbarbtn2.jpg');} */

/*---Links--*/
a:link {color: #666; text-decoration:none;}    /* unvisited link */
a:visited {color:#666; text-decoration:none;}  /* visited link */
a:hover {color: #000; text-decoration:none;}  /* mouse over link */
a:active {color: #960; text-decoration:none;}  /* selected link */ 


/* use with buildNavStyle3 in SkagitCo.master.cs */
/* nav list style */
 #nav_ ul
 {margin: 0; padding-left: 0; list-style-type: none;}
 
 #nav_ li
 {background-image:url('/Common/Images/navbarbtn.jpg'); padding-left:6px; padding-top:7px; padding-bottom:2px;}

 #nav_ a
 {text-decoration:none; font-weight:normal; height:20px; width:150px; display:block; display: table-cell; vertical-align: left; text-align:left;} 

 #nav_ a:link, #navlist a:visited
 {color: black; text-decoration: none;}

 #nav_ li:hover 
 {background-image:url('/Common/Images/navbarbtn2.jpg'); }

/* slideshow for banner */
.slideshow { margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; }

/* global dropdown menu changes for apps*/

/* global dropdown menu*/
.dropdown{
    list-style:none;
	margin-left: 110px; /*--adjust for cutom dept.css tab alignment---*/
	margin-top: 2px; /*--adjust for cutom dept.css tab alignment---*/
    float: left; /* Clear floats */
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}

.dropdown ul{
  display  : none;
  position : absolute;
  list-style: none;
  top      : 100%;
  left     :-1px;/*--lower menu drop box side to side adjust---*/
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
  
}
.dropdown a{
    padding: 10px;
	font: 17px Helvetica;
    font-weight:bold;
    text-decoration:none;
}

.dropdown li{
   float:left;
    margin-right:20px;/*--top tab spacing---*/
	margin-top: 0px;
	margin-left: 13px;
    position:relative;
}
.dropdown a
{
    display:block;
    padding: 9px; /*---space around main tab---*/
    color:#FFF; /*----text color for upper tab---*/
	font: 17px Helvetica;
    font-weight:bold;
	display: block;
	list-style:none;
    text-decoration:none;
}

/*end dropdownmenu*/


h1 {font-size:20pt;  font-family: arial; color: #000;}
h2 {font-size:18pt; font-family: arial; color: #000;}
h3 {font-size:16pt; font-family: arial; color: #000;}
h4 {font-size:14pt; font-family: arial; color: #000;}
h5 {font-size:13pt; font-family: arial; color: #000;}
h6 {font-size:11pt; font-family: arial; color: #000;}
.gray { color:gray; }
.red  { color: Red; }
.white { color: White; }
.center { text-align:center; }

