body
{
    background-image: url(../images/HealthySpineBody.jpg);
    background-repeat: repeat-x !important;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    color: #666666;
    text-align: -moz-center;
    background-position: top left;
}

h1, h2, h3
{
    color: #171670;
}
h1
{
    font-size: 14pt;
}
.outerBorder
{
    background-color:White;
    width:800px;
}
.container
{
    width: 760px;
    padding: 20px 20px 10px 20px;
    text-align:left;
}
.footer
{
    font-size: 9pt;
    color: #999999;
    text-align:center;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #B8AAC6;
    width: 760px;
}
.footer a
{
    color: #171670 !important;
   
}
#Banner
{
    width: 760px;
    padding: 0px 20px 0px 20px;
}
#Banner img
{
    float:left;
}
.invisible 
{
    display:none;
}
a,
a:link,
a:visited,
a:active 
{
    color: #171670;
}
a:hover
{
    color:  #757575;
}
a.Button
{
 float:right;
 height: 40px;
 width: 102px;
 background-image: url(../images/HealthySpineButtonBG.jpg);
 background-repeat: no-repeat;   
 background-position: 0px -40px;
 color:White;
 line-height:32px;
 vertical-align:middle;
 text-align:center;
 text-decoration:none;
 padding-right:5px;
 margin-top: 5px;
}
a.Button:hover
{
    background-position: 0px 0px;   
}

/****FIND A DOCTOR*****/
.doctorSpan 
{
    float:left;
    width: 300px;
    margin-bottom: 10px;
    height: 130px;
}
.doctorSpan span
{
    display:block;
    
}
.DoctorName
{
    font-weight:bold;
    color: #171670;
}
.EmailLink, .WebsiteLink
{
    font-size: 10pt;
}
.homePageMain
{
    width: 764px;
    height: auto;
    background-image: url(../images/PurpleBG.jpg);
    background-repeat: repeat-x;
    float:left;
    padding-bottom: 20px;
}
#Banner .homePageMain img
{
    margin:0px !important;
}
.thirdColumn
{
    float:left;
    width: 248px;
    margin:5px 4px 5px 4px;
}
.thirdColumn.middle
{
 margin: 5px 0px 5px 0px;   
}
.thirdContent
{
    width: 228px;
    height: 345px;
    padding: 10px;
    margin-top: 3px;
    text-align:left;
    float:left;
}
.whiteBG
{
    background-color:White;
}
.purpleBG
{
 color:#CFCFF5;
}
.purpleBG h1 
{
    color:#CFCFF5;
}
.LearnMoreLink
{
    float:left;
    width: 200px;
    height: 74px;
    background-image: url(../images/HealthySpineMoreButton.jpg);
    background-position: 0px -76px;
    margin-left: 17px;
    margin-top: -5px;
}
.LearnMoreLink:hover
{
    background-position:0px 0px;
}
.WatchAdsLink
{
    float:left;
    width: 200px;
    height: 74px;
    background-image: url(../images/HealthySpineAdsButton.jpg);
    background-position: 0px -76px;
    margin-left: 18px;
    margin-top: 0px;
}
.WatchAdsLink:hover
{
    background-position:0px 0px;
}
.FindADocLink
{
    float:left;
    width: 200px;
    height: 74px;
    background-image: url(../images/HealthySpineFindDocButton.jpg);
    background-position: 0px -76px;
    margin-left: 17px;
    margin-top: -5px;
}
.FindADocLink:hover
{
    background-position:0px 0px;
}
.clearboth
{
    clear:both;
}