body 
{
	color: #000;
	font-size: 90%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: white;
	background-image: url(images/bckgd2010.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	}
	
/***********************************link classes**********************************/
a:link
{
	color: #ae6d28;
	text-decoration: none;
	}

a:visited
{
	color:#095f6d;
	text-decoration: none;
	}
a:active
{
	color:#006699;
	text-decoration: underline;
	}
a:hover
{
	color:#3299cc;
	text-decoration: underline;
	}
/****redlinks are placed on red *****/
a.red:link

{
	color: #ff0000;
	text-decoration: underline;
	}

a.red:visited
{
	color:#776292;
	text-decoration: none;
	}
a.red:active
{
	color:#006699;
	text-decoration: underline;
	}
a.red:hover
{
	color:#3299cc;
	text-decoration: underline;
	}
/****dklinks are placed on blue at the top of the page*****/	
a.dk:link

{
	color: #355d64;
	text-decoration: none;
	}
a.dk:visited
{
	color:#355d64;
	text-decoration: none;
	}
a.dk:active
{
	color:#ffffff;
	text-decoration: none;
	}
a.dk:hover
{
	color:#fff;
	text-decoration: none;
	}
/***linkscol links are on the left of each dept page***/		
a.linkscol:link {

	color: #666666;
	text-decoration: none;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:visited {

	color: #999999;
	text-decoration: none;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:hover {

	color: #237fad;
	text-decoration: underline;
	padding-left:10px;
	font-size:85%;
}
a.linkscol:active {

	color: #e4960f;
	text-decoration: underline;
	padding-left:10px;
	font-size:85%;
}
/***linkscol links are on the left of each dept page***/		
a.newtoday:link {

	font-weight:bold;
	color:#237fad;
	font-size:100%;
	text-decoration:underline;
}
a.newtoday:visited {

	font-weight:bold;
	color:#ea8713;
	font-size:100%;
	text-decoration:underline;
}
a.newtoday:hover {

	font-weight:bold;
	color:#3299cc;
	font-size:100%;
	text-decoration:underline;
}
a.newtoday:active {

	font-weight:bold;
	color:#ea8713;
	font-size:100%;
	text-decoration:underline;
}
/*****************************text classes**********************************/	
.asterisk {
	font-size:9px;
	}

/***grnemphasis is blue again***/	
.grnemphasis {
	font-weight:bold;
	color:#6a9299;
	}
	
h1 {
	font-size: 150%;
	color: #6a9299;
	font-variant:small-caps;
	letter-spacing: .15em;
}
.h2black {
	font-size: 120%;
	color: #000000;
	font-weight:bold;
	}

h2 {
	font-size: 120%;
	color: #726952;
	letter-spacing: .13em;	
	font-variant:small-caps;
}

.h3black {
	font-size: 110%;
	color: #000000;
	font-weight:bold;
	font-style:italic;
	}
	
h3 {
	font-size: 110%;
	letter-spacing: .13em;	
	font-variant:small-caps;
	color: #89806a;
}


h5 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.homeannouncements {
	font-weight:bold;
	color:#84a9af;
	}

.medtext {
	font-size:90%;
	}
	
/***news is front page smaller font and border***/	
.news {
	
	padding-bottom:6px;
	padding-top:10px;
	margin-left:5px;
	margin-right:3px;
	font-size:82%;
	border-bottom:dashed 1px #666;
	
	
	
	}
.news h4{
	font-weight:bold;
	color:#3a7a84;
	font-size:105%;
	}
.noicon {
	line-height:20px;
	list-style-type: none;
	}
/***redemphasis is now blue***/
.redemphasis {
	color:#6a9299;
	font-weight:bold;
	}
.redtext {
	color:#CC0033;
	font-size:smaller;
	
	}
.smalltext {
	font-size:smaller;
	}

.todaysnews{
	font-size: 90%;
	color:#eb7941 ;
	font-weight:bold;
	font-variant:small-caps;
	
	}
	
.ultall {
	line-height:25px;
}



/**************************************home page cell classes***********************************************/
#attention {
	
	border:1px dashed #ccc;
	padding-left:10px;
	font-size:85%;
	margin:3px;
	}
/***dividers are on the homepage***/	
.dividers {
	background-color:#d4cec1;
	border-top: solid 1px #a19376;
	border-bottom: solid 1px #a19376;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	color:#645d4e;
	
	}
/***government news on the homepage***/

#homeattention {
	
	padding-bottom:12px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	}
/***community news on the homepage***/
#homespot {	
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	font-size:85%;
	border:dotted 1px #6a9299;
	}
#homespot h4 {
	font-weight:bold;
	color:#6a9299;
	}
