@import url('menu.css');

body {
	background: #C3C3BB url(../images/bg-body.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
#container {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #620C25;
  	text-decoration: none;
}
a:hover {
	/*color: #000;*/
  	text-decoration: underline; 
}
:active, :focus{
    outline: none;
}
table, td, tr {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
img {
	border: 0;
}
hr {
	height: 1px;
	background-color: #C3C3BB;
	color: #C3C3BB;
	border: 0;
	margin: 0 0 16px 0;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	overflow: hidden;
}
ol {
	padding: 0 0 0 18px;
}
ul {
	padding: 10px 0 0 14px;
	margin: 0;
}
li {
	padding: 0 40px 4px 0; 
}
.small {
	font-size: 80%;
}


/* * * HEADER * * */
#header {

}
#logo {
	float: left;
}
.tagline {
	float: left;
	margin: 73px 0 0;
}
#navigation {
	float: left;
	height: 50px;
	margin: 0 0 10px;
}
ul#menulist_root-topnav {
	float: left;
	padding: 0;
	margin: 0;
}
ul#menulist_root-topnav ul {
	padding: 0 0 10px !important;
	background: url(../images/bg-dropdown-bottom.png) bottom no-repeat !important;
}
li.sublevel-topnav-firstli {
	background: url(../images/bg-dropdown-top.png) top no-repeat !important;
	padding-top: 10px !important;
}
a.mainlevel-topnav {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	text-transform: uppercase;
	margin: 0 1px 0 0;
}
a.mainlevel-topnav span {
	display: block;
	padding: 18px 18px;
}
a.mainlevel-topnav:hover span {
	background: url(../images/nav-highlight-left.png) left no-repeat;
	cursor: pointer;
}
a.mainlevel-topnav:hover {
	background: url(../images/nav-highlight-right.png) right no-repeat;
	color: #861E3C; /*IE8 Issue with roll-over*/
	text-decoration: none;
	cursor: pointer;
}
a.active {
	background: url(../images/nav-highlight-right.png) right no-repeat;
	color: #620C25;
}
a.active span {
	background: url(../images/nav-highlight-left.png) left no-repeat;
}
a.sublevel-active {
	background: #7D1B37 !important;
	color: #E8D6DB !important;
}

/*** HOME ***/
#shouthome {
	float: left;
	width: 313px;
	height: 290px;
	background: #33476A url(../images/bg-flashhome-left-corners.gif) no-repeat;
	margin: 0 0 10px 0;
}
#shouthome a {
	display: block;
	margin: 10px 0 0 10px;
}
#flashhome {
	float: right;
	background: #33476A url(../images/bg-flashhome-right-corners.gif) right no-repeat;
	width: 607px;
	height: 270px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}
ul#latest-news, ul#upcoming-meetings {
	margin: 10px 10px 0;
	padding: 0;
	list-style: none;
}
ul#latest-news li, ul#upcoming-meetings li {
	margin: 0;
	padding: 0 0 10px;
}
ul#latest-news li a, ul#upcoming-meetings li a {
	display: block;
}
ul#latest-news li a strong, ul#upcoming-meetings li a strong {
	color: #333;
}
a.arrow {
	background: url(../images/arrow-red.png) 0 4px no-repeat;
	padding: 0 0 0 16px;
	font-weight: bold;
}

