/* Home Page Login Area ----------------------------------------*/

div#homepage {
       width: 750px;
}

div#login {
       float: right; 
       width: 155px; 
       height: 165px;
       padding: 10px; 
       background-color: #666666;
}
div#login  h2 {
       font-size: 1em;
       color: #FFFFFF;
}
div#login  h3 {
       font-size: 1em;
       color: #FFFFFF;
	padding-bottom: 10px;
}
div#login span {
       color: #cccccc;
       font-size: .8em;
}
div#login  input, #login select {
       margin-bottom: 5px;
}
div#webinar {
       float: right; 
       width: 155px; 
       height: 95px;
       padding: 10px; 
       background-color: #777777;
}
div#webinar  h2 {
       font-size: 1em;
       color: #FFFFFF;
}
div#webinar  h3 {
       font-size: 1em;
       color: #FFFFFF;
	padding-bottom: 10px;
}
div#webinar2 span {
       color: #cccccc;
       font-size: .8em;
}
div#webinar2  input, #webinar select {
       margin-bottom: 5px;
}
div#webinar2 {
       float: right; 
       width: 153px; 
       height: 200px;
       padding: 10px; 
	   margin-right: 4px;
       background-color: #777777;
}
div#webinar2  h2 {
       font-size: 1em;
       color: #FFFFFF;
}
div#webinar2  h3 {
       font-size: 1em;
       color: #FFFFFF;
	padding-bottom: 10px;
}
div#webinar2 span {
       color: #cccccc;
       font-size: .8em;
}
div#webinar2  input, #webinar select {
       margin-bottom: 5px;
}
div#bannerarea {
       width: 565px;
       float: left;
}

div#qual {
      float: right;
      width: 177px;
      margin-top: 10px;
}

div#homepage_links {
      float: left;
      width: 565px;
      margin-top: 10px;
}
div#homepage_links div {
        float: left;
        padding-left: 20px;
}

div#homepage_links h1  {
      font-family: Arial;
      font-size: 11px;
      color: #999999;
      font-weight: bold;
      padding-bottom: 10px;
}
div#homepage_links h2 a {
        width: 150px;
        display: block;
        font-size: 10px;
        line-height: 16px;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        padding-left: 5px;
}
div#homepage_links h2 a:hover {
        text-decoration: underline;
}

div#homepage_links ul {
        width: 150px;
        margin: 5px 0 10px 5px;
}
div#homepage_links li a {
        color: #666666;
}

div#banners {
      width: 750px;
      margin-top: 10px;
      border-top: 1px solid #CCCCCC;
      clear: both;
}
div#banners  ul {
      margin: 0 auto;
}
div#banners  li {
        display: block;
        float: left;
        width: 235px;
        padding: 10px 7px 0 7px;
}
div#banners  li.right {
        border-right: 1px solid #CCCCCC;
}







/* Main Content Area ----------------------------------------*/

div#content {
        display: table; /* must put this in for FireFox. */
        width: 750px;
        font-family: Verdana, Arial, sans-serif;
        font-size: .7em;
        line-height: 1.6em;
        padding: 10px;
        border: 2px solid #e2e2e2;
        border-width: 0 2px 0 2px;
}
div#content td, th, input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
        text-align: left;
}

div#leftnav {
        float: left;
        width: 175px;
/*        padding: 10px 0 65px 0;	*/
}
div#rightnav {
        float: right;
        width: 175px;
        padding: 10px 0 0 0;
}
div#main {
        width: 660px;
        height: 100%;
        padding: 0 45px 25px 45px;
}
div#mainright {
        width: 555px;
        float: right;
	margin: 10px 0 25px 10px;
	border-top: 1px solid #CCCCCC;
/*        padding: 0 30px 25px 20px;	*/
/*        height: 100%;	*/
/*        z-index: 1;	*/
}

div#rbanner {
        text-align: right;
        padding: 10px 0 10px 0;
}
div#mainmiddle {
        width: 365px;
        float: left;
        margin: 0 auto;
        padding: 0 15px 25px 20px;
}
div#mainleft {
        width: 555px;
        float: left;
        padding: 10px 10px 25px 0;
}

