/* CSS Document */
/* Layer Declaration */
#headerLayer {
	position:absolute;
	width:100%;
	height:32px;
	z-index:2;
	left: 0px;
	top: 13px;
}
#dateWelcome {
	position:absolute;
	width:100%;
	height:50px;
	z-index:3;
	left: 0px;
	top: -5px;
}
#newsBackground {
	position:absolute;
	width:100%;
	height:115px;
	z-index:4;
	top: 139px;
	left: 0px;
}
#newsForeground {
	position:absolute;
	width:100%;
	height:91px;
	z-index:5;
	top: 163px;
	left: 0px;
}
#currentLayer {
	position:absolute;
	width:100%;
	height:115px;
	z-index:6;
	left: 0px;
	top: 271px;
}
#contactLayer {
	position:absolute;
	width:100%;
	height:115px;
	z-index:7;
	left: 0px;
	top: 139px;
	visibility: hidden;
}

/* Link Coloring / Style */
img {
	border: none !important;
}
.darklink {
	color: #000033;
	text-decoration: underline;
	}
Body {
	background-image: url(../images/splash/bg/winter_bg_2.jpg);
	background-position: top, center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #303030;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
A:link {
	color: #CCCCCC;
	background-image: url(../images/site/blue_layout/link_AreaRepeat_blue.png);
	background-repeat: repeat-x;
	}
A:active{
	color: #000033;
	background-image: url(../images/site/blue_layout/link_AreaRepeat_off_blue.png);
	background-repeat: repeat-x;
	}
A:hover {
	background-image: url(../images/site/blue_layout/link_AreaRepeat_off_blue.png);
	background-repeat: repeat-x;
	}
A:visited{
	color: #CCCCCC;
	background-image: url(../images/site/blue_layout/link_AreaRepeat_blue.png);
	background-repeat: repeat-x;
	}
	
/* Text / Layout Elements */

/* Contact Info for Splash Page */
.Title {
	font-size: 14px;
	font-weight: bold;
}
.smallTitle {
	font-size: 12px;
}
.smallText {
	font-size: 10px;
}
.quickMenuLinks {
	font-size: 12px;
}
.advert{
	font-size: 10px;
	color: #999999;
}
.newsHeadlines {
	font-size: 12px;
}
.currentMenuBg {
	background-image: url(../images/site/red_layout/red_currentMenu.png);
	background-repeat: no-repeat;
	color: #000033;
	font-size: 12px;
}
.currentContent {
	color: #000033;
	font-size: 12px;
}
.drivingDir{
	font-size: 10px;
}
/* Copyright */
.copyright {
	font-size: 12px;
}
.designedBy {
	font-size: 10px;
}