/*** LEFT COLUMN ***/
#leftcolumn {
	width: 303px;
	float: left;
	margin: 0 10px 0 0;
}
#leftcolumn .shout {
	background: #FFF url(../images/bg-shout-left-bottom.png) bottom no-repeat;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
	/* ADDED ON June 4, 2009 */
	min-height: 336px;
	height: auto !important;
	height: 336px;
}
#leftcolumn h2 {
	color: white;
	padding: 10px;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight: bold;
}
#leftcolumn .gray {
	background: url(../images/bg-shout-left-gray.png) top no-repeat;
}
#leftcolumn .shout p {
	padding: 10px;
}
#leftcolumn .shout #welcome-video {
	text-align: center;
	padding: 10px 0 0 0;
}
#leftcolumn .quicklinks1 {
	background: url(../images/quicklinks.gif) no-repeat;
	margin: 0;
	padding: 6px 0 0 0;
	height: 44px;
}
#leftcolumn .quicklinks1 select {
	margin: 10px;
	width: 283px;
	color: #666;
}
#leftcolumn .shoutchild {
	border-bottom: 10px solid #C3C3BB;
	display: block;
	background: #FFF;
}
#leftcolumn .quicklinks {
	border: 0;
}
#leftcolumn .quicklinks h2 {
	padding: 10px 20px;
}
#leftcolumn .quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftcolumn .quicklinks ul li {
	margin: 0;
	padding: 0;
}
#leftcolumn .quicklinks ul li a {
	display: block;
	padding: 3px 20px 3px 20px;
}
#leftcolumn .quicklinks ul li a:hover {
	text-decoration: none;
	background-color: #E1E1E1 !important;
}

/*** RIGHT COLUMN ***/
#rightcolumn {
	float: right;
	width: 627px;
	padding: 0;
	margin: 0;
}
#rightcolumn .shout {
	width: 308px;
	float: left;
	background: #FFF url(../images/bg-shout-bottom.png) bottom no-repeat;
	padding: 0 0 10px 0;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#rightcolumn .shoutmargin {
	margin: 0 10px 0 0;
}
#rightcolumn .shout h2 {
	color: white;
	padding: 10px;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight: bold;
}
#rightcolumn .shout .blue {
	background: url(../images/bg-shout-top-blue.png) top no-repeat;
}
#rightcolumn .shout .red {
	background: url(../images/bg-shout-top-red.png) top no-repeat;
}

/*** SIDE NAV ***/
#sidenav {
	background: #33476A url(../images/bg-sidenav-bottom.gif) bottom no-repeat;
	/*border-bottom: 10px solid #C3C3BB;*/
	padding: 0 0 20px 0;
	/*border-bottom: 10px solid #C3C3BB;*/
}
#sidenav ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background: url(../images/bg-sidenav-top.gif) top no-repeat;
}
#sidenav ul ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background: none;
}
#sidenav ul li {
	margin: 0;
	padding: 0;
}
#sidenav ul li a {
	margin: 0;
	padding: 3px 10px 3px 39px;
	display: block;
	color: #FFF;
	font-weight: bold;
	background: url(../images/arrow-sidenav.png) 21px 6px no-repeat;
	text-transform: uppercase;
}
#sidenav ul li li a {
	margin: 0;
	padding-left: 55px;
	display: block;
	color: #FFF;
	font-weight: normal;
	background: none;
	text-transform: none;
}
#sidenav ul li a:hover, #sidenav ul li a.active {
	color: #000;
	background-position: 21px -36px;
	background-color: #657CA3;
	text-decoration: none;
}
/***CHILD AREA ***/
#mainarea {
	float: left;
	background: url(../images/bg-mainarea.gif) repeat-y;
}
#headergraphic {
	border-bottom: 10px solid #C3C3BB;
}
#breadcrumb {
	background: #FFF url(../images/bg-breadcrumb.gif) top no-repeat;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #999;
}
#contentarea {
	margin: 0 10px 0 10px;
	padding: 15px 0 30px 0;
	border-top: 2px solid #C3C3BB;
	background: #FFF;
}
h1 {
	font-size: 22px;
	color: #000000;
	letter-spacing: -.03em;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	line-height: 28px;
}
h2 {
	font-size: 15px;
	color: #000000;
	letter-spacing: -.01em;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 19px;
	border-bottom: 1px solid #C3C3BB;
}
#mainarea-bottom {
	background: url(../images/bg-mainarea-bottom.gif) top no-repeat;
	height: 11px;
}

/*** FOOTER ***/
#footer {
	margin: 10px 0 20px 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
