/**
*@import url(http://fonts.googleapis.com/css?family=Lato:300,900);
 */


/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

body {
	background-color: #000000;
	width:100%;
	margin:0;
	padding:0;
}
#contentarea, #mainheader, #mainfooter {
	display: block;
}

.logo, .strapline, .poweredby, .warning, .billboardpanel, .intro, .social, .listings {
	display: block
}

p { font-weight: normal }

/**
 * Layout styles.
 */

 p {color:#c3c3c3;}


#contentarea {
	width: 100%;
	padding: 0 !important;
	margin:0 !important;
	height:auto;


}

#mainheader {

width:100%;
	height: auto;
	text-align: center;
}


#mainheader img {

}

.logoimg {
width:300px;
height:auto;
margin-top:20%;

}


#mainheader h1 {
color:#A7AAAD;
 font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    margin-top:0px;
    margin-bottom:10px;
}

#mainheader h2, #maincontent h2 {
color:#A7AAAD;
 font-family: 'Lato', sans-serif;
    font-weight: 300;
        font-size: 1.35em;
}

#banner {
	max-width: 100%;
	height: auto;
	margin: 0px;
	position: relative;
	background:#000000;
	padding:0 ;

}


#maincontent {
	width: 100%;
	height: auto;

	padding:0;
	text-align: center;

}

}

#maincontent .block {
	width: 100%;
	height: auto;
	padding:0;

}





#maincontent .block .blockheader h2{
 font-family: 'Lato', sans-serif;
    font-weight: 300;
	line-height: 1em;
	color:#fff;
	
}



 a.email {
 text-decoration:underline; color:#c3c3c3;
 font-family: 'Lato', sans-serif;
 font-weight: bold;
 }
 
  a.email:hover {
 text-decoration:underline; color:#f6f6f6;
 }
 
 a.weblink {
 text-decoration:underline; color:#c3c3c3;
 font-family: 'Lato', sans-serif;
 font-weight: 300;
 }
 
  a.weblink:hover {
 text-decoration:underline; color:#000;
 }
 
 

#maincontent .block .blockcontent p{
 font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    line-height: 1.5em;
    padding-top:0px;
    margin-top:0px;
}

#maincontent .block4{
 margin-right:0;
}



#mainfooter {
	width: 100%;
	height: auto;
	margin: 0;

	background:#000000;
	padding:0;
	text-align: center;
	position:absolute;
	bottom:0;
	color:#c3c3c3;

}





.intro {
width:100%;

	margin: 0px auto;
	padding: 0px;
	text-align:center;
}
.intro h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px 0 0 0 ;
	font-family: 'Lato', sans-serif;
	font-size: 1.75em;
	font-weight: 100;
	color: #c3c3c3;
	line-height: 1em;
	
}

.intro p, .intro a {

	font-family: "Arial", sans-serif;
	font-size: 1em;
	color: #c3c3c3;
	line-height: 2em;
}



.signoff {
	width: 100%;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	min-width:350px;
	text-align:center;
}



.signoff p {

	font-family: "Arial", sans-serif;
	font-size: 0.75em;
	color: #474747;
	line-height: 1.5em;
	margin-bottom:30px;

}

.emailme {
	text-decoration: none;
color:#474747; 
padding:15px 30px;
border:2px solid #474747;
background:#000000;
}

.emailme:hover, .emailme:focus, .emailme:active {

color:#000000; 
padding:15px 30px;
border:2px solid #474747;
background:#474747;
}

.spacer{
width:100%;
height:25px;
}






@media (max-width: 480px) {

.logoimg {
width:250px;
height:auto;
margin-top:40%;
}

}
