/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background: url(../images/body-bg.gif) top center repeat; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px; 
	line-height: 18px;
	color: #000000;
	min-width: 1000px;
}
html, body { height: 100%;}

p { padding-top: 18px; }

.top { padding-top: 0px; }
.top1 { padding-top: 11px; }
.top2 { padding-top: 13px; }
.top3 { padding-top: 18px; }
.top4 { padding-top: 0px; }
.top5 { padding-top: 0px; }

.h-top {padding-top: 32px !important;}
.h-top1 {padding-top: 58px !important;}

.bot { padding-bottom: 53px; }
.bot1 { padding-bottom: 55px; }
.bot2 { padding-bottom: 27px; }
.bot3 { padding-bottom: 79px; }

a {	color: #2bb8d6; outline: none; }
a:hover{ text-decoration: none; }

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
}

	/* Header */
	header{
		height: 536px;
		background: url(../images/content-bg.gif) top center repeat;
	}
	
	/* Content */
	section#content {
		background: url(../images/content-bg.gif) top center repeat;
	}			
	/* Footer */
	footer{
		height: 163px;
		background: url(../images/footer-bg.gif) 0 0 repeat-x;
	}
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float: left;}

.alignright { text-align: right;}
.aligncenter { text-align: center;}

.wrapper { 
	width: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent { margin: 0 20px 0 0; float: left; }
.img-indent1 { margin: 0 15px 0 0; float: left; }
.extra-wrap { overflow: hidden; }

/*=============================================================================== text =====*/
h1 {
	padding: 35px 0 350px 2px;
	position: absolute;
	float: left;
}
	h1 a {
		display: block;
		height: 66px;
		width: 246px;
		text-indent: -5000px;
		background: url(../images/logo.png) left top no-repeat;
	}
h2 {
	font-size: 30px;
	line-height: 1.2em;
	color: #404755;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px -6px 0px;
}
	*+ html h2 {padding: 15px 0px 0px 0px; margin: 0px 0px -8px 0px;}

h3 {
	font-size: 18px;
	line-height: 1.2em;
	color: #3f4857;
	text-transform:uppercase;
	padding: 14px 0 0 0;
}
h4 {
	font-size: 36px;
	line-height: 1.2em;
	color: #404755;
	padding: 6px 0px 15px 0px;
	margin: 0px 0px -6px 0px;
}
	h4 strong {
		display: block;
		font-size: 30px;
		color: #757981;
		margin-top: -6px;
	}
.strong {font-weight: bold; color: #757981;}
.text {
	font-size: 15px;
	color: #2bb8d6;
}
/*=================================================================================================================== header =====*/
/*=============================================================================== nav =====*/
nav {
	float: right;
	
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
}
	nav ul {
		padding-top: 3px;
	}
		nav li {
			float: left;
			font-size: 14px;
			line-height: 1.2em;
			padding-left: 1px;
			margin-left: -1px;
			background: url(../images/nav-li-bg.gif) 0 0 no-repeat;
		}
			nav li a {
				display: block;
				width: 103px;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				padding: 60px 0 27px 0;
				color: #19222b;
			}
				nav li a:hover, nav .active {
					background: #ffd737;
				}
	nav .first {background: none;}
	nav .last a {width: 110px;}
    
 
/*=============================================================================== sliders =====*/	
.sliders {
	position: relative;
}
	.sliders .s1 {position: absolute; top: 0; left: 3px}
	.sliders .s2 {position: absolute; top: 0; left: 225px}
	.sliders .s3 {position: absolute; top: 0; left: 431px}
	.sliders .s4 {position: absolute; top: 0; left: 622px}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent { padding: 0px 0px 0px 0px }
.indent1 { padding: 0px 0px 0px 0px }

/*=============================================================================== col-indents =====*/
.col-indent { padding-right: 79px; }
.col-indent1 { padding-right: 30px; }
.col-indent2 { padding-right: 76px; }
.col-indent3 { padding-right: 0px; }
/*=============================================================================== boxes =====*/
.box_1 {
	background: #31a1c8;
	min-height: 545px;
	margin-bottom: 1px;
	padding: 0 20px 0 21px;
	font-size: 12px;
	color: white;
}
.box {
	margin-bottom: 1px;
	padding: 0 20px 18px 21px;
	font-size: 12px;
	color: white;
	position: relative;
}
	.box strong {
		display: block;
		font-size: 24px;
		line-height: 1.2em;
		color: white;
		text-transform: uppercase;
		padding: 19px 0 10px 0;
	}
		.box .box-link {
			display: inline-block;
			background: #06c2f2;
			color: white;
			width: 98px;
			text-align: center;
			font-size: 14px;
			margin: 18px 0 0 1px;
			padding: 6px 0 8px 0px;
			text-decoration: none;
			text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
		}
			.box a:hover {text-decoration: underline;}
	.bg_1 {background: url(../images/bg_1.jpg) 0 0 no-repeat;}
	.bg_2 {background: url(../images/bg_2.jpg) 0 0 no-repeat;}
	.bg_3 {background: url(../images/bg_3.jpg) 0 0 no-repeat;}
	.bg_4 {background: #31a1c8;}
	
	.bg_2 strong {padding: 17px 0 10px 0 !important;}
	.bg_3 strong {padding: 15px 0 10px 0 !important;}
	
	.bg_2 .box-link {background: #ffaa44; margin: 19px 0 2px 1px;}
	.bg_3 .box-link {background: #505d6d; margin: 18px 0 5px 1px;}
/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 13px;
}
	.list li {
		font-size: 12px;
		line-height: 28px;
		background: url(../images/list-bg.gif) 0 11px no-repeat;
		padding-left: 12px;
	}
		.list li a {
			color: #808080;
			text-decoration: none;
		}
			.list li a:hover {
				text-decoration: underline;
			}

.list_1 {padding: 2px 0 0 0;}
	.list_1 li {
		padding: 17px 0 0px;
	}
		.list_1 li a {
			font-size: 15px;
			color: #2bb8d6;
			text-decoration: none;
		}
			.list_1 li a:hover {text-decoration: underline;}
		.list_1 li span {
			display: block;
			padding-top: 1px;
		}

.list_2 {
	padding: 19px 0 0 0;
}
	.list_2 li {
		width: 100%;
		overflow: hidden;
		padding-bottom: 45px;
	}
		.list_2 img {
			float: left;
			margin-right: 18px;
			padding-left: 1px;
		}
		.list_2 li span {
			display: block;
			font-size: 15px;
			color: #2bb8d6;
			padding-bottom: 1px;
		}
.box-list {padding: 15px 0 58px 0;}
	.box-list li {
		padding: 17px 0 0px;
	}
		.box-list li a {
			font-size: 15px;
			color: #454c5d;
			text-decoration: none;
		}
			.box-list li a:hover {text-decoration: underline;}
		.box-list li span {
			display: block;
			padding-top: 1px;
		}
/*=============================================================================== links =====*/
.link {
	display: inline-block;
	color: white;
	text-transform: capitalize;
	background: #16c8b2;
	padding: 5px 5px 6px 6px;
	text-decoration: none;
	margin-top: 14px;
}
	.link:hover {text-decoration: underline;}

.policy-link {
	font-size: 15px;
	text-decoration: none;
	color: #2bb8d6;
	padding-top: 1px;
	display: inline-block;
}
	.policy-link:hover {text-decoration: underline;}
/*=============================================================================== contact =====*/
.contact {
	font-weight: bold;
	color: #2bb8d6;
	font-size: 12px;
	padding: 18px 0 38px 0;
}
	.contact span {
		display: inline-block;
		width: 79px;
		vertical-align: baseline;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/
footer {
	font-size: 12px;
	color: #3f4857;
	font-family: Arial, Helvetica, sans-serif;
}
	footer .indent {padding:1px 0 0 21px;}
	footer .col-1 p a {
		text-decoration: none;
		color: #3f4857;
	}
		footer .col-1 p a:hover {text-decoration: underline;}
/*=============================================================================== nav =====*/

/*=============================================================================== policy =====*/

/*=============================================================================== social =====*/
.social {
	padding: 10px 0 0 0;
}
	.social img {
		float: left;
		margin-right: 4px;
	}
	.phone {
		background: url(../images/phone-bg.png) 1px 10px no-repeat;
		padding: 10px 0 0 25px;
		font-size: 18px;
		text-transform: uppercase;
	}
	.phone strong {
		display: inline-block;
		padding-left: 3px;
	}
    
    .email {
		background: url(../images/contact-red.png) 1px 10px no-repeat;
		padding: 15px 0 0 25px;
		font-size: 17px;
		text-transform: uppercase;
	}
	.email strong {
		display: inline-block;
		padding-left: 6px;
	}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
/*--- SubscribeForm begin ---*/
#SubscribeForm {
	margin:7px 0px 0px 0;
	width:160px;
	font-family: Verdana, Geneva, sans-serif;
}
	#SubscribeForm label {
		display:block;
		border:none;
		padding: 7px 0 0px 0px;
	}
	#SubscribeForm input {
		width:150px; 
		padding:1px 4px 2px; 
		overflow:hidden;
		background: #fff;
		border: 1px solid #d9d9d9;
		font-size:12px; 
		line-height:16px; 
		color:#8f8f8f;
		font-size: 11px;
		line-height: 14px;
	}
	#SubscribeForm .fleft {
		font-size: 11px;
		color: #3f4857;
		display: inline-block;
		padding: 8px 0 0 0;
	}
	#SubscribeForm .fright {
		display: block;
		width: 62px;
		text-align: center;
		background: #3f4857;
		margin: 7px 0 0;
		font-size: 11px;
		text-decoration: none;
		color: #fff;
		padding: 0px 0 2px;
	}
		#SubscribeForm .fright:hover {
			color: #2bb8d6;
		}
