﻿body
{
    font-family: Arial, Sans-Serif;
    margin: 0;
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p
{
    margin: 0em .5em 1em .5em;
}

img
{
    border: none;
}

table th, table td
{
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 5px;
}

table.pricing
{
    margin: 0em 0em 2em 0em;
}

.pricing th
{
    font-weight: bold;
    background-color: #999999;
}



hr
{
    width: 75%;
    clear: both;
    margin: 1.5em auto;
    height: 0px;
    border: 0px;
    border-top: 1px solid #00FF00;
    display: block;
}

/* bones */

#outer
{
    width: 785px;
}

#area1
{
    width: 187px;
    float: left;
}
#area1 #area1static
{
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    padding-top: 216px;
    padding-left: 4px;
    margin-bottom: 16px;
}
#area1 #area1static a.homelink
{
    display: block;
    width: 187px;
    height: 60px;
    margin-top: -216px;
    margin-left: -4px;
    position: absolute;
}
#area1 #area1static h4
{
    margin: 0;
}
#area1 #area1static ul
{
    margin-top: 0;
    margin-left: 1em;
    padding-left: 1em;
    font-size: 8pt;
}
#area1 #area1static #contactPhone
{
    background-image: url(images/contact%20phone.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #1160c6;
    color: White;
    padding: 2px;
    padding-left: 8px;
    margin-right: 4px;
    font-style: italic;
    font-size: 14px;
}
#area1 #area1static #contactEmail
{
    background-image: url(images/contact%20email.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #289501;
    border-top: 1px solid #c7d9f1;
    padding: 2px;
    padding-left: 8px;
    margin-right: 4px;
    font-size: 14px;
}
#area1 #area1static #contactEmail a
{
    color: White;
    text-decoration: none;
}
#area1 #area1static #contactEmail a:hover
{
    text-decoration: underline;
}

#nav1 #nav1static
{
    float: left;
    width: 590px;
}
#nav1 #nav1static div
{
    float: left;
    width: 590px; /* was 553 px */
    background-image: url(images/nav1static%20corner.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #1160c6;
    border-bottom: 1px solid #a2bfe4;
}
#nav1 #nav1static ul
{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
}
#nav1 #nav1static ul li
{
    float: left;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #a2bfe4;
    font-size: 7pt;
}
#nav1 #nav1static ul li:first-child
{
    border: 0;
}
#nav1 #nav1static ul li a
{
    color: White;
    text-decoration: none;
}
#nav1 #nav1static ul li a:hover
{
    color: #a2bfe4;
}

#nav1 #nav1dynamic
{
    float: left;
    height: 19px;
    background-image: url(images/nav1dynamic%20corner.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #7094b8;
    width: 590px;
    color: White;
}
#nav1 #nav1dynamic ul
{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
}
#nav1 #nav1dynamic ul li
{
    float: left;
    height: 17px;
    padding: 2px;
    padding-right: 4px;
    padding-left: 4px;
    border-left: 1px solid #a2bfe4;
    font-size: 10pt;
}
#nav1 #nav1dynamic ul li:first-child
{
    border: 0;
}

#main
{
    float: left;
    width: 590px;
    border-left: 1px solid #999999;
}

#content
{
    float: left;
    margin-top: 16px;
}

div.area2
{
    float: left;
    width: 141px;
}

.area2 a img
{
    display: block;
    margin: .5em auto;
}

div.area3
{
    width: 430px;
    float: left;
    padding: 8px;
    border-right: 1px solid #999999;
}

.area3 img
{
    margin: 1em auto;
    display: block; /* width: auto; */
}

#footer
{
    float: left;
    font-size: x-small;
    text-align: center;
    width: 430px;
}
/* end bones */

#gotoipnexus
{
    text-align: center;
    font-family: Bitstream Vera Sans, Verdana, Sans-Serif;
    font-weight: bold;
}
#gotoipnexus a
{
    color: #336699;
    text-decoration: none;
    font-size: small;
}
#gotoipnexus a:hover
{
    color: #6699ff;
}
#gotoipnexus a img
{
    border: 0;
}

.bluebox
{
    background-image: url(images/bluebox.png);
    background-repeat: no-repeat;
    float: right;
    font-size: small;
    width: 100px;
    height: 46px;
    padding: 6px;
    margin: 4px;
    text-align: right;
    font-size: x-small;
    color: White;
    text-decoration: none;
    clear: right;
}
.bluebox:first-child
{
    margin-top: 0;
}
a.bluebox:hover
{
    text-decoration: underline;
}
a.bluebox strong
{
    text-align: left;
    display: block;
    margin-bottom: -1em;
    font-size: small;
    padding-left: 4px;
}
.area2 #address
{
    margin: .5em;
    font-size: 8pt;
}

.area3 #terms
{
    font-size: 9pt;
}
.error
{
    color: Red;
}
.area3 dt
{
    font-weight: bolder;
    font-size: 1.2em;
}
/******************************* Page Styles *****************************/
.buttonBlueLeft
{
    background-image: url(images/buttonBlueLeft.gif);
    background-repeat: no-repeat;
    text-align: right;
    height: 42px;
    width: 172px;
    float: left;
    margin: .5em;
}
.buttonBlueLeftText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 10px;
    display: block;
    line-height: 1.4em;
    margin-top: 3px;
}

.buttonBlueInstructions
{
    background-image: url(images/buttonInstructions.gif);
    background-repeat: no-repeat;
    height: 64px;
    width: 140px;
    margin: 1em 0em;
}

.buttonBlueInstructionsText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    display: block;
    line-height: 1.5em;
    margin-top: 4px;
    margin-left: 10px;
}

.buttonGreenRight
{
    background-image: url(images/buttonGreenRight.gif);
    background-repeat: no-repeat;
    text-align: left;
    height: 42px;
    width: 182px;
    margin: .5em;
    float: right;
}
.buttonGreenRightText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    line-height: 1.4em;
    margin-top: 3px;
    margin-left: 10px;
}

.buttonGreenRightText a, .buttonBlueLeftText a, .buttonGreenRightTextSmall a, .buttonBlueRightTextSmall a, .buttonPurpleRightTextSmall a, .buttonBlueInstructionsText a
{
    color: #FFFFFF;
    text-decoration: none;
}

.fiftyLeftCol
{
    width: 48%;
    float: left;
    margin: .2em;
}

.fiftyRightCol
{
    width: 48%;
    float: right;
    margin: .2em;
}

.thirtyCol
{
    width: 31%;
    float: left;
    margin: .2em;
}

.thirtyCol ul
{
    margin-left: 10px;
    padding-left: 10px;
}

.buttonGreenRightSmall, .buttonBlueRightSmall, .buttonPurpleRightSmall
{
    background-repeat: no-repeat;
    text-align: left;
    height: 42px;
    width: 141px;
    margin: 1em 0em;
}

.buttonGreenRightSmall
{
    background-image: url(images/buttonGreenRight-small.gif);
}

.buttonBlueRightSmall
{
    background-image: url(images/buttonBlueRight-small.gif);
}

.buttonPurpleRightSmall
{
    background-image: url(images/buttonPurpleRight-small.gif);
}

.buttonGreenRightTextSmall, .buttonBlueRightTextSmall, .buttonPurpleRightTextSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    display: block;
    line-height: 1.8em;
    margin-top: 2px;
    margin-left: 10px;
}

.inlineImage
{
    float: left;
    margin: 1em;
}

.inlineImageAlt
{
    float: right;
    margin: 1em;
}

.freeTrial
{
    display: block;
    margin: .5em auto;
}

.pricingTable th
{
    font-weight: bold;
    background-color: #CCCCCC;
}

.question
{
    font-size: smaller;
    font-style: italic;
}

.orange { color: #ff6a20; }

/************************ FORMS **********************************/

fieldset
{
    width: 90%;
    margin: 0px auto;
    background-color: #EEEEFF;
    border: 1px solid #BBBBFF;
    padding: 3px;
    line-height: 1em;
}
legend
{
    color: Blue;
    font-weight: bold;
    text-align: center;
}
.required strong
{
    font-weight: bold;
    color: Blue;
    font-size: 1.2em;
}
.checkbox ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
hr.clear
{
    visibility: hidden;
    height: 0px;
    clear: both;
    background-color: Transparent;
    border: none;
    margin: 0px;
    padding: 0px;
}
.btn_formClear
{
    background: White;
    border: 2px solid blue;
    margin: 1%;
    float: left;
}
.btn_formSubmit
{
    background: White;
    border: 2px solid blue;
    margin: 1%;
    float: right;
}

.form dt
{
    clear: left;
    width: 35%;
    padding: 1%;
    float: left;
}
.form dd
{
    padding: 1% 1% 1% 37%;
/*    border-bottom: 1px solid #BBBBFF; */
    margin: 0px;
}
.checkbox li
{
    width: 33%;
    float: left;
}




