﻿/* Normalization ------------------------------------------------------------------- */
/* body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
} */
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
caption, th
{
    text-align: left;
}
q:before, q:after
{
    content: '';
}

img
{
    border-style: none;
    border-width: 0px;
}

/* General ----------------------------------------------------------------------------------------------- */
a
{
    border-style: none;
    border-width: 0px;
    font-style: normal;
    font-variant: normal;
}
h1
{
    position: relative;
    background-color: #fff;
    color: #c55f00; /* Orange */
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
h2
{
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
h3
{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
h4
{
    background-color: #fff;
    color: #c55f00; /* Orange */
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
.label1
{
    background-color: #333300; /* Dark Green */
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 3px 0px 3px 5px;
}
.label2
{
    margin-right: 10px;
    padding: 5px 5px 5px 5px;
    border-left: solid 2px #996600; /* Light Brown */
    border-right: solid 2px #996600; /* Light Brown */
    background: #fff;
    text-align: justify;
    line-height: 135%;
    color: #333300; /* Dark Green */
    width: 550px;
}
.label3
{
    margin-left: 10px;
    padding: 5px 5px 5px 5px;
    border-left: solid 2px #996600; /* Light Brown */
    border-right: solid 2px #996600; /* Light Brown */
    background: #d0dd80; /* Light Green */
    text-align: justify;
    line-height: 135%;
    clear: both;
}
.label4
{
    padding: 5px 5px 5px 5px;
    background: #d0dd80; /* Light Green */
    text-align: justify;
    line-height: 135%;
    font-weight: bold;
    clear: both;
}
.special_offer
{
    font-weight: bold;
    color: #ff6600; /* Bright Orange */
}
.title1
{
    background-color: #fff;
    color: #c55f00; /* Orange */
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}
.title2
{
    position: absolute;
    top: 27px;
    left: 200px;
    background-color: transparent;
    color: #412700; /* Brown */
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}
.title3
{
    position: absolute;
    top: 55px;
    left: 100px;
    background-color: transparent;
    color: #333300; /* Dark Green */
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}
/* Site Background --------------------------------------------------------------------------------------- */
html
{
    background-color: #c55f00; /* Orange */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
/* Page Background --------------------------------------------------------------------------------------- */
body
{
    background-color: Transparent;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    width: 800px;
}
/* Horizontal Dividers --------------------------------------------------------------------------------------- */
.divider
{
    background-color: Transparent;
    height: 10px;
}
/* Header ----------------------------------------------------------------------------------------------- */
.header
{
}
.banner
{
    background-color: #333300; /* Dark Green */
    text-align: left;
    width: 800px;
}
.main_nav
{
    background-color: #333300; /* Dark Green */
    text-align: left;
    width: 550px;
}
.main_nav_a
{
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 90px;
}
.main_nav_a_hover
{
    background-color: #d0dd80; /* Light Green */
    color: #FF6600;
}
.main_nav_a_selected
{
    background-color: #d0dd80; /* Light Green */
    color: #FF6600;
}
.sub_nav_a
{
    background-color: #333300; /* Dark Green */
    border-bottom: solid 1px #fff;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 0px 10px 0px 5px;
}
.sub_nav_a_hover
{
    background-color: #d0dd80; /* Light Green */
    color: #FF6600;
}
.sub_nav_a_selected
{
    background-color: #d0dd80; /* Light Green */
    color: #FF6600;
}

/* Body --------------------------------------------------------------------------------------------------- */
.content
{
    position: relative;
    background-color: #d0dd80; /* Light Green */
    width: 800px;
}
.vertical_spacer
{
    width: 210px;
}
.dynamic
{
    background-color: #fff;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    text-align: left;
    width: 590px;
}
.dynamic a:link
{
    text-decoration: none;
    color: #412700; /* Brown */
    font-weight: bold;
}
.dynamic a:visited
{
    text-decoration: none;
    color: #412700; /* Brown */
    font-weight: bold;
}
.dynamic a:hover
{
    text-decoration: none;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
.dynamic a:active
{
    text-decoration: none;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
.normal
{
    font-weight: normal;
}
.bold
{
    font-weight: bold;
}
.textbox
{
    font-weight: normal;
    width: 250px;
}
.textbox_multiline
{
    font-weight: normal;
    width: 500px;
}
.labelcell
{
    text-align: right;
    width: 250px;
}
.valuecell
{
    text-align: left;
    width: 400px;
}

/* Footer ------------------------------------------------------------------------------------------------ */
.footer
{
    clear: both;
    background-color: Transparent;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 800px;
}
.footer a:link
{
    text-decoration: none;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
.footer a:visited
{
    text-decoration: none;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
.footer a:hover
{
    text-decoration: underline;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
.footer a:active
{
    text-decoration: none;
    color: #ff6600; /* Bright Orange */
    font-weight: bold;
}
/* Tables ------------------------------------------------------------------------------------------------ */
.TableHeader
{
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.TableSpacer0
{
    width: 95px;
}
.TableSpacer1
{
    width: 145px;
}
.TableSpacer2
{
    width: 200px;
}
.TableSpacer3
{
    width: 75px;
}
.TableSpacer4
{
    width: 300px;    
}
.TableSubHead
{
    background-color: #996600; /* Light Brown */
    color: #fff;
    font-weight: bold;
    height: 20px;
}
.TableHighlight
{
    background-color: #CCCC99; /* Grey Green */
    color: #000;
}
.TableFooter
{
}
.TableCheck
{
    text-align: center;
    vertical-align: middle;
    color: #996600; /* Light Brown */
}
.TableData
{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #996600; /* Light Brown */
}
.button
{
    height: 20px;
    padding: 0px 0px 5px 0px;
}
.price
{
    text-align: center;
}
.form
{
    position: relative;
    left: 200px;
    background-color: #fff;
    width: 590px;
}
/* About Us ------------------------------------------------------------------------------------------ */
.aboutTable
{
    border: solid 2px #663300;
    padding: 6px;
    width: 25%;
}
/* Newsletter */
.tblNewsletter td
{
    padding: 5px;
    vertical-align: top;
}
/* Business Solutions ------------------------------------------------------------------------------------------ */
/* clerkbooks.aspx --------------------- */
.divClerkBooksHolder td
{
    padding: 3px;
    border-right: solid 1px #000;
    }
.divClerkBooksHolder .label1
{
    background-color: #333300; /* Dark Green */
    border-top: solid 3px #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px; 
}
.emphasis
{
    font-size: 11px;
    font-style: italic
}

.pnlTowns
{
    border: solid 2px #396194;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 3px 3px 0px 3px;
    width: 250px;
    height: 150px;
    z-index: 100;
    }
.pnlCities
{
    border: solid 2px #c60000;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 3px 3px 0px 3px;
    width: 290px;
    height: 200px;
    z-index: 100;
    }

.pnlMetro
{
    background-color: #fff;
    border: solid 2px #ff6600; /* Bright Orange */
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 3px 3px 0px 3px;
    height: 230px;
    width: 400px;
    z-index: 100;
}
/* contactus.aspx ---------------------------------------------------------------------------------------- */
.tblContactUs
{
    margin-left: 5px;
}
.tblContactUs td
{
    border: solid 0px #000;
    padding: 3px;
}
.tblContactUs .lblRequired
{
    color: Red;
}
.txtContactUsName
{
    width: 250px;
}
.lblContactUsBusiness
{
}
.txtContactUsBusiness
{
    width: 250px;
}
.txtContactUsEmail
{
    width: 250px;
}
.txtContactUsComments
{
    height: 100px;
    width: 495px;
}
.btnContactReset
{
}
.btnContactSubmit
{
}
/* Technology Solutions -------------------------------------------------------------------------- */
.ITMfgTable td
{
    padding: 5px 12px 5px 11px;
}
/* Website Solutions --------------------------------------------------------------------------------- */
#favoriteTemplates td
{
    text-align: center;
    padding-bottom: 10px;
}
/* Hosting Plans --------------------- */
.hostingTableHolder td
{
    padding: 3px;
    border-right: solid 1px #000;
    }
.email
{
    border: solid 2px #c60000;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 3px 3px 0px 3px;
    width: 290px;
    height: 200px;
    z-index: 100;
    }
.ftp
{
    border: solid 2px #396194;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 3px 3px 0px 3px;
    width: 250px;
    height: 150px;
    z-index: 100;
    }
.standard
{
    border: solid 2px #000;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 3px 3px 0px 3px;
    width: 350px;
    height: 200px;
    z-index: 100;
}
.shared
{
    background-color: #fff;
    border: solid 2px #634D7B;
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 3px 3px 0px 3px;
    height: 250px;
    width: 400px;
    z-index: 100;
}
.storefront
{
    background-color: #fff;
    border: solid 2px #739639;
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 3px 3px 0px 3px;
    height: 245px;
    width: 350px;
    z-index: 100;
}
.enterprise
{
    background-color: #fff;
    border: solid 2px #ff6600; /* Bright Orange */
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 3px 3px 0px 3px;
    height: 230px;
    width: 400px;
    z-index: 100;
}
/* Banners ------------------------------- */

.visualstudio
{
}
.AccordionHeader
{
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding: 3px;
    margin-bottom: 3px;
}
.AccordionContent
{
    border-style: none;
    margin-top: 5px;
    padding-left: 20px;
}
/* Templates ------------------------------- */
#websitetemplates a
{
    display: table-cell;
    text-align: center;
}
#websitetemplates img
{
    border: solid 1px #ccc;
    display: block;
    margin: 5px;
}

/* Registration ----------------------------------------------------------------------------------------------- */
.MyAccordian
{
}
.MyAccordian a:link
{
    color: #fff;
}
.MyAccordian a:hover
{
    text-decoration: underline;
    color: #fff;
}
.MyAccordian a:visited
{
    color: #fff;
}
.MyAccordian a:active
{
    color: #fff;
}
.accordianHeader
{
    background-color: #333300; /* Dark Green */
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin-bottom: 5px;
}
.accordianHeaderSelected
{
    background-color: #333300; /* Dark Green */
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 3px 5px 3px 5px;
}
.accordianContent
{
    background-color: #fff;
    color: #000;
    padding: 3px 5px 3px 5px;
    margin-bottom: 5px;
}
.AccordianActive
{
    background-color: #d0dd80; /* Light Green */
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin-bottom: 5px;
}
.tabContainer
{
}
.tabPanel
{
    background-color: #d0dd80; /* Light Green */
}
.tdVenue
{
    border-bottom: solid 1px #000; 
    padding: 15px 5px 5px 0px; 
    vertical-align: top
    }
.tdRegister
{
    border-bottom: solid 1px #000; 
    padding: 11.75px 5px 5px 20px; 
    vertical-align: top;
}
.liLabel
{
    font-weight: bold;
    list-style-type: none;
    margin-left: -20px;
}
.MyAccordian ul
{
    padding-left: 20px;
}
.MyAccordian li
{
    padding-left: 0px;
}