body{
color: #000;
}
/* start of styles for header logo and title */
#header{
width: 100%;
height: 90px;
margin: 0;
padding: 20px 0 10px 0;
background: #efefef;
}
#header .innerHeader{
width: 950px;
height: 90px;
margin: 0 auto;
padding: 0;
}
#header #leftHeader{
float: left;
width: 400px;
height: 90px;
margin: 0;
padding: 0;
}
#header #rightHeader{
float: right;
width: 300px;
height: 90px;
margin: 0;
padding: 0;
}
#header h1{
margin: 0;
padding: 10px 0 0 0;
color: #4e6379;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 2.7em;
font-weight: bold;
}
#header h1 span{
margin: 0 0 0 3px;
padding: 1px 5px;
color: #ddeef6;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-weight: bold;
border: 1px solid #c80032;
border-radius: 5px;
background: #c80032;
}
#header h1 a, #topHeader h1 a:hover{
text-decoration: none;
color: inherit;
}
#header .chat{
float: left;
width: 150px;
height: 40px;
margin: 0 0 5px 0;
padding: 0;
background: url('../images/chatIcon.png') 0 0 no-repeat;
}
#header .phone{
float: left;
width: 150px;
height: 40px;
margin: 0 0 5px 0;
padding: 0;
background: url('../images/phoneIcon.png') 0 0 no-repeat;
}
#header .logIn{
float: left;
width: 150px;
height: 40px;
margin: 0;
padding: 0;
}
#header .social{
float: left;
width: 150px;
height: 40px;
margin: 0;
padding: 0;
}
#header .chat p
{
width: 150px;
margin: 0;
padding: 0 0 0 40px;
color: #4e6379;
font-size: 1.1em;
font-weight: bold;
font-family: "Trebuchet MS", arial, tahoma, sans-serif;
}
#header .chat a
{
text-decoration: none;
color: #4e6379;
}
#header .chat a:hover{
text-decoration: underline;
}
#header .phone p
{
text-align: center;
margin: 0;
padding: 0 0 0 40px;
color: #000;
font-size: 15px;
font-weight: normal;
font-family: "Trebuchet MS", arial, tahoma, sans-serif;
}
#header .phone p a
{
color: #fafafa;
text-decoration: none;
}
#header .phone p a:hover
{
color: #fafafa;
text-decoration: none;
}
#header #loginForm{
position: relative;
margin: 0;
padding: 0;
font-size: 1em;
line-height: 23px;
text-align: right;
}
#header #loginForm a.signIn{
float: left;
padding: .4em;
text-decoration: none;
font-weight: bold;
color: #fff;
-moz-border-radius: .4em;
border-radius: .4em;
background: #88bbd4;
}
#header #loginForm a.signIn:hover{
background: #88bbd4;
color: #fff;
}
#header #loginForm a.signIn, #header #loginForm a.signIn:hover{
position: relative;
margin: 0;
*background-position: 0 0px!important;
}
#header #loginForm a.signIn span{
font-size: 1em;
padding: 7px 16px 6px 0;
background: url("../images/toggleDownArrow.png") no-repeat 100% 50%;
}
#header #loginFormWrap a.menu-open{
color: #666!important;
outline: none;
background: #4e6379!important;
}
#header #loginFormWrap a.signIn.menu-open span{
color: #efefef;
background: url("../images/toggleUpArrow.png") no-repeat 100% 50%;
}
#header #loginFormWrap #signInMenu{
display: none;
position: relative;
top: 40px;
left: -230px;
z-index: 0;
width: 210px;
margin-top: 8px;
margin-right: 0px;
*margin-right: -1px;
padding: .5em;
-moz-border-radius: .4em;
border-radius: .4em;
text-align: left;
border: 1px transparent;
color: #efefef;
font-size: 1em;
background: #4e6379;
z-index: 10000;
}
#header #loginFormWrap #signInMenu input[type=text], #header #loginFormWrap #signInMenu input[type=password]{
display: block;
width: 203px;
margin: 0 0 5px;
padding: 5px;
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
border-radius: .4em;
border: 1px solid #ace;
font-size: 1em;
}
#header #loginFormWrap #signInMenu p{
margin: 0;
}
#header #loginFormWrap #signInMenu a{
color: #efefef;
}
#header #loginFormWrap #signInMenu label{
font-weight: normal;
}
#header #loginFormWrap #signInMenu p.remember{
padding: 10px 0;
}
#header #loginFormWrap #signInMenu p.forgot, #header #loginFormWrap #signInMenu p.complete{
clear: both;
margin: 5px 0;
}
#header #loginFormWrap #signInMenu p a{
color: #efefef!important;
}
#header #loginFormWrap #signin_submit{
margin: 0 5px 0 0;
padding: 4px 10px 5px;
border: 1px solid #39D;
color: #fff;
font-size: 1em;
font-weight: normal;
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
border-radius: .4em;
background: #39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
}
#header #loginFormWrap #signin_submit::-moz-focus-inner{
padding: 0;
border: 0;
}
#header #loginFormWrap #signin_submit:hover, #header #loginFormWrap #signin_submit:focus{
cursor: pointer;
background-position: 0 -5px;
}
#header .social a img{
float: left;
margin: 0 0 0 5px;
padding: 0;
opacity: .4;
border: 1px solid #fff;
border-radius: 100%;
transition: all 0.5s;
}
#header .social a img:first-of-type{
margin: 0;
}
#header .social a img:hover{
opacity: 1;
transform: scale(1.3);
}
/* end of styles for header logo and title */
/* start of banner styles */
#bannerWrap{
width: 100%;
height: 340px;
margin: 0;
padding: 0;
}
#bannerWrap #banner{
position: relative;
width: 950px;
height: 325px;
margin: 10px auto;
padding: 0;
background: url('../images/wifi.png') right top no-repeat;
}
#bannerWrap #banner h1{
width: 600px;
margin: 0;
padding: 10px 0 10px 0;
text-transform: uppercase;
color: #2473c7;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 2.5em;
font-weight: bold;
text-shadow: 2px 2px 1px #000;
}
#bannerWrap #banner h2{
width: 600px;
margin: 5px 0 10px 0;
padding: 0;
text-transform: uppercase;
color: #2e9ce6;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 2em;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
}
#bannerWrap #banner p{
width: 600px;
margin: 5px 0 10px 0;
padding: 0;
color: #10397a;
font-size: 1.05em;
font-weight: normal;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
}
#bannerWrap #banner p a{
text-decoration: underline;
color: #10397a;
}
#bannerWrap #banner p a:hover{
text-decoration: none;
}
#bannerWrap #banner #buttons{
position: absolute;
bottom: 0;
left: 0;
width: 350px;
height: auto;
margin: 0;
padding: 0;
}
#bannerWrap #banner #buttons ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#bannerWrap #banner #buttons ul li{
display: inline-block;
margin: 0;
padding: 0;
}
#bannerWrap #banner #buttons ul li:first-of-type{
margin-right: 25px;
}
#bannerWrap #banner #buttons ul li a{
position: relative;
display: block;
width: 150px;
height: auto;
margin: 0;
padding: 10px 5px;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 1.2em;
font-weight: bold;
font-family: "Open Sans", arial, helvetica, sans-serif;
border-radius: 5px;
box-shadow: 2px 2px 1px #777;
background: #093f8a;
}
#bannerWrap #banner #buttons ul li a:hover{
top: 1px;
left: 1px;
box-shadow: 3px 3px 3px #000;
}
/* end of banner styles */
#featuresWrap{
width: 100%;
height: 225px;
margin: 10px 0;
padding: 0;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #efefef;
}
#features{
width: 950px;
height: auto;
margin: 0 auto;
padding: 0;
}
#featuresWrap #features > h1{
text-align: center;
margin: 10px auto;
padding: 0;
color: #044f6f;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 1.5em;
font-weight: bold;
}
#featuresWrap #features > h2{
text-align: center;
margin: 5px auto;
padding: 0;
color: #044f6f;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 1.2em;
font-weight: normal;
}
#features div{
float: left;
width: 300px;
height: 125px;
margin: 10px 0;
padding: 0;
border: 1px solid #c6c6c6;
border-radius: 5px;
background: -webkit-linear-gradient(#ecebeb 2%, #f6f6f6 4%, #f6f6f6 96%, #ecebeb 98%); /* Safari 5.1-6.0 */
background: -o-linear-gradient(#ecebeb 2%, #f6f6f6 4%, #f6f6f6 96%, #ecebeb 98%); /* For Opera 11.6-12.0 */
background: -moz-linear-gradient(#ecebeb 2%, #f6f6f6 4%, #f6f6f6 96%, #ecebeb 98%); /* For Firefox 3.6-15 */
background: linear-gradient(#ecebeb 2%, #f6f6f6 4%, #f6f6f6 96%, #ecebeb 98%); /* Standard syntax */
transition: all 0.3s;  
}
#features div.middle{
margin: 10px 19px;
}
#features div:hover{
box-shadow: 0 0 7px #777;
}
#features div img{
float: left;
margin: 10px 5px 0 2px;
padding: 0;
}
#features div h1{
margin: 10px 2px 5px 0;
padding: 0;
color: #000;
font-size: 1.2em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
#features div p{
margin: 5px;
padding: 0;
color: #000;
font-size: 1em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
#features div a{
text-decoration: underline;
color: #000;
}
#features div a:hover{
text-decoration: none;
}
/* end of styles for the features banners */
/* start of styles for the content area */
#contentWrap{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#contentWrap #content{
width: 950px;
height: auto;
margin: 0 auto;
padding: 10px 0;
}
#contentWrap #content h1{
margin: 15px 0 10px 0;
padding: 0;
color: #000;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-size: 1.5em;
font-weight: normal;
}
#contentWrap #content p{
margin: 5px 0 10px 0;
padding: 0;
color: #000;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
}
#contentWrap #content p a{
text-decoration: underline;
color: #000;
}
#contentWrap #content p a{
text-decoration: none;
}
#contentWrap #content ul.listFloatLeft{
float: left;
width: 30%;
height: auto;
margin: 0;
padding: 10px;
}
#contentWrap #content ul.listFloatLeft li
{
list-style-type: none;
margin: 0;
padding: 0 0 0 25px;
line-height: 1.3em;
height: 25px;
color: #000;
font-size: 1em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
background: url("../images/blueCheckMark.png") 0 0 no-repeat;
}
#contentWrap #content ul.listFloatLeft li a
{
text-decoration: underline;
color: #333;
}
#contentWrap #content ul.listFloatLeft li a:hover
{
text-decoration: none;
color: #333;
}
#contentWrap #content img.imgLeft{
float: left;
margin: 0 5px 5px 0;
padding: 0;
border: none;
}
#contentWrap #content img.imgRight{
float: right;
margin: 0 0 5px 5px;
padding: 0;
border: none;
}
/* end of styles for the content area */
/* start of styles for the social media icons at the bottom */
#followWrap{
width: 100%;
height: auto;
margin: 15px 0;
padding: 0;
}
#followWrap #follow{
width: 200px;
height: auto;
margin: 0 auto;
padding: 0;
}
#followWrap #follow h1{
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
color: #000;
font-size: 1.3em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
#followWrap #follow a img{
float: left
margin: 0 0 0 5px;
padding: 0;
opacity: .4;
border: 1px solid #fff;
border-radius: 100%;
transition: all 0.5s;
}
#followWrap #follow a img:hover{
opacity: 1;
transform: scale(1.5);
}
/* end of styles for the social media icons at the bottom */
/* start of the styles for the bottom columns */
#bottomWrap{
width: 100%;
height: 250px;
margin: 0;
padding: 0;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #efefef;
}
#bottomWrap #bottom{
width: 950px;
height: auto;
margin: 15px auto;
padding: 0;
}
#bottomWrap #bottom .bottomBox{
float: left;
width: 25%;
height: auto;
margin: 0;
padding: 0;
}
#bottomWrap #bottom .bottomBox h1{
margin: 5px;
padding: 0;
color: #000;
font-size: 1.2em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
#bottomWrap #bottom .bottomBox p{
margin: 5px 5px 10px 5px;
padding: 0;
color: #000;
font-size: 1em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
#bottomWrap #bottom .bottomBox ul{
display: block;
margin: 0 5px 0 0;
padding: 0;
}
#bottomWrap #bottom .bottomBox ul li{
list-style-type: none;
margin: 0;
padding: 0 0 0 25px;
line-height: 1.3em;
height: 25px;
color: #000;
font-size: .9em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
background: url("../images/blueCheckMark.png") 0 0 no-repeat;
}
#bottomWrap #bottom .bottomBox img{
float: left;
margin: 0 2px 0 0;
padding: 0;
opacity: .4;
border: 5px solid #efefef;
border-radius: 100%;
outline: none;
transition: all 0.5s;
}
#bottomWrap #bottom .bottomBox img:hover{
opacity: 1;
border: 5px solid #4e6379;
}
/* end of the styles for the bottom columns */
/* start of the footer styles */
#footer{
width: 100%;
height: 30px;
margin: 0;
padding: 0;
background: #65768a;
}
#footer .innerFooter{
width: 950px;
height: auto;
margin: 0 auto;
padding: 5px;
}
#footer .leftFooter{
float: left;
width: 425px;
margin: 0;
padding: 0;
}
#footer .rightFooter{
float: right;
width: 425px;
margin: 0;
padding: 0;
}
#footer .leftFooter p, #footer .rightFooter p{
margin: 0;
padding: 0;
font-size: .9em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
#footer .leftFooter p{
color: #efefef;
}
#footer .rightFooter p{
text-align: right;
font-size: .6em;
color: #9199a3;
}
#footer .leftFooter a{
text-decoration: underline;
color: #efefef;
}
#footer .rightFooter a{
text-decoration: underline;
color: #9199a3;
}
#footer .leftFooter a:hover, #footer .rightFooter a:hover{
text-decoration: none;
}
/* end of the footer styles */
@media screen and (max-width: 1000px){
	#header{
		background: #fff;
	}
}
@media screen and (max-width: 950px){
	#bannerWrap #banner{
		background-size: 30%;
	}
	#header .innerHeader{
		width: 98%;
		margin: 0 auto;
	}
	#header #leftHeader{
		margin: 0;
		padding: 0 0 0 10px;
	}
	#header #rightHeader{
		margin: 0;
		padding: 0 10px 0 0;
	}
	#bannerWrap #banner{
		width: 98%;
		margin: 0 auto;
	}
	#bannerWrap #banner h1{
		width: 70%;
		padding: 10px 0 10px 10px;
	}
	#bannerWrap #banner h2{
		width: 70%;
		padding: 5px 0 10px 10px;
	}
	#bannerWrap #banner p{
		width: 70%;
		margin: 5px 0 10px 10px;
	}
	#bannerWrap #banner #buttons{
		margin: 0 0 0 10px;
	}
	#featuresWrap{
		height: auto;
	}
	#features{
		width: 100%;
	}
	#features div{
		float: none;
		width: 70%;
		height: auto;
		margin: 15px auto;
	}
	#features div.middle{
		margin: 15px auto;
	}
	#contentWrap #content{
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
	#bottomWrap{
		height: 250px;
	}
	#bottomWrap #bottom{
		width: 100%;
		height: auto;
	}
	#footer{
		min-height: 40px;
	}
	#footer .innerFooter{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#footer .leftFooter{
		float: left;
		width: 45%;
	}
	#footer .rightFooter{
		float: right;
		width: 45%;
	}
	#footer .leftFooter p, #footer .rightFooter p{
		padding: 10px 10px 20px 10px;
	}
}
@media screen and (max-width: 850px){
	#bottomWrap{
		height: 400px;
	}
	#bottomWrap #bottom .bottomBox{
		float: left;
		width: 45%;
		padding: 10px;
	}
}
@media screen and (max-width: 800px){
	#features{
		width: 100%;
	}
	#features div{
		float: none;
		width: 90%;
		height: auto;
		margin: 15px auto;
	}
	#features div.middle{
		margin: 15px auto;
	}
	#contentWrap #content ul.listFloatLeft{
		float: left;
		width: 30%;
		margin: 0 0 10px 0;
	}
	#followWrap{
		clear: both;
		width: 100%;
	}
	#bottomWrap{
		clear: both;
	}
	#bottomWrap #bottom{
		width: 100%;
	}
	#bottomWrap #bottom .bottomBox{
		float: left;
		width: 45%;
		padding: 10px;
	}
}
@media screen and (max-width: 720px){
	#header{
		height: 150px;
	}
	#header #leftHeader{
		float: none;
		width: 90%;
		margin: 10px auto;
		padding: 0;
	}
	#header #rightHeader{
		float: none;
		width: 600px;
		margin: 0 auto;
		padding: 0;
	}
	#header h1{
		text-align: center;
	}
}
@media screen and (max-width: 700px){
	#bannerWrap #banner h1{
		font-size: 2em;
	}
	#bannerWrap #banner h2{
		font-size: 1.5em;
	}
	#contentWrap #content ul.listFloatLeft{
		float: left;
		width: 45%;
	}
}
@media screen and (max-width: 600px){
	#header{
		height: 200px;
	}
	#header #rightHeader{
		width: 300px;
		margin: 0 auto;
	}
	#header .chat, #header .phone{
		margin: 0 0 10px 0;
	}
	#bannerWrap #banner{
		background: none;
	}
	#bannerWrap #banner h1{
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
	#bannerWrap #banner h2{
		width: 90%;
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
	}
	#bannerWrap #banner p{
		width: 90%;
		margin: 5px auto;
		padding: 0;
	}
	#bannerWrap #banner #buttons{
		position: relative;
		margin: 0 auto;
	}
	#footer{
		height: 100px;
	}
	#footer .leftFooter{
		float: none;
		width: 100%;
	}
	#footer .rightFooter{
		float: none;
		width: 100%;
	}
	#footer .leftFooter p, #footer .rightFooter p{
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 550px){
	#contentWrap #content ul.listFloatLeft{
		float: none;
		width: 60%;
		margin: 0 auto 10px auto;
	}
}
@media screen and (max-width: 500px){
	#contentWrap #content ul.listFloatLeft{
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	#contentWrap #content ul.listFloatLeft li{
		background: url("../images/blueCheckMark.png") 0 0 no-repeat;
	}
}
@media screen and (max-width: 450px){
	#features{
		width: 100%;
	}
	#features div{
		float: none;
		width: 96%;
		height: auto;
		margin: 15px auto;
	}
	#features div.middle{
		margin: 15px auto;
	}
	#bottomWrap{
		height: 700px;
	}
	#bottomWrap #bottom .bottomBox{
		float: none;
		width: 70%;
		margin: 0 auto 10px auto;
		padding: 10px;
	}
}
@media screen and (max-width: 400px){
	#header #loginFormWrap #signInMenu{
		position: relative;
		top: 37px;
		left: -100px;
	}
	#bannerWrap, #bannerWrap #banner{
		height: 470px;
	}
	#bannerWrap #banner #buttons{
		width: 150px;
	}
	#bannerWrap #banner #buttons ul li{
		display: block;
		margin: 0 0 10px 0;
	}
}