html{color:#000;background:#FFF;}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,strong,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;}del,ins{text-decoration:none;}

html 
{
	font-size: 100%;	/* IE hack */
}
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	text-align: center;
	line-height: 125%; /* ims added in switch to SME look */
	overflow-x:hidden;
}
/***************************************************************************************************************/
/* hack to make sure IE centers the page                                                                       */
/* in some versions if IE, a DIV with auto margins will not properly center. This text-align: center            */
/* fixes this.  Make sure you add text-align: left tothe main DIV so the text will be in fact left aligned.    */
/*                                                                                                             */
/* style information from corporate.css -- old styles in original web site                                     */
/* modified to match styles in this file                                                                       */
/***************************************************************************************************************/
table {
	color: #000000;
	font-size: .95em;
	line-height: 1.1em;
}

#btntext
{
	color: #FFFFFF;
}

.smalltable {
	border-style: solid;
	border-width: thin;
	border-bottom-color: #666666
}
.title {
	font-size: 1.1em;
	line-height: 150%;
	color: #ae0000;
	font-weight: bold;
}
.profiletitle {
	COLOR: #ae0000;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
    vertical-align: top;
}

input[type=text],textarea,input[type=password]
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
}

input[type=text]:focus,textarea:focus
{
	border: 2px solid #999999;
}


#loginbox
{
	background: #FDF5E6;
	padding:10px;
	border:1px solid #999999;
	float:left;
	margin-top:0px;
	margin-left:275px;
	width:400px;
}


input[type=checkbox]
{
	margin-right: 5px;
}
input[type=radio]
{
	margin-right: 5px;
}

.profiletitle_small {
	COLOR: #ae0000;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
    vertical-align: top;
}

.rss_link_title {
	COLOR: #ae0000;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold
}
.notice {
	color: #666666;
/* 666666 is gray */
/* green was 2a8a5c, dark red is #A91F00 */
	font-size: .95em;
	font-weight: bold;
	line-height: 150%;
}
.highlighted-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
}

.error 
{
	margin: 15px;
	padding: 15px 15px 15px 60px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background: #FDFAA4 url(images/phone-icon.png) no-repeat;
	background-position: 8px 5px;
	color: #FF0000;
	width: 840px;
}


.data_table {
	border-style: solid;
	border-width: thin;
	border-bottom-color: #333333;
/* dark grey */
	border-right-color:  #333333;
	border-top-color:  #CCCCCC;
/* medium grey */
	border-left-color: #CCCCCC;
	background-color: #DCDCDC;
/* very light grey */
	color: #000000;
}
.data_row1 {
	background-color: #FFFFFF;
	padding: .5em;
}
.data_row2 {
	background-color: #DCDCDC;
	padding: .5em;
}
/* new  CSS for table text, so the links can be grey */
.data_layout {
	color: #000000;
}
.data_layout a:link {
	color: #666666;
	text-decoration: none;
}
.data_layout a:visited {
	color: #666666;
	text-decoration: none;
}
.data_layout a:hover {
	color: #ae0000;
	text-decoration: underline;
}

.text_only {
    font-size: 1.3em;
    line-height: 1.5em;

}

/* ********************************** */ 
/* end of old styles */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.1em;
	padding: 8px;
	background: #666666;
	color: #ffffff;
}
a:link {
	text-decoration: none;
/*	color: #ff3500; */
/*	color: #666666; */
    color: #0000FF;
}
a:visited {
	text-decoration: none;
/*	color: #666666; */
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #ae0000;
}

p.faq {
	margin-top:15px;
}
/* Used for linked invoked via javascript */