div#main h1, div#mainleft h1, div#mainmiddle h1, div#mainright h1 {
        padding-top: 20px;
        padding-bottom: 15px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.7em;
        line-height: 1.5em;
        color: #333333;
        font-weight: normal;
}
div#main h2, div#mainleft h2, div#mainmiddle h2, div#mainright h2 {
        padding-bottom: 15px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.5em;
        line-height: 1.3em;
        color: #333333;
        font-weight: normal;
}
div#main h3, div#mainleft h3, div#mainmiddle h3, div#mainright h3 {
        padding-bottom: 10px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.1em;
        line-height: 1.5em;
        color: #333333;
}
div#main p, div#mainleft p, div#mainmiddle p, div#mainright p {
        padding-bottom: 15px;
}



/* LEFT NAV  */

div#leftnav p.head {
        background-color: #EEEEEE;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        color: #333333;
        font-weight: bold;
        padding: 2px 0 2px 10px;
        border: 1px solid #CCCCCC;
        border-width: 1px 0 1px 0;
	margin-top: 10px;
}
div#leftnav p.head a {
        text-decoration: none;
        color: #333333;
}
div#leftnav p.head a:hover {
        text-decoration: underline;
        color: #333333;
}
div#leftnav li.second {
        list-style-type: none;
        border-bottom: 1px solid #CCCCCC;
        font-size: .9em;
        padding: 2px 0 2px 10px;
}
div#leftnav li.second a {
        text-decoration: none;
        color: #333333;
}
div#leftnav li.second a:hover {
        text-decoration: underline;
        color: #666666;
}
div#leftnav li.second ul li {
        display: list-item;
        margin-left: 9px;
}
div#leftnav li.second ul li a {
        color: #666666;
}
div#leftnav li.second ul li span {
        color: #666666;
}



/* Form Global Styles ----------------------------------------*/


fieldset {
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
	border: 0;
	text-align: left;
}
legend {
        padding: 0 0 10px 0;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.3em;
        line-height: 1.6em;
        color: #333333;
	display: block;
	position: relative;
	top: 0px;
	left: -5px;
}
label {
	display: block;
}
div.left {
	float: left;
	margin-right: 20px;
}
div.break {
	margin-bottom: 12px;
}




/* Extra Global Styles ----------------------------------------*/

.contact {
        font-size: 1em;
        line-height: 1.2em;
        padding: 20px 10px 10px 10px;
        border-bottom: 1px solid #CCCCCC;
}
.dropdown {
        font-size: .8em;
        line-height: 1.0em;
}

.promotions {
        padding: 20px 10px 15px 10px;
        font-size: .9em;
}


.indent {
        padding-left: 50px;
}

.cta {
     text-align: right;
     font-family: Arial, Verdana, sans-serif;
     font-size: 1.3em;
     line-height: 2em;
     color: #666666;
}
.cta2 {
     text-align: left;
     font-family: Arial, Verdana, sans-serif;
     font-size: 1.3em;
     line-height: 2em;
     color: #666666;
	 padding: 0px 0px 5px 0px;
}
.special {
        font-family: Arial, sans-serif;
        font-size: 1.3em;
        font-weight: bold;
        color: #333333;
        margin: 5px 0 5px;
        padding: 0;
}
.code {
	font-family: Courier New,Courier,Times New Roman,Times;
	color: #000000;
}

.chat {
      text-align: center;
}
.clear {
        font-size: 1px;
        line-height: 1px;
        height: 10px;
}
.clear20 {
        font-size: 1px;
        line-height: 1px;
        height: 20px;
}

#dhtmltooltip {
        position: absolute;
        width: 200px;
        border: 1px solid black;
        padding: 5px;
        background-color: #FFFFE0;
        visibility: hidden;
        z-index: 9999;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.tooltip {
        cursor: help;
}
.tooltip_green {
	color: #66cc00;
        cursor: help;
}


