/*
YUI RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
	margin: 0;	
} 

body {
	background:url(../images/back.png) repeat-x #00539D;
}

body,p,td,div,h1,h2,h3,h4,h5 {
	font-family: Arial;
	font-size: 13px;
}

a img {
	border: 0;
}

span.clear {
	display: block;
	clear: both;
}

#page {
	background:url(../images/pageBack.jpg) top center no-repeat;
	min-width: 1000px;
	min-height: 800px;
}

#container {
	margin: 0 auto;
	width: 804px;
}

#logo {
	padding: 26px 0 6px 4px;	
}

#logo img {
	behavior:url(/css/iepngfix.htc);
}

#links {
	color: #ccc;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

#links a {
	color: #fff;
	text-decoration: none;
}

.error {
	color:#ff0000;
}

#pageBody {
	background:url(../images/contentShadow.png) repeat-y;
	padding: 0 6px 0 4px;
	behavior:url(/css/iepngfix.htc);
}

#menu {
	padding: 0;
	margin: 0 7px 0 8px;
	background:url(../images/menuBack.png) repeat-x;
	height: 50px;
	behavior:url(/css/iepngfix.htc);
}

#pageContent {
	background:url(../images/contentBack.png) repeat-y;
	border-top: 4px solid #fff;	
	min-height: 400px;
}

#menuBar li {
	float: left;
	display: block;
	list-style-type: none;
	position: relative;

}

#menuBar li a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 16px 12px;
	text-decoration: none;
}		

#menuBar li.first {
	margin-left: -8px;
	background:url(../images/menuLeft.png);
	width: 8px;
	height: 50px;
	behavior:url(/css/iepngfix.htc);
}

#menuBar li.sep {
	background:url(../images/menuSep.png);
	width:2px;
	height: 50px;
}

#menuBar li.last {
	margin-right: -7px;
	background:url(../images/menuRight.png);
	float: right;
	width: 7px;
	height: 50px;
	behavior:url(/css/iepngfix.htc);
}

#menuBar li.active {
	background:url(../images/menuBackActive.png);
}

#menuBar ul {
	background:url(/images/menuShadow.png) right bottom no-repeat;
  list-style: none;
  margin: 0;
  margin-left: -7px;
  padding: 10px 8px 8px 0;
  position: absolute;
  top: -999em;
  left: -1px;
	behavior:url(/css/iepngfix.htc);
}
#menuBar li:hover ul,
#menuBar li.sfHover ul {
  top: 40px;
}

#menuBar li.sfHoverOff ul {
  top: -999em;
}

#menuBar ul li {
  border: 0;
  float: none;
}
#menuBar ul a {
	background-color: #fff;
  border-top: 1px solid #000;
  color: #fe5b08;
  border-bottom: 0;
  padding: 14px 12px;
  white-space: nowrap;
}
#menuBar ul li.firstSub a {
	border-top: 0;
}
#menuBar ul a:hover {
  color: #000;
}

#locator {
	padding: 10px;
	padding-left: 10px;
}

#locator_input {
	float:left;
	padding-bottom:3px;
	background:url(/images/locatorBack.png) bottom repeat-x;
	behavior:url(/css/iepngfix.htc);
}

#locator div input[type="text"]{
	height: 24px;
	width: 85px;
	padding-left: 5px;
	color: #5a5a5a;
}	

#imageBox {
	padding-bottom: 12px;
	background:url(../images/imgFade.png) bottom;
	behavior:url(/css/iepngfix.htc);
}

#imageBox img {
	border-bottom: 4px solid #fff;
	
}

#contents {
	padding: 15px 30px;
}

#footer {
	height: 44px;
	background:url(../images/footer.png) no-repeat;
	margin-bottom: 15px;
	behavior:url(/css/iepngfix.htc);
}

div.copy {
	padding: 12px;
	padding-right: 25px;
	text-align: right;	
	font-size: 11px;
	color: #5a5a5a;
}

div.copy a {
	color: #5a5a5a;
	text-decoration: none;	
}	


/* PAGES */

.divider {
	height: 1px;
	clear: both;
	display: block;
	width: 100%;
	background:url(/images/div.png) center no-repeat;
	margin: 22px 0;
}

.dividerShort {
	height: 1px;
	clear: both;
	display: block;
	width: 100%;
	background:url(/images/divShort.png) center no-repeat;
	margin: 22px 0;
}

.vsep {
	width: 1px;
	display: block;
	height: 280px;
	background-color: #cacaca;
	margin: 0 22px;
	float: left;
}

