/* CSS Document */

body
{
	background-color: #F1F1F1;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
.container
{
	margin: auto;
	background-image: url(../images/bg_centre_panel.gif);
	width: 769px;
	text-align: left;
}
.container_pad
{
	padding: 15px 10px 11px 11px;
}
.container_end
{
	background-image: url(../images/bg_centre_panel_end.gif);
	width: 769px;
	height: 12px;
}
.logo_strip
{
	padding: 0px 0px 0px 14px;
}
.logo
{
	width: 157px;
	float: left;
}
.top_cta
{
	width: 474px;
	padding-top: 3px;
	text-align: center;
	float: left;
}
.top_nav
{
	text-align: right;
	padding-top: 11px;
	width: 93px;
	float: left;
}
.left_column
{
	width: 169px;
	float: left;
}
.left_column_pad
{
	padding: 0px 11px 0px 0px;
}
.nav
{
	background-color: #9AD7FF;
	padding: 0px 15px 0px 14px;
}
.left_block
{
	background-color: #f1f1f1;
	margin-top: 7px;
	padding: 0px 15px 0px 14px;
}

.left_heading_block
{
	background-image: url(../images/bg_div_seperator.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 28px;
}

.nav_item
{
	background-image: url(../images/bg_div_seperator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
}
.parent_nav_item
{
	background-position: center bottom;
	height: 24px;
}
.child_nav_item
{
	background-position: center bottom;
	height: 15px;

}
.end_child_nav_item
{
	background-image: url(../images/bg_div_seperator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;

}
.right_column
{
	float: left;
	width: 568px;
}
.content_left
{
	float: left;
	width: 384px;
}
.content_right
{
	float: left;
	width: 184px;
}
.outlined
{
	border: solid 1px #D6D6D6;
}
.content_left_text
{
	width: 362px;
}
.content_left_text_pad
{
	padding: 12px 15px 12px 15px;
}
.promo_right
{
	width: 184px;
}
.promo_right_pad
{
	padding: 12px 10px 12px 0px;
}
.right_block
{
	background-color: #f1f1f1;
	padding: 0px 15px 0px 14px;
}
.footer_nav
{
	text-align: center;
	margin: 5px 0px 1px 0px;
}
.phone_divider
{
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	clear: both;
}
.phone
{
	width: 110px;
	float: left;
}
.phone_pad
{
	border-right: 1px solid #D6D6D6;
}
.phone_image_pad
{
	padding: 10px;
	text-align: center;
}
.phone_text_pad
{
	padding: 10px;
}
.phone_back_to_details
{
	float: right;
}
ul, li
{
	padding: 0px;
	margin: 0px;
	list-style-position:outside ;
}
ul
{
	padding: 10px 0px 10px 15px;
}
.network
{
	width: 78px;
	float: left;
	border-right: 1px solid #D6D6D6;
}
.network_pad
{
	padding: 0px 10px 0px 0px;
}
.network_plan_middle
{
	width: 250px;
	float: left;
}
.network_plan_middle_pad
{
	padding: 0px 10px 0px 10px;
}

/* this fixes the clearing problem of different sized elements */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
