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

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #FFFFFF;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }

.text-white-xl{
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
}
.text-white-large{
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 19px;
	line-height: 1.3;
}
.text-white-med{
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	line-height: 1.3;
}
.text-white-small{
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
.text-gray-xl{
	color: #8F8987;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
}

.text-gray-large{
	color: #8F8987;
	font-family: 'Titillium Web', sans-serif;
	font-size: 19px;
	line-height: 1.3;
}
.text-gray-med{
	color: #8F8987;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	line-height: 1.3;
}
.text-gray-small{
	color: #8F8987;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
.text-teal-xl{
	color: #31BEAD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	
	}
.text-teal-xxl{
	color: #31BEAD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
}
.text-teal-large{
	color: #31BEAD;
	font-family: "Titillium Web", sans-serif;
	font-size: 19px;
	line-height: 1.3;
}
.text-teal-med{
	color: #31BEAD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	line-height: 1.3;
}
.text-teal-small{
	color: #31BEAD;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
.sub-bg-index-contact {
	background-image: url(images/index_13.jpg);
	width: 525px;
	height: 92px;
	padding: 5 15 5 15;
	
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_10.jpg);
	width: 950px;
	height: 92px;
	padding: 5 15 5 15;
	
}
.sub-bg-index-news {
	background-color: #000000;
	width: 525px;
	height: 168px;
	padding: 0 0 0 20;
	
}
.text-contact-black{
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	line-height: 1.1;
}


.sub-bg {
	background-color: #000;
	padding: 0 25 5 25;
}

.pageborder {
	box-shadow: 7px 7px 14px 0px rgba(0,0,0,0.75);
}

a.black {
	color: #000;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #31BEAD;
	text-decoration: none;
}

.border {
	border: 3px solid #D4143B;
}

blockquote {
	padding: 0 1.71em;}
	
