﻿body
{
    background: url("../img/bg.gif") repeat-x fixed;
}
#wrapper
{
    width: 960px;
    height: auto;
    margin: auto;
}
#head
{
    width: 960px;
    height: 60px;
}
#logo
{
    height: 54px;
    width: 260px;
    background: url("../img/rtalogo.png") no-repeat;
    float: left;
}
#links
{
    width: 645px;
    float: right;
    margin-top: 25px;
}
#top
{
    background: url("../img/t.png") no-repeat;
    width: 960px;
    height: 13px;
}
#alt_top
{
    background: url("../img/new_top.png") no-repeat;
    width: 930px;
    height: 31px;
    padding-top: 129px;
    padding-left: 15px;
    padding-right: 15px;
}
#title
{
    position: relative;
}
#title h1
{
    display: inline;
}
#telephone
{
    text-align: right;
    position: absolute;
    right: 0px;
    font-family: Verdana;
    font-size: 25px;
    color: #007da8;
    font-weight: bolder;
}
#middle
{
    background: url("../img/m.png") repeat-y;
    width: 930px;
    height: auto;
    min-height: 515px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Verdana;
    font-size: 80%;
    line-height: 150%;
    color: #58386C;
}
.left
{
    width: 475px;
    float: left;
}
.right
{
    width: 267px;
    float: left;
    margin-left: 23px;
    margin-top: 22px;
}
.leftWide
{
    width: 600px;
    float: left;
    height: auto;
    margin-top: 22px;
}
.rightThin
{
    width: 300px;
    float: right;
    margin-left: 25px;
    margin-right: 5px;
    text-align: right;
    margin-top: 22px;
}
#bottom
{
    background: url("../img/b.png") no-repeat;
    width: 960px;
    height: 42px;
    font-family: Arial;
    font-size: 55%;
    line-height: 125%;
    color: #000000;
    padding-top: 10px;
    padding-left: 10px;
}

/* Injury Calculator --> */

#injuryCalculator
{
    float: left;
    width: 100%;
}
#injuryImage
{
    margin: 10px 50px;
    float: left;
}
#injuryText
{
    margin-top: 10px;
    margin-left: 30px;
    float: left;
}
#injuryText h3
{
    font-family: Verdana;
    font-size: 13px;
    color: #007da8;
}
#injuryText ul
{
    width: 500px;
}

#neckInjury, #backInjury, #armInjury, #elbowInjury, #handInjury, #hipInjury, #legInjury, #ankleInjury, #footInjury
{
    display: none;
}

/* <-- Injury Calculator */

.clearBoth
{
    clear: both;
}

.pic1
{
    width: 221px;
    height: 221px;
    float: left;
    padding-bottom: 15px;
    padding-right: 15px;
}
.pic2
{
    width: 221px;
    height: 221px;
    float: left;
    padding-bottom: 15px;
}

.pic1 img, .pic2 img
{
    border: none;
    display: inline-block;
    background-color: #ffffff;
}

/* Hyperlink Styles */

#bottom a:link
{
    text-decoration: none;
    color: #000000;
}
#bottom a:visited
{
    text-decoration: none;
    color: #000000;
}
#bottom a:active
{
    text-decoration: none;
    color: #000000;
}
#bottom a:hover
{
    text-decoration: underline;
    color: #000000;
}

a:link
{
    text-decoration: none;
    color: #007da8;
}
a:visited
{
    text-decoration: none;
    color: #007da8;
}
a:active
{
    text-decoration: none;
    color: #007da8;
}
a:hover
{
    text-decoration: none;
    color: #58386C;
}

div#logo a
{
    background: url(rtalogo.png );
    display: block;
    text-indent: -9999px;
    width: 260px;
    height: 54px;
}

/* End Hyperlink Styles */
/* JavaScript Drop down menu styles */

#jsddm
{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

#jsddm li
{
    float: left;
    list-style: none;
    font: 12px Arial;
}

#jsddm li a
{
    display: block;
    background: #00a6de;
    padding: 5px 5px;
    text-decoration: none;
    border-right: 1px solid white;
    width: 96px;
    color: #EAFFED;
    white-space: nowrap;
    text-align: center;
    font-weight: bolder;
}

#jsddm li a:hover
{
    background: #7481B4;
}

#jsddm li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
}

#jsddm li ul li
{
    float: none;
    display: inline;
}

#jsddm li ul li a
{
    width: auto;
    background: #7481b4;
}

#jsddm li ul li a:hover
{
    background: #00a6de;
}

/* End JavaScript Drop down menu styles */
/* Begin Font Styles */

h1
{
    font-family: Verdana;
    font-size: 25px;
    font-weight: bolder;
    color: #58386C;
}

.style2
{
    font-family: Verdana;
    font-size: 80%;
    line-height: 150%;
    color: #58386C;
}

.style3
{
    text-align: justify;
}

/* End Font Styles */

.images a
{
    text-decoration: none;
    background-color: #ffffff;
}

.ticks li
{
    background: url("../img/tick.png") no-repeat;
    padding-left: 40px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 20px;
    padding-bottom: 10px;
}

.bulleted li
{
    margin-top: 3px;
    line-height: 16px;
    padding-left: 30px;
    font-weight: 100;
    font-size: 100%;
    background: url("../img/bullet-icon.png") no-repeat;
}

.faq
{
    line-height: 24px;
    margin-left: 40px;
    margin-right: 40px;
}


.faq > li
{
    background: url("../img/faqq.png") no-repeat;
    padding-left: 26px;
}

.faq > li > ul
{
    margin-left: -26px;
}

.faq > li > ul > li
{
    background: url("../img/faqa.png") no-repeat;
    padding-left: 26px;
}

ul.bulleted
{
    margin-bottom: 15px;
}

/* Map Style */

div#map
{
    border: solid 1px #f5f5f5;
    height: 450px;
    width: 400px;
}

#mapContainer
{
    width: 400px;
    float: left;
    margin-left: 23px;
    margin-top: 22px;
}

#addressContainer
{
    float: left;
    padding-left: 15px;
    padding-top: 120px;
}

/* End Form Styles */
/* Contact Form Styles */

.label
{
    display: inline-block;
    width: 210px;
    height: 23px;
}

.label2
{
    display: inline-block;
    width: 210px;
    height: 84px;
    vertical-align: top;
}

.buttons
{
    text-align: right;
    color: #CC3300;
    font-weight: 700;
    width: 300px;
}

.leftForm
{
    width: 545px;
    float: left;
    height: auto;
    margin-top: 22px;
    margin-bottom: 15px;
}

.shade
{
    background-color: #eff1f0;
    padding: 5px;
    text-align: justify;
}

.rightForm
{
    width: 284px;
    float: right;
    margin-left: 25px;
    margin-right: 5px;
    text-align: center;
    margin-top: 22px;
}

/* End Contact Form Styles */
