/* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */
body {
	margin: 0px; 
	padding: 0px;
	background-color:#fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color:#fff8f0; 
}
#auditorbodysection {
	/*max-width: 1200px;*/
	width: 1200px;
	text-align: center;
	margin: 0px auto 30px auto;
	/*min-width: 780px;*/
	background-color:#dcedff;
	/*width: 97%;*/
	/*background-image: url(/auditor/images/sidebarbg.gif);
	background-repeat: repeat-y;*/
	-webkit-box-shadow: 0px 2px 10px 0px rgba(99,99,99,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(99,99,99,1);
	box-shadow: 0px 2px 10px 0px rgba(99,99,99,1);
}
#auditorbanner {
	/*background-image: url(/auditor/images/banner.jpg);
	background-size: 100%;
	height: 250px;*/
	text-align: left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#auditormainsection {
	padding: 0 10px;
	text-align: left;
	margin: 0px 0px 0px 20%;	
	background-color:#ffffff;
}
.pdfsize {
    font-size: 75%;
}
 p {
	padding: 0px 10px 10px 15px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}
#auditormainsection a, a:visited {
	color:#003366;
	/* text-decoration: none; */
	font-weight: bold;
}
#auditormainsection a:hover {
	text-decoration: none!important;
}
#auditormainsection ul {
	padding: 0px;
	margin: 0px 0px 10px 30px;
}
#auditormainsection ul li {
	/*font-size: 80%;*/
	/* font-weight: normal;
	padding: 0px;
	margin: 0px; */
	line-height: 20px;
}
#auditormainsection ul li a {
	padding: 0px;
	margin: 0px;
	/* letter-spacing: 1px; */
}
.mainlinkdesc {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	/* letter-spacing: 0px; */
	color: #000;
	padding-left: 10px;
	line-height: 100%;
}
#acgovfooter ul, #acgovfooter p {
	max-width: 1200px;
	text-align: center;
	margin: 0px auto;
	min-width: 780px;
	background-color: transparent;
	width: 97%;
	padding: 0px;
	color: #fff;
}
#acgovfooter ul li a {
	color: #fff;
}
#auditornavbar {
	/* position: absolute;
	left: 10px;
	top: 60px; */
	float: left;
	/* width: 200px; */
	width: 18.25%;
	background-color: #dcedff;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#auditornavbar ul { 
	padding: 0px;
	margin: 0px;
}
#auditornavbar ul li {
	padding: 5%;
	/* margin: 0px; */
	border-bottom: 1px solid #fff;	
	list-style-type: none;
	width: 100%;
	/* padding: 10px 5px; */
}
#auditornavbar ul a {
	/* font-size: 100%;
	font-weight: normal; */
	text-decoration: none;
	color: #003366!important;
	/* margin: 0px;
	display: block; */
	letter-spacing: 1px;
}
#auditornavbar ul a:hover {
	background-color: none;
	color: #ffffff !important;
}
#auditornavbar li:hover a{
	color: #ffffff !important;
}
#auditormainsection ul li {
	padding: 0px 10px 10px 10px;
}	
#auditormainsection h1 {
	padding: 15px 10px 10px 15px;
	margin: 0px;
	font-size: 200%; 
	font-style: normal;
	font-weight: normal;
	letter-spacing: 4px;
	color: #003366; 
}
#auditormainsection h2 {
	padding: 0px 10px 3px 0px;
	margin: 15px;
	font-size: 142%;
	font-style: normal; 
	font-weight: normal;
	color: #003366;
}
#auditormainsection h3 {
	padding: 0px 5px 5px 0px;
	margin: 5px 0px 0px 10px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	/* letter-spacing: 2px; */
	color: #000;
	border-bottom: 0px solid #eee; 
}

/* Sidebar menus ******************************************************** */
.navbar {
	text-align: left;
	background-color: #d8d8c5;
	vertical-align: top;
}

#nav, #nav ul { /* all lists */
	/* padding: 0;
	margin: 0px;
	list-style: none;
	float : left; */
	/* width : 200px; */
}
#nav li { /* all list items */
	/*  position : relative;*/
	/* float : left; */
	line-height : 1.25em;
	margin-bottom : -1px;
	/* width: 200px; */
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	width: 190px !important;
 	/* display : block;
	color : #fff;
	font-size: 80%;
	font-weight : normal;
	text-decoration : none; */
	/* border-top : 1px solid #fff;
	border-bottom : 1px solid #fff; */
	/* margin: 0px;
	padding: 0px; */
}
#nav li:hover {
	background-color: #003366;
	color: #ffffff !important;
	width: 100%;
	/* -webkit-transition: background-color .25s ease-out;
	-moz-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
	padding-right: 0px; */
}
/* ************************************** */