@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }





/* TEXT */

.text-black-xl{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}
.text-black-large{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}
.text-black-med{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 1.2;
}
.text-black-small{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.2;
}
.text-blue-xl{
	color: #0850B6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}
.text-blue-large{
	color: #0850B6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}
.text-blue-med{
	color: #0850B6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 1.2;
}
.text-blue-small{
	color: #0850B6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.2;
}
.text-white-small{
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.2;
}
.text-blue-updates{
	color: #0850B6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.0;
}
.text-black-updates{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.0;
}

.nd{
	color: #000;
	font-family: 'Kaushan Script', cursive;
	font-size: 16px;
	line-height: 1.2;
}
.ndwhite{
	color: #FFF;
	font-family: 'Kaushan Script', cursive;
	font-size: 16px;
	line-height: 1.2;
}
.text-handwriting-small{
	color: #000;
	font-family: 'Kaushan Script', cursive;
	font-size: 25px;
	line-height: 1.2;
}
.text-handwriting-large{
	color: #000;
	font-family: 'Kaushan Script', cursive;
	font-size: 37px;
	line-height: 1.2;
}
.recentnews{
	color: #0850B6;
	font-family: 'Kaushan Script', cursive;
	font-size: 37px;
	line-height: 1.2;
}

.zcontact1{
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
}
.zcontact2{
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.1;
}


/* LINKS AND BORDER */

a {
	color: #000;
}
a:hover {
	color: #0950b5;
}
a.white {
	color: #FFF;
}
a.nd{
	color: #000;
	text-decoration: none;
}
a.ndwhite{
	color: #FFF;
	text-decoration: none;
}
.border {
	border: 3px solid #FFFFFF;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #c1bfbf;
	padding: 0 35 5 35;
}

.sub-bg-index-udpates {
	background-image: url(images/index_12.jpg);
	width: 580px;
	height: 140px;
	padding: 0 0 0 15;
}
.sub-bg-index-contact {
	background-image: url(images/index_02.jpg);
	width: 458px;
	height: 191px;
	padding: 15 25 0 0;
}
.sub-bg-subpage-footer {
	background-image: url(images/subpage_20.jpg);
	width: 636px;
	height: 241px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_03.jpg);
	width: 321px;
	height: 101px;
	padding: 15 25 0 0;
}

