@charset "UTF-8";

/* Page Backgrounds */
.home_overlay {
	background-image: url(images/background_index_v2.jpg); 
	background-repeat: no-repeat;
}	
.nf_overlay {
	background-image: url(images/background_blank.jpg);
	background-repeat: no-repeat;
}
.home {
	background-image: url(images/background_1a.jpg);
	background-repeat: no-repeat;
}
.about {
	background-image: url(images/background_2a.jpg);
	background-repeat: no-repeat;
}
.news {
	background-image: url(images/background_3a.jpg);
	background-repeat: no-repeat;
}
.photos {
	background-image: url(images/background_4a_noimage.jpg);
	background-repeat: no-repeat;
}.links {
	background-image: url(images/background_5a.jpg);
	background-repeat: no-repeat;
}
.contacts {
	background-image: url(images/background_6a.jpg);
	background-repeat: no-repeat;
}

/* Text Styles */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.headline_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.headlinelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F1031;
}
.bold {
    font-weight:bold;
}
.bold_italic {
    font-weight:bold;
	font-style:oblique;
}
.link_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.smalltext {
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	font-variant: normal;
	color: #FFFFFF;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
}

/* Link Styles */
a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
}

/* Page Styles for Lightbox */
body {
	margin: 0; 
	padding: 0; 
}

