@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

	Project:	tdsbusiness.com
	Version:	1.0
	Authored by:	Kreshnik Rushiti
	Primary use:	Screen and Print Layout
	
------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* modified to include the HTML5 (working draft) elements by http://kreshnikrushiti.com */

/* reset all styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
article, aside, details, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	width: 100%;
	background: url(/images/top.jpg) top left repeat-x;
}
body {
	width: 100%;
	margin: 0 auto 0 auto;
}
.home {
	background: url(/images/promo-base.png) top no-repeat;
}
.sections {
	background: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figure, footer, header, hgroup, nav, section {
	display: block;
	text-align: left;
}
a {
	color: #0385d7;
	padding: 1px;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.hide {
	display: none;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* main layout */

/*------------------------------------------------------------------
[Layout/Grid Stylesheet]

	Project:	tdsbusiness.com
	Version:	1.0
	Authored by:	Kreshnik Rushiti
	Primary use:	Layout/Grid
	
------------------------------------------------------------------*/

.footer {
	width: 100%; 
	background: url(/images/bottom.jpg) top left repeat-x;
	margin: 0 auto 0 auto;
}
.footer-container {
	width: 100%; 
	background: url(/images/footer-city-bg.jpg) top center no-repeat;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 3;
}
.masthead, .guts, .footer-city {
	width: 940px; 
	display: block; 
	margin: 0 auto 0 auto;
}
.masthead {
	background: url(/images/toolbar-bg.gif) top no-repeat;
}
.toolbar {
	width: 940px;
}
.toolbar img {
	width: 110px;
	height: 70px;
	float: left;
}
.toolbar fieldset {
	width: 300px;
	float: right;
	padding-top: 7px;
	margin-bottom: 4px;
}
.toolbar .tool-nav {
	clear: right;
	float: right;
	width: 695px;
	text-align: right;
	padding: 7px 0;
}
.tool-nav li {
	display: inline;
}
.tool-nav ul li span {
	display: inline;
	margin: 0 5px 0 8px;
}
.sub-nav {
	width: 100%;
	border-top: 1px solid #0385d7;
	border-bottom: 1px solid #9aceef;
	margin-top: -1px;
	margin-bottom: 20px;
}
.sub-nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
.sub-nav ul li {
	display: inline;
	float: left;
}
.sub-nav ul li span {
	display: inline;
	margin: 0 10px 0 13px;
}
.email-updates-subnav {
	margin-top: 20px;
}
/* --------------------- Promos ----------------------------------------------------------------------------- */
/* Important: You only need to use the following two classes when creating new promotions */
/* DO NOT DELETE ANYTHING UNTIL THE PROMO ENDS. Just create new ones. We'll only have three at atime anyways. */
.slideshow {
	width: 940px;
	height: 331px;
	display: block;
	margin-top: -20px;
}
.promo-bucket {
	text-indent: -9999px;
	width: 940px;
	height: 331px;
	/* background: url(/images/promo-template.gif) bottom no-repeat; */
	padding-top: 18px;
}
.promo-bucket p a.callout {
	display: block;
	width: 938px;
	height: 300px;
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
.security {
	background: url(/images/HomePromo/Security-Center.gif) bottom no-repeat;
}
/*
.roi {
	background: url(/images/HomePromo/roi.gif) bottom no-repeat;
}
.penny {
	background: url(/images/HomePromo/penny.gif) bottom no-repeat;
}
.mobility {
	background: url(/images/HomePromo/mobility.gif) bottom no-repeat;
}
.flexibility {
	background: url(/images/HomePromo/Flexibility.jpg) bottom no-repeat;
}
*/
.featured-resources {
	clear: both;
	width: 890px;
	display: block;
	background: url(/images/featured-resource-bg.gif) top no-repeat!important;
	padding: 7px 25px 25px 25px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.featured-resources details ul li {
	width: 250px;
	float: left;
	display: block;
	padding-right: 25px;
}
.featured-resources details {
	padding-bottom: 40px;
}
.featured-resources h1 {
	width: 890px;
	display: block;
	color: #152974;
	font-size: 130%;
	background: url(/images/spot-light-wide.jpg) bottom left no-repeat!important;
	padding: 0 0 43px 0;
	margin: 20px 0 -20px 0;
}
/* --------------------- END Promos ------------------------------------------------------------------------- */
.promos-player-nav {
	width: 180px;
	padding-left: 50px;
	margin-top: -4px;
	position: relative;
	z-index: 6;
}
.promos-player-nav a {
	float: left;
	display: inline;
	cursor: pointer;
	text-align: center;
	padding: 2px 10px;
}
.promos-nav ul, .promos-nav ul li span {
	float: left;
	display: inline;
}
.promos-nav ul li ul {
	float: left;
	display: inline;
}
.promos-nav ul li ul li {
	float: left;
	display: inline;
	padding: 0 2px;
}
.promos-nav ul li a {
	padding: 4px;
	background-color: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 4px;
}
.promos-nav ul li a:hover, .promos-nav ul li a.active {
	color: #fff;
	text-decoration: none;
	background-color: #ed6800;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 4px;
}
.highlights {
	width: 640px;
	float: left;
}
.home-main-sections {
	width: 140px;
	float: left;
	padding: 10px 20px 0 0;
	position: relative;
	z-index: 12;
}
.home-main-sections a img, .section-cols a img {
	border: 1px solid #d3d3d3;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.home-main-sections a:hover img, .section-cols a:hover img {
	border: 1px solid #ed6800;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.section-cols a img {
	margin-top: 10px;
}
.guts .right-col-wide {
	width: 300px;
	float: right;
}
.guts .right-col-narrow {
	width: 220px;
	float: right;
}
.section-col-bucket {
	width: 720px;
	float: left;
}
.section-cols {
	width: 220px;
	float: left;
	display: block;
	padding-right: 20px;
	padding-bottom: 5px;
}
.sub-category-cols {
	width: 300px;
	float: left;
	padding-right: 20px;
}
.product-bucket {
	width: 620px;
	padding-right: 20px;
}
.product-description {
	clear: left;
	width: 380px;
	float: left;
	padding-right: 20px;
}
.product-list-col {
	width: 220px;
	float: right;
}
.product-resource-list-wrap, .campaign-list-wrap {
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #dbdbdb;
}
.sub-category-cols {
	margin-top: -5px;
}
.contact-us {
	display: block;
	padding: 1px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}
.home .contact-us {
	margin-top: 10px;
}
.footer-city {
	padding-top: 90px;
}
.footer-nav {
	display: inline;
	float: left;
}
.footer-nav ul li {
	width: 140px;
	float: left;
	padding-right: 20px;
}
.footer-nav ul li.last {
	width: 60px;
	float: left;
	padding-right: 20px;
}
.footer-city fieldset {
	width: 180px;
	float: left;
	padding: 0 0 0 20px;
}

/* Static Content CSS ---------------------------------------------- */
.campaign-content, .entry-content, .bc_2col_wrap, .pr_left_col, .sp_container, .article-bucket {
	padding-right: 10px;
}

.chat-box h3.contact-us-widget-header {
  height: 22px;
  background: url('//www.tdsbusiness.com/Images/contact-us-head.png') top left no-repeat!important;
  text-indent: -9999px;
}
.chat-box .form-line {
  background: none;
  padding-left: 1px!important;
  font-size: 13px;
  color: #999;
  line-height: 16px;
}
.chat-box .form-line span {display: block;}

.pr_img_wrap {
	width: 256px;
	float: right;
	dispaly: block;
	padding: 10px 0px 10px 10px;
	margin: 0;
}
.pr_img_wrap img {
	width: 252px;
	border: 1px solid #a5a6a6;
	padding: 1px;
	margin: 0px 0px 2px 0px;
}
.pr_portrait_img_wrap {
	width: 124px;
	float: right;
	dispaly: block;
	padding: 10px 0px 10px 15px;
	margin: 0;
}
.pr_portrait_img_wrap img.portrait {
	width: 120px;
	height: 159px;
	border: 1px solid #a5a6a6;
	padding: 1px;
	margin: 0px 0px 2px 0px;
}
.static_wrap {
	width: 640px;
	padding: 40px 0;
}
.campaign-content_lc, .bc_2col_l {
	width: 300px;
	float: left;
	padding-right: 20px;
}
.campaign-content_rc, .bc_2col_r {
	width: 300px;
	float: left;
}
.campaign-content .campaign-img-email-updates {
	width: 150px;
	height: 125px;
	display: block;
	float:right;
	padding-right: 110px;
}
.campaign-content a img.staples-easy-btn {
	display: block;
	float: right;
	width: 100px;
	height: 93px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.campaign-content img.erate-main-image {
	display: block;
	/*
	float: right;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
	*/
}
.campaign-content .campaign-img-bucket {
	width: 150px;
	/*height: 193px;*/
	display: block;
	float: right;
	padding-left: 15px;
	margin-top: 4px;
	margin-left: 15px;
}
.campaign-img-bucket p {
	font-size: 85%;
	line-height: 120%;
	padding-top: 4px;
}
.campaign-content .campaign-img-bucket-staples {
	width: 100px;
	height: 93px;
	display: block;
	float: right;
	padding-left: 15px;
	margin-top: 4px;
	margin-left: 15px;
}
.campaign-img-bucket-staples p {
	font-size: 85%;
	line-height: 120%;
	margin-top: 10px;
	text-align: left;
}
.campaign-addition {
	padding-right: 20px;
}
.campaign-content-column-wrap {
	display: block;
	clear: both;
}
.bc_main_hdr {
}
p.bizcentral_intro {
}

h2.bc {
}
.bc_item_group {
}
.bc_btn {
}
.bc_link {
}
/*
.campaign-list-wrap, .article-list-wrap {
	margin-top:  20px;
}
*/
.entry-content table {
width: 100%;
border-top: 1px solid #b5bf00;
border-bottom: 1px solid #b5bf00;
border-left: 1px solid #b5bf00;
}
.entry-content table tr th {
font-size: 14px;
font-weight: bold;
color: #000;
background-color: #b5bf00;
}
.entry-content table tr td {
border-top: 1px solid #b5bf00;
border-right: 1px solid #b5bf00;
}
.entry-content table.nobrdrd, .entry-content table.nobrdrd tr td {
border: none;
}
.entry-content table {
width: 100%;
border-top: 1px solid #b5bf00;
border-bottom: 1px solid #b5bf00;
border-left: 1px solid #b5bf00;
}
.entry-content table tr th {
font-weight: bold;
color: #000;
background-color: #b5bf00;
padding: 10px;
}
.entry-content table tr td {
border-top: 1px solid #b5bf00;
border-right: 1px solid #b5bf00;
}
td img, .media_bio_img_holder a img {
border: 1px solid #dddddd!important;
padding: 1px;
}
.media_bio_img_holder {
width: 120px;
float: right;
padding: 10px 0px 10px 10px;
margin: 0;
}
.media_bio_img_holder p {
font-size: 11px;
}
hr {
border: 1px solid #eee;
height: 1px;
display: block;
margin: 10px 0px 10px 0px;
}
.campaign-top_image {
	margin: 20px 0;
}
.bc_main_hdr {
	padding-top: 30px;
}
.bc_box {
	padding: 10px 0;
}
.mn_slideshow {
position:relative;
float:right;
width: 250px;
height: 250px;
background-color: #fff;
padding: 0;
margin: 0;
}
.mn_slideshow img 
{ 
position:absolute; 
left:0; 
top:0; 
}

/* Search CSS carried over from telecom --------------------------------- */
.search-nest {
padding: 10px;
}
.search-nest a, .search-nest a:link {
color: #04acfa;
text-decoration: underline;
font-weight: normal;
}
.success {
font-size: 13px;
padding: 15px;
}
.success span {
color: #8a1f11;
}
.success strong {
color: #000;
}
.success a, .success a:link {
color: #8a1f11;
}
.search-item-wrap {
width: 720px;
padding: 15px 0;
border-bottom: 1px solid #ececec;
margin-left: 17px;
display: block;
}
h2.search-offer {
color: #bfb500!important;
}
.search-item-wrap h2 span {
font-size: 10px;
font-weight: bold;
color: #fff;
background-color: #c60505;
margin-left: 4px;
}
.search-item-wrap h2 span a, .search-item-wrap h2 span a:link {
display: inline;
color: #fff!important;
text-decoration: none!important;
padding: 2px 5px;
}
.search-nest p {
font-size: 13px;
padding: 0px;
margin: 0;
}
.search-nest p.location {
padding-left: 17px;
padding-bottom: 20px;
}
.search-nav-wrap {
width: 720px;
padding: 10px 0;
margin-left: 17px;
display: block;
}
.search-nav {
width: 250px;
float: left;
}
.search-nav img {
margin: 0 0 -5px 0;
}
.search-nav span {
font-size: 12px; 
color: #CCC;
padding: 0;
margin: 0 10px;
}
.search-nav-page-count {
width: 450px;
float: right;
color: #161616;
font-size: 12px;
}
.search-nav-page-count span {
float: left;
display: inline;
margin-top: 3px;
}
.search-nav-page-count ul {
float: left;
display: block;
list-style-type: none;
padding: 0;
margin: 0 5px;
}
.search-nav-page-count ul li {
float: left;
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
}
.search-nav-page-count ul li a, .search-nav-page-count ul li a:link {
text-decoration: none;
padding: 5px 8px;
}
.search-nav-page-count ul li a:hover {
color: #fff;
background-color: #04acfa;
}
.search-nav-page-count ul li a.active,.search-nav-page-count ul li a.active:link {
color: #fff;
background-color: #04acfa;
}
.search-again {
width: 350px;
font-size: 13px;
line-height: 17px;
font-weight: bold;
padding-top: 20px;
padding-left: 17px;
padding-bottom: 40px;
}
.search-again legend {
color: #bfb500;
_margin-left: -7px;
}
.search-again label {
color: #000;
}
.search-again input {
margin-top: 5px;
}
.error,
.notice, 
.success    { width: 95%; padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; margin-top: 30px; }

.error b,
.notice b, 
.success b	{ color: #8a1f11; padding: 0; margin: 0; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; font-weight: bold; text-decoration: underline; }
.notice a   { color: #8a1f11; font-weight: bold; text-decoration: underline; }
.success a  { color: #8a1f11; font-weight: bold; text-decoration: underline; }

span.error,
span.notice, 
span.success    { width: 95%; padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; display: block; }

span.error b,
span.notice b, 
span.success b	{ color: #8a1f11; padding: 0; margin: 0; }

span.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
span.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
span.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
span.error a    { color: #8a1f11!important; font-weight: bold; text-decoration: underline; }
span.notice a   { color: #8a1f11!important; font-weight: bold; text-decoration: underline; }
span.success a  { color: #8a1f11!important; font-weight: bold; text-decoration: underline; }

.notice p {
padding: 0;
margin: 0;
}
img.rx-btn {
position: relative;
z-index: 1000;
padding: 0;
margin: 0 0 15px -4px;
display: block;
}
/*
	Chat form CSS
*/
.radio-btn-wrap {
display: block;
}
.form-container {
display: block;
}
.form-container ul {
padding: 0!important;
margin: 0!important;
list-style-type:none!important;
}
.form-container ul li {
padding: 6px 0!important;
}
.form-container .title {
font-weight: normal;
font-size: 12px;
}
.required {
color: #F00;
}
.form-container fieldset {
display: block;
padding: 10px 0;
}
.form-container .textarea {
width: 430px;
height: 75px;
float: left;
}
.form-container .question {
width: 13px;
height: 13px;
float: left;
padding-left: 5px;
}
.form-container .question2 {
padding-left: 5px;
}
.chat-with-us {
width: 560px;
padding-left: 25px;
}
.new-contact-us {
padding-left: 100px;
}
.new-contact-us .question {
width: 13px;
height: 13px;
padding-left: 6px;
}
.form-with-chat fieldset legend {
font-size: 13px;
color: #000;
font-weight: bold;
display: block;
padding-top: 20px!important;
margin: 0 0 5px 0!important;
}
.new-contact-us fieldset label {
font-size: 13px!important;
color: #444;
}
.label-inactive {
color: #bbb!important;
}
.new-contact-us ul li {
	display: inline;
	float: left;
	margin-right: 7px;
}
a #Img5 {
border: none!important;
margin-left: 3px;
}
.chat-with-us label {
width: 195px;
float: left;
disaply: block;
color: #000;
font-weight: bold;
}
.chat-with-us .support_main_header {
width: 515px;
background: url(/images/support/main_brdr.gif) bottom repeat-x;
padding: 15px 0px 4px 0px;
margin: 0px 0px 0px 0px;
color: #c91c22;
}
.chat-with-us .text-field {
width: 220px;
float: left;
display: block;
}
.multiple-field-row {
width: 220px;
float: left;
display: block;
}
.multiple-field-row .field-description {
font-size: 11px;
display: block;
}
.form-disclaimer {
font-size: 11px;
padding-top: 10px;
}
.carried-fields h6 {
font-size: 14px;
color: #000;
line-height: 16px;
}
.carried-fields {
padding-top: 15px;
padding-bottom: 10px;
}
.chat-with-us .form-btn {
display: block;
}
.form-with-chat {
padding-left: 25px!important;
}
.form-with-chat p {
padding-left: 0;
}
.form-with-chat .select {
width: 250px;
float: left;
color: #000;
}
.form-with-chat .form-btn {
display: block;
margin-top: 15px;
margin-bottom: 15px;
}
/* Manage Users Navigation ---------------------------------- */
.manage-users-nav-wrap {
width: 460px;
padding: 15px 0;
display: block;
}
.manage-users-nav {
width: 60px;
float: left;
}
.manage-users-nav img {
margin: 0 0 -4px 0;
}
.manage-users-nav span {
font-size: 12px; 
color: #CCC;
padding: 0;
margin: 0 10px;
}
.manage-users-nav-page-count {
width: 400px;
float: right;
color: #161616;
font-size: 12px;
padding: 5px 0;
}
.manage-users-nav-page-count span {
float: left;
display: inline;
margin-top: 3px;
}
.manage-users-nav-page-count ul {
float: left;
display: block;
list-style-type: none;
padding: 0;
margin: 0 5px;
}
.manage-users-nav-page-count ul li {
float: left;
display: inline;
list-style-type: none;
padding: 4px;
margin: 0;
}
.manage-users-nav-page-count ul li a, .manage-users-nav-page-count ul li a:link {
text-decoration: none;
padding: 4px 6px;
}
.manage-users-nav-page-count ul li a:hover {
color: #fff;
background-color: #04acfa;
}
.manage-users-nav-page-count ul li a.active,.manage-users-nav-page-count ul li a.active:link {
color: #fff;
background-color: #04acfa;
}

/* typography styles */

/*------------------------------------------------------------------
[Typography Stylesheet]

	Project:	tdsbusiness.com
	Version:	1.0
	Authored by:	Kreshnik Rushiti
	Primary use:	Typography
	
------------------------------------------------------------------*/

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.bulleted-list {
	list-style-type: square;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0 0 0 15px;
}
.bulleted-list .expandable-list {
	list-style-type: none;
	margin-left: -15px;
}
.bulleted-list .bulleted-list {
	padding-top: 0;
}
.bulleted-list li a img {
	padding-bottom: 5px;
}
.bulleted-list details {
	clear: left;
	padding-left: 18px;
}
ol {
	list-style-type: decimal;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0 0 0 15px;
}
ol li {
	padding-bottom: 5px;
}
strong 	{ 
	color: #000;
}
a.learn-more {
	font-weight: bold;
}
a.quote-callout {
	width: 174px;
	height: 53px;
	display: block;
	text-indent: -9999px;
	margin: 15px 0 0 -2px;
	background: url(/images/get-a-quote-btn.png) top left no-repeat;
	position: relative;
	z-index: 5;
}
.toolbar fieldset label {
	font-size: 0.875em;
}
.tool-nav li {
	font-size: 0.75em;
}
.tool-nav li span:after {
	color: #d4d4d4;
	content: "|";
	font-size: 10px;
}
.nav ul {
	display: block;
	position: relative;
	z-index: 6;
}
.nav ul li {
	display: inline;
	float: left;
}
.nav ul li.services-name {
	width: 110px;
	font-size: 0.938em;
	font-weight: bold;
	font-family: "Avant Garde Gothic", "ITC Avant Garde Gothic", "Avant Garde", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	text-transform: uppercase;
	padding: 37px 0 0 0;
}
.business-solutions, .business-resource-center, .news-center {
	background: url(/images/main-nav.png) no-repeat;
	text-indent: -9999px;
}
.nav ul li a, .nav ul li a:link {
	padding: 20px 20px 19px 20px;
	display: block;
	height: 12px;
	border-bottom: 5px solid #fff;
}
.nav ul li a:hover {
	border-bottom: 5px solid #0385d7;
}
.nav ul li a.active {
	border-bottom: none;
	padding-bottom: 44px;
}
a.home-link, a.home-link:hover, a.home-link:active, a.home-link:visited {
	color: #9b9b9b;
	border: none;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	text-decoration: none;
}
.sub-nav {
	font-size: 0.75em;
	padding: 7px 0;
}
.sub-nav ul li span:after {
	color: #d4d4d4;
	content: "|";
	font-size: 10px;
}
.sub-nav ul li a.active {
	color: #152974;
	font-weight: bold;
}
.business-solutions {
	width: 147px;
}
.business-resource-center {
	width: 188px;
	background-position: -147px 0;
}
.news-center {
	width: 107px;
	background-position: -335px 0;
}
.breadcrumb p {
	text-align: left;
}
.guts {
	font-size: 0.80em;
}
.promos-player-nav {
	font-size: 0.875em;
}
.home-main-sections h1 {
	font-size: 120%;
}
.home-main-sections p {
	letter-spacing: .019em;
}
.home-main-sections h1, .home-main-sections p {
	padding-top: 5px;
	padding-left: 3px;
}
small {
	clear: both;
	width: 100%;
	display: block;
	font-size: 0.75em;
}
.highlights small {
	font-size: 90%;
	padding-top: 30px;
}
h1.sub-category-name, h1.product-name {
	width: 620px;
	display: block;
	color: #152974;
	font-size: 130%;
	background: url(/images/spot-light.jpg) bottom no-repeat;
	padding: 0 0 43px 0;
	margin: 0 0 -20px 0;
}
.campaign-content h1, .entry-content h1, .bc_2col_wrap h1, .pr_left_col h1, .static_wrap h2, .article-bucket h1 {
	width: 620px;
	display: block;
	color: #152974;
	font-size: 130%;
	background: url(/images/spot-light.jpg) bottom no-repeat;
	padding: 0 0 43px 0;
	margin: 20px 0 -20px 0;
}
.article .date, .article .source, .article_date {
	display: block;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.article-bucket p {
	padding-bottom: 15px!important;
}
p.article_date {
	padding-bottom: 10px!important;
}
.hslice h3 {
	padding-top: 15px;
}
.hslice p {
	padding-top: 4px;
}
.sub-category-cols h1, .section-cols h1, .product-description h2, .product-list-col h2, .product-resource-list-wrap h2, table h3 {
	display: block;
	font-size: 120%;
	color: #e24c02;
	background: url(/images/hdr-dotted-brdr.gif) bottom repeat-x;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp_container h1 {
	width: 620px;
	display: block;
	color: #152974;
	font-size: 130%;
	background: url(/images/spot-light.jpg) bottom no-repeat;
	padding: 0 0 43px 0;
	margin: 0 0 -20px 0;
}
.sp_container label {
	font-weight: bold;
	color: #000;
	display: block;
	padding-top: 10px;
}
.contact-us-btn-wrap select {
	width: 205px;
	display: block;
}
.campaign-content h2, .entry-content h2, .bc_2col_wrap h2, .campaign-list-wrap h2, .resource-details ul a {
	display: block;
	font-size: 120%;
	color: #e24c02;
	background: url(/images/hdr-dotted-brdr.gif) bottom repeat-x;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
input.contact-us-btn {
	clear: left;
	width: 110px;
	height: 28px;
	display: block;
	border: none;
	background: url(/images/next-btn.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;	
}
a #img5 {
	border: none;
}
.campaign-content h2 span.sp_hints {
	display: block;
	font-size: 80%;
	background: none;
}
h3.primary_headers {
	display: block;
	font-size: 120%;
	color: #e24c02;
	padding-top: 0!important;
	padding-bottom: 2px;
}
p.article_date, .date, .source {
	color: #999;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -6px 0px;
}
.product-description h2 {
	margin-bottom: 15px;
}
.product-description p, .campaign-content p, .entry-content p, .bc_2col_wrap p, .pr_left_col p, .entry-content ul li, .article-list-wrap ul {
	padding-bottom: 15px;
}
.campaign-content p .biz-partner-referral-label {width: 150px!important; display: block; float: left;}
.section-cols h1 a {
	color: #e24c02;
}
.section-cols p, table p {
	padding-bottom: 10px;
}
.sub-category-cols ul li {
	padding-bottom: 20px;
}
.sub-category-cols ul li a.service-name {
	font-size: 110%;
	color: #e24c02;
}
span.collapse, span.expand {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: -2px;
}
/*
span.video, span.pdf, span.word, span.audio, span.external {
	width: 11px;
	height: 13px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: -2px;
}
*/
li a span.expand {
	background: url(/images/expand.gif) top left no-repeat;
}
li a span.collapse {
	background: url(/images/collapse.gif) top left no-repeat;
}
/*
li a span.video {
	list-style-type: none;
	background: url(/images/video.png) top left no-repeat;
}
li a span.pdf {
	background: url(/images/pdf.png) top left no-repeat;
}
li a span.word {
	background: url(/images/word.png) top left no-repeat;
}
li a span.audio {
	background: url(/images/audio.png) top left no-repeat;
}
li a span.external {
	background: url(/images/external.png) top left no-repeat;
}
*/

.bulleted-list .media-logos-list {
	list-style-image: (/images/blank.gif);
	margin-left: 3px;
}
.bulleted-list .media-logos-list2 {
	list-style-image: (/images/blank.gif);
	margin-left: 6px;
}
li.video {
	list-style-image: url(/images/video.png);
}
li.pdf {
	list-style-image: url(/images/pdf.png);
}
li.word {
	list-style-image: url(/images/word.png);
}
li.audio {
	list-style-image: url(/images/audio.png);
}
li.external {
	list-style-image: url(/images/external.png);
}

.featured-group-name {
	width: 201px;
	display: block;
	float: left;
}
.featured-group-name:hover {
	text-decoration: underline;
}
.contact-us h2 {
	display: block;
	font-size: 130%;
	color: #860903;
	padding: 10px 0 10px 20px;
	background: url(/images/contact-us-bg.jpg) top left no-repeat;
	margin: 0;
}
.contact-us p {
	display: block;
	font-size: 110%;
	line-height: 110%;
	color: #767676;
	padding: 10px 0;
	margin: 0 20px 0 20px;
	background: url(/images/hdr-dotted-brdr.gif) bottom repeat-x;
}
.contact-us p span {
	color: #860903;
}
.contact-us p span span {
	display: block;
	font-size: 80%;
	color: #767676;
	margin-left: 68px;
}
.right-col-wide .contact-us a.contact-us-btn {
	display: block;
	width: 184px;
	height: 33px;
	text-indent: -9999px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
	background: url(/images/shoot-us-an-email.jpg) top no-repeat;
}
.right-col-narrow .contact-us a.contact-us-btn {
	display: block;
	width: 176px;
	height: 32px;
	text-indent: -9999px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
	background: url(/images/shoot-us-an-email.jpg) top no-repeat;
}
.right-col-wide .contact-us a.contact-us-widget-biz-btn {
	display: block;
	width: 184px;
	height: 60px;
	text-indent: -9999px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
	background: url(/images/contact-us-widget-biz-btn.png) top no-repeat;
}
.right-col-narrow .contact-us a.contact-us-widget-biz-btn {
	display: block;
	width: 176px;
	height: 60px;
	text-indent: -9999px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
	background: url(/images/contact-us-widget-biz-btn.png) top no-repeat;
}
.footer-nav {
	line-height: 20px;
	font-size: 0.75em;
}
.footer-nav ul li a.list-header {
	color: #045f9f;
	font-weight: bold;
}
.footer-city fieldset legend {
	font-size: 90%;
	color: #03416d;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.footer-city fieldset p {
	color: #fff;
	font-size: 85%;
	line-height: 140%;
	padding: 6px 0;
	margin: 0;
}
.footer-city fieldset input {
	width: 96%;
	display: block;
	padding: 4px 0;
}
.footer-city fieldset input.elqSubmit {
	width: 110px;
	height: 28px;
	text-indent: -9999px;
	font-size: 0px;
	cursor: pointer;
	display: block;
	border: none;
	background: url(/images/email-sign-up-btn.png) top left no-repeat;
	padding: 0;
	margin-top: 13px;
}
.footer small {
	font-size: 65%;
	padding-top: 60px;
}
sup {
	font-size: .85em;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: baseline;
	position: relative;
	bottom: .9ex;
}
.campaign-disclaimer {
	padding-top: 20px;
}
.help-popup {
   z-index: 50;
   background-color: #EFEDC9;
   position: absolute;
   width: 190px;
   padding: 5px;
   border-color: #666666;
   border-style: solid;
   border-width: 1px;
}
.tr-notes {width: 580px; display: block; background-color: #fff; padding: 0 0 30px 20px; text-align: left;}
.tr-notes .col7 {margin-top: 20px!important;}
.tr-notes textarea {clear: both; width: 550px; display: block; margin: 0 0 13px 0!important;} 

/*------------------------------------------------------------------
[Print Stylesheet]

	Project:	tdsbusiness.com
	Version:	1.0
	Authored by:	Kreshnik Rushiti
	Primary use:	Print Layout
	
------------------------------------------------------------------*/

