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

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000;
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */


.text-blue-titles{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 700;
}
.text-blue-large{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	font-weight: 700;
}
.text-blue-med{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
.text-blue-small{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;

}

.text-blue-small-bold{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;font-weight: bold

}
.text-blue-xsmall{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;

}

.text-blue-x-small-bold{
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;font-weight: bold

}

.text-orange-boarnames{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.2em;
}


.text-orange-boarnames-sm{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 85px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.2em;
}

.text-orange-titles{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 700;
}
.text-orange-lg{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	font-weight: 700;
}
.text-orange-med{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
.text-orange-sm{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;

}
.text-orange-xsm{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}

.text-orange-xsm-bold{
	color: #f48219;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold
}



.zcontact1{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
}

.zcontact2{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.1;
}

.znd{
	color: #818181;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

.boarnames {
	background-color: #f48219;
	color: #062C64;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding: 5 0 5 0;
}



/* LINKS AND BORDER */

a {
	color: #062C64;
}

a.zcontactlink {
	color: #f48219;
	text-decoration: none;
}

a.zndlink {
	color: #818181;
	text-decoration: none;
}


a.zwhitelink {
	color: #FFF;
	text-decoration: none;
}


.border {
	border: 2px solid #f48219;
}


.pageborder {
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 0 20 10 20;
}


.sub-bg-index-contact {
	background-color: #000;
	width: 950px;
	height: 90px;
}

.sub-bg-subpage-contact {
	background-image: url(images/subpage2024_06.jpg);
	width: 950px;
	height: 120px;
   	background-repeat: no-repeat;
	background-position: left top;
}

