/* General structural style declarations  */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Sans-serif ;
    font-size: 13px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-image: url(../images/common/bg.gif);
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 24px;
    line-height: 32px;
    color: #00b1b0;
    font-weight: bold;
    padding-bottom: 16px;
    width:620px;
}


.rfTitle h2,
.rfTitle h1 {
    padding-bottom: 0px;
}

h1 a {
    color: #00b1b0;
    text-decoration: underline;
}

h2 {
    font-size: 19px;
    line-height: 19px;
    color: #00b1b0;
    font-weight: normal;
    padding-bottom :18px;
}

h1.rfHeader {
    line-height: 18px;
}

h2.rfHeader {
    color: #016767;
    font-size: 20px;
    line-height: 18px;
    position: relative;
    bottom: 7px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #00b1b0;
    line-height: 18px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 17px;
}

a, a:visited, a:link {
    color: #00b1b0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#page {
    width: 800px;
    margin: 0px auto;
    text-align: left;
}

.pageWrapper,
.pageBottom,
.pageInner {
    float: left;
    clear: both;
    width: 800px;
}

.pageWrapper {
    background-image: url(../images/common/page-bg.gif);
    background-position: 2px 0px;
    background-repeat: repeat-y;
}

.pageInner {
    background-image: url(../images/common/page-bg-top2.gif);
    background-position: -2px -20px;
    background-repeat: no-repeat;
}

.pageBottom {
    background-image: url(../images/common/page-bg-bottom.gif);
    background-position: 2px 0px;
    background-repeat: no-repeat;
    height: 19px;
}

#pageContent,
#pageHeader {
    width: 732px;
    float: left;
    clear: both;
} 

#pageContent {
    padding: 0px 34px 55px;
}

/* Header and nav styles */

#pageHeader {
    padding: 32px 34px 34px;
}

.headerLogo,
.headerLogo a {
    float: left;
}

.primaryNavWrapper {
    float: right;
    width: 555px;
    padding-top: 52px;
}

.navRight,
.navLeft {
    float: left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 12px;
    height: 26px;
}

.navLeft {
    background-image: url(../images/common/nav-bg-left.gif);
}

.navRight {
    background-image: url(../images/common/nav-bg-right.gif);
}

.primaryNavigation {
    float: left;
    background-image: url(../images/common/nav-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 26px;
}

.primaryNavigation ul {
    list-style-type: none;
    padding: 0px;
    float: left;
}

.primaryNavigation li {
    list-style-type: none;
    float: left;
}

.primaryNavigation li a {
    float: left;
    height: 9px;
    padding: 8px 13px 9px;
}

.primaryNavigation li.selected {
    background-image: url(../images/common/nav-bg-sel.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.secondaryNavigation {
    float: right;
    clear: right;
    width: 555px;
    padding-top: 11px;
}

.secondaryNavigation ul {
    float: left;
    list-style-type: none;
    padding: 0px;
}

.secondaryNavigation li {
    float: left;
    list-style-type: none;
    padding: 0px 4px;
}

.secondaryNavigation li a {
    float: left;
    color: #999999;
    text-transform: uppercase;
    line-height: 10px;
    font-size: 10px;
    font-weight: bold;
}

.secondaryNavigation li a .subNavTitle {
    height: 10px;
    padding: 3px 0px 2px;
}

.secondaryNavigation li.selected a {
    color: #00b1b0;
}

.secondaryNavigation li a span {
    float: left;
}

.secondaryNavigation li a .subNavRight,
.secondaryNavigation li a .subNavLeft {
    width: 6px;
    height: 15px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.secondaryNavigation li.selected a .subNavLeft {
    background-image: url(../images/common/subnav-left-sel.gif);
}

.secondaryNavigation li.selected a .subNavRight {
    background-image: url(../images/common/subnav-right-sel.gif);
}

.secondaryNavigation li.selected a .subNavTitle {
    background-color: #cdefef;
}

/* Footer Links */

#pageFooter {
    text-align: center;
    float: left;
    clear: both;
    width: 732px;
    padding: 0px 34px 0px;
}

#homeFooter span,
#pageFooter span {
    display: block;
    color: #999999;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}

#homeFooter a,
#pageFooter a {
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
}

.footerLeft {
    width: 616px;
    float: left;
    background-image: url(../images/common/footer-divider.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 47px;
    position: relative;
    bottom: 38px;
}

.footerRight{
    float: right;
    position: relative;
    bottom: 74px;
    right: 12px;
}


/*  General Region Structure  */

.columnBody {
    width: 732px;
    float: left;
    clear: both;
    background-image: url(../images/common/content-divider.gif);
    background-position: 0px bottom;
    background-repeat: no-repeat;
    padding-top:5px;
}

.columns {
    width: 732px;
    float: left;
    clear: both;
    padding-top: 30px;
}

.columns .columnOne {
    width: 430px;
    float: left;
    padding-top:3px;
}

.columns .columnOne img {
    padding-bottom:6px;
}

.columns .columnTwo img {
    padding-bottom:6px;
}

.columns .columnTwo {
    float: right;
    width: 265px;
    padding-bottom: 0px;
    padding-top:3px;
}

.columns .columnThree {
    float: left;
    width: 732px;
    padding-bottom: 20px;
}

.alternateTwoColumn .columnOne {
    width: 250px;
    float: left;
}

.alternateTwoColumn .columnTwo {
    float: right;
}

.alternateTwoColumn .columnThree {
    float: right;
    width: 440px;
}


/* Home Specific */

#homeHeader {
    margin: 0px auto;
    width: 660px;
    clear: both;
}

#homeHeader .primaryNavWrapper {
    padding-top: 37px;
}

#homeFooter {
    margin: 0px auto;
    width: 560px;
    padding-left: 100px;
    padding-top: 10px;
    clear: both;
}

