@import "reset.css";

@font-face {
	font-family: 'SohoStdBold';
	src: url('../fonts/sohostd-bold-webfont.eot');
	src: local('../fonts/sohostd-bold-webfont.eot'), url('../fonts/sohostd-bold-webfont.woff') format('woff'), url('../fonts/sohostd-bold-webfont.ttf') format('truetype'), url('../fonts/sohostd-bold-webfont.svg#webfontNviG6FTC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SohoStdRegular';
	src: url('../fonts/sohostd-regular-webfont.eot');
	src: local('../fonts/sohostd-regular-webfont.eot'), url('../fonts/sohostd-regular-webfont.woff') format('woff'), url('../fonts/sohostd-regular-webfont.ttf') format('truetype'), url('../fonts/sohostd-regular-webfont.svg#webfontSUXkfng4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SohoStdMedium';
	src: url('../fonts/sohostd-medium-webfont.eot');
	src: local('../fonts/sohostd-medium-webfont.eot'), url('../fonts/sohostd-medium-webfont.woff') format('woff'), url('../fonts/sohostd-medium-webfont.ttf') format('truetype'), url('../fonts/sohostd-medium-webfont.svg#webfontSUXkfng4') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
a:link
{
	font: normal 11px/12px tahoma, verdana, sans-serif;
	color: #68177f;
	text-decoration: underline;
}
	
a:visited
{
	font: normal 11px/12px tahoma, verdana, sans-serif;
	color: #68177f;
	text-decoration: underline;
}
	
a:hover
{
	font: normal 11px/12px tahoma, verdana, sans-serif;
	color: #a2ad00;
	text-decoration: underline;
}
/* ------------------------------------------------ */
/* - Grid Styles ---------------------------------- */
/* ------------------------------------------------ */

#holder
{
	width: 745px;
	margin: auto;
}

#pyb_holder
{
	width: 570px;
	margin: auto;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.clear_fix
{
	clear: both;
}
body#popup
{
	padding: 20px;
}
span.unit
{
	font-size: 10px;
	color: #8c8c8c;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Header Styles -------------------------------- */
/* ------------------------------------------------ */

#header
{
	margin-bottom: 12px;
}

	#header h1.logo a
	{
		float: left;
		height: 0px;
		width: 177px;
		padding: 84px 0 0 0;
		margin: 13px 12px 10px 12px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header #banner
	{
		float: left;
		height: 0px;
		width: 257px;
		padding-top: 34px;
		margin: 40px 0 0 25px;
		overflow: hidden;
	}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Navigation Styles ----------------------- */
/* ------------------------------------------------ */

ul.pipe.top
{
	list-style-type: none;
	margin-top: 5px;
}

ul.pipe.bottom
{
	float: left;
	list-style-type: none;
	margin-top: 0;
}

	ul.pipe li
	{
		display: inline;
		padding: 0 3px 0 9px;
	}
	
		ul.pipe li.first
		{
			padding-left: 0;
		}
		
		ul.pipe li.last
		{
			padding-right: 0;
		}
	
		#header a.header_facebook
		{
			background: #fff url(../images/icon_facebook.jpg) no-repeat 0 0;
			display: inline-block;
			float: right;
			height: 0;
			overflow: hidden;
			margin: 2px 0 0 0;
			padding: 30px 5px 0 0;
			width: 30px;
		}
	
		#header a.header_twitter
		{
			background: #fff url(../images/icon_twitter.jpg) no-repeat 0 0;
			display: inline-block;
			float: right;
			height: 0;
			overflow: hidden;
			margin: 2px 0 0 0;
			padding: 30px 0 0 0;
			width: 30px;
		}

ul.pipe.top
{
	float: right;
}

ul.main_nav
{
	list-style: none;
	width: 745px;
	height: 29px;
}

	ul.main_nav li
	{
		float: left;
		display: inline;
		height: 29px;
	}
	
		ul.main_nav li a
		{
			padding: 7px 17px 8px 18px;
			display: block;
		}
		
#header ul#sub_nav
{
	list-style: none;
	width: 745px;
	height: 15px;
	margin-top: 1px;
}
	#header ul#sub_nav li
	{
		float: left;
		display: inline;
		padding: 5px 6px 5px 8px;
	}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Content Styles ------------------------------- */
/* ------------------------------------------------ */

#side_banners
{
	width: 167px;
	float: left;
}

	#side_banners img
	{
		margin: 0 0 1px 0;
	}

#content
{
	float: right;
	margin: 0 0 0 0;
	overflow: hidden;
	width: 565px;
}
	#content.seo
	{
		float: none;
		margin: 400px auto 0 auto;
		width: 745px;
	}
	#content.full_width
	{
		width: 745px;
		float: none;
	}
	#content.pyb
	{
		width: 745px;
		float: none;
		overflow: visible;
	}
	
	#content.full_width p
	{
		width: 740px;
	}
	
	#content.full_width li
	{
		width: 740px;
	}

	#content iframe#billpay
	{
		border: 0;
		height: 650px;
		margin: 0 0 0 -100px;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 0 0 0;
		width: 900px;
	}
	
	#content h1, body#popup h1
	{
		padding: 15px 0 10px 0px;
	}
	
		#content h1 small, body#popup h1 small
		{
			font: normal 10px/12px tahoma, verdana, sans-serif;
		}

	#content img.H1
	{
		margin: 15px 0 5px 10px;
		_margin: 15px 0 5px 10px;
	}

		#content h1#h1_hele
		{
			height: 0;
			width: 570px;
			float: right;
			padding: 168px 0 0 0;
			overflow: hidden;
		}
	
	#content h2, body#popup h2
	{
	
		margin: 15px 0 10px 0;
	}
	
	#content img.H2
	{
		margin: 15px 0 5px 0;
		_margin: 15px 0 5px 0;
	}
	
	#content h3, body#popup h3
	{
		padding: 15px 0 10px 0;
	}
	
	#content img.H3
	{
		margin: 15px 0 5px 0;
	}
	
	#content .greentext
	{
		color: #a2ad00;
	}
	
	#content p, body#popup p
	{
		padding: 0 5px 8px 0;
	}
	
		#content p.disc, body#popup p.disc
		{
			padding-top: 15px;
		}
		#content p.important, body#popup p.important
		{
			color: #a51818;
			font-weight: bold;
		}
		
	#content ul,  body#popup ul
	{
		padding: 0 0 2px 10px;
	}
	
		#content ul li,  body#popup ul li
		{
			padding: 0 0 5px 19px;
		}
	#content ol,  body#popup ol
	{
	}
	
		#content ol li,  body#popup ol li
		{
			padding: 0 0 7px 0;
		}
		
	#content img.hele_right
	{
		float: right;
		padding: 0px 0 0 20px;
	}
	
	#content p.hele_callout
	{
		display: block;
		margin: 25px auto 25px auto;
		padding: 8px 12px 10px 12px;
		text-align: justify;
		width: 80%;
	}
		
		#content p.hele_callout span.hele_icon
		{
			display: block;
			height: 24px;
			left: 0px;
			position: relative;
			margin: -23px 0 0 0;
			width: 30px;
		}
		
	#content div.plan_details
	{
		width: 570px;
	}
	
		#content div.plan_details div.plan_info
		{
			float: left;
			width: 556px;
		}
	
		#content div.plan_details div.plan_price
		{
			float: right;
			width: 156px;
			padding: 0 14px 0 0;
		}
	
			#content div.plan_details div.plan_price p.price.sale
			{
				padding: 2px 0 2px 0;
				margin-right: -12px;
			}
	
			.decimal
			{
				font-size: 10px; 
				vertical-align: top;
			}
	
	#content div.faqs_questions ol li, #content div.faqs_questions ol li
	{
		padding: 2px 0;
	}
	
	#content .press_release
	{
		border-bottom: 1px solid #DDDDDD;
		margin: 0;
		padding: 24px 0 24px 0;
		width: 100%;
	}
	
		#content .press_release p
		{
			padding-left: 0;
		}
	
		#content .press_release h3, #content .press_release h2
		{
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		#content .press_release .press_release_image
		{
			float: left;
			width: 274px;
		}
		
			#content .press_release .press_release_image img
			{
				border: 1px solid #DDDDDD;
				margin: 10px;
				padding: 1px;
				width: 250px;
			}
		
			#content .press_release .press_release_image p
			{
				color: #888888;
				font-size: 10px;
				margin: 0 10px;
				text-align: center;
			}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Footer Styles -------------------------------- */
/* ------------------------------------------------ */

#footer
{
	width: 745px;
	padding: 8px 0 30px 0;
	margin-top: 12px;
	clear: both;
}

	#footer div.footer_links
	{
		clear: both;
		float: right;
		padding: 10px 0 0 10px;
	}

		#footer div.footer_links a#facebook
		{
			background: #fff url(../images/facebook.jpg) no-repeat 0 0;
			display: block;
			float: right;
			height: 0;
			overflow: hidden;
			padding: 44px 0 0 0;
			width: 144px;
		}

		#footer div.footer_links a#twitter
		{
			background: url(../images/twitter.gif) no-repeat 0 0;
			display: block;
			float: right;
			height: 0;
			overflow: hidden;
			padding: 44px 0 0 10px;
			width: 108px;
		}

/* ------------------------------------------------ */



/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Header Styles -------------------------------- */
/* ------------------------------------------------ */

body
{
	font: normal 11px/13px tahoma, verdana, sans-serif;
	color: #555;
}

	#header h1.logo a
	{
		background: url(../images/logo.jpg) no-repeat 0 0;
	}

	#header #banner
	{
		background: url(../images/header_banner.jpg) no-repeat 0 0;
	}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Navigation Styles ---------------------------- */
/* ------------------------------------------------ */

	ul.pipe li
	{
		background: url(../images/bullet_pipe.jpg) no-repeat 0 2px;
		font: normal 11px/13px tahoma, verdana, sans-serif;
		text-transform: lowercase;
	}
	
	ul.pipe li.first
	{
		background: none;
	}
	
		ul.pipe li a:link
		{
			text-decoration: none;
			color: #555;
		}
	
		ul.pipe li a:visited
		{
			text-decoration: none;
			color: #555;
		}
	
		ul.pipe li a:hover
		{
			text-decoration: underline;
			color: #555;
		}
	
ul.main_nav
{
	background-color: #68177f;
}

	ul.main_nav li
	{
		background-color: #68177f;
		border-right: 1px solid #fff;
	}

	ul.main_nav li.first
	{
		background-color: #68177f;
		border-left: none;
	}
	
		ul.main_nav li a:link
		{
			font: normal 12px/14px tahoma, verdana, sans-serif;
			text-decoration: none;
			color: #fff;
		}
	
		ul.main_nav li a:visited
		{
			font: normal 12px/14px tahoma, verdana, sans-serif;
			text-decoration: none;
			color: #fff;
		}
	
		ul.main_nav li a:hover, ul.main_nav li a.current
		{
			background-color: #a2ad00;
			font: normal 12px/14px tahoma, verdana, sans-serif;
			text-decoration: none;
			color: #fff;
		}
	
		ul.main_nav li.hele a:hover, ul.main_nav li.hele a.current
		{
			background-color: #0cc6de;
		}

#header ul#sub_nav
{
	
}

	#header ul#sub_nav li
	{
		background: url(../images/bullet_pipe_purple.gif) no-repeat 0 7px;
	}

	#header ul#sub_nav li.first
	{
		background: none;
	}
		#header ul#sub_nav li a:link
		{
			font: normal 11px/13px tahoma, verdana, sans-serif;
			text-decoration: none;
		}
		#header ul#sub_nav li a:visited
		{
			text-decoration: none;
		}
		#header ul#sub_nav li a:hover
		{
			text-decoration: underline;
		}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Content Styles ------------------------------- */
/* ------------------------------------------------ */

	#content h1, body#popup h1
	{
		color: #68177f;
		font: bold 18px/20px tahoma, verdana, sans-serif;
	}

		#content h1#h1_hele
		{
			background: url(../images/banner_hele.jpg) no-repeat 0 0;
		}
		
		#content h1#pyb
		{
			color: #68177f;
			font: bold 26px/28px tahoma, verdana, sans-serif;
		}
		
		#pyb_holder #content p
		{
			font: normal 12px/14px tahoma, verdana, sans-serif;
		}

	#content h2, body#popup h2
	{
		color: #68177f;
		font: bold 15px/16px tahoma, verdana, sans-serif;
	}

	#content h3, body#popup h3
	{
		color: #68177f;
		font: bold 12px/13px tahoma, verdana, sans-serif;
	}

	#content h4, body#popup h4
	{
		color: #777;
		font: normal 12px/13px tahoma, verdana, sans-serif;
		padding: 5px;
	}
	
	#content ul, body#popup ul
	{
		color: #555;
		font: normal 11px/12px tahoma, verdana, sans-serif;
	}
	
	#content p, body#popup p
	{
		color: #555;
		font: normal 11px/13px tahoma, verdana, sans-serif;
	}
	
		#content p.disc, body#popup p.disc, #content.full_width p.disc
		{
			color: #777;
			font: normal 10px/11px tahoma, verdana, sans-serif;
		}
	
		#content ul li, body#popup ul li
		{
			list-style: none;
			background: url(../images/bullet_arrow.gif) no-repeat 4px 2px;
		}
	
	#content p.hele_callout
	{
		border: 1px solid #0cc6de;
		color: #00adc3;
	}
	
		#content p.hele_callout span.hele_icon
		{
			background: url(../images/hele_icon.png) no-repeat 0 0;
			*background: url(../images/hele_icon.jpg) no-repeat 0 0;
			*z-index: -2;
		}
	
	#content img#lifestyle_banner
	{
		float: right;
		padding: 0 10px 20px 0;
	}
		
	#content div.plan_details
	{
	}
	
		#content div.plan_details div.plan_info
		{
		}
	
		#content div.plan_details div.plan_price
		{
			text-align: right;
		}
	
			#content div.plan_details div.plan_price p.price
			{
				font: normal 11px/12px tahoma, verdana, sans-serif;
				color: #68177f;
			}
	
				#content div.plan_details div.plan_price p.price span.big
				{
					font: normal 24px/26px tahoma, verdana, sans-serif;
					color: #68177f;
				}
	
	#content div.product_description p
	{
		font-weight: normal;
	}
	
	#content div.product_price
	{
		text-align: right;
	}

		#content div.product_price p.price.regular
		{
			font: normal 11px/12px tahoma, verdana, sans-serif;
			color: #888;
		}

			#content div.product_price p.price.regular span.big
			{
				font: normal 18px/20px tahoma, verdana, sans-serif;
				color: #888;
			}

		#content div.product_price p.price.sale
		{
			font: normal 11px/12px tahoma, verdana, sans-serif;
			color: #68177f;
		}

			#content div.product_price p.price.sale span.big
			{
				font: normal 24px/26px tahoma, verdana, sans-serif;
				color: #68177f;
			}
	
	#content div.buttons
	{
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	#content a.button
	{
		background: #8996A0;
		color: #fff;
		display: inline;
		font: bold 11px/12px tahoma, verdana, sans-serif;
		height: 13px;
		margin: 4px;
		padding: 8px 12px;
		text-align: center;
		text-decoration: none;
		width: inherit;
	}

		#content a.button.purple:link
		{
			font: bold 11px/12px tahoma, verdana, sans-serif;
			text-decoration: none;
			background-color: #68177f;
			color: #fff;
		}
	
		#content a.button.purple:visited
		{
			font: bold 11px/12px tahoma, verdana, sans-serif;
			text-decoration: none;
			background-color: #68177f;
			color: #fff;
		}
	
		#content a.button.purple:hover
		{
			font: bold 11px/12px tahoma, verdana, sans-serif;
			text-decoration: underline;
			background-color: #a2ad00;
			color: #fff;
		}
		
	#content a.button_small
	{
		background: none;
	}
		
	#content div.faqs_questions
	{
		border-bottom: 1px solid #68177f;
	}

/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* - Footer Styles -------------------------------- */
/* ------------------------------------------------ */

#footer
{
	border-top: 1px solid #68177f;
}

p.footer
{
	font: normal 9px/10px tahoma, verdana, arial, sans-serif;
}

/* ------------------------------------------------ */

table
{
}
	table tr
	{
	}
		table tr th
		{
			padding: 5px;
			font-weight: bold;
		}
		table tr td
		{
			padding: 5px;
		}
		
table#HAC tr
{
}
		
	table#HAC tr td
	{
		border-bottom: 1px solid #DDDDDD;
		text-align: center;
	}


form
{
	margin:  0 10px;
	clear: both;
}
	form input, form select
	{
		padding: 3px;
	}
	form .fieldset
	{
		margin: 5px 0;
		clear: both;
	}
		form .fieldset .field
		{
			margin: 2px 0;
			padding: 5px;
			clear: both;
		}
			form .fieldset .field span.details
			{
				font-size: 10px;
				display: block;
				color: #878787;
			}
			form .fieldset .field .title
			{
				display: block;
				font-weight: bold;
				margin-bottom: 5px;
			}
				form .fieldset .field .title span.required
				{
					color: red;
				}
				
			form .fieldset .field .textbox
			{
				display: block;
				clear: both;
				padding: 5px;
			}
				form .fieldset .field .textbox input
				{
				}
				form .fieldset .field .textbox label
				{
					float: left;
					padding: 3px;
				}

			form .fieldset .field .radio, form .fieldset .field .checkbox
			{
				display: block;
				clear: both;
				padding: 3px;
			}
				form .fieldset .field .radio input, form .fieldset .field .checkbox input
				{
					float: left;
				}
				form .fieldset .field .radio label, form .fieldset .field .checkbox label
				{
					padding-left: 3px;
				}
			form .fieldset .field table
			{
				border: 0;
				width: 100%;
				margin-top: 5px;
			}
				form .fieldset .field table tr
				{
				}
					form .fieldset .field table tr th
					{
						text-align: center;
						font-weight: bold;
						padding-bottom: 6px;
					}
					form .fieldset .field table tr td
					{
						padding: 4px;
					}
#content_right_people
{
	border-top: 2px solid #68177f;
	padding: 20px 0;
	height: 215px;
	margin: 0 0 -5px 0;
}

	#content_right_people img
	{
		padding: 0 10px;
	}
	
	#content_right_people p
	{
		padding: 0;
	}
	#content_right_banner
	{
		text-align: center;
	}

#content_home
{
	background-color: #68177f;
	padding: 2px;
}
	#content_home .banner_main
	{
		width: 741px;
		height: 330px;
		background: #fff;
		border-bottom: solid 15px #68177f;
	}
	#content_home .bottom
	{
		background-color: #fff;
		height: 251px;
	}
		#content_home .bottom .col1, #content_home .bottom .col2, #content_home .bottom .col3
		{	
			position: relative;
			height: 251px;
			overflow: hidden;
			float: left;
			background: url(../images/bg_home_col_block.jpg) left bottom repeat-x;
		}
		#content_home .col1
		{
			width: 213px;
			margin-right: 2px;
		}
		#content_home .col2
		{
			width: 262px;
			margin-right: 2px;
		}
		#content_home .col3
		{
			width: 262px;
		}
		#content_home .bottom .col1 .block, #content_home .bottom .col2 .block, #content_home .bottom .col3 .block
		{
			padding: 4px 7px;
			bottom: 0;
		}
			#content_home .bottom .col1 .block h4, #content_home .bottom .col2 .block h4, #content_home .bottom .col3 .block h4
			{
				padding: 0 0 3px 0;
				font: bold 13px/15px tahoma, verdana, sans-serif;
				color: #68177f;
			}
			#content_home .bottom .col1 .block p, #content_home .bottom .col2 .block p, #content_home .bottom .col3 .block p
			{
				padding: 0 0 4px 0;
				font: normal 11px/13px tahoma, verdana, sans-serif;
				color: #333;
			}
		
	#content div#coverage_main
	{
		position: relative; 
	}	
		
		#content div#coverage_main a.coverage_map
		{
			display: block; 
			position: absolute; 
			outline: none;
		}	
			
			#content div#coverage_main a#kauai
			{
				height: 58px; 
				width: 70px;
				top: 15px; 
				left: 32px;
			}	
			
			#content div#coverage_main a#oahu
			{
				height: 70px; 
				width: 90px;
				top: 23px; 
				left: 110px;
			}	
			
			#content div#coverage_main a#molokai
			{
				height: 35px; 
				width: 80px;
				top: 50px; 
				left: 205px;
			}	
			
			#content div#coverage_main a#maui
			{
				height: 70px; 
				width: 95px;
				top: 75px; 
				left: 285px;
			}	
			
			#content div#coverage_main a#bigisland
			{
				height: 190px; 
				width: 175px;
				top: 130px; 
				left: 370px;
			}	
			
			#content div#coverage_main a#nationwide
			{
				height: 230px; 
				width: 340px;
				top: 320px; 
				left: 15px;
			}	
			
#icon_popup
{
	padding: 20px;
	width: 500px;
}

img.coupon
{
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
}

