/* Home Page Login Area ----------------------------------------*/

#homepage {
	width: 750px;
	vertical-align: top;
}

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#bannerarea {
       width: 565px;
       float: left;
}

div#qual {
      float: right;
      width: 175px;
      margin-top: 10px;
}

div#homepage_links {
      float: left;
      width: 565px;
      margin-top: 10px;
}
div#homepage_links div {
        float: left;
        padding-left: 30px;
}

div#homepage_links h1  {
      font-family: Arial;
      font-size: 1em;
      color: #999999;
      font-weight: bold;
      padding-bottom: 10px;
}
div#homepage_links h2 a {
        width: 150px;
        display: block;
        font-size: .9em;
        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: 100%;
      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: #333333;
        text-align: left;
}
#support td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #333333;
	text-align: left;
	font-size: x-small;
	
}

#support td.note{font-style:italic;}

#support td.label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#support input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}


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#mainmiddlefull {

        width: 520px;
        float: left;
        margin: 0 auto;
        padding: 0 15px 10px 20px;
}

div#main h1, div#mainleft h1, div#mainmiddle h1, div#mainmiddlefull h1, div#mainright h1 {
        padding-top: 15px;
        padding-bottom: 10px;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.4em;
        line-height: 1.2em;
        color: #5D5D5D;
        font-weight: bold;
}
div#main h2, div#mainleft h2, div#mainmiddle h2, div#mainmiddlefull h2, div#mainright h2 {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.15em;
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	background-attachment: fixed;
	border-top-style: 0;
}
div#main h3, div#mainleft h3, div#mainmiddle h3, div#mainmiddlefull h3, div#mainright h3 {
	padding-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #333333;
	padding-top: 6px;
}
div#main p, div#mainleft p, div#mainmiddle p, div#mainmiddlefull p, div#mainright p {
	padding-bottom: 3px;
	text-align: left;
	line-height: 1.1em;
	padding-top: 6px;
}

div#main li, div#mainleft li, div#mainmiddle li, div#mainmiddlefull li, div#mainright li {
	padding-bottom: 3px;
	text-align: left;
	line-height: 1em;
	font-size: 0.9em;
	font-weight:normal;
	color:#666666;
	display: list-item;
	padding-left: 0px;
	list-style-position: outside;
	margin-left: 25px;
}
div#main ol, div#mainleft ol, div#mainmiddle ol, div#mainmiddlefull ol, div#mainright ol {
	padding-bottom: 6px;
	text-align: left;
	line-height: 1.2em;
	font-size: 1em;
	font-weight:bold;
	color:#2c5284;
}


/* 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: 1em;
        padding: 2px 0 2px 8px;
}
div#leftnav li.second a {
        text-decoration: none;
        color: #333333;
}
div#leftnav li.second a:hover {
        text-decoration: underline;
        color: #666666;
}
div#leftnav li.current {
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1em;
	padding: 2px 0 2px 6px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(../images/raquo.gif);
}

div#leftnav li.second ul li {
	display: list-item;
	margin-left: 15px;
	list-style-type: none;
}
div#leftnav li.second ul li a {
        color: #666666;
}
div#leftnav li.second ul li span {
        color: #666666;
}
div#leftnav li.second ul li.current {
	border-bottom: none;
	font-weight: normal;
	padding: 2px 0 2px 0px;
}
div#leftnav li.current ul li a {
	list-style-type: none;
	font-size: 1em;
	padding: 2px 0 2px 10px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 15px;
}


/* Form Global Styles ----------------------------------------*/


fieldset {
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
	border: 0;
	text-align: left;
}
.FAQquestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #AD4747;
}
.FAQanswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 10px;
}


legend {
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666666;
	display: list-item;
	top: 0px;
	left: -5px;
	text-align: left;
}
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;
}

#promos {
	width: 100%;
	z-index: 2;
	padding: 0 10px 10px 10px;
}
#promos h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
}
#promos h2 {
	font-size: 1.3em;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}


