body {
	width:100%; height:100%; 
	margin: 0px;
	background-color:#ffffff;
	background: url(../images/body_bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}

}

/* */
/* new */
#overlay {
  position: fixed; /* Sit on top of the page content */
  display:block; /* Hidden by default, no block jp */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.67); /* Black background with opacity */
  z-index: 125; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#inneroverlay {
  position: fixed; /* Sit on top of the page content */
  display:block; /* Hidden by default, no block jp */
  width: 720px; /* Full width (cover the whole page) */
  height:auto;
  top: 10%; left: 50%; margin-left: -360px;
}


/* */
#page-wrap { 
	position:relative; 
	width:100%;
	max-width:1135px; 
	margin: 25px auto;
	background-color:#FFF;
}
#topheaderdiv { 
	position:relative;
	z-index:87; 
	top:10px; 
	left:0px; 
	width:1135px; 
	height:200px;
	background-image:url(../images/topheader_bg.png);
}
#nav1div { 
	position:absolute;
	z-index:91; 
	top:152px; 
	left:0px; 
	width:1135px; 
	height:40px;
}
#secondheaderdiv { 
	position:relative;
	z-index:88; 
	top:0px; 
	left:0px; 
	width:1135px; 
	height:358px;
	background-color:#FFF;
}
#headlinediv { 
	position:absolute;
	z-index:90; 
	top:55px; 
	left:0px; 
	width:491px; 
	height:171px;
}
#topemotediv { 
	position:absolute;
	z-index:89; 
	top:0px; 
	left:373px; 
	width:733px; 
	height:358px;
}

#maindiv { 
	position:relative;
	margin:0;
	padding:0;
	width:1135px;
	top:0px; 
	left:0px;
	height:auto;
	min-height:400px;
	background-image:url(../images/main_bg.png);
}
#nav2div { 
	padding:0px;
	margin:0px;
	padding-top:33px;

}
#contentdiv { 
	width:1135px;
	padding: 0;
	padding-top:30px;
	margin-bottom:14px;
	min-height:410px;
}
#bottomdiv { 
	margin:0;
	padding:0;
	width:1135px;
	height:22px;
}

#footerdiv { 
	position:relative;
	z-index:77; 
	top:0px;
	left:0px; 
	width:1135px; 
	height:81px;
	background-image:url(../images/footer_bg.png);
}


#clearing { clear: both; }

#space14div { 
	top:0px; 
	left:0px;
	width:10px;
	height:14px;
	padding:0;
	margin:0;
}



#turquoisline { 
	margin:13px 0 12px 0;
	height:1px;
	background-color:#8e0c12;
	padding:0;
}


/* */
table.contentnorm { 
	width: 710px;
	border:0px;
	margin:0px;
	padding:0px 50px 0px 40px;
}
table.content2 { 
	width: 710px;
	border:0px;
	margin:0px;
	padding:0px;
}

p, td, a {
	font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #252927;
	margin:0px; 
	margin-bottom:9px;
	text-align:justify;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;
	hyphens: auto;
}
p.smaller {
	font-family: 'Source Sans Pro', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #252927;
	margin:0px; 
	margin-bottom:2px;
	text-align:justify;
	-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;
	hyphens: auto;
}
h1 {
	font-family: 'Archivo Narrow', Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	font-size: 20px;
	line-height: 31px; 
	letter-spacing: 2.3px;
	color: #8e0c12;
	text-transform: uppercase;
	margin:0; 
	margin-bottom:9px;
	margin-top:0px;
	text-align:left;
	
}
h2 {
	font-family: 'Archivo Narrow', Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	font-size: 18px;
	line-height: 27px; 
	letter-spacing: 1.5px;
	color: #8e0c12;
	margin:0; 
	margin-top:6px;
	margin-bottom:6px;	
}
h3 {
	font-family: 'Archivo Narrow', Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	font-size: 17px;
	line-height: 27px; 
	letter-spacing: 1.5px;
	margin:0;
	margin-top:6px; 
	margin-bottom:6px;
}
h4 {
	font-family: 'Archivo Narrow', Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: 700;
	font-size: 26px;
	line-height: 31px; 
	letter-spacing: 5px;
	color: #ffff;
	background-color:#8e0c12;
	text-transform: uppercase;
	margin:0; 
	margin-bottom:9px;
	margin-top:0px;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}
a { 
	text-decoration:none;
	color: #8e0c12;
	font-weight:bold;
	margin-bottom:0px;
}
a:HOVER {
	text-decoration:underline;
	color: #8e0c12;
	font-weight:bold;
	margin-bottom:0px;
}


ul.aufz {
	list-style-image:url(../images/aufz-square.png);
	margin: 0px;
	padding: 0px;
	margin-left:-4px;
	margin-bottom:9px;
}
ul.aufz li{
	padding-left: 4px;

}

img.inpic{
	margin:7px 0px 7px 0px;



span.headline {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:1px;
	color: #FFFFFF;
	margin:0; 
	background-color:#b92200;
	padding:1px 100px 2px 20px;
	margin-left:-20px;
	margin-bottom:6px;
	display:inline-block;
}





.textsmall {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1a171b;
	line-height: 15px;
}
img { 
	border:0;
	margin:0;
	padding:0;
}
td img {
	display: block;
}
img.littledown {
	margin-top:4px;
}


a:focus { outline:none; -moz-outline:none; } 




/* #################################################### */


#fordarobots { 
	position:absolute;
	left:-8000px;
	top:-450px;
	width:777px;
	height:444px;
	overflow:hidden;
}

.textmedium { 
	font-size: 10px;
	line-height: 16px;
	font-style:italic;
}

