@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Lato:400italic,400,700,100,100italic,300,300italic,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.jpg);

}
.signupbox {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 455px;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}
.paymentsmallbox {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 940px;
  float:left;
  padding:0px;
  vertical-align:top;
  background-position:top;
  
}

.smallbox {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 290px;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}
.smallbox1 {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 290px;
  height: auto;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}
.smallboxpayment {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 941px;
  height: auto;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}

.smallboxsupport {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 290px;
  height: 437px;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}

.smallboxheight {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 290px;
  height: 850px;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}
.smallboxheight1 {
  background-color: #FFFFFF;
  border: 1px solid #14d1e2;
  width: 290px;
  height: 750px;
  float:left;
  padding:5px;
  vertical-align:top;
  background-position:top;
  
}
.testimonial_largebox {
  background-color: #f7f7f7;
  border: 1px solid #29d3df;
  width: 931px;
  float:left;
  padding:5px;
}
.tollfree_box {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 236px;
  height:auto;
  float:left;
  padding:5px;
}

.tollfree_text{
font-family: 'Lato', sans-serif;
font-style:italic;
font-size:22px;
color:#525252;
float:left;
}
.tollfree_text_orange{
font-family: 'Lato', sans-serif;
font-style:italic;
font-size:22px;
color:#fb7000;
float:left;
}
.head_text_orange1{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:18px;
color:#fb7000;
text-align:left;

}
.head_text_orange12{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:14px;
color:#fb7000;
text-align:left;

}
.head_text_orangecenter{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:14px;
color:#fb7000;
text-align:center;

}
.head_text_orange{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:18px;
color:#fb7000;
text-align:left;
text-transform:uppercase;
}
.head_text_grey{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:18px;
color:#333333;
text-align:left;
}
.head_text_below_grey{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:13px;
color:#333333;
text-align: left;

}
.arrow{
font-family: 'Lato', sans-serif;
font-style:normal;
font-size:13px;
color:#333333;
text-transform:capitalize;
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:left top;
padding-left:15px;
padding-bottom:5px;
line-height:19px;
}
.staffimage{
	width:284px;
	height:297px;
}

.headimage{
	width:284px;
	height:166px;
}
.planimage{
	width:284px;
	height: auto;
}


/* main jqueryslidemenu */
.jqueryslidemenu{
font-family: 'Lato', sans-serif;
font-size:16px;
background:none;
width: 537px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}




/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background:none; /*background of tabs (default state)*/
color: white;
padding: 13px 25px;
border-right: 1px dotted #404040;
color: #333333;
text-decoration: none;
	border-bottom:1px solid #bebebe;
	border-top:1px solid #bebebe;
}
.jqueryslidemenu ul li.current a{
background:#14d0de; /*background of tabs (default state)*/
border-right:none;
}
.jqueryslidemenu ul li.last a{
border-right:none;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.jqueryslidemenu ul li a:hover{
background:#f8a709; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-family: 'Lato', sans-serif;
font:17px;
width: 110px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
background-color:#14d0de;
border-bottom: 1px solid gray;
border-right:none;
float:left;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 20px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ---- //End nav --- */

blockquote p {
	 margin-bottom: 10px; font-weight:300;
font-family: 'Lato', sans-serif;
font-size:16px;
color:#666666;
padding-left:5px;
padding-right:5px;
font-style:italic;
 }
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: italic;  font-family: 'Lato', sans-serif; padding-right:5px; }

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: 'Lato', sans-serif;
	width: 931px; /* required */
	margin: 0 auto;
	font-size:16px;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/
.services{
	border-bottom:1px dotted #5bdbe7;
border-top:1px dotted #5bdbe7;

font-weight:400;
font-family: 'Lato', sans-serif;
font-size:16px;
color:#333333;
padding-left:5px;
padding-right:5px;
font-style:normal;
line-height:22px;
}

.texti{
font-weight:400;
font-family: 'Lato', sans-serif;
font-size:16px;
color:#333333;
padding-left:5px;
padding-right:5px;
font-style:italic;
}
.textabout{
border-top:1px dotted #5bdbe7;
font-weight:300;
font-family: 'Lato', sans-serif;
font-size:15px;
color:#333333;
padding-top:12px;
padding-bottom:12px;
text-align:justify;
}
.textaboutbold{
border-top:1px dotted #5bdbe7;
font-weight: bold;
font-family: 'Lato', sans-serif;
font-size:15px;
color:#333333;
padding-top:12px;
padding-bottom:12px;
text-align:justify;
}
.textname{

font-weight:700;
font-family: 'Lato', sans-serif;
font-size:14px;
color:#333333;
padding-top:12px;
padding-bottom:12px;
text-align:justify;
text-transform:uppercase;
}

.text{
border-bottom:1px dotted #5bdbe7;
border-top:1px dotted #5bdbe7;
font-weight:700;
font-family: 'Lato', sans-serif;
font-size:14px;
color:#333333;
padding-top:12px;
padding-bottom:12px;
text-align:justify;
text-transform:uppercase;
}
.text-footer{
font-family: 'Lato', sans-serif;
font-size:12px;
color:#666666;
text-align:center;
line-height:18px;
font-weight: 400;
}



#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;

font-family: 'Lato', sans-serif;
font-size:14px;
width: 941px;
border-bottom:1px dotted #5bdbe7;
border-top:1px dotted #5bdbe7;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 941px;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{

color: #666666;
padding: 10px 12px;
text-decoration: none;
background:url(../images/dotted-line.png) center right no-repeat;}


