﻿/* All programming done by: 
   Ambient Technical Group, LLC 
   Phone: (941) 782-6217 
   Email: info@ambient.us.com */

/**** Element Styles ****/
body
{
    background-color: #212f36;
    color: #717171;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0px;
}

a
{
    color: #8d9ea7;
}

a:hover
{
    color: #2c9ade;
}

p
{
    margin: 12px 0px 12px 0px;
}

img
{
    border: 0px;
}

td
{
    vertical-align: top;
    padding-bottom: 8px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 10px 12px;
    line-height: 20px;
}

li
{
    background-image: url(images/list_item.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: .6em;
}

/**** Master Page Styles ****/
#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    position: relative;
}

#header
{
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
    height: 431px;
    width: 980px;  
}

#newsletter
{
    background-image: url(images/newsletter_bg.jpg);
    height: 308px;
    width: 234px;
    position: absolute;
    top: 123px;
    left: 23px;
}

#newsletter_title
{
    color: White;
    position: relative;
    top: 10px;
    left: 37px;
}

#newsletter_text
{
    width: 194px;
    position: relative;
    top: 30px;
    left: 20px;
}

#content
{
    background-color: White;
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-x;
    padding: 10px 18px 10px 45px;
    height: 426px;
    width: 917px;
}

#left
{
    float: left;
    margin-right: 35px;
    width: 187px;
}

.divider
{
    background-color: #c5c5c5;
    margin: 8px 0px 8px 0px;
    height: 1px;
    width: 187px;
}

#right
{
    float: left;
    height: 420px;
    width: 689px;
    padding-right: 6px;
    overflow: auto;
}

#footer
{   
    background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-x;
    color: #8d9ea7;
    padding: 30px 45px 0px 45px;
    height: 41px;
    width: 890px;
}

#copyright
{
    position: relative;
    float: left;
    width: 200px;
}

#links
{   
    text-align: right;
    position: relative;
    float: left;
    width: 690px;
}

/**** Page Specific Stylers ***/
#home_banner
{
    background-image: url(images/home_banner_bg.png);
    height: 224px;
    width: 695px;
}

#banner_text
{
    position: relative;
    top: 32px;
    left: 206px;
    width: 444px;
}

/**** Formatting Styles ****/
.large_title
{
    font-size: 24px;
    letter-spacing: -2px;
}

.title
{
    font-size: 18px;
    letter-spacing: -2px;
}

.red
{
    color: #bd3232;
    text-decoration: none;
}

.blue
{
    color: #367ba1;
    text-decoration: none;
}

.grey
{
    color: #717171;
    text-decoration: none;
}

.button
{
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}

.checkbox
{
    position: relative;
    left: 0px;
}

.error
{
    color: Red;
}

.dropdown
{
    font-size: 12px;
    padding: 0px;
    width: 163px;
}

.textbox
{
    font-size: 12px;
    padding: 0px;
    width: 160px;
}