﻿@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

#spacer {
	clear: both;
}

#topBar{
	background: #2E55A4;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-size:130%;
	height:60px;
	position:relative;
}
#topbar .ico-facebook {
	position:absolute;
	top:10px;
	right:10px;
}
#topBar p{
	margin: 0px;
	padding: 0px;
}

#logo {
	height: 100px;
}

#contactInfo {
	float: right;
	color: #fff;
	margin-top:15px;
	font-size:120%;
}

#contactInfo p {
	padding: 0px;
	margin: 0px;
}

#contactInfo ul {
	list-style-type:none;
	margin: 0px 50px 0px 0px;
	padding:0px;
}

#contactInfo li {
	display: inline;
	padding-left:20px;
	font-family: 'LeagueGothicRegular';
}

#contactInfo li:first-child {
	padding-left: 0px;
}

#contactInfo a:hover {
	color:#fff;
}

#nav {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 50px;
	width:60%;
}


/*

#nav p {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	color: #fff;
	padding: 0px 0px 0px 20px;
}

#nav li:first-child {
	padding-left: 0px;
}
*/

#topBlackBar{
	background: #000;
	margin: 0px;
	padding: 0px;
	border:none;
	height:180px;
	position:relative;
}
.ico-facebook {
	position:absolute;
	top:10px;
	right:10px;	
}

#logo {
	margin: 0px;
	padding:10px 50px;
}

#strapLine {
	position: relative;
	float: right;
	color: #fff;
	width: 500px;
	margin: 20px 40px 0px 0px;
	padding:0px;
	text-align: right;
	font-size:150%;
}

#strapLine p {
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	font-family: 'LeagueGothicRegular';
	line-height:100%;
}

#pgBanner {
	margin: 0px;
	padding: 0px;
}

#pgBanner p {
	margin: 0px;
	padding: 0px;

}

#pgContent {
	margin: 0px 0px;
	padding:20px 40px;
	background-image:url(../images/background-drop-shadow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#pgContent p {
	font-size:90%;
	line-height: 150%;
	color:gray;
}

#benefits {
	padding: 10px 50px;
}



#checkAvailability {
	position: relative;
	float: right;
	width: 200px;
	margin: 0px 50px 0px 0px;
}

#checkAvailability p {
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	width: 650px;
	margin: 0px 0px 0px 50px;
}

#hmBoxes {
	background: #000;
	color: #fff;
}

#hmBoxes p,ul,ol {
	font-size:80%;
}

#pgFooter {
	line-height: 150%;
	color:gray;
	margin:10px 50px;
	font-size:70%;
}

/* classes */

.whiteLink {
	color: #fff;
	text-decoration:none;
}

.whiteLink:hover {
	text-decoration:underline;
}

.greenButton {
	margin-top: 20px;
	background: #2E55A4;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}