#vdividermenu ul li a:hover{
color: black;
background-color: #14d0de;
}
form{
	width:130px;
}


.button_example{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none;font-weight:bold; text-align: center; color: #333333; background-color: #ffc579;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc579), color-stop(100%, #fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(top, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}
.button_example a{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #ffc579;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc579), color-stop(100%, #fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(top, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
 text-decoration:none;
}

.button_example:hover{
 border:1px solid #ff9913; background-color: #ffaf46;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf46), color-stop(100%, #e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(top, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}


testimonials: */

#testimonials {

width:931px;

background-color:#E7E9E6;

border:1px solid #D8D9D6;

margin:10px 0;



}

#testimonials blockquote{

padding:0px;

width:930px !important;

font-family: 'Lato', sans-serif;

font-style:italic;

color:#808080;

display:block;
text-align:justify;

}



#testimonials blockquote p{

margin: 0 !important;padding: 5px!important;



}

#testimonials blockquote cite {

font-style: normal;

display: block;



text-transform: uppercase;

font-weight: bold;

font-style:italic;

color: #555;

padding-left:5px;

margin-top:0px;

}
#page_peel{
	min-height:50px;
	min-width:47px;
	position:absolute;
	z-index:5000000;
	top:0px;
	right:0px;
}

#page_peel #page_peel_ad{
	
	background:url('../peel/msg-block.png') right top no-repeat;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5000001;
	height:50px;
	width:47px;
}

#page_peel #page_peel_mask{
	background:url('../peel/page_peel.png') left top no-repeat;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5000002;
	height:50px;
	width:47px;
}
.textfield-small{
	width:150px;height:28px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:1px solid #cccccc;background-color:#fff;
	color:#999999;
	padding:5px;
	}

.small_thumb_formselect{
	width:270px;height:28px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:1px solid #cccccc;background-color:#fff;
	color:#999999;
	padding:5px;}

.small_thumb_form{
	width:270px;height:18px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:1px solid #cccccc;background-color:#fff;
	color:#000;
	padding:5px;}
	.small_thumb_form1{
	width:214px;height:20px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:1px solid #cccccc;background-color:#fff;
	color:#999999;
	padding:5px;}
	.small_thumb_para{
	width:287px;height:88px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:1px solid #cccccc;background-color:#fff;
	color:#999999;
	padding:5px;}
.orangebutton {
    display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;

    padding: 0px 9px;
	padding-top:5px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e7a404;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	height:23px;
}

.orangebutton:hover, .orangebutton.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc33), to(#e7a404));
    background: -moz-linear-gradient(0% 0% 270deg,#ffcc33, #e7a404);
}
.floatingbanner{
 background:transparent url(../images/floatingimage.png) no-repeat scroll top center;
 bottom:0;
 left:0px;
 position:fixed;
 width:100%;
 z-index:9999;
 height:80px;
} 