#ticker a:hover{
	color:#0099FF;
	}

body {
	background-color: #050638; 
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #0054a6;
	text-decoration: none;
}
a:hover, a:active {
	color: #9297a3;
	text-decoration: underline;
}
#top-menu a {
	padding: 2px 3px 16px 3px;
	font-size: 10px;
	text-decoration: none;
} 
#top-menu img {
	margin: 0 0 -5px 2px;
} 
#top-menu a:link, #top-menu a:visited {
	color: #000000;
}
#top-menu a:hover, #top-menu a:active {
	color: #ffffff;
	background-color:#1d217a;
}
a.white:link, a.white:visited  {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover, a.white:active {
	color: #b08405;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#636363;
	margin-bottom:0px;
	text-transform:uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#636363;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#060b5d;
	margin-bottom:0px;
	text-transform:uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060b5d;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d7e0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060b5d;
	font-weight:bold;
	font-style:normal;
}
p {
	color: #000;
	line-height:16px;
	font-size: 12px;
}
.table {
	line-height:16px;
	font-size: 12px;
}
.light {
	color:#ffffff;
}
.small {
	font-size: 10px;
	color: #d3d7e0;
}
p.contact {
	font-size: 11px;
	color: #636363;
	line-height: 14px;
	margin: 8px 0 8px 0;
}
.border {
	border: 2px solid #d3d7e0;
}
li {
	line-height:16px;
	margin-bottom:4px;
	font-size: 12px;
}
ul.traffic-side {list-style:none;margin:0;padding:0;}
ul.traffic-side li {line-height:16px;padding:0;
	margin:0 0 4px 0;}
ul {
	list-style-image: url(images/bullet.gif);
}
hr { 
	height:1px;
	color: #e0d4cb;
}

#white {
	color:#ffffff;
}
#white a:link, #white a:visited {
	color: #fffff;
}
#white a:hover, #white a:active {
	color: #efefef;
}
#black {
	color:#000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
.twitter {
	margin: 8px 0 0 3px;
}
a.small:link, a.small:visited  {
	color: #666666;
	text-decoration: none;
}
a.small:hover, a.small:active {
	color: #000000;
	text-decoration: none;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
#map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#map a:link, #map a:visited {
	color: #609209;
}
#map a:hover, #map a:active {
	color: #00096e;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
.headline {
	color: #FFF;
}

/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	}
	


.accordionButton {
	width: 150px;
	height:15px;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #666666;
	}
	
.accordionContent {	
	width: 150px;
	height:50px;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #fff;
	}
	
.over {
	color: #CCCCCC;
	}