.dsl_options {
       border: 1px solid #CCCCCC;
       margin-bottom: 15px;
}
.dsl_options p {
       padding: 5px 10px 10px 15px;
       font-size: .9em;
}
.dsl_options img {
       padding: 10px 5px 5px 5px;
       font-size: .9em;
}
.vs {
    padding: 0;
    background-color: #CCCCCC;
    text-align: right;
}
.vs img {
    padding: 0;
}

.right {
    text-align: right;
}


table#awards  {
	border-collapse: collapse;
	width: 520px;
}
table#awards td {
	padding: 12px 0 12px 50px;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}




#sitemap div {
        float: left;
        padding-left: 20px;
}
#sitemap h1  {
      font-size: 12px;
      color: #999999;
      padding-bottom: 10px;
}
#sitemap h2 {
        font-size: 11px;
        line-height: 16px;
        color: #000000;
        padding-left: 5px;
        margin-bottom: 10px;
}
#sitemap h2 a {
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        margin-bottom: 10px;
}
#sitemap h2 a:hover {
        text-decoration: underline;
        font-weight: bold;
}

#sitemap ul {
        width: 150px;
        margin: 5px 0 10px 5px;
}
#sitemap li a {
        color: #666666;
}






#box_elements a {
        cursor: pointer;
}
#box_elements ul {
        list-style: none;
        margin: 0 auto;
        padding: 0 auto;
}
#box_elements li {
        display: inline;
        float: left;
        width: 174px;
	height: 176px;
        background: url(/business/news/bkgd_fade.gif) repeat-x left top;
        border: 1px solid #CCCCCC;
        margin: 0px 16px 0 0;
        padding: 0 auto;
}
#box_elements li.last {
        margin-right: -20px;
}
#box_elements h3 {
        text-indent: -9999px;
        line-height: 0;
        font-size: 0;
}
#box_elements blockquote {
        padding: 0 5px 15px 10px;
        margin: 0;
        font-size: .9em;
        color: #666666;
	height: 113px
}




/* begin TABs */

ul#tabnav { 
        text-align: left; 
        font: bold 1em verdana, arial, sans-serif; 
        border-bottom: 1px solid #CCCCCC; 
        list-style-type: none;
        padding: 3px 5px 3px 5px; 
}
ul#tabnav li { 
        display: inline;
}
div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6 { 
	font-family: Arial, sans-serif;
        border: 1px solid #CCCCCC; 
        background-color: #CCCCCC; 
        color: #FFFFFF;
        position: relative;
        padding: 3px 10px 3px 10px; 
        margin-right: 5px; 
}
div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a { 
        background-color: #ffffff; 
        color: #666666; 
        position: relative;
        top: 1px;
}
ul#tabnav li a { 
	font-family: Arial, sans-serif;
        padding: 3px 10px 3px 10px; 
        background-color: #EEEEEE; 
        color: #666666; 
        margin-right: 0px; 
        text-decoration: none;
        border: 1px solid #EEEEEE;
        border-width: 1px 1px 0 1px;
}
ul#tabnav a:hover { 
        color: #66CC00; 
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-width: 1px 1px 0 1px;
}

#tab_content {
        border-bottom: 1px solid #CCCCCC;
        border-top: none;
        font-size: .9em;
        padding: 10px 0 10px 10px;
        margin-bottom: 10px;
        z-index: 2;
}
#tab_content h3 {
        font-size: 1.1em;
}
#tab_content table {
	padding-bottom: 0;
	margin-bottom: 0;
}
#tab_content th {
        vertical-align: text-top;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
}
#tab_content td {
        vertical-align: text-top;
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
}
#tab_content td.left {
        border-right: 1px solid #CCCCCC;
        width: 50%;
}
#tab_content td.botleft {
	border-bottom: 0;
        width: 50%;
	border-right: 1px solid #CCCCCC;
}
#tab_content td.bottom {
        border-bottom: 0;
	padding-bottom: 0;
}




