/* the Styles */


* {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

div, p, a, li, td { -webkit-text-size-adjust:none; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #989898;
	font-family: Georgia;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

.centred {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -280px;
	margin-top: -120px;
}

#logo, #second_content {
	width: 560px;
	height: 240px;
	text-align: center;
}

#logo {
	position: relative;
	z-index: 999;
	display: table-cell;
	vertical-align: middle;
}

#second_content {
	position: absolute;
	top: 0;
	z-index: 99;
	

	opacity: 0;
	display: none;

}

#second_content a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
#second_content a:hover {
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}

.small-logo {
	margin-bottom: 16px;
	cursor: hand;
}

.lead {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 26px;
}

.small-text {
	font-size: 13px;
	line-height: 19px;
}

.contact-links {
	padding: 20px;
	text-align: right;
}

.contact-links a {
	color: #000;
	font-weight: 300;
	text-decoration: none;
	/* opacity: 0.8; */
}
.contact-links a:hover {
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
}
