/* start of styles for top, responsive navigation menu */
nav#nav-main a, nav#nav-main a:hover, nav#nav-mobile a, nav#nav-mobile a:hover{
text-decoration: none;
}
#nav-trigger{
display: none;
text-align: center;
margin: 0;
padding: 0;
}
#nav-trigger span{
color: #fff;
background: #af002c;
}
#nav-trigger span{
display: inline-block;
width: 100%;
height: 20px;
margin: 0;
padding: 10px 0;
cursor: pointer;
text-transform: uppercase;
color: white;
background: #c80032;
display: inline-block;
}
#nav-trigger span:hover{
}
nav{
margin: 0;
padding: 0;
}
nav#nav-main{
padding: 10px 0;
background: #c80032;
}
nav#nav-main ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
nav#nav-main li{
display: inline-block;
margin: 0;
padding: 0 5px;
border-right: solid 1px #950025;
}
nav#nav-main li:last-child{
border-right: none;
}
nav#nav-main a{
display: block;
padding: 10px 30px;
color: white;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
nav#nav-main a:hover{
color: #fff;
background: #af002c;
}
nav#nav-mobile{
position: relative;
top: -20px;
display: none;
margin: 0;
padding: 0;
}
nav#nav-mobile ul{
display: none;
position: absolute;
left: 0;
right: 0;
list-style-type: none;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #c80032;
}
nav#nav-mobile li{
display: block;
margin: 0 5px;
padding: 0;
border-bottom: solid 1px #950025;
}
nav#nav-mobile li:last-child{
border-bottom: none;
}
nav#nav-mobile a{
display: block;
padding: 10px 30px;
color: white;
}
nav#nav-mobile a:hover{
color: #fff;
background: #af002c;
}
/* end of styles for top, responsive navigation menu */
#header{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#topWrap{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: #01346b;
}
#topHeader{
position: relative;
width: 950px;
height: 60px;
margin: 0 auto;
padding: 0;
}
#topHeader #titleWrap{
position: absolute;
top: 0px;
width: 100%;
margin: 0;
padding: 0;
}
#topHeader #title{
width: 200px; /* change the width to so that the text of the title will fit and be centered */
margin: 0 auto;
}
#topHeader h1{
margin: 0;
padding: 15px 0 0 0;
color: #f1f1f1;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 1.9em;
font-weight: bold;
}
#topHeader h1 span{
margin: 0 0 0 3px;
padding: 1px 5px;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-weight: bold;
border: 1px solid #c80032;
border-radius: 5px;
background: #c80032;
}
#topHeader h1 a, #topHeader h1 a:hover{
text-decoration: none;
color: inherit;
}
#header_login{
float: right;
position: relative;
top: 0;
right: 0;
width: 150px;
margin: 0;
padding: 0;
font-family: arial, "Trebuchet MS", sans-serif;
}
#loginForm{
margin: 0;
padding: 0 0px 12px;
font-size: 11px;
line-height: 23px;
text-align: right;
}
#loginForm a.signUp{
margin: 0;
padding: 3px 6px 7px;
text-decoration: none;
color: #fff;
font-size: 15px;
font-weight: bold;
font-family: arial, "Trebuchet MS", sans-serif;
}
#loginForm a.signUp:hover{
margin: 0;
padding: 3px 6px 7px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background: #88bbd4;
}
#loginForm a.signIn{
padding: 7px 6px 8px;
text-decoration: none;
font-weight: bold;
color: #fff;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
*background: transparent url("../images/signin-nav-bg-ie.png") no-repeat 0 0;
background: #88bbd4;
}
#loginForm a.signIn:hover{
background: #59b;
color: #fff;
*background: url("../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
}
#loginForm a.signIn, #loginForm a.signIn:hover{
position: relative;
margin-left: 3px;
*background-position: 0 3px!important;
}
#loginForm a.signIn span{
font-size: 15px;
padding: 7px 16px 6px 0;
background: url("../images/toggleDownArrow.png") no-repeat 100% 50%;
}
#loginFormWrap a.menu-open{
color: #666!important;
outline: none;
background: #ddeef6!important;
}
#loginFormWrap #small_signup{
display: inline;
float: none;
width: 170px;
margin: 25px 0 0;
line-height: 23px;
}
#loginFormWrap a.signIn.menu-open span{
color: #789;
background: url("../images/toggleUpArrow.png") no-repeat 100% 50%;
}
#loginFormWrap #signInMenu{
display: none;
position: absolute;
top: 24.5px;
right: 0px;
z-index: 100;
width: 210px;
margin-top: 8px;
margin-right: 0px;
*margin-right: -1px;
padding: 12px;
border-radius: 5px;
text-align: left;
border: 1px transparent;
color: #789;
font-size: 15px;
background: #ddeef6;
z-index: 10000;
}
#loginFormWrap #signInMenu input[type=text], #loginFormWrap #signInMenu input[type=password]{
display: block;
width: 203px;
margin: 0 0 5px;
padding: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #ace;
font-size: 13px;
}
#loginFormWrap #signInMenu p{
margin: 0;
}
#loginFormWrap #signInMenu a{
color: #6ac;
}
#loginFormWrap #signInMenu label{
font-weight: normal;
}
#loginFormWrap #signInMenu p.remember{
padding: 10px 0;
}
#loginFormWrap #signInMenu p.forgot, #loginFormWrap #signInMenu p.complete{
clear: both;
margin: 5px 0;
}
#loginFormWrap #signInMenu p a{
color: #27B!important;
}
#loginFormWrap #signin_submit{
margin: 0 5px 0 0;
padding: 4px 10px 5px;
border: 1px solid #39D;
color: #fff;
text-shadow: 0 -1px 0 #39d;
font-size: 11px;
font-weight: bold;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
}
#loginFormWrap #signin_submit::-moz-focus-inner{
padding: 0;
border: 0;
}
#loginFormWrap #signin_submit:hover, #loginFormWrap #signin_submit:focus{
cursor: pointer;
background-position: 0 -5px;
}
/* start of the styles for the content slider */
#bannerWrap{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: #fff;
}
#buttons{
width: 350px;
height: auto;
margin: 25px auto 10px auto;
padding: 0;
}
#buttons ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#buttons ul li{
display: inline-block;
margin: 0;
padding: 0;
}
#buttons ul li:first-of-type{
margin-right: 25px;
}
#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: arial, helvetica, sans-serif;
border-radius: 5px;
background: #01346b;
}
#buttons ul li a:hover{
top: 1px;
left: 1px;
box-shadow: 2px 2px 2px #777;
}
/* end of the styles for the content slider */
/* start of styles for the pricing table */
#pricingPlansWrap{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#pricingPlansWrap #pricingPlans{
clear: both;
width: 950px;
height: auto;
margin: 10px auto;
padding: 0;
}
#pricingPlansWrap > h1{
text-align: center;
margin: 30px 0 15px 0;
padding: 0;
color: #c80032;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 1.9em;
font-weight: bold;
}
#pricingPlansWrap #pricingPlans .pricingPlan{
float: left;
width: 300px;
height: 380px;
margin: 0;
padding: 0;
border: 1px solid #ccc;
border-radius: 4px;
background: #efefef;
}
#pricingPlansWrap #pricingPlans .pricingPlan:nth-child(2){
margin: 0 19px;
}
#pricingPlansWrap #pricingPlans .pricingPlan .top{
width: 100%;
height: 70px;
margin: 0;
padding: 0;
}
#pricingPlansWrap #pricingPlans .pricingPlan .free{
background: #efefef url(../images/dollarIcon.png) center no-repeat;
}
#pricingPlansWrap #pricingPlans .pricingPlan .shared{
background: #efefef url(../images/sharedIcon.png) center no-repeat;
}
#pricingPlansWrap #pricingPlans .pricingPlan .cloud{
background: #efefef url(../images/cloudIcon.png) center no-repeat;
}
#pricingPlansWrap #pricingPlans .pricingPlan .title{
width: 100%;
height: 35px;
margin: 0 auto;
padding: 0;
border-bottom: 1px solid #ccc;
background: #efefef;
}
#pricingPlansWrap #pricingPlans .pricingPlan .title h1{
text-align: center;
margin: 0;
padding: 0 0 10px 0;
color: #01346b;
font-size: 1.7em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
#pricingPlansWrap #pricingPlans .pricingPlan .features{
width: 100%;
height: 200px;
margin: 0;
padding: 0;
background: #f3f3f3;
}
#pricingPlansWrap #pricingPlans .pricingPlan .features ul{
list-style-type: none;
margin: 0;
padding: 5px 0 0 0;
}
#pricingPlansWrap #pricingPlans .pricingPlan .features ul li{
display: block;
margin: 0 5px 0px 10px;
padding: 2px 0 2px 20px;
line-height: 1.2em;
color: #434343;
font-size: .9em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
background: url(../images/blueCheckMarkIcon.png) left center no-repeat;
}
#pricingPlansWrap #pricingPlans .pricingPlan .features ul li a{
text-decoration: underline;
color: #434343;
}
#pricingPlansWrap #pricingPlans .pricingPlan .features ul li a:hover{
text-decoration: none;
}
#pricingPlansWrap #pricingPlans .pricingPlan .buttons{
width: 100%;
height: 70px;
margin: 0 auto;
padding: 0;
border-top: 1px solid #ccc;
background: #efefef;
}
#pricingPlansWrap #pricingPlans .pricingPlan .buttons ul{
list-style-type: none;
width: 150px;
margin: 0 auto;
padding: 10px 0 0 0;
}
#pricingPlansWrap #pricingPlans .pricingPlan .buttons ul li{
display: inline-block;
margin: 0;
padding: 0;
}
#pricingPlansWrap #pricingPlans .pricingPlan .buttons ul li:nth-child(1){
margin: 0 0 10px 0; 
}
#pricingPlansWrap #pricingPlans .pricingPlan .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: arial, helvetica, sans-serif;
border-radius: 5px;
background: #01346b;
}
#pricingPlansWrap #pricingPlans .pricingPlan .buttons ul li a:hover{
top: 1px;
left: 1px;
box-shadow: 2px 2px 2px #777;
}
/* end of styles for the pricing table */
/*
start of styles for the information on the hosting plans that are also linked to by the "Learn More" buttons
in the pricing plans
*/
/* start of styles for the features banners */
#featuresWrap{
width: 100%;
height: auto;
margin: 0;
padding: 20px 0 0 0;
clear: both;
}
#featuresWrap > h1{
text-align: center;
margin: 30px 0 15px 0;
padding: 0;
color: #c80032;
font-family: "Open Sans", arial, "Trebuchet MS", sans-serif;
font-size: 1.9em;
font-weight: bold;
}
#features{
width: 950px;
height: auto;
margin: 10px auto;
padding: 0;
}
#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 the styles for the content area */
#infoWrap{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding: 20px 0;
}
#infoWrap .infoInner{
width: 950px;
height: auto;
margin: 20px auto;
padding: 0;
}
#infoWrap .infoInner .clear{
clear: both;
margin: 20px 0;
}
#infoWrap .infoInner .left{
float: left;
width: 576px;
height: 100px;
margin: 0;
padding: 0;
background: url(../images/dollarIcon2.jpg) left center no-repeat;
}
#infoWrap .infoInner .right{
float: left;
width: 370px;
height: 100px;
margin: 5px 35x 0 0;
padding: 0 0 0 0px;
background: url(../images/dollarIcon3.png) 0 10px no-repeat;
}
#infoWrap .infoInner .left h1{
margin: 10px 10px 0 100px;
padding: 0;
color: #01346b;
font-size: 2.5em;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-shadow: 2px 2px 2px #777;
}
#infoWrap .infoInner .left h2{
margin: 10px 10px 0 100px;
padding: 0;
color: #01346b;
font-size: 1.5em;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-shadow: 2px 2px 2px #777;
}
#infoWrap .infoInner .right .price{
float: left;
width: 175px;
height: 100px;
margin: 5px 0 0 0;
padding: 0;
}
#infoWrap .infoInner .right h1{
float: left;
margin: 0 10px 0 50px;
padding: 0;
color: #000;
font-size: 3.5em;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-shadow: 2px 2px 2px #777;
}
#infoWrap .infoInner .right h2{
margin: 5px 0 0 0;
padding: 0;
color: #000;
font-size: 1.2em;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
text-shadow: 2px 2px 2px #777;
}
#infoWrap .infoInner .right .price h2 span{
color: #000;
font-size: .7em;
font-weight: normal;
text-shadow: none;
}
#infoWrap .infoInner .right .button{
float: left;
width: 150px;
height: 50px;
margin: 0;
padding: 0 35px 0 0;
}
#infoWrap .infoInner .right .button ul{
list-style-type: none;
width: 150px;
margin: 0 auto;
padding: 10px 0 0 0;
}
#infoWrap .infoInner .right .button ul li{
display: inline-block;
margin: 0;
padding: 0;
}
#infoWrap .infoInner .right .button 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: arial, helvetica, sans-serif;
border-radius: 5px;
background: #01346b;
}
#infoWrap .infoInner .right .button ul li a:hover{
top: 1px;
left: 1px;
box-shadow: 2px 2px 2px #777;
}
#infoWrap .infoInner p{
width: 100%;
margin: 0;
padding: 10px 0;
color: #373737;
line-height: 1.2em;
font-size: 1.1em;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
}
#infoWrap .infoInner ul{
float: left;
width: 33%;
list-style-type: none;
margin: 0;
padding: 5px 0 0 0;
}
#infoWrap .infoInner ul li{
display: block;
margin: 0 5px 0px 10px;
padding: 2px 0 2px 20px;
line-height: 1.2em;
color: #434343;
font-size: 1.1em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
background: url(../images/blueCheckMarkIcon.png) left center no-repeat;
}
#infoWrap .infoInner ul li a{
text-decoration: underline;
color: #434343;
}
#infoWrap .infoInner ul li a:hover{
text-decoration: none;
}
/* end of the styles for the content area */
/* start of styles for social media icons section */
#socialMediaWrap{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#socialMediaWrap .socialMedia{
width: 190px;
height: 50px;
margin: 0 auto;
padding: 20px 0;
}
#socialMediaWrap .socialMedia a img{
float: left;
margin: 0 10px;
padding: 0;
opacity: .4;
border: 1px solid #fff;
border-radius: 100%;
transition: all 0.5s;
}
#socialMediaWrap .socialMedia a img:first-of-type{
margin: 0 10px 0 0;
}
#socialMediaWrap .socialMedia a img:last-of-type{
margin: 0 0 0 10px;
}
#socialMediaWrap .socialMedia a img:hover{
opacity: 1;
transform: scale(1.3);
}
/* end of of styles for social media icons section */
/* start of the styles for the bottom columns */
#bottomWrap{
width: 100%;
height: 250px;
margin: 0;
padding: 0;
background: #efefef;
}
#bottomWrap #bottom{
width: 950px;
height: 250px;
margin: 0 auto;
padding: 0;
}
#bottomWrap #bottom .bottomBox{
float: left;
width: 24%;
height: 250px;
margin: 0;
padding: 0;
}
#bottomWrap #bottom .bottomBox h1{
margin: 5px 0;
padding: 0 5px;
color: #000;
font-size: 1.2em;
font-weight: normal;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
#bottomWrap #bottom .bottomBox p{
margin: 0;
padding: 0 5px;
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/blueCheckMarkIcon.png") 0 0 no-repeat;
}
#bottomWrap #bottom .bottomBox a{
text-decoration: underline;
color: #000;
}
#bottomWrap #bottom .bottomBox a:hover{
text-decoration: none;
}
#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 0;
}
#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;
color: #bdbcbc;
font-size: .9em;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
#footer .rightFooter p{
text-align: right;
font-size: .6em;
}
#footer .leftFooter a, #footer .rightFooter a{
text-decoration: underline;
color: #bdbcbc;
}
#footer .leftFooter a:hover, #footer .rightFooter a:hover{
text-decoration: none;
}
/* end of the footer styles */
.clear{
clear: both;
}
@media screen and (max-width: 950px){
	#topHeader{
		position: relative;
		width: 100%;
	}
	#header_login{
		margin: 0 20px 0 0;
	}
	#features{
		width: 100%;
	}
	#features div{
		float: none;
		width: 70%;
		height: auto;
		margin: 15px auto;
	}
	#features div.middle{
		margin: 15px auto;
	}
	#pricingPlansWrap #pricingPlans{
		width: 100%;
	}
	#pricingPlansWrap #pricingPlans .pricingPlan, #pricingPlansWrap #pricingPlans .pricingPlan:nth-child(2){
		float: none;
		width: 70%;
		margin: 20px auto;
	}
	#infoWrap{
		width: 90%;
		margin: 0 auto;	
	}
	#infoWrap .infoInner{
		width: 100%;
		margin: 0;
	}
	#infoWrap .infoInner .left{
		float: none;
		margin: 0 auto;
	}
	#infoWrap .infoInner .right{
		float: none;
		margin: 0 auto;
	}
	#infoWrap .infoInner p{
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	#bottomWrap{
		height: 250px;
	}
	#bottomWrap #bottom{
		width: 100%;
		height: 250px;
	}
	#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;
	}
}
@media only screen and (max-width: 900px){
	#nav-trigger{
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		background: #c80032;
	}
	nav#nav-main{
		display: none;
	}
	#nav-trigger span{
		font-size: 1.1em;
		color: white;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
	}
	nav#nav-mobile{
		display: block;
		z-index: 100;
	}
	nav#nav-mobile a{
		font-size: 1em;
		color: white;
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
	}
	#topWrap{
		position: relative;
		top: 35px;
	}
	#bottomWrap{
		height: 500px;
	}
	#bottomWrap #bottom{
		width: 100%;
		height: auto;
	}
	#bottomWrap #bottom .bottomBox{
		float: left;
		width: 46%;
		height: 250px;
		padding: 0 2%;

	}
}
@media screen and (max-width: 850px){
	#infoWrap .infoInner ul{
		float: none;
		width: 60%;
		margin: 0 auto;
	}
}
@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;
	}
	#pricingPlansWrap #pricingPlans .pricingPlan, #pricingPlansWrap #pricingPlans .pricingPlan:nth-child(2){
		float: none;
		width: 90%;
		margin: 20px auto;
	}
	#bottomWrap{
		clear: both;
	}
	#bottomWrap #bottom{
		width: 100%;
	}
	#bottomWrap #bottom .bottomBox{
		float: left;
		width: 45%;
		padding: 0 0 0 5px;
	}
}
@media screen and (max-width: 625px){
	#infoWrap .infoInner .left{
		width: 96%;
		height: 115px;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	#infoWrap .infoInner .left h1{
		margin: 0 0 15px 0;
		text-align: center;
	}
	#infoWrap .infoInner .left h2{
		margin: 0;
		text-align: center;
	}
	#infoWrap .infoInner .right{
		width: 370px;
	}
}
@media screen and (max-width: 600px){
	#nav-mobile ul{
		margin: -40px 0 0 0;
	}
	#topHeader{
		height: 40px;
		margin: 0 0 60px 0;
	}
	#topHeader #titleWrap{
		position: absolute;
		top: 40px;
		width: 100%;
		margin: 0;
	}
	#topHeader #title{
		width: 200px; /* change the width to so that the text of the title will fit and be centered */
		margin: 0 auto;
	}
	#topHeader h1{
		color: #01346b;
		font-weight: bold;
		text-shadow: none;
	}
	#topHeader h1 span{
		color: #f1f1f1;
		text-shadow: 2px 2px 1px #1a1a1a;
	}
	#header_login{
		float: none;
		margin: 0 auto;
	}
	.contentSlides{
		max-width: 100%;
		margin: 0 5px;
	}
	#infoWrap .infoInner ul{
		width: 70%;
	}
	#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: 500px){
	#bannerWrap{
		width: 96%;
		margin: 0;
		padding: 0;
	}
	#infoWrap .infoInner{
		width: 100%;
		height: auto;
		padding: 0 2px;
	}	
	#infoWrap .infoInner .left{
		float: none;
		width: 100%;
		height: 100px;
		margin: 0;
		background: none;
	}
	#infoWrap .infoInner .right{
		float: none;
		width: 100%;
		height: 120px;
		margin: 0 0 20px 0;
		background: none;
	}
	#infoWrap .infoInner .right .price{
		float: none;
		width: 175px;
		height: 60px;
		margin: 5px auto 0 auto;
		background: url(../images/dollarIcon3.png) 0 10px no-repeat;
	}
	#infoWrap .infoInner .left h1{
		text-align: center;
		margin: 10px 0;
	}
	#infoWrap .infoInner .left h2{
		text-align: center;
		margin: 10px 0;
	}
	#infoWrap .infoInner .right .button{
		float: none;
		width: 150px;
		height: 40px;
		margin: 0 auto;
	}
	#infoWrap .infoInner ul{
		width: 80%;
	}
}
@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;
	}
	#pricingPlansWrap #pricingPlans .pricingPlan, #pricingPlansWrap #pricingPlans .pricingPlan:nth-child(2){
		float: none;
		width: 96%;
		margin: 20px auto;
	}
	#infoWrap .infoInner .left{
		height: 110px;
	}
	#bottomWrap{
		height: 1200px;
	}
	#bottomWrap #bottom .bottomBox{
		float: none;
		width: 70%;
		margin: 0 auto 10px auto;
		padding: 10px;
	}
}
@media screen and (max-width: 400px){
	#infoWrap .infoInner .left{
		height: 90px;
	}
	#infoWrap .infoInner .left h1{
		font-size: 2em;
	}
	#infoWrap .infoInner .left h2{
		font-size: 1.2em;
	}
	#infoWrap .infoInner ul{
		width: 96%;
	}
}
@media screen and (max-width: 360px){
	#buttons{
		width: 150px;
		height: auto;
	}
	#buttons ul li{
		display: block;
		margin: 0;
	}
	#buttons ul li:first-of-type{
		margin: 0 0 15px 0;
	}
}