/* 
    Stylesheet for adamsrussell.com - Basic Style
    Created : 5 November 2005
    Updated : 28 February 2010
    Author  : Rich Adams (http://wblinks.com)
    
    v1.5
*/

/* Default Values
***************************************************************************************************/

* {
    line-height: 1.3;
}

/* Typography
***************************************************************************************************/

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

h1 {
    padding-left: 15px;
}

h2 {
    font-size: 1.4em;
    color: #6abf64;
    margin: 0px;
    margin-top: -20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #bde7ba; /*6abf64*/
    z-index: 2;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d8047;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

h4 {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 5px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    text-align: justify;
    padding-bottom: 20px;
}

p.highlight {
    font-weight: bold;
    font-size: 1.05em;
}

sup {
    vertical-align: super;
    font-size: 0.7em;
    padding-left: 3px;
}

/* Links
***************************************************************************************************/

a:link,
a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #174;
}

a:hover {
    font-weight: bold;
    color: #6c9;
    border-bottom: 1px solid #6c9;
}

a img {
    border: none;
}

/* Form Inputs
***************************************************************************************************/

/* Lists
***************************************************************************************************/

ul, ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

ul {
    list-style: circle;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 20px;
}

/* Page Layout
***************************************************************************************************/

#page {
    width: 820px;
    margin: 0 auto;
    background: url(/img/content-top.gif) 160px 122px no-repeat;
    overflow: auto !important;
    overflow/**/: hidden;
    z-index: 1;
}

/* Header
***************************************************************************************************/

#header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header img {
    padding-right: 5px;
}

#header a {
    border-bottom: none;
}

/* Menu
***************************************************************************************************/

#menu {
    width: 150px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff url(/img/menu-top.gif) top left no-repeat;
    float: left;
}

#menu ul {
    width: 150px;
    padding-bottom: 30px;
    background: #fff url(/img/menu-bottom.gif) bottom left no-repeat;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

#menu ul li {
    border-bottom: 1px solid #fff;
    background: #bde7ba;
    color: #fff;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 0px;
}

#menu ul li.first {
    border-top: 1px solid #fff;
}

#menu ul li em {
    display: none;
}

#menu ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3px 5px 3px 0px;    
}

#menu ul li a:hover {
    background: #e4fce2;
    color: #000;
    border-bottom: none;
}

/* Main Content
***************************************************************************************************/

#page-content {
    border-left: 3px solid #bde7ba;
    border-right: 3px solid #bde7ba;
    width: 635px !important;
    width/**/: 634px;
    margin-left: 0px !important;
    margin-left/**/: 11px;
    float: right;
    margin-right: 18px;
    margin-top: 30px;
    min-height: 250px;
    height: auto !important;
    height/**/: 250px;
}

#page-content p {
    padding-left: 15px;
    padding-right: 15px;
}

/* Footer
***************************************************************************************************/

#footer {
    font-family: verdana, serif;
    font-size: 0.75em;
    color: #000;
    letter-spacing: 1px;
    line-height: 1em;
    text-align: right;
    border-top: 3px solid #bde7ba; /*#2d8047;*/
    padding-top: 5px;
    clear: both;
    width: 641px !important;
    width/**/: 640px;
    float: right;
    margin-right: 18px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    margin-left/**/: 11px;
}

#footer p {
    display: inline;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#footer p#regulated-info {
    display: block;
}

#footer p#footer-links {
    display: block;
}

#footer a {
    color: #000;
}

#footer a:hover {
    border-bottom: 1px solid #000;
}


/* Welcome Page
***************************************************************************************************/

#welcome a {
    border-bottom: none;
}

#welcome #page-content {
    width: 420px !important;
    height: 520px;
    border: none;
    float: none;
    margin: 0 auto !important;
}

#welcome #start_ul {
    position: relative;
    top: 100px;
    left: 0px;
    width: 205px;
    height: 205px;
    background: #fff url(/img/2.gif) top right no-repeat;
}

#welcome #start_ur {
    position: relative;
    top: -105px;
    left: 215px;
    width: 205px;
    height: 205px;
    background: #fff url(/img/1.gif) top right no-repeat;
}

#welcome #start_ll {
    position: relative;
    top: -95px;
    left: 0px;
    width: 205px;
    height: 205px;
    background: #fff url(/img/3.gif) top right no-repeat;
}

#welcome #start_lr {
    position: relative;
    top: -300px;
    left: 220px;
    width: 200px;
    height: 205px;
    margin: 0px 0px 0px 0px;
    background: #fff;
}

/* Home Page
***************************************************************************************************/
     
#home #people {
    overflow: hidden;
    margin-left: 15px;
}
   
#home #people .image {
    float: left;
    padding-right: 5px !important;
    padding-right/**/: 1px;
}

#home #people .image p.caption {
    text-align: center;
    font-style: italic;
}

/* Services Page
***************************************************************************************************/

table#state_provides {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 5px solid #ddd;
    border-bottom: 4px solid #ddd;
}

table#state_provides td {
    padding: 3px;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

table#state_provides tr.odd td {
    background: #f3f3f3;
}

table#state_provides td.amount {
    text-align: left;
    font-weight: bold;
}

#statistics {
    font-size: 0.9em;
}

/* Testimonials Page
***************************************************************************************************/

.testimonial {
    margin: 10px;
    padding: 10px;
    background: #f0ffe0;
}

.testimonial p.who-said {
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding-bottom: 0px;
    padding-top: 5px;
}

/* About Us Page
***************************************************************************************************/

#about_us_image {
    margin-left: 15px;
}

/* Contact Us Page
***************************************************************************************************/

#phone p {
    padding-bottom: 0px;
}

/* Misc Styles
***************************************************************************************************/

.terms_statement h1 {
    font-size: 1.2em;
    text-transform: uppercase;
}
    