.promotions {
	padding: 5px 5px 5px 5px;
	font-size: .9em;
	text-align: left;
}
.promotions li {
	text-indent: 1px;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;
}


.indent {
        padding-left: 50px;
}

.order-landing {
	float: left;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 25px;
}
.call-landing {
	 float: right;
     text-align: right;
     font-family: Arial, Verdana, sans-serif;
     font-size: 1.1em;
     line-height: 2em;
     color: #666666;
}
.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;
}
.clear {
        font-size: 1px;
        line-height: 1px;
        height: 10px;
}
.clear20 {
        font-size: 1px;
        line-height: 1px;
        height: 20px;
}

.right {
    text-align: right;
}

#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 5px 5px;
	font-weight: bold;
}
#sitemap li a {
	color: #666666;
	font-weight: bold;
}


#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(../images/bus/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 15px 15px 15px;
	margin: 0;
	font-size: 0.9em;
	color: #666666;
	height: 113px;
	text-align: left;
}

.black {
	color: #000000;
}
.red {
     color: #993300;
}
.gray {
     color: #333333;
}
.green {
       color: #009966;
}
.blue {
      color: #4a7ec3;
}
.orange {
       color: #FF6600;
}
.white {
       color: #ffffff;
}
.redbold {
         color: #CC0000;
         font-weight: bold;
}
.greenbold {
           color: #009966;
           font-weight: bold;
}
.graybold {
	color: #666666;
	font-weight: bold;
}
.bluebold {
	color: #336699;
	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;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 10px 0 10px 30px;
	list-style-image: url(../images/dblarrow.gif);
}



/* 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/dd_arrow.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: 1px 1px 1px 1px;
	font-size: 10px;
	vertical-align: text-top;
	background-color: #CCCCCC;
}

#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;
}

.qualbkgd {
        background-image: url(../images/qual/qualbkgd.gif);
        background-repeat: no-repeat;
        width: 508px;
        height: 277px;
}
.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/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;
	text-align: left;
}
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) outside;
	font-weight: bold;
	color: #006699;
	text-align: left;
}
li.pdf {
	display: list-item;
	list-style: url(../images/pdf.gif);
	margin: 0px 0px 10px 20px;
	padding-left: 5px;
	text-align: left;
}
li.raquo {
	display: list-item;
	list-style: url(../images/raquo.gif) outside;
	margin: 5px 0 5px 15px;
	text-indent: -8px;
	line-height: 10px;
	text-align: left;
}
li.t1list {
	display: list-item;
	list-style: url(../images/raquo.gif);
	font-size: 10px;
	line-height: 15px;
	margin: 5px 5px 8px 20px;
	text-align: left;
}
li.arrow {
	display: list-item;
	list-style: url(../images/arrow.gif);
	margin: 5px 30px 10px 35px;
	text-align: left;
}
li.dblarrow {
	display: list-item;
	list-style: url(../images/dblarrow.gif);
	text-align: left;
}
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: #4a7ec3;
}
.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: #9E3535;
}
.headblue {
        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #2c5284;
}
.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;
}
.headgreen {

        font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #01823f;
}


#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: 10px;
	color: #666666;
}
#callback p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	width: 100%;
}
#callback .left p {
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding: 2px;
	margin-right: 3px;
}
#callback .right {
	text-align: left;
	vertical-align: bottom;
	margin-right: 3px;
	margin-left: 3px;
}
#callback .required p {
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding: 2px;
	margin-right: 3px;
	color: #990000;
}
#callback  th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-right: 3px;
	color: #333333;
	font-size: 12px;
	background-color: #E8E8E8;
}
#callback .right input {
	text-align: left;
	vertical-align: bottom;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0.8em;
}
#callback .right select {
	text-align: left;
	vertical-align: bottom;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0.8em;
}


.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: 0.8em;
	line-height: 1.2em;
	color: #666666;
	text-align: left;
}
.promocolohead {
	color: #336699;
	font-weight: bold;
}
.promocololist {
	color: #336699;
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet_blue-med.gif);
	display: list-item;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: .8em;
}
