/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}
body {
	color:#333333;
	font:16px Helvetica, Arial, sans-serif;
	line-height:1em;
	padding:0;
	margin:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*----------------------*/
/*     page structure   */
/*----------------------*/
#container {
	width:100%;
	overflow:hidden;
	display:block;
/*	background: url(images/bg-4511103.jpg) no-repeat top left #FF0;*/
	background-size: cover;
        position: relative;
        z-index: 1;
}
#main {
	width:960px;
	margin: 0 auto;
}
#header {
	width:960px;
	height:85px;
	margin:10px 0;
	position: relative;
}
#mainContent {
	width:960px;
	padding:0;
}
#introBox {
	width:570px;
	height:150px;
	margin:100px 0;
	padding:30px;
	float: left;
	background:#fff;
	opacity:0.5;
  	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#footer {
	width:100%;
	clear:both;
	position: relative;
	background:#ffffff;
}
#footerContainer {
	width:960px;
	overflow: hidden;
	margin:0 auto;
	padding:30px 0 40px 0;
}


/*----------------------*/
/*     layout           */
/*----------------------*/
h1,h2,h3 {font-family:'Open Sans', Helvetica, sans-serif; font-weight:normal; line-height:1.3em;}
h1 {font-size:70px; font-family:'PT Sans Narrow', Helvetica, sans-serif; font-weight:normal;}
h2 {font-size:40px;}
h3 {font-size:20px;}
p {font:16px Helvetica, Arial, sans-serif; line-height:1.2em; padding-bottom:1em; color:#333333;}
a {color:#333333; text-decoration:none;}
a:hover {text-decoration:underline; cursor: pointer;}

.logo {
	width:345px;
	height:85px;
	float: left;
}
h1.onTop, h3.onTop {
	position:relative;
	z-index:2;
	top: 280px;
	left:30px;
	width:510px;
	color:#000;
}

/*----------------------*/
/*     slideshow          */
/*----------------------*/

.bgslide{
    position: absolute;
    top: 0;
    width:100%;
    z-index: 0;
}

#slideshow {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
        bottom: 0px;
	background-color: white;
}

#slideshow img{
    width: 100%;
    height: auto;
}