/***create more space on the homepage***/
#homemiddlecolumn {
	padding-top:3px;
	padding-left:15px;
	padding-right:3px;
	}
/***create more space on the homepage***/
#homerightcolumn {
	padding:3px;
	border:1px dashed #ccc;
	}
/***public notices on the homepage***/
#publnotice {
	background-color:#fae19b;
	border:2px solid #84a9af;
	padding-left:6px;
	font-size:85%;
	}
#publnotice h4{
	font-weight:bold;
	color:#6a9299;
	}
	
/***columns with smaller font and no underline link***/	
.services {
	
	padding-bottom:8px;
	margin-left:15px;
	margin-right:10px;
	font-size:85%;
	line-height:12px;	
	}
.services h4{
	font-weight:bold;
	line-height:12px;
	color:#794d26;
	font-size:95%;
	}
.services a:link{
	text-decoration:none;
	}

/************************************** interior cell classes***********************************************/	
.photos {

	border-bottom: dashed 1px #ccc;
	padding-bottom:25px;
	}
/***this creates the light yellow with blue border cell for links on the left of each department page***/		
.intlinks {
	
	padding-top:8px;
	padding-bottom:8px;
	margin-left:15px;
	margin-right:10px;
	margin-top:20px;
	font-size:85%;
	line-height:14px;
	background-color:#faf3e0;
	border:1px solid #6a9299;
	
	}

/***yellow shaded table w brown border- use border cells for padding and bottom border***/
.table-1{
	border: 1px solid #6a4714;
	background-color:#f7edc6;
	margin:5px;
	font-size:smaller;
	}
/***gray shaded table w brown border standard text Use header cell #cdcabc and contrast cell #e5e2d7***/
.table-4{
	border: 1px solid #6a4714;
	background-color:#f2efe6;
	margin:5px;
	
	}	
	


/***creates a bordered section for interior pages***/	
.intro {
	padding:15px;
	border-bottom:1px dashed #ccc;
	}
/***standard table with header-regular spacing and text***/
#table-3{
	border: 1px solid #6a4714;
	background-color:#f7edc6;
	margin:5px;
	}
#table-3 ul{
	line-height:25px;
	}
/***creates a blueborder for interior pages***/	
#standardborder {
	border:1px solid #84a9af ;
	padding:5px;
	}
/***standard table with header-small spacing and text***/	
#table-2{
	font-size:small;
	border:1px dashed #ccc;
	padding:5px;
	}
#table-2 th{
	font-weight:bold;
	background-color:#d0c2a2;
	border-bottom:1px solid #362809;
	border-top:1px solid #362809;
	padding:5px;
	}
#table-2 ul{
	line-height:20px;
	}
.topdotbordercell{
	border-top:1px dashed #ccc;
	padding-top:5px;
	}	
/***table cells with bottom borders for table-2***/	
.bordercell{
	padding:5px;
	/***background-color:#e4d9b1;***/	
	border-bottom:1px dashed #847338;
	}
.dkbordercell{
	padding:5px;
	background-color:#e4d9b1;	
	border-bottom:1px dashed #847338;
	}
.title{
	background-color:#d4cec1;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	color:#645d4e;
	}
.contactinfo{
	padding:5px;
	background-color:#e9dab9;
	border:1px solid #362809;
	margin-left:50px;
	margin-right:50px;
	font-size:small;
	}
/**************************************entire site**********************************/
#toplinks {
	/**background-color:is now blue;**/
	background-color:#84a9af;
	font-size:11px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:2px solid #3d321e;
	}
#wrapper {
	background-image:url(images/wrapper3.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}

#backlinks {
	padding-right:8px;
	font-size:80%;
	border-top: dashed 1px #ccc;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:10px;
	
	}
#twocellpage {
	padding-top:8px;
	padding-left:8px;
	margin-right:15px;
	margin-left:3px;
	}
#singlecellpage {
	padding:8px;
	margin:15px;
	border:1px solid #84a9af;
	}

#twocellswborder {
	padding-top:8px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:8px;
	margin-right:15px;
	margin-left:3px;
	border:1px solid #6a9299 ;
	margin-top:20px;
	margin-bottom:5px;
	}

#emphasisbox{
	border: solid 1px #ffcc00;
	padding: 4px;
	}
.emphasisbox-blue {
	border: solid 2px #4b8a91;
	padding: 10px;
	background-color:#dcf3f6;
	margin-left:15px;
	margin-right:15px;
	font-size:100%;
	}
.emphasisbox-blue-dk {
	border: solid 2px #4b8a91;
	padding: 10px;
	background-color:#bfd7da;
	margin-left:15px;
	margin-right:15px;
	font-size:100%;
	}