/* CORE STYLES */

/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}

@font-face {
  font-family: 'montserratregular';
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular-webfont.svg#montserratregular") format("svg"), url("fonts/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
  
html { height:100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	margin:0;
	height:100%;
	text-align: center;
	min-height:100%;
}
p, td, li { font-size: 12px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
/*sup { font-size: 9px; }*/
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.25em;
}
sub {
    bottom: -0.25em;
}

form, fieldset { margin: 0; padding: 0; }
img, fieldset{ border:0}
table { border-collapse: collapse; }

/* Standard List style */
UL, OL { margin: 0 0 1em 1.5em; padding: 0;}
OL { margin-left: 2.25em; }
UL LI, OL LI { padding: 0.13em 0; }

/* Custom List style */
UL.compact { margin: 0 0 0 1.5em; padding: 0; }

a { color: #666666; }
a:visited {	color: #666666; }
a:hover { color: #6699CC; }
a:active { outline: none; }
a, a:visited, a:hover, a:active { text-decoration: underline; } 

.white { color: #FFFFFE; }
.orange { color: #FF6600; }
.corp_orange { color: #e3680e; }
.corp_blue { color: #284f7c; }
.lightorange { color: #FF9900;}
.purple { color: #660066; }
.lightpurple { color: #939; }
.blue, a.blue { color: #3399FF; }
.lightblue { color: #1387f3; }
.darkblue { color: #336699; }
.seablue { color: #335B71;}
.teal { color: #236991; }	
.black { color: #000000; }
.green { color: #006600; }
.metal { color: #798AA1; }
.red { color: #FF0000; }
.gray { color: #666666;}
.gray_bold { color: #666666; font-size:14px; font-weight: bold; }
.uppercase { text-transform: uppercase; }
.titlecase { text-transform: capitalize; }
.bold {	font-weight: bold; }
.normal { font-weight: normal; }

.text_11, .legal_txt { font-size: 11px; }
.legal_txt{color:#999;}
.tiny_text { font-size: 9px; color: #666666; }
.tiny_text_2 { font-size: 11px; color: #666666;}

.remove { display:none; }
.hide { visibility:hidden;}

.float_left { float: left; }
.float_right { float:right; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

.nogap { margin: 0; padding: 0; }
.notopgap { margin-top: 0; padding-top: 0;  } 
.nobottomgap { margin-bottom: 0; padding-bottom: 0; }

/** added by tim -- fix for dotted lines on nav in firefox **/
.center { text-align: center; }
.clearboth { clear: both; margin: 0; padding: 0; width: 100%; height: 1px; }
.clear_both { clear:both; padding-top:2px; }
.clear_left { clear: left; }

/* clear fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix {	height: 1%; }
/* end clear fix */

 
	
/* Universal Nav styles */
.universal_nav_bg { /* image in core_img */
	width:100%;
	height:31px;
	font-family: verdana;
}

/* Universal Nav - Tabs */
/*
.universal_nav_tabs {
	width:100%;
	height:27px;
	font-family: verdana;
}

.universal_nav_content_tabs {
	width:940px;
    height:27px;
    overflow:hidden;
}

.universal_nav_content {
	width:940px;
	margin-left:5px;	
	padding-top:7px;	
}

.universal_nav_content, 
.universal_nav_content td { font-size:11px; color:#FFFFFE;}

.universal_nav_links { text-align:left; }
.universal_nav_links a:link, 
.universal_nav_links a:visited,
.universal_nav_links a:hover { color:#e3680e; }
.universal_nav_pipe { padding-left:11px; padding-right:11px; }
*/
.universal_nav_content_new {
	float: left;
	width: 475px;
	margin-left: 10px;	
	padding-top: 7px;	
	display: inline;
}
.universal_nav_content_new, 
.universal_nav_content_new td { font-size: 10px; color:#FFFFFE;}


/* Updated Nav sync with earthlink.com  */	
.universal_nav_tabs {
	width:100%;
	background: #64666b;
	font-size: 12px;
	font-family: "montserratregular";
	text-transform: uppercase;
	color: #b2b3b5;
	transition: color .2s ease;
}
.universal_nav_tabs a,
.universal_nav_tabs a:hover {
	text-decoration: none;
}
.universal_nav_content_tabs {
	width:940px;
}
.universal_nav_links { 
	padding: 5px 5px 4px 0;
	text-align: right; 
}
.universal_nav_links a {
	color: #b2b3b5;
}
.universal_nav_links a:hover {
	color: white
}
.universal_nav_pipe {
	font-size: 9px; 
	padding: 1px 5px;
}

/* body content styles */

.content_shell {
	width:945px; /* max allowed width */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.body_content {
	width:940px;  /* max body content width */
	height:100%;
	margin-left:5px;
	padding:0px;
}

.store_logo_area { height:70px; }
.elnk_logo { float: left; }
.biz_logo {	margin-top:20px; }

/* Body Columns */

/* column layout */
.twocolumn_col2,
.threecolumn_col3 {

	float: right;
	width: 238px;
	
}
.threecolumn_col1 {
	position: relative;
	float: left;
	width: 166px;
}
.twocolumn_col1 {
	margin-right: 255px;
}
.threecolumn_col2 {
	margin-right: 261px;
	margin-left:188px;
}

.twocolumn_col1_subcol1 {
	position: relative;
	float: left;
	width: 151px;
}
.twocolumn_col1_subcol2 {
	margin-left: 160px;
	width: 493px;

}

.twocolumn_col1_subcol1 .twocolumn_col1_subcol1_header,
.twocolumn_col1_subcol1 .twocolumn_col1_subcol1_body_content { 
	padding-left: 5px; 
}
.twocolumn_col1_subcol2 .twocolumn_col1_subcol2_body_content {}

  /* left nav */
.twocol_c1 {
	position: relative;
	float: left;
	width: 151px;
}
  /* main content previous value was 173px */
.twocol_c2 { 
	margin-left: 160px;
}

/* end column layout */

/* footer styles */
.footer, .footer table {
	font-size:11px;
	width:945px;
	padding-top:25px;
	margin-bottom:10px;
	clear: both;
}
.footer a, .footer a:link, .footer a:visited {
	color:#666666;
	text-decoration:underline;
}
.footer_nav   {
	font-size:11px;
	color:#666666;
}
.footer_legal {
	font-size:11px;
	color:#B4B4B4;
	padding-bottom:10px;
}
.footer_legal a, .footer_legal a:link, .footer_legal a:visited   {
	color:#B4B4B4;
}
.footer_legal a:hover   {
	color:#6699CC;
}
/* Components B C D */

.components_bcd {
	font-size: 10px;
	color:#666666;
	font-weight:bold;
	display: table;
	height: 70px;
	#position: relative;
	overflow: hidden;
}

.components_bcd_wrapper {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}

.components_bcd_inner {
	#position: relative;
	#top: -50%;
	text-align:right;
	width:237px;
	
}

/* NEW TOP RIGHT IMAGES */

.components_bcd_new {	
	display: none;
	height: 67px;
	#position: relative;
	overflow: hidden;
}
.components_bcd_new_elnk {
	display: table;
	height: 67px;
	#position: relative;
	overflow: hidden;
}

.components_bcd_wrapper_new {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align:right;
}

.components_bcd_inner_new {
	#position: relative;
	#top: -50%;
	text-align:right;
	width:237px;	
}

.components_bcd a {
	color:#666666;
	text-decoration:underline;
}

.components_bcd_img {
	padding-top: 5px;
	vertical-align: middle;
}


.components_bcd_right_img {
	padding-right:25px;
}


.components_bcd_left_img {
	padding-left:25px;
}

.trademark {
	font-size: 60%;
	vertical-align: super;
}

.overlay-container { 
	position:absolute; 
	background:#FFFFFF; 
	opacity:.5; -moz-opacity:0.5;  
	filter:alpha(opacity=50); 
	visibility:hidden;
	z-index: 990;
}

hr.gray_link { 
	height:1px; 
	border:none; 
	border-top:1px solid #ccc;
}

/* Form Field and Lable */
.text_field_disabled { background-color:#999999; }
.text_field_enabled { background-color: white; }
.textFieldDisabled { 
	font-size: 11px;
	height: 12px; 
	padding: 1px 2px;
	color: #999;
	background-color: #FFF;
	border: solid 1px #CCC;
}
.textFieldEnabled {	background-color: #FFF; }

/* Yellow Alert Pop Div */
.pop_yellow_alert {  /* bg in core_img */
	position:absolute;
	left:0px;
	top:0px;
	width:310px;
	height:173px;
	z-index:900;
}
.pop_yellow_alert_content {
	padding-left: 60px;
	padding-top:35px;
	width:240px;
	height:120px;
	color: #000000;
}
.pop_yellow_alert_content a {
	color: #000000;
	text-decoration:underline;
	position:relative;
}
.pop_yellow_alert_txt {
	font-weight: bold;
	color:#CC0000;
	font-size:14px;
}
.pop_yellow_alert_cta {
	width:220px;
	text-align: right;
	position:relative;
}
.pop_yellow_alert_cta_cont {
	padding-left:20px;
	font-weight: bold;
	position:relative;
}

.row_odd { background: #EEE; }
.row_even { background: #CCC; }

/* prev viewed */
#prev_viewed {
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 236px;
	border: 1px solid #898989; border-width: 1px 0;
	margin: 0; padding: 0;
}

.prev_viewedInner {
	position: relative;
	padding: 15px 10px 10px;
	text-align: left;
	font-weight: bold; 
}
#prev_viewed .prev_viewed_close { text-align: right; }

/* Live Chat */
#live_chat_component {
	position:absolute;
	left:0px;
	top:0px;
	width: 270px;
	height:170px;
	font-size: 12px;
	color:#000;
	z-index:999;
	overflow: hidden;	
	margin-left:25px;
}

*:first-child+html .lpie7_fix {
	margin-top:25px;
}

.live_chat_content { 	
	position: relative;
	padding: 23px 12px 15px;
	text-align: left; 
}
.live_chat_content_left { 	
	position: relative;
	float: left;
	width: 135px;
	padding-top: 5px;	
}
.live_chat_content_right {
	position: relative;
	float: left;
	width: 105px;
	padding: 15px 0 0 4px;
}

#live_chat_component .tiny_text { color: #333; }

/* IE 7 Hack */
/*
*:first-child+html .live_chat_close {
	width: 250px;
	text-align: right;
	
}
*/

*:first-child+html .ie7onlyPQE {
     display: block;
}
.live_chat_close {	 
	padding-top: 3px;	
	text-align: right;
}