.homePageFlash {
    padding-top: 68px;
}


/* Random Fact  */

#randomFact {
    width: 251px;
    float: left;
    clear: both;
}

.rfTop {
    background-image: url(../images/common/rf-top.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 251px;
    float: left;
    clear: both;
    height: 4px;
}

.rfBottom {
    background-image: url(../images/common/rf-bottom.gif);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    width: 251px;
    float: left;
    clear: both;
    height: 18px;
}

.rfTitle {
    height: 51px;
    width: 221px;
    padding: 12px 15px 0px;
    float: left;
    clear: both;
    overflow: hidden;
    background-color: #e0f9f9;
}

.rfImage {
    padding: 14px 12px 5px;
    float: left;
    clear: both;
    overflow: hidden;
    background-color: #ecfbfb;
    height: 120px;
    width: 227px;
}

.rfImageWrapper {
    padding: 3px;
    float: left;
    clear: both;
    width: 221px;
    height: 114px;
    overflow: hidden;
}

.rfFrame {
    height: 120px;
    width: 227px;
    float: left;
    clear: both;
    position: relative;
    bottom: 120px;
}

.rfFact {
    width: 221px;
    padding: 0px 15px;
    float: left;
    clear: both;
    background-color: #ecfbfb;
    color: #17b9b8;
    font-size: 15px;
}

/* FAQ */

.faqTitle h2 {
    padding-bottom: 10px;
}

.faqSet {
    /*background-repeat: repeat-x;
    background-position: 0px 0px;
    background-image: url(../images/common/footer-divider.gif);*/
    padding-top: 8px;
}

.faqItem {
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: 0px bottom;
    background-image: url(../images/common/footer-divider.gif);
    margin-bottom: 8px;
}

.faqBody {
    padding-bottom: 10px;
}

/* Form */

.formWrapper {
    width: 445px;
    float: left;
    clear: both;
}

.formWrapper ul {
    width: 450px;
    list-style-type: none;
    float: left;
    clear: both;
    padding: 0px;
}

.formWrapper li {
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 205px;
    padding: 0px 9px 3px 0px;
}

.formWrapper label {
    display: block;
    color: #01b2b1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}    

.formWrapper li textarea,
.formWrapper li input {
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Sans-serif ;
    display: block;
    width: 205px;
    padding: 5px 2px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #d4d4d4;
    background-color: #F6F6F6;
}


.formWrapper li textarea {
    height: 62px;
}

.formWrapper .fullRow {
    width: 419px;
}

.formWrapper .fullRow input {
    width: 419px;
}

.formWrapper .radioItem {
    width: 205px;
    float: left;
    clear: both;
    padding-bottom: 3px;
}

.formWrapper .radioWrapper {
    width: 205px;
    float: left;
    clear: both;
    height: 90px;
    padding: 4px 0px 0px;
}


.formWrapper .radioWrapper label {
    float: left;
    padding-left: 5px;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
    text-transform: none;
    font-weight: normal;
}

.formWrapper .radioWrapper input {
    float: left;
    width: auto;
}

.formWrapper .submit {
    padding-top: 10px;
    float: left;
    clear: both;
}

.formWrapper #submit {
    display: none;
}


.errors li,
.errors p {
    color: #CC0000;
}