ul#links, ul#copyright {
	float: left;
	margin: 0 0 5px 10px;
}
ul#address, ul#credits {
	float: right;
	margin: 0 10px 5px 0;
}
ul#links li, ul#address li {
	padding: 0 5px;
	border-left: 1px solid #333;
}
li.first {
	border-left: 0 !important;
	padding-left: 0 !important;
}
#footer a {
	color: #555;
}
#credits, #credits a {
	font-size: 10px;
	color: #888;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}
a.pdf {
	background: url(../images/pdf.jpg) 0 2px no-repeat;
	padding: 2px 0 5px 20px;
}
table.elected-officials {
	width: 100%;
	font-size: 11px;
}
table.elected-officials td {
	width: 30%;
	padding: 0 20px 20px 0;
}
table.mainlinks, table.sites {
	width: 100%;
}
table.mainlinks td, table.sites td {
	width: 45%;
	padding: 0 20px 0 0;
}
table.mainlinks td a {
	display: block;
	color: #333;
}
table.mainlinks td a strong, a .more {
	color: #620C25;
}
table.mainlinks td a:hover {
	text-decoration: none;
}
table.mainlinks td a:hover strong, a:hover .more {
	text-decoration: underline;
}

.rightbox {
	float: right;
	width: 190px;
	padding: 0 0 10px;
	margin: 0 0 20px 20px;
	font-size: 90%;
	background: url(../images/bg-boxright-bottom.gif) bottom no-repeat;
}
.rightbox h2 {
	font-size: 11px;
	padding: 5px 10px 2px;
	margin: 0 0 5px 0;
	background: #610C24 url(../images/bg-boxright-top.gif) top no-repeat;
	border: 0;
	color: #FFF;
}
.rightbox p {
	padding: 0 10px;
	margin: 0;
}
.rightbox p a {
	display: block;
	padding: 0 0 5px 0;
	line-height: 12px;
}
table.departments {
	width: 100%;
}
th {
	font-size: 110%;
	color: #000;
	text-align: left;
}
table.departments td {
	padding: 0 10px 3px 0;
}
table.jobbank {
	width: 100%;
}
table.jobbank th, table.departments th {
	padding: 0 10px;
	background: #610C24 url(../images/bg-h2.gif) no-repeat;
	color: #FFF;
	height: 31px;
}
table.jobbank td {
	padding: 0 10px 5px;
}
table.jobbank td input, table.jobbank td select, table.jobbank td textarea {
	padding: 3px 5px;
	width: 160px;
	font-size: 90%;
	font-family: Tahoma, Arial, sans-serif;
}
table.jobbank td textarea {
	height: 70px;
}
table.jobbank td select {
	width: 174px;
}
.error {
	background: #ffffcc;
	border: 1px solid #ffff6f;
	padding: 10px;
	margin-bottom: 20px;
	color: #b8070c;
}
table.applications {
	width: 100%;
}
table.applications td, table.departments td {
	padding: 3px 5px 3px 0;
	border-bottom: 1px dotted #c6c6c6;
}

h2.h2bg {
	padding: 0 10px;
	background: #610C24 url(../images/bg-h2.gif) no-repeat;
	color: #FFF;
	height: 31px;
	border: 0;
	margin-bottom: 10px;
}

#banner {
	margin: 30px 10px 0 0;
	padding: 0;
	background: url(../images/banner-bottom.gif) bottom no-repeat;
	display: block;
	width: 264px;
	float: right;
}
#banner span {
	background: url(../images/banner-top.gif) top no-repeat;
	padding: 5px 20px 5px 18px;
	display: block;
	color: #000;
	font-size: 10px;
}
#banner span strong {
	font-size: 12px;
	font-weight: bold;
	color: #610c24;
}
#banner:hover span {
	text-decoration: none !important;
}
#banner:hover span strong {
	text-decoration: underline !important;
}


table.services {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.services td {
	width: 33%;
	padding: 0 20px 6px 0;
	margin: 0;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
table.services td a:hover {
	text-decoration: none;
}
table.services td img {
	/*border: 1px solid #d1d1d1;*/
	margin: 15px 0 5px;
}