/*--- SubscribeForm end ---*/

/*--- Search-form begin ---*/
#Search-form {
	padding:18px 0 51px;
}
	#Search-form .column1 {float: left; width: 340px;}
	#Search-form .column2 {float: left; width: 300px;}

	#Search-form label {
		height:70px; 
		display:block;
	}
	#Search-form .input {
		width:279px; 
		background: #fff; 
		border:none;
		padding:9px 10px;
		color:#9e9e9e;
		display:block;
	}
	#Search-form span {
		display: block;
		padding: 0 0 6px 0;
	}
	#Search-form .link {
		margin: 40px 2px 0 18px;
		padding: 5px 9px 6px 8px;
	}
/*--- Search-form end ---*/

/*--- ContactForm begin ---*/
#ContactForm {
	padding-top:61px;
}
	#ContactForm span {
		display: block;
		padding-bottom: 6px;
	}
	#ContactForm label {
		height:70px; 
		display:block;
	}
	#ContactForm .link {
		margin:34px 0px 0px 21px;
		padding: 5px 7px 6px 8px;
	}
	#ContactForm .input {
		width:379px; 
		border: 1px solid #f0ecec; 
		padding:8px 10px 9px;
		font-size:12px; 
		line-height:14px;
		background:#fff;
		color:#a4a4a4;
	}
	#ContactForm textarea {
		width:578px;
		height:215px; 
		border: 1px solid #f0ecec;
		background:#fff;
		padding:8px 10px 9px;
		overflow:auto;
		font-size:1em;
		color:#a4a4a4;
	}