.strikeThrough {
	clear: both;
	display: block;
	margin: 22px 0;
	background: url(/images/strike.png) center left repeat-x;
	padding-left: 40px;
}

.sort {
	font-weight: bold;
}

h1, .frontHead {
	font-size: 18px;
	color: #25a4bc;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin:0;
	margin-bottom: 5px;	
}

h2, .head {
	font-size: 16px;
	color: #32a9cd;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin:0;
	margin-bottom: 12px;
}

h3, .subHead1 {
	padding: 0;
	margin:0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h4, .subHead2 {
	padding: 0;
	margin:0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

h5, .subHead3 {
	padding: 0;
	margin:0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.hilight {
	color: #25a4cb;
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.bodyType {
	color: #636363;
}

.bodyType .small, .bodyTypeSmall {
	font-size: 11px;
	color: #636363;
}

.bodyTypeBig {
	font-size: 14px;
	color: #636363;
}

.floaterLeft {
	float: left;
}

.floaterRight {
	float: right;
}

.imageFrame {
	padding: 2px;
	border: 1px solid #cacaca;
}

a.button, div.button {
  padding: 2px 5px;
  margin: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #000;
  background:url(/images/button.png) bottom repeat-x #FFE154;
  text-decoration: none;
  border: 1px solid #cacaca;
	behavior:url(/css/iepngfix.htc);
}

a.blueButton {
	background: #fff;
	color: #25a4cb;
	font-weight: bold;
}

a.button:hover { 
	background: #000;
  color: #FFF;
}

a.blue {
	color: #fe5906;
	font-weight: bold;
	text-decoration: none;
}

a.blue:hover {
	text-decoration: underline;
}

a.black {
	color: #000;
	font-weight: bold;
}

a.black:hover {
	color: #25a4cb;
}

.arrow {
	background: url(/images/arrows/black.png) center left no-repeat;
	padding-left: 14px;
}

.arrowBlue {
	background: url(/images/arrows/blue.png) center left no-repeat;
	padding-left: 14px;
	font-style: italic;
}

.arrowUp {
	background: url(/images/arrows/blackUp.png) center right no-repeat;
	padding-right: 14px;	
	text-align: right;
}

/* !HOME PAGE */
.frontItem {
	width: 212px;
	float: left;
/*	padding-right: 22px;
	margin-left: 22px;
	border-right: 1px solid #cacaca;*/
}

.frontBox {
	height: 275px;
}

#frontItems {

}

#emailSignup {
	width: 216px;
	height: 188px;
	background:url(/images/email-bg.png) no-repeat;
	margin-bottom: 10px;
	behavior:url(/css/iepngfix.htc);
}

#emailSignup div {
	padding: 10px 15px;
	color: #000;
}

#emailSignup div input {
	width: 107px;
	padding: 0;
	margin: 0;
}

/* !PHONES PAGE */
.phoneHomeBox {
	float: left;
	width: 330px;

}

.detail.small {
	font-size: 11px;
}

.phoneListImageBox {
	width: 147px;
	margin: 0 5px;
	float: left;
}

.phoneListDetailBox {
	float: left;
	width: 550px;
	margin-top: 5px;
}

.phoneListPlans {
	float: right;
	margin-top: 10px;
}

.phoneListPlan {
	margin: 6px auto;
}

.detail {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #cacaca;
	font-style: italic;
	font-size: 12px;
}

.dotted {
	padding-left: 14px;
	background: url(/images/dot.png) center left no-repeat;
}

ul.arrowed li {
	margin: inherit 0;
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url(/images/dot.png);
}

ul.arrowed li a {
	text-decoration: none;
}

ul.arrowedBlue {
	margin: inherit 0;
	list-style-image: url(/images/dot.png);
}

.odd {
	background-color: #e7e7e7;
}

.serviceRow {
	padding: 5px 0;
}

/* !Plans */
table.plans {
	width: 100%;
	margin-top: 12px;
}

table.plans td.headCol {
	color: #25a4cb;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0;
}

table.plans td {
	font-style: italic;
	font-size: 11px;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	min-height: 24px;
}

/* !Plans */
table.info {
	margin-top: 12px;
}

table.info td.first {
	font-weight:bold;
	font-size: 14px;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	min-height: 24px;
}

table.info td {
	font-size: 11px;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	min-height: 24px;
}

.planTop {
	background-color: #e7e7e7;
	font-size: 12px;	
	padding: 5px 10px;
	color: #25a4cb;
	font-weight: bold;
	margin-bottom: 24px;
}

