/* 
    Document   : base
    Created on : 27-Oct-2011, 14:28:43
    Author     : joe.towner
    Description:
        Stylesheet for base
*/

body, div, html {
    margin: 0px;
    padding: 0px;
}
html, textarea {
    font-family: "Lucida Sans", Arial, sans-serif;
    font-size: 13px;
}
html {
    background: url('../images/main_bg.png') repeat-x top center #acdef4;
}
.floatClear {
    clear : both;
    height : 1px;
    margin-bottom : -1px;
    overflow : hidden;
}
h1 {
    font-size: 16px;
    margin: 0px;
    padding: 8px 0px;
    color: #c1272d;
}
h2 {
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    color: #c1272d;
}
p {
    margin: 0px;
    padding: 10px 0px;
}
img {
    border: 0px;
}
a {
    color: #0871b9;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/*CONTENT*/
#wrapper {
    width: 989px;
    margin: 0px auto;
}
#wrapper_left {
    background: url('../images/wrapper_left_rep.png') repeat-y top left;
}
#wrapper_left_fixed {
    background: url('../images/wrapper_left_fixed.png') no-repeat top left;
}
#wrapper_right {
    background: url('../images/wrapper_right_rep.png') repeat-y top right;
    margin-left: 40px;
}
#wrapper_right_fixed {
    background: url('../images/wrapper_right_fixed.png') no-repeat top right;
    padding-right: 40px;
}
#inner_wrapper {
    background: url('../images/bg.png') repeat top left #FFFFFF;
}

/*HEADER*/
#header {
    height: 168px;
    background: #FFFFFF;
}
#header a {
    color: #FFFFFF;
}
#header a#logo {
    display: block;
    margin-left: 30px;
    float: left;
}
#header #contact {
    background: url('../images/contactus.png') no-repeat top center;
    width: 124px;
    height: 28px;
    float: left;
    text-align: center;
    display: block;
    font-size: 16px;
    padding-top: 2px;
}
#header #photos {
    background: url('../images/photos.png') no-repeat top right;
    float: right;
    width: 441px;
    height: 168px;
}

/*MENU*/
#caring {
    background: url('../images/caring.png') no-repeat top right;
}

/*CONTENT*/
#content {
    padding: 15px;
}
#col_left {
    float: left;
    width: 672px;
}
#col_right {
    width: 192px;
    float: right;
    font-family: "Lucida Sans";
}
#col_right a {
    width: 192px;
    display: block;
    margin-bottom: 12px;
}
#col_right a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
#col_right #facebook img {
    vertical-align: middle;
}
#col_right #facebook a {
    display: inline;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
#home_box {
    border: 1px solid #cccccc;
    background: url('../images/homepage_box.png') repeat-y top left #29688f;
    padding: 23px;
}
#nopad_box {
    padding: 23px 0px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
}
#nopad_box h1, #nopad_box p {
    padding-left: 15px;
    padding-right: 15px;
}
#box {
    border: 1px solid #cccccc;
    background: #FFFFFF;
    padding: 23px;
}
a#register {
    height: 57px;
    background: url('../images/box_register.png') no-repeat top center;
    padding: 14px 50px 0px 10px;
    width: 132px;
    text-decoration: none;
}
a#register span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
a#symptoms {
    height: 102px;
    background: url('../images/box_symptoms.png') no-repeat top center;
    padding: 75px 13px 0px 13px;
    width: 166px;
    text-decoration: none;
}
a#symptoms span.title {
    color: #065987;
    font-size: 16px;
    line-height: 1.1;
}
a#symptoms span {
    color: #1a1a1a;
    font-size: 13px;
}
a#symptoms p {
    padding: 5px 0px;
}
a#insurance {
    height: 90px;
    background: url('../images/box_insurance.png') no-repeat top center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 12px 0px 12px;
    width: 168px;
}
#insurance span.title {
    font-size: 16px;
}
#insurance span {
    font-size: 13px;
}
#insurance p {
    padding: 5px 85px 5px 0px;
}
a#health_plan {
    height: 170px;
    background: url('../images/box_healthplan.png') no-repeat top center;
    text-decoration: none;
    padding: 13px 13px 0px 13px;
    width: 166px;
}
a#health_plan span.title {
    font-size: 16px;
    color: #1a1a1a;
}
a#health_plan span {
    font-size: 13px;
    color: #333333;
}
a#health_plan p {
    padding: 5px 0px;
}
a#health_plan hr {
    margin: 7px 0px 2px 0px;
    color: #999999;
    background-color: #999999;
    height: 1px;
    border: 0px;
}

/*FOOTER*/
#footer {
    border-top: 10px solid #333333;
    padding: 15px;
    background: #FFFFFF;
}
#footer ul, #footer ul a, #footer span, #footer span a {
    color: #c1272d;
}
#footer span span {
    color: #0871b9;
}
#footer ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0px;
    font-size: 13px;
    margin-bottom: 5px;
}
a#contact, #footer ul a {
    text-decoration: none;
}
a#contact:hover, #footer ul a:hover {
    text-decoration: underline;
}
#footer li {
    display: inline;
    padding: 0px 10px 0px 0px;
}
#footer h1, #footer p {
    padding: 3px 0px;
}
#footer #terms {
    font-size: 11px;
}
#rcvs {
    font-size: 11px;
}
#rcvs p {
    width: 170px;
}
