/*======  RESET  ======*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, em,
font, img, small, strong, sub, sup, ul, ol, li, dl, dt, dd, fieldset, form,
label, legend, tr, th, td, input, select,textarea{
border: 0; 
margin: 0;
outline: 0; 
padding: 0;  
}
em{
font-style: italic;
}
strong{
font-weight: bold;
}
ul, ol{
list-style: none;
}

ol{
padding-top:0.5em;
}
a{
text-decoration: none;
}
.clear{
clear: both;
}

/*======  MAIN  ======*/

html {
overflow-y: scroll;
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: url('../images/bg.jpg') #f0f9fe repeat-x 0 0;
font-family: arial, verdana, sans-serif;
}

#header {
background-image: url('../images/header-bg.jpg');
background-position: top center;
background-repeat: no-repeat;
height: 285px;
margin: 0 auto;
width: 950px;
}

#wrapper {
background: url('../images/artboard-bg.png') transparent repeat-y 0 0;
margin: -285px auto 0;
min-height: 100%;
position: relative;
width: 950px;
}

#content {
margin: 0 70px 0 380px;
}

#content h1 {
color: #13235b;
font-weight: 300;
left: 400px; 
overflow: hidden;
padding: 0.5em 0;
position: absolute;
top: 245px;
}

#content h2 {
color: #13235b;
font-size: 15px;
padding: 0.5em 0 0 0;
}

#content h2, h3, h4 {
color: #7bc1c1;
font-size: 16px;
font-weight: 400;
padding: 0.5em 0 0 0;
margin: 0 0 -0.25em 0;
}

p {
color: #797979;
font-size: 15px;
line-height: 125%;
padding: 0.5em 0;
}

#content p strong {
color: #13235b;
}

#content p a {
color: #13235b;
font-weight: bold;
}

.fees-amp-finance #content p strong {
line-height: 0;
}


table {
margin-bottom: 15px;
}

td {
color: #939393;
font-size: 15px;
}

td em{
font-size: 12px;
}

#content-type {
padding: 20px 0 25px;
}

.content-type-intro {
color: #7bc1c1;
}

#contact-us #content-type p {
padding-bottom: 1em;
}

#nav {
display: block;
left: 60px;
overflow: hidden;
position: absolute;
text-align: right;
top: 245px;
width: 189px;
}

#nav ul {
margin:0 20px 20px 0;
}

#nav a{
color: #13235b;
padding: 10px 0;
}

#mainNav li{
margin: 5px 0;;
}

.button li{
margin: 2px 0;;
}

#nav a:hover {
color: #7bc1c1;
}

#nav ul li.active a{
color: #7bc1c1;
}

#nav .contact-button {
margin-top: 0px;
}

#content fieldset {
width: 490px; 
}

#content .required{
color: #13235b;
}

#content .requirednotice{
margin-top: 5px;
margin-bottom: 5px;
}

#content label input{
border: 1px solid #7bc1c1;
display: block;
font-size: 100%;
line-height: 140%;
width: 100%;
}

#content label span {
color: #939393;
clear: both;
text-align: left;
width: 100%;
}

#content input {
/*background-color: #eefafa;*/
display: block;
font-size: 100%;
line-height: 140%;
margin: 5px 0 10px 0;
width: 100%;
}

#content textarea {
/*background-color: #eefafa;*/
border: 1px solid #7bc1c1;
display: block;
font-size: 100%;
line-height: 140%;
margin: 5px 0 10px 0;
width: 100%;
}

#content .submit{
border: 1px solid #7bc1c1;
background-color: white;
color: #7bc1c1;
float: right;
padding: 5px;
width: 70px;
}

#content .list li {
color: #797979;
font-size: 92%;
line-height: 130%;
list-style: circle;
}

.home-list {
background-color: #7bc1c1;
border: 4px solid #d9eef3;
padding: 10px 10px 18px 10px;
width: 472px;
}

.home-list ul {
list-style-type: none;
width: 500px;
}

.home-list li {
background-image: url(/includes/images/tick.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
float: left;
line-height: 20px;
margin: 6px 0 0 0;
padding: 0 0 0 20px;
width: 225px;
}

.home-list a{
color: white;
}

.treatment-menu {
background-color: #7bc1c1;
border: 4px solid #d9eef3;
padding: 6px 6px 12px 12px;
margin-bottom: 8px;
width: 472px;
}

.treatment-menu ul {
list-style-type: none;
width: 500px;
}

.treatment-menu li {
background-image: url(/includes/images/tick.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
float: left;
font-size: 15px;
line-height: 20px;
margin: 3px 0 0 0;
padding: 0 0 0 20px;
width: 225px;
}

.treatment-menu a{
color: white;
}

#footer{
border-top: 1px solid #7bc1c1;
padding-bottom: 25px;
}

#footer .left-footer{
border-bottom: 1px solid #7bc1c1;
}

#footer .right-footer{
font-size: 70%;
}

#footer .right-footer a{
color: #7bc1c1;
}

#footer .left-footer strong{
color: #7bc1c1;
}




