@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
}

#divBookmarkIcon{
	/*background-image:url(/universal/images/bookmark.png);*/
	position:absolute;
	width:20px;
	z-index:300; 
	padding:0px; 
	top:0px;
	left:0px;
}

#divChatIcon{
	position:absolute;
	z-index:300; 
	padding:0px; 
	top:-32px;
	left:710px;
	border:0;
}

#divChatIcon a:visited, #divChatIcon a:link{
	border:0;
}

#divChatIcon img{
	border:0;	
}

#divTerms {
	font-size:9px;
}

#divBottomNavBackground {
	background-color:#CCCCCC;
	background-image:url(/universal/images/arrowBackground.gif);
	background-repeat:no-repeat;
	top:360px;
	height:26px;
	width:910px;
	z-index:3;
	position:absolute; 
}

#divBottomNav	{ 
	position:absolute; 
	left:350px;
	top:362px;
	z-index:4;
	text-decoration:none;
	border-bottom:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02004c;
}

.bottomNav {
	text-decoration:none;
	border-bottom:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02004c;
}

.bottomNav a:link, .bottomNav a:visited {
	text-decoration:none;
	border-bottom:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02004c;
}

.bottomNav a:hover {
	text-decoration:none;
	border-bottom:1px thin #999999;
	border-bottom:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02004c;
}

#nav {
	margin: 5px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	top:0;
	z-index:200;
	position:absolute;
	text-align:right;
	width:910px;
}

.nav {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	top:0;
	z-index:200;
	position:absolute;
	text-align:right;
	width:910px;
	color:#000000;
}

.nav a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.nav a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#divNavBackground{
	height:25px;
	position:absolute;
	z-index:199px;
	top:0;
	left:0;
	width:910px;
}


/*************** BASIC STYLES *****************/

img a:visited, img a:link, img a:hover{
	border:none;
	text-decoration:none;
}

a:visited {
	color:#02004c;
	text-decoration:none;
	border-bottom:1px dashed #999999;
}

a:link {
	color:#02004c;
	text-decoration:none;
	border-bottom:1px dashed #999999;
}

a:hover {
	color:#02004c;
	text-decoration:underline;
	border-bottom:0px dashed;
	cursor: pointer;
}

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
  font-weight: bold;
  font-size:12px;
  color:#02004c;
}

h2 {
  font-size:12px;
  font-weight:normal;
  color:#333333;
  line-height:15px;
}

.fineprint{
	font-size:10px;
}

/*************** protytpe window button style *****************/

#leavingAAADialog .okButtonClass { 
	width:auto; 
	cursor:pointer;
}


/************** BLUE/GRAY BUTTON STYLES *************/
/************** LARGE BUTTONS *****************/

a.contentButtonLeftArrow{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftShortArrow.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 35px;
	cursor:pointer;
	border:0;
	/*border:1px solid green;*/
}

a.contentButtonLeftArrow span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShort.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 25px 0px 0px; 
	border:0;
	/*border:1px solid orange;*/
}

a.contentButtonLeftArrow span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShortArrow.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 34px 0px 0px; 
	border:0;
}

a.contentButton{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftShort.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	text-shadow:#FFFFFF 1px 1px 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:50px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 18px;
	cursor:pointer;
	border:0;
}

a.contentButton:hover{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftShort_over.png) no-repeat scroll top left !important;
}

a.contentButton span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShort.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 25px 0px 5px; 
	border:0;
}

a.contentButton span:hover{
	background: url(/universal/images/buttonImages/buttonRoundedRightShort_over.png) no-repeat top right;
}

a.contentButton span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightShortArrow.png) no-repeat top right;
	height:50px;
	white-space: nowrap;
	padding: 0px 34px 0px 5px;
	border:0;
}

a.contentButton.gray{
	color:#666666;
	filter:alpha(opacity=70);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border:0;
}

/************** SMALL BUTTONS *****************/


a.contentSmallButton:visited, a.contentButton:link, a.contentButton:hover{
	text-decoration:none;
	border:0 !important;
}


a.contentSmallButtonLeftArrow{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftSmallArrow.png) no-repeat scroll top left;
	color:#02004C;
	display:block;
	display:inline-block;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:39px;
	text-decoration:none;
	line-height:48px;
	padding:0px 0px 0px 35px;
	cursor:pointer;
	border:0;
	/*border:1px solid green;*/
}

