/* General Styles */
body
{
	margin-left: 20px; 
	margin-top: 20px; 
	margin-right: 20px; 
	margin-bottom: 20px; 
	font-family: Myriad Web Pro,Helvetica,Berlin Sans FB,Arial,sans-serif; 
	font-size:11px;
	
	/* NOTE: Comment out the two below lines for the editor.css */
	background-image:url(/images/bg.gif); 
	background-repeat:repeat;
}

table
{ 
	border:none; 
	vertical-align:top;
}

td
{
	font-family: Myriad Web Pro,Helvetica,Berlin Sans FB,Arial,sans-serif; 
	font-size:12px; 
	color:black; 
	vertical-align:top;
}

img
{
	border: none;
}

.whitebg
{
	background-color:#FFFFFF;
}

.in-right
{
margin-left:20px;
}

td.leftcontent
{
	text-align:left;
}

div.centerpage
{
	margin-left:auto;
	margin-right:auto; 
	width:770px;
}

div.printview
{
	margin-left:5px;
	margin-right:auto; 
	width:770px;
}
/* End General Styles */

/* Link Styles */
/* Default Link Styles */
a:link 
{
	text-decoration:underline; 
	color:#003399;
}
		
a:visited
{
	text-decoration:underline;
	color:#003399;
}
	
a:active
{
	text-decoration:underline;
	color:#003399;
}
	
a:hover	
{
	text-decoration:none; 
	color:#990000;
}
/* End Default Link Styles */

/* Top Navigation Link Styles */
a.topnavtext:link
{
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:none;
}

a.topnavtext:visited
{
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:none;
}

a.topnavtext:active
{
	font-size:11px; 
	color:#FFCC33;
	text-decoration:none;
}

a.topnavtext:hover
{
	font-size:11px; 
	color:#FFCC33;
	text-decoration:none;
}
/* End Top Navigation Styles */

/* Department Link Styles */
a.departments:link
{
	font-size:9px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}

a.departments:visited
{
	font-size:9px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}

a.departments:active
{
	font-size:9px; 
	color:#FFCC33; 
	font-weight:bold; 
	text-decoration:none;
}

a.departments:hover
{
	font-size:9px; 
	color:#FFCC33; 
	font-weight:bold; 
	text-decoration:none;
}
/* End Department Link Styles */
a.footertext:link
{
	font-size:10px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}

a.footertext:visited
{
	font-size:10px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}

a.footertext:active
{
	font-size:10px; 
	color:#FFCC33; 
	font-weight:bold; 
	text-decoration:none;
}

a.footertext:hover
{
	font-size:10px; 
	color:#FFCC33; 
	font-weight:bold; 
	text-decoration:none;
}
/* Footer Link Styles */

/* End Footer Link Styles */
/* End Link Styles */



/* Header Image Styles */
td.mainheaderimage
{
	background-image:url(/images/header_image.jpg); 
	background-repeat:no-repeat;
	height:150px;
}

.headerimagetwo
{
	background-image:url(/images/header_image2.jpg); 
	background-repeat:no-repeat;
}

.headerimagethree
{
	background-image:url(/images/header_image3.jpg); 
	background-repeat:no-repeat;
}

.headerimagefour
{
	background-image:url(/images/header_image4.jpg); 
	background-repeat:no-repeat;
}

.headerimagetop
{
	background-image:url(/images/header_image_top.gif); 
	background-repeat:no-repeat;
}
/* End Header Image Styles */


/* Search Styles */
tr.searchbackground
{
	background-color:#336699;
}

/* Search Box Styles */
td.searchbox
{ 
	padding-left:3px;
	vertical-align:middle;
	height: 30px;
}

.searchtextbox
{
	width:100px; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	vertical-align:middle; padding-bottom:1px; 
	padding-top:1px; 
	padding-left:2px; 
	padding-right:2px;
}
/* End Search Box Styles */

/* Search Button Styles */
td.searchbutton
{ 
	vertical-align:middle;
	padding-right:3px;
}
/* End Search Button Styles */
/* End Search Styles */

/* Left Navigation Styles */
td.left-navigation-background
{
	background-color:#999999;
	width:170px;
}

.leftnavlinks
{
	font-weight:bolder;
	text-align:left; 
	line-height:30px;
	padding-left:5px;
}

.leftnavlinkswrap
{
	font-weight:bolder; 
	text-align:left; 
	line-height: 15px;
	padding-left:5px;
}

div.menu a 
{
	color:#333333; 
	background:#ffffff; 
	text-decoration:none; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 5px;
}

