/*ffcb0f*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	background-size: 100%, 100%;
	font-family: 'Sans', Verdana, Geneva, sans-serif;
}

div {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hotspot {
	cursor: pointer;
}

.container {
	width: 960px;
	margin: 0 auto 0 auto;
}

.header {
	margin-bottom:  20px;
	height: 499px;
	background: url(../images/header.jpg) top right no-repeat;
}

.nav {
	position: absolute;
	top: 422px;
	left: 0px;
}

.navWrap {
	float: left;
	width: 177px;
	height: 61px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
}

.content {
	margin-top: 5px;
	margin-bottom: 30px;
	background: url(../images/contentBG.png) top left no-repeat;
}

#about {
	/* height: 260px; */
}

.paragraphWrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
}

.navInfo {
	position: absolute;
	bottom: 0;
	left: 0;
}

.navIcon {
	padding: 5px;	
}

.next {
	padding-left: 20px;
	color: #FFCB0F;
}

h4 {
	color: #CC0000;
	font-size: 17px;
	padding: 5px 25px 25px 25px;
	font-weight: normal;
	background: url(../images/bg_title.png) bottom left no-repeat;
	background-position: -10%;
}

h4:first-child {
}

p {
	color: #CCC;
	font-size: 13px;
	margin: 25px;
	line-height: 1.5em;
}

.pdfDownload {
	width: 33%;
	height: 100px;
	float: left;
}

.pdfDownload .downloadLink {
	padding-left: 45px;
	background: url(../images/pdf_icon.png) top left no-repeat;	
	min-height: 50px;
}

.pdfDownload .downloadLink a {
	color: #FFF;
}

.contactInfo {
	width: 33%;
	float: left;
}

.contactInfo a {
	color: #FFF;
}

.footer {
	margin: 20px auto 20px auto;
}

.footer p {
	color: #666;
	font-size: 11px;
}


@font-face {
	font-family: DancingSans;
	src: 	url('../fonts/AftaSansThin-Italic.otf')
}
			
@font-face
{
font-family: 'Sans';
	src: url('../fonts/aftasansthin-regular-webfont.eot');
    src: url('../fonts/aftasansthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aftasansthin-regular-webfont.woff') format('woff'),
         url('../fonts/aftasansthin-regular-webfont.ttf') format('truetype'),
         url('../fonts/aftasansthin-regular-webfont.svg#afta_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}