/*--- ContactForm end ---*/
/* ============================= JS form START ===================================== */

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:301px !important;
	position:relative;
	height: 34px;
	background: url(../images/select_left.gif) no-repeat top left;
	color:#8d827b;
	float:left;
}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	color:#999da5;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 23px;
	line-height: 22px;
	padding: 4px 0 0 8px !important;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 34px;
	height: 34px;
	background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	top: 34px;
	left: 0px;
	list-style: none;
	background-color: #dadada;
	border: solid 1px #c9c9c9;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 90px;
	overflow: auto;
	z-index:10;
	width:267px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 2px 3px;
	text-decoration: none;
	color:#999da5;
	background-color: #fff;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #dadada;
	color: #47345b;
}

.jqTransformSelectWrapper ul a:hover, 
.jqTransformSelectWrapper ul a.selected:hover {
	background:#e1dbd7;
	color: #47345b;
}
/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	height: 34px;
	padding: 0px;
	float:left;
	width:299px !important;
}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 36px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-size:11px; 
	line-height:18px;
	color:#979797;
	vertical-align: top;	
	border: none;
	padding: 4px 0px 0 5px;
	margin: 0px;
	background:transparent;
	float:left;
	width:279px !important;
}

/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 3px 0 2px 5px;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

/* calculato_wrapper contains whole calculator */
#calculator_wrapper { width: 800px; }
#calculator_wrapper .number { text-align: right; font-weight: bold; padding: 0 5px 0 0; }
#calculator_wrapper  table { white-space:nowrap; 
	font: bold 10pt Arial, Helvetica, sans-serif; vertical-align: top; line-height: 23px;
	background-color: #ffffff; 
	}
#calculator_wrapper .header td { border: 1px solid #000000; 
	font: bold 12pt Arial, Helvetica, sans-serif; 
	vertical-align: middle; text-align: center; color: #ff0000; }
#calculator_wrapper td { vertical-align: top; }
	
	

/* calculator table is table where options are chosen */
#calculator_table  { width: 100%; border: 2px solid #000000; }

#calculator_table  td { border: 1px solid #000000;  vertical-align: middle;}
#calculator_table .required { color: #ff0000; }
#calculator_table  .level { text-align: center; color: rgb(51, 153, 204); font-weight: bold;}

/* centers text below Choose single or family plan */
#calculator_table  div { text-align:center; } 


/* calc display chosen is where chosen options are displayed */
#calc_display_chosen {  font: 10pt Arial, Helvetica, sans-serif; margin: 24px 0 0 24px; width: 200px; }
#calc_display_chosen  table { 	background-color: #ffffff; 
		font: bold 10pt Arial, Helvetica, sans-serif; vertical-align: middle; line-height: 23px; 
        border: 1px solid black; border-collapse: collapse; float: right; 
		
		}
#calc_display_chosen  table td { padding: 2px 8px 2px 8px; vertical-align: middle; padding: 2px 16px 2px 8px;}
#calc_display_chosen .total td { border-top: 1px solid black; border-bottom: 1px solid black;}




#calc_payment_mode  { text-align: right; margin: 5px; }
#calc_payment_mode span { padding: 0 10px 0 10px; }