﻿body
{
    margin: 0;
    padding: 0;
    font-size: 62.7%;
    font-family: Verdana, Sans-Serif;
    color: #000;
    background-color: #fff;
    text-align: center;
}
	
a { color: #900; text-decoration: underline; }	
a:link { color: #900; text-decoration: underline; }	
a:visited { color: #c66; text-decoration: underline; }
a:hover { color: #c33; text-decoration: underline; }	
a:active { color: #f66; text-decoration: underline; }
a.newWin
{
    padding-right: 12px;
    background: url(../images/icon_newwin.png) no-repeat right center;
}

a.img, 
a.img:visited, 
a.img:active, 
a.img:hover 
{ border: none; }

h1, h2, h3, h4, h5, h6 
{ 
    font-weight: bold;
    margin: .25em 0;
}
h1 { font-size: 300%; }	
h2 { font-size: 250%; }
h3 { font-size: 200%; margin-top: 1.25em; }
h4 { font-size: 175%; margin-top: 1.25em; }
h5 { font-size: 125%; margin-top: 1.25em; }
dt { font-size: 125%; margin-top: 1.25em; }
h6 { font-size: 100%; margin-top: 1.25em; }		
		
tfoot, thead	
{	
    font-size: 120%;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}	
		
th	
{	
    vertical-align: baseline;
    font-size: 100%;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

p
{
    margin: 0 0 15px 20px;
    line-height: 1.75em;
    font-size: 120%;
}	

blockquote, code
{
    font-family: "Times New Roman", Serif;
    font-size: 110%;
    color: #666666;
    margin: 15px 20px 20px 30px;
    padding: 0;
    font-style: italic;
}
pre, code 
{
    font-family: "Courier New", monospace;
    font-style: normal; 
}	

strong { font-weight: bold; }
em { font-style: italic; }

ul { margin: 15px 0 20px 40px; font-size: 130%; }
li { margin-bottom: 10px; }
ul li { list-style-type: disc; line-height: 1.5em; }	
ul li li { list-style-type: square; }	
ul li li li { list-style-type: circle; }	
ol li { list-style-type: decimal; }	
ol ol li { list-style-type: lower-alpha; }	
ol ol ol li { list-style-type: lower-roman; }	

/******End Generic Rules**************************/

#Page
{
    width: 760px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.EthernetCable
{
    position: absolute;
    right: -39px;
    top: 30px;
    background: url(../images/ethernet-cable.gif) top left no-repeat;
    height: 132px;
    width: 130px;
}

#HeaderContent
{
    background: #9f0000 url(../images/header-background.gif) top left no-repeat;
    clear: both;
    height: 200px;
    text-indent: -9000px;
}

.HeaderContentText
{
    position: absolute;
    -9000px;
}

#Content
{
    background: url(../images/fade-background.gif) top left no-repeat;
}

.ZipCodeBox
{
    position: absolute;
    top: 113px;
    right: 145px;
    width: 108px;
    text-align: center;
}

    .ZipCodeGoButton
    {
        background: url(../images/go-button.gif) top left no-repeat;
        width: 40px;
        height: 27px;
        position: absolute;
        top: 111px;
        right: 100px;
        border: none;
        cursor: pointer;
        text-indent: -9000px;
    }
    
.PhoneNumberBox
{
    position: absolute;
    top: 190px;
    right: 118px;
    width: 135px;
    text-align: center;
}

    .PhoneNumberGoButton
    {
        background: url(../images/go-button.gif) top left no-repeat;
        width: 40px;
        height: 27px;
        position: absolute;
        top: 188px;
        right: 73px;
        border: none;
        cursor: pointer;
        letter-spacing: -9000px;
    }
    
    .SpeedTestGraphic
    {
        position: absolute;
        top: 160px;
        right: 88px;
        border: none;
        width: 120px;
        height: 60px;
        display: block;
    }

#Footer
{
    text-align: center;
}

#Footer h1
{
    font-size: 8pt;
    text-align: center;
    font-weight: normal;
    color: #666;
}

/****** Start Navigation **************************/

#Nav
{
    margin: 0;
    margin-top: 35px;
    padding: 0;
    height: 38px;
}

#Nav li
{
    display: inline;
    list-style-type: none;
}

#Nav a
{
    float: left;
    text-indent: -9000px;
}

.NavHome
{
    background: url(../images/nav-home.gif) top left no-repeat;
    display: block;
    width: 153px;
    height: 38px;
}

    .NavHover:hover { background-position: 0 -38px; }

.NavServices
{
    background: url(../images/nav-services.gif) top left no-repeat;
    display: block;
    width: 150px;
    height: 38px;
}

.NavFAQ
{
    background: url(../images/nav-faq.gif) top left no-repeat;
    display: block;
    width: 151px;
    height: 38px;
}

.NavSupport
{
    background: url(../images/nav-support.gif) top left no-repeat;
    display: block;
    width: 149px;
    height: 38px;
}

.NavContactUs
{
    background: url(../images/nav-contactus.gif) top left no-repeat;
    display: block;
    width: 157px;
    height: 38px;
}

/************************ Contact Page ****************************/

.PHPContactForms
{
    margin: 0 auto;
    width: 450px;
    float: right;
    margin-left: 5px;
    border-left: 1px solid #d1d2d2;
    padding-left: 15px;
}

.ContactInfoContainer
{
    width: 285px;
}

.ContactName
{
    width: 225px;
    float: left;
    margin: 10px 0 0 0;
}

.InputText
{
    width: 200px;
    margin: 5px 0 5px 0;
}

.ContactEmail
{
    width: 225px;
    float: left;
    margin: 10px 0 0 0;
}

.Phone
{
    width: 225px;
    float: left;
    margin: 10px 0 0 0;
}

.ReasonForContact
{
    width: 225px;
    float: left;
    margin: 10px 0 0 0;
}

    .ReasonForContact select
    {
        width: 205px;
    }

.ContactMessage
{
    clear: both;
    margin: 10px 0 0 0;
}

    .ContactMessage textarea
    {
        width: 425px;
        margin: 5px 0 0 0;
    }

.Submit
{
    margin: 20px 0 25px 0;
}

