body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 14px;
	color: #333333;
	list-style-image: url(images/misc/bullet_red.png);
}
.contacttdleft {
	width: 310px;
	padding-right: 20px;
}
.contacttdright {
	padding-left: 20px;
}


a, a:link, a:active, a:visited {
	color: #0055A5;
}
a:hover {
	color: #ED1C24;
}


h1 {
	font-size: 140%;
	color: #0055A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #0055A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-top: 5px;
}
h3 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	padding-top: 5px;
}

.main {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-image: url(images/misc/barfadebottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


.images {
	height: 175px;
	width: 250px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

.image_left {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

.leftshadow {
	background-image: url(images/misc/shadow/shadowleft.gif);
	width: 3px;
	background-repeat: repeat-y;
	background-position: right;
}
.leftshadowcorner {
	background-image: url(images/misc/shadow/shadowleftcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightshadowcorner {
	background-image: url(images/misc/shadow/shadowrightcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightshadow {
	background-image: url(images/misc/shadow/shadowright.gif);
	width: 3px;
	background-repeat: repeat-y;
	background-position: left;
}

#animation {
	background-image: url(../images/animation_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 270px;
	width: 760px;
}

#animation img {border: none}


/* NAVIGATION ...................................................................... */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
  text-align: left;
  z-index: 100;
}

#nav a {
	display: block;
	width: 152px;
}

#nav li { /* all list items */
	float: left;
	width: 152px; /* width needed or else Opera goes nuts */
	height: 30px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 152px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #0055A5;
}

#nav li ul li { /* second-level lists */
	/* padding: 6px 8px 6px 12px;*/
	border: 1px solid;
	border-color: #999 #333 #333 #999;
  /* DROPDOWN INITIAL COLOR */
	background-color: #0055A5;
	color: #ccc;
	text-decoration: none;
  /*line-height: 20px;*/
  height: 25px;
}

#nav li:hover, #nav li.sfhover {
	background-color: #ED1C24;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li a, #nav li ul li a:visited, #nav li ul li a:active  {
	color: #FFFFFF;
	text-decoration: none;
  width: 140px;
  padding: 6px 6px 6px 6px;
}

#nav li ul li a:hover {

/* TEXT HOVER COLOR */
	color: #FFFFFF;
}


.footer {
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #666666;
	background-image: url(images/misc/darkgrayfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.divline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}

.quickbox {
	background-color: #D9E8F5;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.quickboxright {
	background-color: #D9E8F5;
	text-align: left;
	vertical-align: top;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.menuheightlock {
	height: 30px;
	width: 800px;
}
.baseshadow {
	background-image: url(images/misc/shadow/shadowbase.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
#map {
	border: 1px solid #333333;
}

.notice{
	background-color: #009900;
	color: #FFFFFF;
	padding: 15px;
}

.notice_bad{
	background-color: #990000;
	color: #FFFFFF;
	padding: 15px;
}

.historyimageright {
	margin-left: 10px;
}
.historyimageleft {
	margin-right: 10px;
}
.servicestop {
	background-image: url(images/misc/barfadebottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 740px;
	text-align: left;
	padding-left: 20px;
	vertical-align: bottom;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 5px;
}
.servicesleft {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.servicesright {
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 25px;
	width: 520px;
}
.servicesleftbottom {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	height: 25px;
}
.servicesrightbottom {
	text-align: left;
	padding-left: 20px;
	vertical-align: middle;
	height: 25px;
	width: 520px;
}
.channelsleft {
	width: 25px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
.channelsright {
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 25px;
	width: 140px;
}
.channelsleftbottom {
	width: 25px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	height: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
.channelsrightbottom {
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	height: 25px;
	width: 140px;
}
.divline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 30px;
}