.black {
	color: #000000;
}
.red {
     color: #CC0000;
}
.gray {
     color: #333333;
}
.green {
       color: #66CC00;
}
.blue {
      color: #0099CC;
}
.orange {
       color: #FF6600;
}
.white {
       color: #ffffff;
}
.redbold {
         color: #CC0000;
         font-weight: bold;
}
.greenbold {
           color: #66CC00;
           font-weight: bold;
}
.graybold {
	color: #666666;
	font-weight: bold;
}
.bluebold {
          color: #0099CC;
          font-weight: bold;
}

.whitebold {
           color: #FFFFFF;
           font-weight: bold;
}


/* Rightnav downloads */

div#moreinfo p {
        color: #666666;
        margin-left: 15px;
}
div#moreinfo ul li {
        display: list-item;
        list-style: url(/images/hosting/arrowdown.gif);
	font-size: .9em;
	line-height: 1.4em;
        margin: 10px 0 10px 30px;
}



/* Drop Down Display Info */

ul.dropdown  {
        margin: 10px 0 0 25px; 
        list-style-type: none;
}
ul.dropdown li {
        display: list-item;
        list-style: url(/images/hosting/arrowdown.gif);
        margin: 5px 0px 20px 0;
        font-size: 1.1em;
}
ul.dropdown ul li {
        display: list-item;
        list-style: url(/images/raquo.gif);
        margin: 5px 0px 20px 0;
        font-size: 1em;
}
.answer {
        display: none;
        font-size: .9em;
        padding-bottom: 10px;
        margin-top: 10px;
        border: 1px solid #CCCCCC;
        border-width: 1px 0 1px 0;
}
.answer blockquote {
        background-color: #EEEEEE;
        padding: 10px;
        margin: 0;
}
.answer h4 {
        font-size: 1.2em;
        color: #cc3300;
        margin-top: 20px;
}
.answer a {
        font-weight: normal;
}



/* Right nav Quotes from customers */

#quote {
       background-image: url(/images/quote_bkgd.gif);
       background-repeat: no-repeat;
       width: 175px;
       height: 258px;
       margin: 10px 0 10px 0;
}
#quote p {
       padding: 10px;
       font-size: .8em;
       color: #666666;
}
#quote p.quotee {
       text-align: right;
       font-size: .8em;
       color: #999999;
}



/* VoIP Buyer Guide Page */


#buyerguide table {

}
#buyerguide th {
        text-align: center;        
        font-weight: bold;
        padding: 5px;
        border: 1px solid #CCCCCC;
        border-width: 0px 1px 1px 1px;
        font-size: 10px;
        vertical-align: text-top;
}

#buyerguide td {
        padding: 5px;
        border: 1px solid #CCCCCC;
        border-width: 0px 1px 1px 1px;
        font-size: 10px;
        vertical-align: text-top;
}
#buyerguide td.noborder {
        border-width: 0px;
}










/* Corporate Video Bottom Links  */

#videolinks a {
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
        color: #ffffff;
}








/* Check for Domain Hosting Domain Name */

#domainbox {
        width: 180px; 
        height:100px;
        padding: 10px;
        border: 1px solid #CCCCCC;
        background-image: url(/images/ms/domainbox_bkgd.gif);
        background-repeat: repeat-x;
        background-position: bottom left;
}
#domainbox p.one {
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        color: #666666;
        margin: 0px;
        padding: 0px;
}
#domainbox p.two {
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        color: #333333;
        margin: 0px;
        padding: 0px 0px 10px 0px;
}




.qualbkgd {
        background-image: url(/images/qual/qualbkgd.gif);
        background-repeat: no-repeat;
        width: 508px;
        height: 265px;
}
.qual td {
        padding: 5px 0px 7px 10px;
        font-size: 9px;
	line-height: 15px;
        color: #333333;
}



.featuredcase {
        border: 1px solid #CCCCCC;
        width: 485px;
        height: 140px;
        margin: 0 0 15px 25px;
}
.featuredcase h1 {
        padding: 10px 10px 0 20px;
}
.featuredcase h4 {
	font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 1.2em;
        color: #333333;
        font-weight: bold;
        padding-left: 195px;
        margin: -125px 0 0 0;
}
.featuredcase blockquote {
        color: #666666;
        padding-left: 220px;
        margin: 0 10px 0 -25px;
}

