@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: #FFF;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-yellow-script-large{
	color: #da933e;
	font-family: 'Aguafina Script', cursive;
	font-size: 55px;
}
.text-yellow-script-small{
	color: #da933e;
	font-family: 'Aguafina Script', cursive;
	font-size: 24px;
}
.text-ltblue-script-large{
	color: #2D7993;
	font-family: 'Aguafina Script', cursive;
	font-size: 55px;
}
.text-ltblue-script-small{
	color: #2D7993;
	font-family: 'Aguafina Script', cursive;
	font-size: 24px;
}

.text-yellow-xlarge{
	color: #da933e;
	font-family: 'Lato', sans-serif;
	font-size: 38px;
}
.text-yellow-large{
	color: #da933e;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}
.text-yellow-med{
	color: #da933e;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
.text-yellow-small{
	color: #da933e;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.text-white-large{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}
.text-white-med{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;

}
.text-white-med-caps{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: uppercase;

}
.text-white-small{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.text-white-small-caps{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
    font-weight: 600

}


.text-blue-med{
	color: #2d7993;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
.text-blue-small{
	color: #2d7993;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
.text-black-med{
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}



/* LINKS AND BORDER */

a {
	color: #FFF;
}
.border {
	border: 3px solid #2C7A94;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #173958;
	padding: 0 35 0 35;
}
.sub-bg-index-news {
	background-image: url(images/index_08.jpg);
	width: 329px;
	height: 118px;
}

.sub-bg-index-contact {
	background-image: url(images/index_05.jpg);
	width: 483px;
	height: 180px;
}

