/*This is the core style sheet for CHIROFIT*/

body {
background-color: #000000;
background-image: url('bg2.gif');
background-repeat: repeat;
color: #2D2D2D;
margin: 0;
font-family: "Verdana", "Arial", sans-serif;
font-size: 1em;
color: #666666;
}


#content {
margin-left: auto; 
margin-right: auto;
width: 59em;
background-color: #2D2D2D;
}


#header {
height: 170px;
width: 100%;
background-image: url(header.gif);
background-repeat: no-repeat;
border: none;
margin: 0;
padding: 0;
}

#navbar {
float: left;
top: 15px;
left: 0;
width: 175px;
margin: 0;
padding: 0;
height: 505px;
}

#navbar p{
margin: 20px;
padding: 0;
font-size: .7em;
text-align: left;
line-height: 1.2em;
color: #CCCCCC;
}


#navbar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
background-color: #2D2D2D;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
}

#navbar ul li a:hover {
background-color: #000000;
border-bottom: dashed  #FFFFFF .25px;
}

#navbar ul li a:active {
color: #FFFFFF;
background-color: #000000;
border-bottom: dashed  #FFFFFF .5px;
}


#main-text {
background-color: #FFFFFF;
border: none;
margin-left: 175px;
padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 5px;
}

#main-text-fixed-height {
background-color: #FFFFFF;
border: none;
margin-left: 175px;
padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 5px;
height: 500px;
}

#secondary-text {
background-color: #FFFFFF;
border: none;
margin-top: 30px; 
margin-left: 175px;
padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 25px;
}

.sub-heading {
color: #033E87;
font-size: 1em;
text-decoration: none;
font-weight: bold;
font-style: italic;
line-height: 1.5em;
}

.heading {
color: #033E87;
font-size: 1.1em;
text-decoration: none;
font-weight: bold;
line-height: 1em;
}

.testimonial {
color: #033E87;
font-size: 1em;
text-decoration: none;
font-weight: bold;
font-style: italic;
line-height: 1.5em;
}

.description {
color: #033E87;
font-size: .9em;
text-decoration: none;
font-weight: normal;
font-style: none;
line-height: 1.1em;
}


#col2a {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-left: 30px;
padding-right: 16px;
padding-bottom: 0px;
height: 1200px;
width: 20em;
}

#col2b {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-left: 40px;
padding-right: 11px;
padding-bottom: 0px;
height: 1200px;
width: 22em;
}


#col2testimonialsa {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 0px;
padding-left: 30px;
padding-right: 10px;
padding-bottom: 0px;
height: 5000px;
width: 15em;
}

#col2testimonialsb {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 0px;
padding-left: 20px;
padding-right: 21px;
padding-bottom: 0px;
height: 5000px;
width: 16em;
}


#col3a {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-left: 31px;
padding-right: 6px;
padding-bottom: 0px;
width: 10em;
height: 1060px;
}

#col3b {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-left: 10px;
padding-right: 6px;
padding-bottom: 0px;
width: 11em;
height: 1060px;
}

#col3c {
float: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 0px;
width: 11em;
height: 1060px;
}


.title {
font-size: .85em;
line-height: 1.3em;
}

h1 {
font-size: 1.1em;
text-align: left;
color: #666666;
}

h2 {
font-size: .9em;
line-height: 1.1em;
color: #666666;
text-decoration: none;
font-style: none;
}

h3 {
font-size: .75em;
font-style: italic;
}

p {
font-size: .7em;
text-align: left;
line-height: 1.2em;
}

p.patient {
font-size: .8em;
color: #E03C3B;
text-align: left;
text-indent: 4em;
line-height: 1.6em;
font-style: italic;
}

ul{
list-style-position: outside;
font-size: .75em;
text-align: left;
line-height: 1.45em;
}

ul.nobullet {
list-style-type: none;
}


table {
font-size: .65em;
text-align: left;
line-height: 1.2em;
}


.sup{
position: relative;
bottom: 0.5em;
font-size: 0.8em;
}


a:link {
color: #E03C3B;
text-decoration: underline;
}

a:visited {
color: #2D2D2D;
text-decoration: underline;
}

a:hover {
color: #E93649;
text-decoration: underline;
}

a:active {
color: #2D2D2D;
}


form {
font-size: 1.0em;
text-align: left;
line-height: 1.4em;
color: #666666;
}

input {
font-size: .8em;
text-align: left;
line-height: 1.3em;
color: #666666;
background-color: #FFFFFF;
}

#footer {
float: left;
background-color: #2D2D2D;
width:100%;
height: 100px;
background-image: url(footer4.gif);
background-repeat: no-repeat;
font-family: "Arial", "Verdana", "maiandra gd", "kabel bk bt", sans-serif;
color: #FFFFFF;
border: none;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 2px;
margin-bottom: 10px;
}

p.footer {
font-size: .7em; 
text-align: center;
line-height: 1.5em;
}


a:link.footer {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}

a:visited.footer {
color: #E03C3B;
font-weight: bold;
text-decoration: underline;
}

a:hover.footer {
color: #E03C3B;
font-weight: bold;
text-decoration: underline;
}

a:active.footer {
color: #E03C3B;
}



a:link.pic {
color: #FFFFFF;
border: none;
text-decoration: none;
font-weight: bold;
}

a:visited.pic {
color: #009900;
border: none;
font-weight: bold;
text-decoration: none;
}

a:hover.pic {
color: #FF6633;
border: none;
font-weight: bold;
text-decoration: none;
}

a:active.pic {
color: #FF6633;
border: none;
text-decoration: none;
}