table.menu a 
{ 
	width:158px; 
	display:block; 
	text-decoration:none;
} 

div.menu a:link 
{
	color:#ffffff; 
	background:url(/images/btn_left.gif); 
	text-decoration:none;
}

div.menu a:active 
{ 
	color:#ffffff;
	background:url(/images/btn_left.gif); 
	text-decoration:none;
}

div.menu a:visited 
{
	color: #ffffff; 
	background: url(/images/btn_left.gif); 
	text-decoration:none;
}

div.menu a:hover 
{
	color:#ffcc33;
	background:url(/images/btn_left.gif) 0 -33px; 
}

div.menu 
{ 
	position:relative;
	top:0; 
	left:0;
}
/* End Left Naviagtion Styles */

/* Title Bar Styles */
.article-titlebar
{
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; font-weight:bold; 
	vertical-align:middle; 
	height:30px;
	padding-left:6px;
}

td.titlebarlinks
{
	width:200px;
	height:20px;
	vertical-align:top;
	padding-top:3px;
}

td.titlebarcontent
{
	width:600px;
}
/* End Title Bar Styles */

/* Column Styles */
table.lefttwocolumns
{
	background-image:url(/images/left_two_columns_top.gif); 
	height:30px; 
	background-repeat:no-repeat;
}

td.rightcolumnbg
{ 
	background-color:#CCCCCC;
	text-align:center; 
	width:170px;
}
/*End Column Styles */



/* Search Results Styles */
td.searchResults 
{
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
}

td.resultsdescription
{
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}

.searchTextHighlight 
{ 
	background-color: Yellow; 
	font-weight:bold; 
}

.searchresultstexthighlight 
{ 
	font-weight:bold; 
}
/* End Search Results Styles */

/* Top Navigation Bar Styles */
td.topnavbar
{
	background-color:#194979; 
	height:25px;
	vertical-align:middle;
	text-align:left;
}

.topnavtext
{
	/*font-size:10px; 
	color:#FFFFFF; 
	font-weight:bold;*/
	text-align:center;
	padding:20px;
}
/* End Top Navigation Styles */

/* Form Styles */
.emailpageform 
{
	padding-left:7px;
}

table.formcontent
{
	padding-left:10px;
}

table.form
{
	padding-left:20px;
}

td.feedbackfield
{
	vertical-align:middle;
}
/* End Form Styles */

/* Directory Styles */
li.directory
{
	padding-bottom: 5px;
}

ul.sub-departments
{
	padding-top: 5px;
}
/*End Directory Styles */

/* Category Menu Styles */ 
.leftnav
{
	color:#FFFFFF; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:0px;
}    
/* End Category Menu Styles */

/* County Events Styles */
td.eventcontent
{
	width:430px;
}

td.eventcalendar
{
	text-align:right;	
}
/* End County Events Styles */

/* Content Styles */
td.content
{
	width:430px;
	vertical-align:top;
}

td.contentheader
{
	font-size:medium;
	font-weight:bold;
}

td.itemheader
{
	font-size:small;
}

td.itemdescription
{
	padding-left:5px;
}

div.main
{
	text-align:center;
	
}

table.main
{
	width:770px;
	border:0px;
	background-color:#FFFFFF;
}

td.maincontent
{
	width:600px;
	vertical-align:top;
}

table.contenttable
{
	width:590px;
}

.maincontentheader
{
	text-align:center;
}
/* End Content Styles */

/* Elected Officials Styles */
table#elected_main td
{
	color:#003399;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
 	font-weight:bold;
	vertical-align:top;
}

table#elected_main .in-right
{
margin-left:20px;
}

table#elected_main div
{
margin-left:20px;
}

table#elected_main .dec-line
{
	text-decoration:underline;
}

/*table#elected_main 
{
	position:absolute;
	top:260px;
	left:260px;
}*/
/* End Elected Officials Styles */
/* Image Styles */
.headerimage
{
	height:55px;
	width:430px;
	border:0px;
}
/* End Image Styles */

/* Footer Styles */
table.footer
{
	background-color:#194979; 
}

td.footer
{
	color:#ffffff;
}
/* End Footer Styles */

/* Department Styles */
td.contactitem
{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-weight: 600;
	font-size:11px;
	width:200px; 
	text-align:center;
}
/* End Department Styles */

/* Web Styles */
td.webmain
{
	background-color:#194979; 
	height:25px;
	text-align:left;
	vertical-align:middle; 
	width:770px;
}

td.webcontent
{
	text-align:left; 
	width:770px;
}

span.EventDate
{
	font-weight: bold;
	font-size: small;
}

/* End Web Styles */




