@charset "UTF-8";
@import url("../../webfonts/opensans_condlightitalic/stylesheet.css");
@import url("../../webfonts/Oswald_Bold/stylesheet.css");
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
body {
	font-family: "oswald light";
	background-color: #EDEDED;
}
h1 {
	font-size: 24px;
	color: #CC0000;
	font-family: "oswald light";
}
h2 {
	font-size: 16px;
	font-family: "oswald regular";
	text-transform: uppercase;
}
a:link {
	color: #900;
	text-decoration: none;
}
h3 {
	font-family: "opensans condlightitalic";
	font-size: 36px;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
#logo {
	position: absolute;
	left: 5%;
	top: 40px;
	z-index: 10;
	border-radius: 0px 35px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 80px;
	background-size: cover;
}
#apDiv2 {
	position: absolute;
	left: 750px;
	top: 0px;
	width: 250px;
	z-index: 15;
}
header {
	position: absolute;
	left: 100px;
	top: 170px;
	width: 540px;
	z-index: 11;
	height: 42px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contact {
	font-family: "opensans condlightitalic";
	font-size: 16px;
	line-height: 18px;
}
nav {
	position: absolute;
	left: 5%;
	top: 125px;
	width: 70%;
	z-index: 13;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	border-radius: 35px 35px 35px 35px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: "oswald light";
	letter-spacing: normal;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: rgba(255,255,255,.75);
}
section {
	position: absolute;
	left: 5%;
	top: 175px;
	width: 55%;
	z-index: 14;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer {
	position: absolute;
	width: 90%;
	z-index: 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	padding: 0px;
	bottom: 0px;
}
.LogoName {
	font-family: "oswald light";
	font-size: 56px;
	color: #C00;
	text-shadow: 3px 3px 8px #999;
}
.LogoVoices {
	font-family: "oswald light";
	font-size: 40px;
	color: #FFF;
	letter-spacing: 250%;
	text-shadow: 3px 3px 8px #666;
}
.TitleMarker {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
