/*
   Authority Domains
   http://www.authoritydomains.com/
   Cascading Style Sheet
*/

/* Body */

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

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

a:hover {
    color: #ef4923;
}

/* 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#privacy {
	float: left;
    width: 660px;
    background-repeat: repeat-y;
    padding-left: 20px;
	font-size:0.8em
}

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%;
}


/* Orange Line */

.redline {
    width: 100%;
    height: 5px;
    background-image: url('/images/authdom_hp_redline3.jpg');
    background-repeat: no-repeat;
}

/* 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;
}

/* leftnav */

.leftnav_list {
   padding-top: 0px;
   margin-top: 0px;
}

.leftnav_list li {
    margin-left: 45px;
    list-style: none;
    font-size: 10pt;
}

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

.leftnav_list a:hover {
    color: #ef4923;
}

div#leftnav_link_building {
    background-image: url('/images/leftnav_link_building1.jpg');
    background-repeat: no-repeat;
    padding-top: 62px;
}

div#leftnav_sem_services {
    background-image: url('/images/leftnav_sem_services1.jpg');
    background-repeat: no-repeat;
    padding-top: 63px;
}

div#leftnav_seo_tools {
    background-image: url('/images/leftnav_seo_tools1.jpg');
    background-repeat: no-repeat;
    padding-top: 61px;
}

div#leftnav_contact_us {
    background-image: url('/images/leftnav_contact_us1.jpg');
    background-repeat: no-repeat;
    padding-top: 58px;
    color: #717171;
    font-weight: bold;
}

div#leftnav_contact_us li {
    font-size: 8pt;
}

/* homepage list */

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

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

/* 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;
}
