﻿/*=========================
	Initaial Reset
==========================*/
body, html, form, p, ul, li, ol, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

body, html{
	height:100%; 
	width: 100%;
}

img
{
	border:none;
	margin: 0;
	padding: 0;	
}

body{
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.clearFloats{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.highlite{
	color: #27abe2;
}

span.accessibleText{
	display: block;
	height: 0px;
	overflow: hidden;
	text-indent: -9999em;
	width: 0px;
}

/*=========================
	Header
==========================*/
#header{
	background: #f0f0f0;
}

#header .content{
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 915px;
}

#header .logoBlk{
	
}

#header .rightLinks{
	position: absolute;
	right: 20px;
	top: 35px;
}

#header .rightLinks .socialBtn{
	float: left;
	margin: 8px 10px 0 0;
}

#header .rightLinks .label{
	color: #008c9a;
	display: block;
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.14em;	
	margin: 8px 0 0 0;
	padding: 4px 10px 0 20px;
}

a.arrowBtnGrey{
	background-position:right top;
	color:#000000;
	display:block;
	float:left;
	height:36px;
	padding:0 15px 0 0;
}

a.arrowBtnGrey, a.arrowBtnGrey span {
	background-image:url("Standard.Website/Images/Common/bg_btn_arrow_grey.gif");
	background-repeat:no-repeat;
}

a.arrowBtnGrey span{
	background-position:left top;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:14px;
	padding:11px 0 0 39px;
}

a:hover.arrowBtnGrey{
	background-position:right bottom;
	text-decoration: none;
}

a:hover.arrowBtnGrey span{
	color: #fff;	
	background-position:left bottom;
	text-decoration: none;
}


/*=========================
	LP Main Content
==========================*/
#wrapper{
	background: #fff;		
}

#mainContent{
	margin: 0 auto;
	padding: 17px 0 0 10px;
	text-align: center;
	width: 965px;	
}

#mainContent h1{
	color: #008c9a;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.14em;	
	padding: 20px;
}

#mainContent p{
	color: #000;
	font-size: 1.2em;
	line-height: 1.17em;	
}

#mainContent p a{
	color: #008c9a;
	text-decoration: underline;
}
