a:link,
a:visited,
a:active { 
	color: #0A50A0;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover {
	color: #FF7D00;
	font-weight: normal;
	text-decoration: none;
	} 
	
.buttonLink a:link,
.buttonLink a:visited,
.buttonLink a:hover,
.buttonLink a:active { 
	color: #ffffff;
	background: #fb7f00;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	padding: 2px;
	border: 1px outset;
	text-decoration: none;
	}

.text a:link,
.text a:visited,
.text a:active { 
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
.text a:hover {
	color: #048CC2;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	} 
	
.image a:link,
.image a:visited,
.image a:active,
.image a:hover { 
	color: #000000;
	font-weight: normal;
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
	}

.image_link a:link,
.image_link a:visited,
.image_link a:active,
.image_link a:hover { 
	color: #000000;
	font-weight: normal;
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
	}	
	
.footer a:link,
.footer a:visited,
.footer a:active { 
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.footer a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	}

		
body { 
   background: #FF7D00;;
   font-size: 12px;
   line-height: 16px;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }
   
h1 {		
	font-size: 20px;
	line-height: 28px;	  	
	color: #0A50A0;
	font-weight: normal;
	display: inline;
	}
h2 {	
	font-size: 12px;
	line-height: 16px;	  	
	color: #32A02D;
	font-weight: bold;
	display: inline;
	}
h3 {	
	font-size: 14px;
	line-height: 18px;	  	
	color: #FF7D00;
	font-weight: bold;
	display: inline;
	}
h4 {		
	font-size: 10px;
	line-height: 15px;	  	
	color: #FF3300;
	background: #FFFFFF;
	}
h5 {
	font-size:12px;
	display:inline;
	color: #FF7D00;
}

.form {
    background: #FFFFFF;
    color: #0A50A0;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	
}

.formbutton {
    background: #FF7D00;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	padding: 2px;
}

.warning {
	color:FF3300;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.info {
    color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

.small {
    color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

.big {
    color: #666666;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.text {
    color: #666666;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

.nav {
    color: #0A50A0;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
}

.contactHeader {
    color: #0A50A0;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
}
	
.footer { 
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	}

.moduleRow {	
	font-size: 12px;
	line-height: 16px;
	color: #006600;
	background: #EEEEEE;
	}
	
.moduleRowOver {	
	font-size: 12px;
	line-height: 16px;
	background: #CCCCCC;
	color: #000044;
	cursor: pointer;
	}

.div1 {
    background-image: url(images/cass-county-cf_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 53px;
	}

.div2 {
    background-image: url(images/cass-county-cf_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 230px;
	}

.div3 {
    background-image: url(images/cass-county-cf_03.jpg);
    background-repeat: repeat-y;
    background-position: top center;
	padding: 0px;
	}

.hr {
    border: 0;
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 2px;
    width: 100%;
	}

.image {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
	}
		
.image_container {
	display: block;
	float: right;
	padding-left: 15px;
	}
	
.image_background {
	background: #FAF0E1;
	padding: 2px;
	border: 6px solid #FFFFFF;
}	


/*BELOW ARE THE PARAMETERS OF THE DYNAMIC CSS NAV MENU*/
.container {
	position:relative;
	width:782px;
}

.globalnavmenu {
	position:absolute;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	text-align: right; 
	z-index: 20;
}

.globalnavmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
}

/*Dropdown border*/
.border {
	border: 2px solid #FF7D00;
}

/*Top level list items*/
.globalnavmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.globalnavmenu ul li.tab {
	border-top: 0px;
	padding-bottom: 11px;
	padding-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.globalnavmenu ul li.tab:hover{ border-bottom: #FF6600 0px solid; }


/*Top level menu link items style*/
.globalnavmenu ul li a{
	display: inline;
	border-left-width: 0px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
}

.globalnavmenu ul li a:visited{
	display: inline;
	border-left-width: 0px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
}

.globalnavmenu ul li a:hover{
	color: #FAF0E1;
	
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;	
}

/*1st sub level menu*/
.globalnavmenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.globalnavmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.globalnavmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.globalnavmenu ul li ul li a{
	display: block;
	width: 150px; /*width of sub menu levels*/
	color: #0A50A0;
	text-decoration: none;
	
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	font-weight: normal;
	text-align: left;	
}

.globalnavmenu ul li ul li a:visited{
	display: block;
	width: 150px; /*width of sub menu levels*/
	color: #0A50A0;
	text-decoration: none;
	
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	font-weight: normal;
	text-align: left;	
}

/*Topnav underline*/

.globalnavmenu ul li ul li a:hover{
	background-image: none;
	background-color: #32A02D;
	color: #FFFFFF;
	
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	font-weight: normal;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows globalnav menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .globalnavmenu ul li { float: left; height: 1%; }
* html .globalnavmenu ul li a { height: 1%; }


//expand/contract

.icongroupWork{
	margin-left: 0px;
	padding-top: 10px;
	text-align: justify;
	display: none;
}

/*content slider*/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 400px; /*width of featured content slider*/
height: 300px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: none;
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 250px;
overflow:hidden;
text-align:left;
padding-left:2px;
}

.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination a:hover{
color: #999999;
display:inline;
border-bottom: 0px solid #FFFFFF;
text-decoration: none;
}

.image_caption{
position:absolute;
z-index:5;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/trans_ie.png');
background-image:url(images/trans.png);
color:#ffffff;
font-size: 10px;
line-height: 12px;
padding-left:5px;
}

.image_wrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
}

.sidesliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 225px;
}

.sidesliderwrapper .sidecontentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: none;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 225px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