.csfeatured {
        background-image: url(/images/casestudies/cs_featured_bkgd.gif);
        background-repeat: no-repeat;
        height: 230px;
        padding: 30px;
}
.csfeatured p {
        padding-right: 30px;
}
.csfeatured h1 {
        border-bottom: 1px solid #CCCCCC;
        margin: -10px 30px 10px 0;
}
.csfeatured span {
        color: #666666;
}





/* Un-Ordered Lists */
ul.default li h4 {
        color: #000000;
        font-weight: normal;
        font-size: 1em;
	padding: 0 auto;
	margin: 0 auto; 
	line-height: 1em;
}


ul.product { 
        margin: 5px 0 5px 5px; 
        list-style-type: none;
        padding: 3px 10px 3px 10px; 
}
ul.product li { 
        display: list-item;
        margin: 0 40px 15px 0;
}
ul.product li p { 
        padding-left: 40px;
        margin-bottom: -10px;
}

ul.calendar { 
        margin: 5px 0 5px 25px; 
        list-style-type: none;
}
ul.calendar li { 
        display: list-item;
        margin: 0 20px 15px 25px;
        padding-left: 10px;
}
ul.calendar li p.date {
        margin-bottom: -10px;
}
ul.calendar li p.indent {
        padding-left: 20px;
}



li.bluedot {
        display: list-item;
        list-style: url("/images/libluedot.gif");
}
li.pdf {
        display: list-item;
        list-style: url(/images/pdf.gif);
        margin: 0px 0px 10px 20px;
        padding-left: 5px;
}
li.raquo {
        display: list-item;
        list-style: url(/images/raquo.gif);
        margin: 5px 0 5px 18px;
}
li.t1list {
        display: list-item;
        list-style: url(/images/casestudies/raquo.gif);
	font-size: 10px;
	line-height: 15px;
        margin: 5px 5px 8px 20px;
}
li.arrow {
        display: list-item;
        list-style: url(/images/arrow.gif);
        margin: 5px 30px 10px 35px;
}
li.dblarrow {
        display: list-item;
        list-style: url("/images/dblarrow.gif");
}
li.ostg {
        display: list-item;
        list-style: url("/images/arrow.gif");
        margin: 5px 30px 5px -5px;
}
li.grayarrow {
        display: list-item;
        list-style: url("/images/grayarrow.gif");
}


.smtxtblue {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0099CC;
}
.smtxtred {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #cc0000;
}
.smtxtorange {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
        line-height: 14px;
        color: #FF6600;
}
.smtxt666 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

.headline {
        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #CC3300;
}
.headblue {
        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #006699;
}
.headwhite {
        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
.headblack {
        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}




#tcontent1, #tcontent2, #tcontent3, #tcontent4 {
    padding:10px;
    overflow:auto;
    height:150px;
}
.hdotln {
        background:url(/images/horz_dash.gif) repeat-x left top;
        float:none;
}
.vdotln {
        background:url(/images/vert_dash.gif) repeat-y right top;
        float:none;
}
.tabledash { 
	border: 1px dotted #999999;
}
.tablegray { 
	border: 1px solid #CCCCCC;
}
.tableblue { 
	border: 1px solid #006699;
}
.buffer5px {
        padding:5px 5px 5px 5px;
}
.buffer10px {
        padding:10px 10px 10px 10px;
}
.buffer20px {
        padding:5px 20px 5px 20px;
}
.insetbodyblock {
	width: 480px;
	padding: 0px 15px 0px 25px;
}
.formbody {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}
.sidebarlink {
        font-size: 10px;
        line-height: 14px;
        color: #333333;
        text-decoration: none;
}
.navbotlink {
	font-family: Verdana, Helvetica, san-serif;
	font-size: 9px;
	text-decoration: none;
	color: #aaaaaa;
}
.fineprint {
	font-size: 9px;
	line-height: 1.6em;
	color: #666666;
}
