@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	border:none;
}

input, select, textarea{max-width: 230px;}

*{
	font-family: 'Roboto',Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight:300;	
}

h1{
	font-size: 24px;
	font-weight:400;
}

h2{
	font-size: 18px;
	font-weight:400;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile{
    display: none;
} 
/*----------------------------------------*/
body{
	padding: 0;
	margin: 0;	
}

#header{
	background: url(../images/header_bg.png) repeat;
	width: 100%;
	height: 80px;
	margin-bottom: 58px;
}
#header_logo{
	width: 50%;
	padding: 17px 0 0 10px;
}
#header_phone{
	text-align:center;
	width: 100%;
	height: 53px;
	margin-top: 15px;
	background-color: #365EA7;	
}
#phone1{
	float:left;
	margin-left: 10px;
}
#phone2{
	float:left;
	margin-left: 10px;
}
#header_phone span{
	text-align:center;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 1px 2px 1px #000000;	
}
#header_phone span strong{
	font-size: 18px;
}

/* -- center right -- */
#center_right{
	width: 100%;
	text-align: center;
}
#apply_now{
	width: auto;
}

#benefits{
	width: 115%;
	margin-left: -15%;
}
#benefits ul li{
	color:#FFFFFF;
	font-size: 16px;
	background-color: #797979;
	margin: 2px;
	padding: 0 0 2px 0;
	font-weight: 300;
	list-style-image:url(../images/light_cyrcle.png);
}
#benefits ul span li {
	color:#FFFFFF;
	font-size: 16x;
	font-weight:300;
	list-style-image:url(../images/dark_cyrcle.png);
}

#center_title h1{
	font-size: 20px;
	margin-left: 10px;	
}
#center_text{
	padding: 0 5px 0 10px;
}

/*--menu--*/
#center_side_menu{
	float:left;
	width: 100%;
	text-align:center;
}
#blonde{
	max-width:100%;
	margin: 0 20px 20px 20px;	
}
#menu{
	width:100%;
	float:left;
	margin-top: 10px;
}
#menu a img{
	margin-top: 2px;
}

#BBB, #privacy_protected{
	width:33%;
	padding: 2px;
	margin: 20px 0 10px 0;
}


/*--footer--*/
#footer{
	width: 100%;
	margin-top: 20px;
}
#footer ul{
	list-style:none;
}
#footer a{
	color: #333333;
	text-decoration:none;
}

#footer_left{
	float:left;
	width: 100%;
	margin: 20px 0 20px 0;
	background-color: #CCCCCC;
	background-repeat: repeat;
}
#business_growth{
	padding: 20px;
	float: left;
}
#footer_left_right{
	padding: 10px;
	width: 90%;
}
#footer_left_right a{
	text-decoration: underline;
	color: #404041;
}
#copyright{
	float:left;
	width:100%;
	padding-bottom: 10px;
	clear: both;
	text-align:center;
}


#footer_center{
	float:left;
	width: 100%;
	background-color: #CCCCCC;
	background-repeat: repeat;
	margin-bottom: 20px;
}
#footer_title{
	width: 100%;
	margin-top: 5px;
	text-align:center;
	font-size: 18px;
	font-weight: 300;
}
#footer_center_left{
	float:left;
	width: 50%;
}
#footer_center_right{
	float:left;
	margin: 0;
	width: 50%;
}

#footer_right{
	float:right;
	width: 100%;
	background-color:#CCCCCC;
	background-repeat: repeat;
}
#footer_right_left{
	float:left;
	width: 100%;
}
#footer_right_right{
	float:left;
	margin: -20px 0 0 0;
	width: 100%;
}







@media only screen and (min-width: 321px) {
/*--menu--*/
#center_side_menu{
	float:left;
	width: 100%;
	text-align:center;
}
#blonde{
	float:left;
	max-width:45%;
	margin: 0 0 0 2%;	
}
#menu{
	width:50%;
	float: left;
	margin-top: 0;
}
#menu a img{
	margin-top: 2px;
}

#BBB, #privacy_protected{
	width: 22%;
	float: left;
	margin: 2px;
}
}


@media only screen and (min-width: 481px) {
.gridContainer {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

body{
	background: url(../images/bg.jpg) no-repeat top center fixed;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
}

#phone1{
	display:block;
}
#header_phone{
	height: 30px;
}
#header_phone span{
	margin-top: 1px;
	float:left;
	font-size:18px;
}
#header_phone span strong{
	font-size:16px;
}

#center{
	background: url(../images/wrapper_bg.png) repeat;
	width: 100%;
	min-height: 640px;
	overflow-y: auto;
	height: auto;
	box-shadow: 0 2px 8px #333333;
	-webkit-box-shadow: 0 2px 8px #333333;
	-o-box-shadow: 0 2px 8px #333333;
	-moz-box-shadow: 0 2px 8px #333333;
}

/* -- center right -- */
#center_right{
	
}
#apply_now{
	float: right;
	width: 46%;
}

#benefits{
	width: 45%;
	text-align: left;
	margin: 0;
}
#benefits ul{
}
#benefits ul li{
	color:#FFFFFF;
	font-size: 16px;
	background-color: #797979;
	margin: 2px;
	padding:0 0 2px 10px;
	font-weight: 300;
	list-style-image:url(../images/light_cyrcle.png);
}
#benefits ul span li {
	color:#FFFFFF;
	font-size: 16x;
	font-weight:300;
	list-style-image:url(../images/dark_cyrcle.png);
}

