body {
	background-image:url(../images/internal/bg_extend.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #41464b;
	background-color: #ffffff;
}

.hidden {
    display: none;
}

#outer_1 {
	background-image: url(../images/internal/bg_main.gif);
	background-repeat: no-repeat;
	min-height: 766px;
	background-position: center top;
	position: relative;
	display: block;
}

#outer_2 {
	background-image: url(../images/internal/internal_banner.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 121px;
}

#wrapper {
	width: 970px;
	position: relative;
	margin: 0px auto;
}
		
#header {
	height: 121px;
}

#logo {
	display: block;
	float: left;
	width: 257px;
	height: 80px;
	margin-top: 10px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;					
}

#navigation_block {
	height: 29px;
	font-size: 11px;
}
	#nav {
		margin-top: 3px;
	}
		#nav li {
			list-style: none;
			float: left;
			color: #ffffff;
			position: relative;
			z-index: 9999;
		}
		#nav li a {
			padding: 0px 5px;
			font-weight: bold;
			color: #ffffff;
			z-index: 9999;
		}
		#nav li a:hover {
			text-decoration: none;
		}
			#nav li ul {
				position: absolute;
				top: 17px;
				left: 0px;
				background-color: #7FBAF0;
				width: 185px;
				height: 120px;
				z-index: 9999;
				display: none;
				padding-top: 5px;
			}	
			#nav li.over ul {
				display: block;
				z-index: 9999;
			}	
			#nav li:hover ul {
				display: block;
				z-index: 9999;
			}	
				#nav ul li {
					float: none;
					padding: 0.25em 0 0.5em 0.5em;
				}	
				#nav ul li a {
					color: #ffffff;
					display: block;
					padding-right: 10px;
				}
#breadcrumbs {
	padding: 15px 0px 10px 0px;
}
	#breadcrumbs a {
		color: #BF3729;
	}
	#breadcrumbs span {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	#breadcrumbs span a {
		color: #c3382a;
		text-decoration: underline;
	}
		
#content {

}
	#subnav {
		float: left;
		width: 170px;
		min-height: 300px;
		margin-right: 30px;
		border-top: 4px solid #BF3729;
	}
		#subnav .menu {
			margin: 0px;
			padding: 0px;
			width: 164px;
		}
			#outer-block {
				background-image: url(../images/internal/nav-border-bottom.gif);
				background-repeat: no-repeat;
				background-position: -12px bottom;
				padding-bottom: 12px;
			}
				#inner-block {
					background-image: url(../images/internal/nav-border-line.gif);
					background-repeat: repeat-y;
					background-position: -12px 0;
					padding-bottom: 16px;
					padding-top: .5em;
					margin-top: 0px;
				}
					#subnav .menu li {
						list-style: none;
						padding: 0.25em 0.5em;
					}
						#subnav .menu li a {
							color: #232323;
							padding: 2px 15px 2px 0.5em;
							width: 85%;
							display: block;
						}
							#subnav .menu li a.active {
								text-decoration: underline;
								font-weight: bold;
							}
							#subnav .menu li a:hover {
									background-color: #BF3729;
									color: #ffffff;
							}
								#subnav .menu ul {
									margin-left: 20px;
									width: 80%;
								}
									#subnav .menu li.active ul {
									border-left: 2px solid #BF3729;
									}
									#subnav .menu .active ul li ul {
										border-left: none;
									}
									#subnav li.active ul ul {
										
									}
								
									#subnav .inactive {
										display: none;
									}
									#subnav .menu .active .inactive {
										display: block;
									}
									#subnav .menu .active .inactive .inactive {
										display: none;
									}
									#subnav .menu .active .active .active {
										display: block;
									}
									#subnav .menu .active .active .inactive {
										display: none;
									}
									#subnav .menu .active .active .active .inactive {
										display: block;
									}
	#body_content {
		float: left;
		width: 760px;
	}
	#text_area {
		/*width: 590px;*/
		width: 770px;
		min-height: 300px;
	}
	#body_content p {
		margin-bottom: 20px;
	}
	#body_content ul {
		margin-left: 30px;
		margin-bottom: 20px;
	}
		#body_content ul li{
			list-style: disc;
		}
			#body_content ul li ul  {
				margin-bottom: 0px;
			}
			#body_content ul li ul li {
				list-style: circle;
			}

#footer {
	width: 970px;
	border-top: 1px solid #305596;
	font-size: 11px;
	color: #7f8c94;
	margin-top: 30px;
}		
	#footer_left {
		float: left;
	}
	#footer_right {
		float: right;
		text-align: right;
		margin-bottom: 30px;
	}
	#footer a {
		font-size: 11px;
		color: #7f8c94;
		text-decoration: none;
	}	
	#footer a:hover {
		text-decoration: underline;
	}	
	#footer span {
		display: block;
	}

#content h1 {
	margin-bottom: 15px;
	left: -3px;
	position: relative;
	z-index: 0;
}

.h1 {
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
	color: #f11603;
	font-size: 35px;
	display: block;
}

#content h1 img {
	z-index: 0;
}

#content h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#content h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #002d64;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}	
	
#content a:link {
	color: #f11603;
	text-decoration: underline;
}

#content a:visited {
	color: #002d64;
	text-decoration: underline;
}

#content a:hover {
	color: #f11603;
	text-decoration: none;
}
										
.clear {
	clear:both;
}

#totalcalls {
	border: 1px solid #777777;
	font-size: 8pt;
}

#totalcalls th {
	background-color: #444444;
	color: #eeeeee;
}

#totalcalls .year {
	background-color: #DDDDDD;
	color: #444444;
}

 

#totalcalls th, #totalcalls td {
	border: 1px solid #aaaaaa;
	padding: .4em .2em;
}

#totalcalls .total {
	font-weight: bold;
}


#neTable {
	border: 1px solid #777777;
}

#neTable td, #neTable th {
	border: 1px solid #dddddd;
	padding: .25em .5em;
}

#media {
	margin-bottom: 30px;
}

#media #huh_y, #huh_r, #huh_b {
	display: block;
	width: 180px;
	height: 246px;
	background-repeat: no-repeat;
	float: left;
}

#media #huh_y:hover, #huh_r:hover, #huh_b:hover {
	background-position: -180px 0px ;
}

#media #huh_y {
 	background-image: url(../images/internal/huh-y.jpg);
	margin-left: 100px;
}

#media #huh_r {
 	background-image: url(../images/internal/huh-r.jpg);
}

#media #huh_b {
 	background-image: url(../images/internal/huh-b.jpg);
}

#media2 {
	margin-bottom: 30px;
}

#street, #highway {
	display: block;
	width: 365px;
	height: 288px;
	background-repeat: no-repeat;
	float: left;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 10px;
}

#street {
	background-image: url(../images/internal/street-small.jpg);
}

#street:hover, #highway:hover {
	background-position: 0px -288px;
}

#highway {
	background-image: url(../images/internal/highway-small.jpg);
}

#radio-ads {
	border: 1px solid #777777;
	margin: 0px auto;
	padding: 1em;
	margin-bottom: 30px;
}
#radio-ads th{
	padding: 0.5em 1em;
	font-weight: bold;
}
#radio-ads caption {
	font-weight: bold;
	text-align: center;	
	padding-bottom: 0.25px;
}
