

/* Body */

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, sans-serif;
}

a {
    color: #5876aa;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #AD5A33;
}

/* Main */

div#main {
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/authdom_hp_repeat1.jpg');
    width: 999px;
    text-align: left;
}

/* Header */

div#header {
    background-image: url('/images/authdom_hp_top1.jpg');
    background-repeat: no-repeat;
    height: 125px;
}

div#header_left {
    float: left;
    width: 474px;
    padding-left: 25px;
    padding-top: 20px;
}

div#header_right {
    float: left;
    width: 474px;
    text-align: right;
    padding-right: 25px;
    padding-top: 20px;
}

/* Green Bar */

div#greenbar {
    background-image: url('/images/authdom_hp_greenbar3.jpg');
    background-repeat: no-repeat;
    height: 36px;
}

/* Content */

div#content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

div#content_leftnav {
    width: 275px;
    float: left;
    padding-left: 5px;
}

div#content_body {
    float: left;
    width: 660px;
    background-repeat: repeat-y;
    padding-left: 20px;
}

div#content_body h2 {
    color: #ee4923;
    font-family: Arial;
    font-size: 16pt;
    margin: 0px;
    padding: 0px;
}

div#content_body h1 {
    font-size: 20pt;
    padding: 0px;
    margin: 0px;
}

div#content_body p {
    color: #505050;
    font-family: Arial;
    font-size: 12pt;
    width: 95%;
}


/* Bottom Links */

div#bottom_links {
    font-family: Arial;
    font-size: 12pt;
    color: #878585;
    padding-left: 20px;
    padding-bottom: 3px;
    width: 479px;
    float: left;
}

div#bottom_links a {
    color: #878585;
    text-decoration: none;
}

div#bottom_links a:hover {
    color: #000000;
}

/* Call or Email */
div#call_or_email {
    float: left;
    width: 439px;
    text-align: right;
    padding-right: 60px;
}

/* Copyright Footer */

div#footer {
    background-image: url('/images/authdom_hp_bottom1.jpg');
    background-repeat: no-repeat;
    height: 52px;
}

div#copyright {
    padding-top: 2px;
    padding-left: 630px;
    text-align: left;
    font-family: Arial;
    font-size: 7pt;
    color: #878585;
}

/* blueform */

div#blueform {    
    width: 507px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

div#blueform_top {
    height: 12px;
    background-image: url('/images/blueform_top3.jpg');
    background-repeat: no-repeat;
}

div#blueform_content {
    background-image: url('/images/blueform_repeat3.jpg');
    background-repeat: repeat-y;
}

div#blueform_bottom {
    height: 20px;
    background-image: url('/images/blueform_bottom3.jpg');
    background-repeat: no-repeat;
}

#blueform_table {
    background-image: url('/images/blueform_bg3.jpg');
    background-repeat: no-repeat;
}

#blueform_table TR {
    padding-left: 20px;
}

.blueform_heading_green {
    color:#89cd06;
    font-weight:bold;
    font-size:16pt;
}

.blueform_heading_red {
    color:#ef4923;
    font-weight:bold;
    font-size:16pt;
}



/* homepage list */

.homepage_list {
   padding: 0px;
   margin: 0px;
}

.homepage_list li {
   list-style: none;
   font-size: 14pt;
}

/* contact list */

#contact_list TD {
   font-family: Tahoma;
   font-size: 8pt;
}

/* error message */

.error {
   border: 1px solid #8B0000;
   color: #8B0000;
   padding: 5px;
}

.nonbold {
   font-size: 10pt;
   font-weight: lighter;
}



.vsilo {

position: absolute;

left: -999px;

width: 600px;
height: 100px;
}