#flowchart{
	float:right;
	width: 45%;
	margin: -60px 5px 0 5px;
}

#center_title h1{
	font-size: 20px;
	margin-left: 10px;	
}
#center_text{
	padding: 0 5px 0 10px;
}



#footer_left{
	float:left;
	width: 31%;
	min-height: 830px;
	margin: 0;
	margin-bottom: 20px;
	background: none;
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat;
}
#business_growth{
	padding: 20px;
	float: left;
}
#footer_left_right{
	padding: 10px;
	width: 90%;
}
#footer_left_right a{
	text-decoration: underline;
	color: #404041;
}
#copyright{
	float:left;
	width:100%;
	padding-bottom: 10px;
	clear: both;
	text-align:center;
}

#footer_center{
	float:left;
	margin-left: 1%;
	width: 27%;
	min-height: 830px;
	background: none;
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat;
}
#footer_title{
	width: 100%;
	margin-top: 5px;
	text-align:center;
	font-size: 16px;
	font-weight: 300;
}
#footer_center_left{
	float:left;
	margin-left: -15px;
	width: 100%;
}
#footer_center_right{
	float:left;
	margin: -25px 0 0 -15px;
	width: 100%;
}

#footer_right{
	float:right;
	width: 40%;
	min-height: 830px;
	background: none;
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat;
}

#footer_right_left{
	float:left;
	width: 100%;
}
#footer_right_right{
	float:left;
	margin: -20px 0 0 0;
	width: 100%;
}





}

@media only screen and (min-width: 570px) {
#header{
	margin-bottom: 30px;	
}

#header_logo{
	width: 30%;
	padding: 17px 0 0 10px;
}

#header_phone{
	float: right;
	width: 60%;
	background: none;
	margin: -58px 10px 0 0;
	padding-top: 5px;	
}
#header_phone span{
	float: right;
	margin-bottom: -5px;
	text-align:center;
	font-size: 22px;
	color: #FFFFFF;
	text-shadow: 1px 2px 1px #000000;	
}
#header_phone span strong{
	font-size:22px;
}

#center_side_menu{
	float:left;
	width: 90%;
	text-align:left;
}
#blonde{
	max-width:33%;
	float:left;
	margin: 0 20px 20px 20px;	
}
#menu{
	width:33%;
	float:left;
	margin-top: 10px;
}
#menu a img{
	margin-top: 2px;
}

#BBB, #privacy_protected{
	width: auto;
	margin-top: 20px;
	float: left;
}



}



@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1235px;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

/* -- header -- */
#header_phone{
	width: 50%;
}

/* -- center right -- */
#center_right{
	width: 30%;
	float: right;
}
#apply_now{
	padding: 5px;
	float:right;
	width: 100%;
}
#benefits{
	width: 100%;
	float:right;
	text-align: left;	
}
#benefits ul{
	float: right;
	margin: 20px 5px 80px 0;
	margin-bottom: 80px;
}
#benefits ul li{
	min-width: 230px;
	font-size: 16px;
	float: right;
}
#benefits ul span li{
	font-size: 16px;
	float: right;
}
#flowchart{
	margin-right: 0;
	float:right;
	width: 100%;
}

/* -- center left -- */
#center_left{
	float:left;
	width: 66%;
	padding: 2%;
}
#center_title{
	width: 100%;
	color: #404041;
}
#center_title h1{
	font-size: 22px;
	margin:0;	
}
#center_text{
	float:right;
	width: 75%;
	padding-left: 5px;
}
#center_side_menu{
	width: 23%;
	float:left;
	text-align:center;
}
#blonde{
	max-width: 100%;
	float:none;
	margin:0;
	margin-top: 20px;	
}
#menu{
	width: 100%;
	float:none;
}
#menu a img{
	float:none;
}

#BBB, #privacy_protected{
	width: auto;
	float:none;
}


/*--footer--*/
#footer_left{
	min-height: 650px;
}
#business_growth{
}
#footer_left_right{
}
#footer_left_right a{
}
#copyright{
}

#footer_center{
	min-height: 650px;
}
#footer_title{
	font-size:18px;
}
#footer_center_left{
	float:left;
	margin: 0;
	width: 100%;
}
#footer_center_right{
	float: left;
	margin: -25px 0 0 0;
	width: 100%;
}

#footer_right{
	min-height: 650px;
}
#footer_right_left{
	
}
#footer_right_right{
	
}

}

@media only screen and (min-width: 1000px) {
#footer_left{
	min-height: 430px;
}

#footer_center{
	min-height: 430px;
}

#footer_right{
	min-height: 430px;
}
#footer_right_left{
	float:left;
	margin-left: -10px;
	width: 50%;
}
#footer_right_right{
	float:right;
	margin: 0;
	margin-right: 10px;
	width: 50%;
}
}


@media only screen and (min-width: 1080px) {
#header_phone{
	width: 40%;	
}

/* -- center right -- */
#apply_now{
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
}
#benefits ul{
	margin-right: 20px;
}
#benefits ul li{
	min-width: 260px;
	font-size: 19px;
	padding:0 10px 2px 10px;
}
#benefits ul span li {
	min-width: 260px;
	font-size: 19px;
}
#flowchart{
	width: auto;
	margin: -50px 15px 20px 0;	
}

/* -- center left -- */
#center_left{
	padding:0;
	width: 70%;	
}
#center_title h1{
	font-size: 26px;
	margin: 20px 0 0 20px;
}
}


.error-field {
	border:1px solid;
	border-color:#FF0000;
}