a.contentSmallButtonLeftArrow span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmall.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 25px 0px 0px;
	border:0;
	/*border:1px solid orange;*/
}

a.contentSmallButtonLeftArrow span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmallArrow.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 34px 0px 0px; 
	border:0;
}

a.contentSmallButton{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftSmall.png) no-repeat scroll top left;
	color:#02004C;
	display:inline-block;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:30px;
	text-decoration:none;
	line-height:33px;
	padding:0px 0px 0px 10px;
	cursor:pointer;
	position:relative;
	top:-4px;
	border:0;
	/*border:1px solid green;*/
}

a.contentSmallButton:hover{
	background: transparent url(/universal/images/buttonImages/buttonRoundedLeftSmall_over.png) no-repeat scroll top left !important;
}

a.contentSmallButton span{
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmall.png) no-repeat top right;
	height:30px;
	white-space: nowrap;
	padding: 0px 20px 0px 1px;
	border:0;
}

a.contentSmallButton span:hover{
	background: url(/universal/images/buttonImages/buttonRoundedRightSmall_over.png) no-repeat top right;
}

a.contentSmallButton span.arrow {
	display:block;
	display:inline-block;
	background: url(/universal/images/buttonImages/buttonRoundedRightSmallArrow.png) no-repeat top right;
	height:39px;
	white-space: nowrap;
	padding: 0px 34px 0px 5px; 
	border:0;
}

/**************** SUBMIT BUTTONS ****************/  /*  http://seosumo.com/simplest-transparent-css-submit-button-ever  */
/*  added !importants to ensure that this style wasn't overwridden by others  */

.contentSubmitButton{
background-image: url(/universal/images/buttonImages/submitButton.png);
display: block;
font:Verdana, Arial, Helvetica, sans-serif !important;
font-size:13px !important;
height: 50px;
width: 20px  !important;
overflow: visible;
padding: 0px 0 0 0px !important;
margin:0 0px 0px 0 !important;
}

.contentSubmitButton:hover{
background-image: url(/universal/images/buttonImages/submitButton_over.png);
}

.contentSubmitButton input,
.contentSubmitButton #submit {
background-image: url(/universal/images/buttonImages/submitButton.png);
background-repeat: no-repeat;
background-position: right top;
height: 50px;
font:Verdana, Arial, Helvetica, sans-serif !important;
font-size:13px !important;
color: #02004c;
margin: 0px 0px 0px 20px !important;
display: block;
border: none 0px;
padding: 0px 19px 0px 0px;
background-color: transparent;
cursor: hand;
cursor: pointer;
}

.contentSubmitButton input:hover,
.contentSubmitButton #submit:hover {
background-image: url(/universal/images/buttonImages/submitButton_over.png);
}

/******************* submit buttons small ******************/

.contentSmallSubmitButton{
background-image: url(/universal/images/buttonImages/submitButtonSmall.png);
display: block;
font:Verdana, Arial, Helvetica, sans-serif !important;
font-size:11px !important;
height: 33px;
width: 12px  !important;
overflow: visible;
padding: 0px 0 0 0px !important;
margin:0 0px 0px 0 !important;
}

.contentSmallSubmitButton:hover{
background-image: url(/universal/images/buttonImages/submitButtonSmall_over.png);
}

.contentSmallSubmitButton input,
.contentSmallSubmitButton #submit {
background-image: url(/universal/images/buttonImages/submitButtonSmall.png);
background-repeat: no-repeat;
background-position: right top;
height: 33px;
font:Verdana, Arial, Helvetica, sans-serif !important;
font-size:11px !important;
color: #02004c;
margin: 0px 0px 0px 12px !important;
display: block;
border: none 0px;
padding: 0px 14px 0px 0px;
background-color: transparent;
cursor: hand;
cursor: pointer;
}

.contentSmallSubmitButton input:hover,
.contentSmallSubmitButton #submit:hover {
background-image: url(/universal/images/buttonImages/submitButtonSmall_over.png);
}

/********* Discount Search Results **************/

.header-row{
padding: 4px 0px 0px 0px;
margin:0px 0px 0px 0px;
width: 910px;
height: 26px; 
background-image: url(/broadband/images/discounts/searchForDiscountsHeader.gif);
}


.header-row .searchBox{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;
width: 300px;
}

.sycas_search_results{
	width: 890px; 
	height: 330px; 
	overflow: auto;
	padding: 10px;
}

.sycas_search_results hr{
	color: #333333;
	height: 1px;

}