.fake_link {
    color: #FF3500;
}
.bigcontentbox
{
	margin: 0 auto;
	width: 974px;
	border: 1px solid #cccccc;
	height: 400px;
	min-height: 400px;
	height: auto !important; 
	margin-top:20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 25px;
    padding-right: 30px;
    background: #FFFFFF;
	overflow:auto;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.optionsbox
{
	width:936px;
	border: 1px solid #666666;
	color:#333333;
	padding: 2px 2px 2px 4px;
	background:#999999;
}
div.optionsbox a
{
	position:relative;
	top:-2px;
	color:#000000;
}

.div_main, .div_main_wide,.div_main_report  {
	background-color: #efefef;
	height: auto;
	padding: 0px;
	text-align: left;
	width:100%;
}

.div_main {
	width: 100%;
}
.div_main_wide {
	width: 100%;
	margin: 0 auto;
}

.div_main_report{

}

.div_main_front {
    background-color: #FFFFFF;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 14px;
    padding-bottom: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:  0;
    margin-top: 0;
    background-repeat: repeat;
    display: block;
    text-align: left;
    width: 763px;
}

.div_footer,.div_footer_wide {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:  0;
	background-repeat: repeat;
	display: block;
	text-align: center;
}


.div_footer_wide {	
}


.div_header, .div_header_wide {
	width:100%;
	background:#ffffff;
	top:-10px;
	height: 55px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:20px;
	margin-bottom: 0px;
}

.div_feature_flash {
	width: 750px;
	height: auto;
}

.div_subcontent {
    position: relative;
	margin-top: 0px; /* IMS was 15 */
	margin-bottom: 0px;
	padding-top: 0px; /* ims */
	width: 750px; /* ims */
	height: 18em;
}



.txt_footer {
	font-size: 1.0em;
	color: #333333;
}
.txt_HOME_storycat {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}
a.txt_HOME_storycat:link {
	color: #666666;
	text-decoration: none;
}
a.txt_HOME_storycat:visited {
	color: #666666;
	text-decoration: none;
}
a.txt_HOME_storycat:hover {
	color: #ae0000;
	text-decoration: underline;
}
.txt_HOME_storyhead {
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.35em;
}
a.txt_HOME_storyhead:link {
	color: #333333;
	text-decoration: none;
}
a.txt_HOME_storyhead:visited {
	color: #333333;
	text-decoration: none;
}
a.txt_HOME_storyhead:hover {
	color: #ae0000;
	text-decoration: underline;
}
.block_story_left {
	height: auto;
	width: 479px;   /* 375 */
	text-align: left;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	display: inline; /* ie double margin bug */
	margin-bottom: 0px;
}
.txt_bodycopy {
	font-size: 1.0em;
	color: #333333;
	line-height: 1.6em;
	text-align: left;
}
.div_story_img {
	height: auto;  /* 120 */
	width: 115px;
	float: left;
}

.div_story_txt {
    float: left;
    width: 230px;
}
.div_story_txt_right {
    float: left;
    width: 200px;
    height: auto;
}

/*-- IMS used in voice20 page */
.div_story_telephone {
    width: 480px;
    height: auto;
}

.img_story {
    float: left;
	margin-right: 15px;
	display: block;
}

.img_story_ad {
    margin-left: 0;
    padding-left: 0;
    display: block;
    height: 192px;
    width: 477px;
    padding-bottom: 10px;
}

.story_ol {
}
ol.story_ol {
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
	list-style-position: inside;

}

.block_story_right {
	height: auto;
	width: 246px;  /* 350 */
	text-align: left;
	float: right;
	display: inline; /* ie double margin bug */
	padding-right: 3px;
	margin-bottom: 0px;
}

a.txt_footer:link {
	color: #333333;
	text-decoration: none;
}
a.txt_footer:visited {
	color: #333333;
	text-decoration: none;
}
a.txt_footer:hover {
	color: #ae0000;
	text-decoration: underline;
}
.div_feature_copy {
    position: relative;
	width: 750px;
	height: auto;
	margin-left: 0;
	padding-left: 0;
	background-image: url(images/feature_copy_bkg.jpg);
	background-repeat: repeat-y;  /* no repeat */
	background-position: bottom;
	margin-bottom: 0px;
	padding-top: 0px;
}

.div_feature_copy_bottom {
    position: relative;
	width: 750px;
	height: 40px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/feature_copy_bkg_bottom.jpg);
	background-repeat: no-repeat;  /* no repeat */
	background-position: top;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.div_business_copy_top {
    position: relative;
	width: 750px;
	height: 35px;
	background-image: url(images/business_copy_bkg_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 1px;
	margin-top: 0px;
	text-align: center;
}

.div_business_copy {
    position: relative;
	width: 720px;
	height: auto;
	/* background-color: #009900; */
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 7px;
    padding-left: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    border-color: #009900;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 4px;
}

.div_business_copy_bottom {
    position: relative;
	width: 750px;
	height: 35px;
	background-image: url(images/business_copy_bkg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.txt_offerHead {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 125%;
}

.txt_businessHead {
	font-size: 1.3em;
	color: #FFFFF0;
	line-height: 125%;
}

.txt_offerBody {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
}
.txt_businessBody {
	font-size: 1em;
	color: #000000;
	line-height: 140%;
}
a.txt_businessBody:link {
	color: #000000;
	text-decoration: none;
}
a.txt_businessBody:visited {
	color: #000000;
	text-decoration: none;
}
a.txt_businessBody:hover {
	color: #009900;
	text-decoration: underline;
}

.txt_offerCallout {
	font-size: 11px;
	/*font-weight: bold; */
	line-height: 125%;
	color: #FFFFFF;
}

a.txt_offerCallout:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerCallout:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerCallout:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_offerPriceSuper {
	font-size: 12px;
	vertical-align: super;
	color: #FFFFFF;
	font-weight: bold;
}
.txt_offerPrice {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.txt_offerDisclaimer {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.txt_perMonth:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_perMonth:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_perMonth:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_perMonth {
	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold; */
}

/* Top half of section under flash */
.div_flash_offer {
    position: relative;
	width: 750px;
	height: 13em;
    line-height: 140%;  /* IMS needs to match text style for increase font to work */
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;  /* auto */

    /* debug
    border-color: #003300;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
    */

}

/* IMS bottom half of section under flash */
.div_flash_offer2 {
    position: relative;
	width: 750px;
	height: 7em;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;  /* auto */

	/* debug
	border-color: #003300;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
    */
}

/* layout for one column VoMail, VoPlace, etc. blue area */
.div_flash_offer_top {
	height: 12em;  /* 120 */
	line-height: 140%;  /* IMS needs to match text style for increase font to work */
	width: 100px;
	padding-right: 10px;
	padding-left: 8px;
	margin-bottom: 5px;
	float: left;
}

/* IMS Column 1 two columns wide in green */
.div_flash_offer_bottom1 {
    width: 208px;  /* two columns wide */
    height: auto;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 5px;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    /* background-color: #009FC6; */
}

/* IMS Right side of green space on bottom plus space between columns*/
.div_flash_offer_bottom2 {
    width: 271px;
    height: auto;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-left: 5px;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 0px;
    padding-right: 0px;
    /* background-color: #009FC6; */
}


/* IMS Blue area, one column wide. Use twice */
.div_flash_offer_bottom3 {
	height: auto;  /* 80 */
	width: 208px;
	top: 30em; /* 130 px */
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 2px;
}

.txt_TM {
	font-size: 8px;
	color: #FFFFFF;
	vertical-align: super;
	display: inline;
}
.spacer {
	width: 25px;
	float: left;
}
a.txt_offerHead:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerHead:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_offerHead:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_tagline {
	font-size: 11px;
	color: #333333;
	position: relative;
	left: 15px;
	float: left;
	top: 5px;
}
.div_phoneDemo {
	float: right;
	display: inline;
	position: relative;
	top: -40px;
}
.img_logo {
	float: left;
	vertical-align: bottom;
	border: 0;
	margin-left: -8px;
}
.div_topNav {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right:15px;
    
	font-size: 9px;
	color: #333333;
	position: relative;
	float: right;
	clip: rect(auto,auto,auto,auto);
	vertical-align: bottom;
	top: 5px;
	display: inline;
/* IE spacing bug */
}
a.div_topNav:link {
	color: #333333;
	text-decoration: none;
}
a.div_topNav:visited {
	color: #333333;
	text-decoration: none;
}
a.div_topNav:hover {
	color: #ae0000;
	text-decoration: underline;
}
.div_go_feature_copy {
	width: 750px;
	height: auto;
	background-image: url(images/go_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	position: relative;
	background-color: #009FC6;
	display: block;
	padding-bottom: 30px;
}

.div_subcat_Nav {
	background-color: #005C79;
	height: 25px;
	width: 720px;
	padding-left: 15px;
	padding-right: 15px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 5px;
}

/* added height auto */
.div_sidebar_Offer {
	padding-left: 15px;
	float: left;
	padding-top: 15px;
	width: 150px;
	height: auto;
}
/* IMS added color to wk sidebar, since background is now white */
.div_wk_sidebar_Offer {
	padding-left: 15px;
	padding-right: 5px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	height: auto;
	background-color: #009900;
}
.txt_subcat_offerCallout {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	display: block;
}
/* IMS added for SME site */
.txt_wk_subcat_offerCallout {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;
	display: block;
}

.div_subCatCopy {
	width: 535px;
	padding-left: 30px;
	padding-top: 5px;
	display: block;
	height: auto;
	overflow: auto;
}

/* ims used on voice20 page */

.div_subCatCopy_indent {
    position: relative;
	width: 535px;
	left: 170px;
	padding-left: 30px;
	padding-top: 5px;
	display: block;
	height: auto;
	overflow: auto;
}


.txt_subCatBody {
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 150%;
    font-weight: 300;
}

/* added for business pages */
.smetxt_subCatBody {
	font-size: 1.0em;
	color: #000000;
	line-height: 150%;
}
li.txt_subCatBody {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 150%;
}
a.txt_subCatBody:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subCatBody:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subCatBody:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_subcatHead {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.6em;
}
/* added for SME */
.smetxt_subcatHead {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

.txt_subcat_Nav {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;  /* 10px */
	padding-top: .7em;   /* 7px */
	padding-bottom: .2em;  /* 5px */
	margin-bottom: 0px;
	margin-top: 0px;
}
a.txt_subcat_Nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subcat_Nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_subcat_Nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txt_subcat_Nav_Selected {
	font-size: 1.35em;
	line-height: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009FC6;
	margin-top: 0px;  /* 10px */
	padding-top: .7em;   /* 7px */
	padding-bottom: .2em;  /* 5px */
	margin-bottom: 0px;
	margin-top: 0px;
}
.txt_wk_subcat_Nav_Selected {
    display: inline;
	font-size: 1.35em;
	line-height: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding-top: .7em;
	padding-bottom: .2em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

.txt_subcatTitle {
	font-size: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	font-weight: bold;
}

.smetxt_subcatTitle {
	font-size: 2.0em;
	color: #000000;
	font-weight: bold;
	line-height: 2.5em;
}
.txt_headerNav {
	font-size: 1.0em;
	color: #333333;
}
.txt_headerNav_big {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
a.txt_headerNav:visited {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav:link {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav:hover {
	text-decoration: underline;
	color: #ae0000;
}
a.txt_headerNav_big:visited {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav_big:link {
	text-decoration: none;
	color: #333333;
}
a.txt_headerNav_big:hover {
	text-decoration: underline;
	color: #ae0000;
}
/* added height auto */
.div_sidebar {
	width: 200px;
	float: left;
	margin-top: 35px;
	height: auto;
}

.div_sidebar_phone {
    width: 165px;
    height: 105px;
    background: url("images/img_phone.gif") center no-repeat;
}
    
.txt_storyBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 140%;
	color: #333333;
}
.div_story {
	width: 505px;
	margin-left: 215px;
	margin-top: 65px;
	margin-bottom: 30px;
}
/* was .width */
.div_sidebarBottom {
	width: 200px;
	height: auto;
	background-image: url(images/sidebar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	background-color: #BBBBBB;
	display: block;
}
.txt_storyTitle {
	font-size: 1.3em;
	color: #ae0000;
	font-weight: bold;
	line-height: 1.3em;
}
.txt_storySubtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
}
.div_wk_feature_copy {
	width: 742px;
	height: auto;
	/*IMS changed for SME background-image: url(images/wk_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	background-color: #009900; */
	position: relative;
	display: block;
	padding-bottom: 30px;
	/* ims add borders */
	border-color: #009900;
	border-top-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 4px;
}
.div_wk_subcat_Nav {
	background-color: #006600;
	height: 25px;
	width: 720px;
	padding-left: 15px;
	padding-right: 15px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 5px;
}
.div_sidebar_plan {
	background-color: #CCCCCC;
	width: 170px;
	background-image: url(images/sidebar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.div_navBar_wide{

	height: 32px;
/*	background-image: url(images/navbar_wide.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	margin: 0; /* was 50 px, padding was 0 */
	position: relative;
}
.div_navBar {

	height: 32px;
/*	background-image: url(images/navbar.gif); /*
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
	padding-top: 0;  /* ims was 25 but was misspelled */
	margin-top: 0; /* was 50 px, padding was 0 */
	margin-bottom: 0px;

}

.div_navBar{
	/*width: 753px;*/

}

.div_navBar_wide {
margin: 0; padding: 0;
    }

.txt_notice {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	padding-top: 15px;
}
a.txt_notice_item:link {
	color: #666666;
	text-decoration: none;
}
a.txt_notice_item:visited {
	color: #666666;
	text-decoration: none;
}
a.div_content_template:hover {
	color: #ae0000;
	text-decoration: underline;
}
.txt_notice_item {
	font-size: 1.0em;
	color: #666666;
}
.div_sidebar_template {
	background-color: #D5D5D5;
	width: 190px;
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 19px;
	margin-left: 14px;
	display:  inline;
/* adjust for IE bug */
}


.div_sidebar_template_content {
 margin-left:10px;
 margin-right:10px;
}
/* The content space is used to ensure old pages with tables work correctly */
.div_content_spacer {
	width: 530px;
	height: 15px;
	display: block;
	/* debug border: #000000 1px solid;
*/
	margin-left: 215px;
}
.div_content_template, .div_content_template_wide, .div_content_template_wide_nofaq {
	margin: 0 auto;
/*	width: 530px; /*
/* was 490 */
/*	margin-left: 225px; */
	/*height:  auto;
	overflow: auto;
*/
	margin-top:-10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}


.div_content_template_wide{
/*	width: 745px; */
	margin-left : 10px;
	width: 100%;

}

.div_content_template_wide_nofaq{
	margin-left : 10px;
	width: 948px;
}

.div_form_item {
	font-size: 10px;
	color: #000000;
	margin-top: 15px;
}
.shadeform {
	COLOR: #333333;
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	WIDTH: 180PX;
	BORDER: #000000 1px solid
}

/*.shadeformanysize {
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	BORDER: #000000 1px solid
}*/

.shadeformanysize
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
}

.shadeformanysize:focus
{
	border: 2px solid #999999;
}

.regformfield
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 2px solid #DDDDDD;
	padding: 4px;
	font-size: 14px;
	line-height: 14px;
	width:207px;
}

.regformfield:focus
{
	border: 2px solid #999999;
}


.progbar
{
	float:right;
	margin: 10px;
    width: 150px;
    height: 40px;
    padding: 5px;
    border: 1px solid #999999;
    background: #ededed;
    text-align:center;
}





.shadeformsmall {
	FONT: 10px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	BORDER: #000000 1px solid
}
.shadeformareacode {
	FONT: 14px arial, verdana, sans-serif;
	background-image: url("picts/shadeform.gif");
	text-align: left;
	WIDTH: 30PX;
	BORDER: #000000 1px solid
}
a.txt_notice_item:link {
	text-decoration: none;
}
a.txt_notice_item:visited {
	text-decoration: none;
}
a.txt_notice_item:hover {
	text-decoration: underline;
	color: #ae0000;
}
.img_sidebar_cap {
	margin-left: -15px;
}
.txt_table_colHeader {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.txt_table_rowHeader {
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 15px;
}
.txt_table {
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.txt_table_rowHeader_sub {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 30px;
}
.txt_faq_cat {
	font-size: 1.6em;
	color: #FFFFFF;
}
.txt_faq_question {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
}
.txt_faq_answer {
	font-size: 1.2em;
	color: #FFFFFF;
}
.div_faq {
	width: 750px;
	height: auto;
	background-image: url(images/go_feature_copy_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	position: relative;
	background-color: #009FC6;
	display: block;
	padding-bottom: 30px;
}
.div_faq_content {
	width: 700px;
	padding-left: 15px;
	padding-top: 15px;
	display: block;
	height: auto;
}

.div_user_nav_top{
 	background-image: url(images/phone_bkg_top.gif);
 	height:25px;
    color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top:5px;

 }


.div_user_nav {
	background-color: #FF3500;
	background-image: url(images/phone_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 490px;
	margin-top: 20px;
	margin-left: 60px;
	height: 300px;
}

/* was 90px */
.div_user_nav_left {
	font-size: 12px;
	color: #FFFFFF;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}
.div_user_nav_right {
	font-size: 12px;
	color: #FFFFFF;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
}

  .div_balloontextDisplay {
    	position: relative;
        width: 230px;

    	font-size: 1.2em;
    	line-height: 1.3em;
    	display: block;
    	float: center;
    	color: #FF3300;
	    font-weight: bold;
	    text-align: center;
  background-image: '';
  background-repeat: no-repeat;
    }

  .BalloonDiv_style_show {

	    height: 200px;
    	width: 260px;
    	top: -350px;
    	left: 110px;
        padding-top:10px;
    	padding-left:10px;
    	padding-right:10px;
        position: relative;
        z-index:99;
	    background-repeat: no-repeat;
        background-image: url('images/balloon.gif');

    }

.alternateRow1
{
	background: #FDF5E6;
}

.alternateRow2
{
	background: #DCDCDC;
}

.highlightRow
{   
   background: #FFFF66;
}

.scheduletable td
{
	border: 1px solid #FFFFFF;
}

.scheduletable th
{
	background: #dedede;
}

/* PANEL */
#panel {
	margin-left: 6px;
	background: #FDF5E6;
	height: 250px;
	padding:15px;
	border-bottom: 6px solid #dddddd;
	border-left: 6px solid #dddddd;
	border-right: 6px solid #dddddd;
	display: none;
}


.slide {
	position:relative;
	float:right;
	top:0px;
	padding: 0;
	border-top: solid 0px #422410;
	background: url(images/btn-slide.png) no-repeat center -14px;
/*	background: #678b3f url(images/color_tabs_left.gif) no-repeat center bottom;*/
	width: 154px;
}

.helppanel {
	position:relative;
	width: 98%;
	top:0px;
}

.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -55px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 3px 10px 0 0;
	display: block;
	font: bold .8em Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	top:40px;
}




#breadcrumbbar
{
	position:inherit;
	margin-top:14px;
	left:0px;
	width:100%;
	height:20px;
	line-height:3px;
	background:#cecece;
	padding:5px 0px 5px 10px;
	z-index:0;
}

#breadcrumb_right
{
	margin-right:20px;
	float:right;
}

a.breadcrumb {
	color:#666666;
}

a.btn-slide {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}

.btn-active {
	background-position: right 5px;
}




/* MODULE CSS FOR HOMEPAGE */
div.module div.button-bar a.cta {
	border-color:#dea303;
	/* background-position:0 -21px; */
	color:#7c5a00;
}
div.module div.button-bar small {
	margin:0 0 0 10px;line-height:20px;
}
div.module div.button-bar a.cta {
	margin:0;
}
div.module div.button-bar a.upgrade {
	margin:0;
}
div.module div.button-bar {
	background:url(images/module_footer.png) bottom left no-repeat;height:27px;
}
div.module div.button-bar a {
	background:url(images/module_bar.png) repeat-x;border:1px solid #adb9c2;color:#00476f;font-size:10px;font-weight:bold;float:right;line-height:19px;margin:0 4px 0 0;text-align:center;width:139px;
}
div.module {
	background:url(images/module_content.png) repeat-y;margin:0 0 15px 0;
}
div.module-content {
	margin:0 4px;
	padding: 8px;
}
dov.module-activities
{
	margin: 0px;
	padding: 0px;
}
div.module-content div.missing {
	border:none;display:none;float:none;
}
div.module h1 {
	background:url(images/module_header.png) no-repeat 0 0;color:#998f86;font-size:11px;line-height:18px;padding:4px 0 0 8px;text-transform:uppercase;font-weight:bold;letter-spacing:1px;margin-bottom:0px;
}
div.module h1 img {
	float:right;margin:0 3px 0 0;
}
div.module h1 a {
	color:#999;float:right;font-weight:normal;font-size:11px;margin:0 10px 0 0;letter-spacing:normal;text-transform:none;
}
div.module h1 a#module-mobile-trigger {
	background:url(/images/icons/mobile.png) top left no-repeat;padding:0 5px 0 13px;
}
div.module h1 a#module-edit-trigger {
	background:url(/images/icons/edit.png) top left no-repeat;padding:0 5px 0 21px;
}
div.module h1 a#module-alert-trigger {
	background:url(/images/icons/shield.png) top left no-repeat;padding:0 10px 0 17px;
}
div.module h2 {
	font-size:12px;margin: 0px 5px 0 5px;line-height:14px;text-transform:uppercase;letter-spacing:1px;
}
div.module h4 {
	margin:0 5px;
}
div.module h4,div.module h6 {
	color:#685c53;
}
div#module-offers ul {
	background:url(/images/offers/menu_ul.gif) top repeat-x;margin:20px 0;height:76px;width:612px;
}
div#module-offers ul li {
	background:url(/images/offers/menu.png) 0 0 no-repeat;color:#007934;cursor:pointer;float:left;padding:55px 0 10px 0;text-align:center;font-weight:bold;width:111px;
}
div#module-offers ul li.inactive {
	cursor:default;border:none;opacity:.35;
}
div#module-offers ul li.inactive a {
	cursor:default;
}
div#module-offers ul li.all {
	display:inline;margin-left:26px;
}
div#module-offers ul li.bandmembers {
	background-position:-111px 0;width:112px;
}
div#module-offers ul li.saving {
	background-position:-223px 0;
}
div#module-offers ul li.cc {
	background-position:-334px 0;
}
div#module-offers ul li.spending {
	background-position:-445px 0;
}
div#module-account table {
	font-size:11px;margin:0px 0 0 7px;width:268px;
}
div#module-account tr.asset td.up {
	background:url(/images/icons/health.png) no-repeat 0 -50px;color:#69be28;
}
div#module-account tr.debt td.up {
	background:url(/images/icons/health.png) no-repeat 0 0;color:#c7351d;
}
div#module-account tr.asset td.down {
	background:url(/images/icons/health.png) no-repeat 0 -100px;color:#c7351d;
}
div#module-account tr.debt td.down {
	background:url(/images/icons/health.png) no-repeat -150px;color:#69be28;
}
div.column#column-left {
	margin:0 0px 0 5px;width:290px;
	float: left;
}
div.column#column-main {
	width:620px;
	margin:0 5px 0 0px;
	float: right;
}
div.column#column-main div.module h1 {
	background-position:-352px 0;
}
div.column#column-main div.module {
	background-position:-352px 0;
}
div.column#column-main div.button-bar {
	background-position:-352px bottom;
}
div#module-accounts ul li.alert,div#module-accounts ul li.alert:hover {
	background-position:0 -300px;border-color:#ffd200;
}
div.short#module-alert ul li.short {
	display:none;
}
div.module#module-alert a.dismiss {
	clear:right;float:right; 
}
div.module#module-alert ul li {
	background:url(/images/icons/alerts.png) 8px -42px no-repeat;border-bottom:1px solid #eee;border-top:1px solid #f5f5f5;color:#333;padding:7px 10px 7px 24px;
}
div.module#module-alert ul li.good {
	background-position:8px 8px;
}


#resellerportal
{
	z-index:1;
	float:left;
	position:fixed;
	top:0px;
	border-bottom:1px solid #444444;
	left:0px;
	width:3000px;
	height:20px;
	background: #666666;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
	text-align:left;
	font-size:12px;
	
}

.resellerswitch
{
	margin-left:650px;
	font-size:10px;
	text-align:right;
}

#resellerswitchsel
{
	height:15px;
}

.customBar
{
	height: 16px;
	padding-left: 20px;
	background: #A30000;
	border-top: 1px solid #999999;
}
#fixedBar
{
	color:#cccccc;
}
#fixedBar a
{
	color:#cccccc;
}
