/* Containers */
* {
    padding: 0px;
    margin: 0px;
}

html, body {
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 12px;
    color: black;
    background: #F6F5F1 url(/images/green.gif) bottom left repeat-x;
}

#all {
    border-top: solid 6px #349928;
}

#container {
    margin: 0px auto;
    
    width: 760px;

    background: url(/images/blue.jpg) top right repeat-x;
    padding-bottom: 19px;
}

/* Header */

#header #logo h1 {
    float: left;
}

#header #logo h1, #header #logo h1 a {
    height: 159px;
    width: 145px;
}

#header #logo h1 a {
    display: block;
    
    text-indent: -1000em;

    background: url(/images/logo.gif);
    
    text-decoration: none;
}

#header #nav {
    margin-left: 145px;
    
    height: 159px;
    
    /*background: #4EA5D7*/
}

#nav ul {
    float: left;

    margin-top: 16px;
    margin-left: 16px;
    
    list-style-type: none;
    
    text-transform: lowercase;
    
    width: 145px;

    line-height: 0px;
}

#nav ul li {
    height: 19px;
    width: 145px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

*:first-child+html #nav ul li, * html #nav ul li {
    margin-bottom: -2px;
}

#nav .second {
    margin-left: 0px;
    padding-left: 8px;
    border-left: solid 4px #D2E9F5;
    float: left;
    font-weight: bold;
    color: white;


    margin-top: 16px;
}

#nav #third {
    padding-left: 0px;
    border-left: 0px;
    margin-left: 10px;
    background: #21aee3;
    border: 2px solid #D2E9F5;
    border-top: 0px;
}

#nav #third a.selected {
    color: #025678;
    cursor: default;
}

#nav ul.second, #nav ul.second li {
    width: 206px;
}

body #nav ul.second li a.selected {
    color: #40C2F4;
    
    background: #D2E9F5;
}

* html #nav ul {
    margin-left: 6px;
}

#nav li a {
    display: block;
    
    padding: 3px 4px 5px 4px;

    color: #D2E9F5;
    font-weight: bold;
    text-decoration: none;
    
    font-size: 12px;
    line-height: 12px;
}

#nav ul li a.on {
    color: #40C2F4;
    
    background: #D2E9F5;
}

#nav li a:hover {
    background: #40C2F4;
}

/* Content */

#content {
    margin-left: 145px;
    
    padding: 16px;
}

p {
    margin-top: 16px;
    line-height: 16px;
}

img {
    border: 0px;
}

#content ul {
    margin: 16px 0px;
    margin-left: 16px;
    list-style: square;
}

#content ol {
    margin: 16px 0px;
    margin-left: 16px;
}

.block {
    border-top: 3px solid #28B3EE;
    padding: 0px 16px;
    margin: 0px -16px;
    margin-top: 16px;
    clear: both;
}

.block img {
     float: right;
     margin: 16px;
     margin-right: 0px;
     border: 1px solid #28B3EE;
}

.callnow {
    font-size: 10px;
    text-transform: lowercase;
}

/* Headers */

h2 {
    font-size: 16px;
    line-height: 16px;
    color: #349928;
}

h2.extra {
    float: right;
}

h3 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}

/* Links */

a {
    color: #01729e/*28B3EE*/;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #349928;
    text-decoration: underline;
}

/*a:visited {
    color: #0B5884;
}*/

/* Footer */

#footer {
    padding: 16px;
    padding-top: 0px;
    
    font-size: 9px;
    
    clear: both;
    
    border-top: 3px solid #28B3EE;
    
    margin-left: 145px;
    margin-bottom: 16px;
}

.footer {
    clear: both;
    height: 0px;
    overflow: hidden;
}

#footer span {
    display: block;
    margin-top: 16px;
}

#footer em {
    float: right;
    font-size: 12px;
    margin-top: -4px;
    color: #349928;
    overflow: auto;
}

#footer div {
    display: inline;
    float: right;
    clear: right;
}

#footer strong {
    color: #349928;
    /*float: right;*/
    font-size: 16px;
    float: left;
}

/* Side */
#side {
    width: 200px;
    float: right;
}

#content #side ul {
    margin: 0px;
    margin-top: 16px;
    line-height: 0px;
    list-style-type: none;
}

#side ul li {
    background: url(/images/light.gif) top left repeat-x;
}

#side ul li a {
    display: block;
    padding: 4px 6px;
    
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}

#side h2 {
    padding-left: 6px;
}

#main {
    margin-right: 216px;
}

#altside {
    width: 136px;
    margin-left: -153px;
    float: left;
    clear: left;
    background: url(/images/light.gif) top left repeat-x;
    padding-top: 4px;
}

#altside a {
    display: block;
    padding: 4px 6px;
    
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
}

