/*
 * 	sheriff.css
 *  CSS styles for Pima County Sheriff web site
 */

 /* html tags */
a { color: #663300}
a:hover { text-decoration: underline}

/* navigation */	


.nav {font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #333300;
	background-color: #F6F6EC;
	padding-left: 10px;
	font-weight: bold; } 
.nav a {  color: #330000}
.nav a:hover { color: #000000; font-weight: bold; }
.navLeft { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-image: url(images/left.jpg);
	background-repeat:repeat-y;
	vertical-align: text-bottom; }
	
.navInd {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #333300;
	background-color: #F6F6EC;
	padding-left: 10px;
	font-weight: bold;
	border-left-width: 9px;
}
.navInd  a:hover {
	color: #000000;
	font-weight: bold;
}


/* specific areas */

.tdbanner {
	background-image: url(images/hdr2b.jpg);
	background-repeat: repeat-x;
	height: 72px;
	background-color: #FFFFFF;
}
.tdLeft {font-family: Georgia, "Times New Roman", Times, serif; font-size: 9px; background-image: url(images/left.jpg); background-repeat:repeat-y; vertical-align: text-bottom;}
.tdCtr {
	padding: 0px 6px 0px 8px;
}
.tdRt { padding-left: 6px; }
.bodyMain { font-family: "Times New Roman", Times, font-size: 14px; padding-top: 15px; padding-left: 8px; padding-right:8px }
.geninfo { font-family: Verdana, Arial, Helvetica; font-size: 9px; color: #034100; padding: 4px; }
.geninfo  a {  color: #663300; text-decoration:none }
.geninfo  a:hover { text-decoration:underline; color: #0000FF; }
.left { padding-left: 11px;
	padding-top: 8px;
	color: 333300; }


/*text sizes*/

.txtSm {  font-family:  Verdana, Helvetica, Arial;  font-size: 11px}
.txtXSm {  font-family: Verdana, Arial, Helvetica; font-size: 9px}
.txtStnd {
	font-family: Verdana, Helvetica;
	font-size:  12px;
	padding-right: 6px;
	padding-left: 8px;
}
.txtBg { font-family: Verdana, Helvetica;  font-size: 14px}
.txtVeryBg { font-family: Verdana, Arial, Helvetica; font-size: 20px; font-weight: bold; color: #663300; }
.txtCaption { font-family:  Verdana, Helvetica, Arial; font-size: 9px; font-style: italic; }

/* text colors*/
.txtRed { color: #ff0000}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.navhdr {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-image: url(images/left.jpg);
	background-repeat:repeat-y;
	vertical-align: text-bottom;
}
.txtHeader {
font-family: Verdana, Arial, Helvetica; font-size: 20px; font-weight: bold; color: #663300;
}
.logo {
	background-image: url(images/GSlogo.jpg);
	color: #EEEEEE;
	background-repeat: no-repeat;
}

.logo a:hover {
	background-image: url(images/GSlogo2.jpg);
}

