* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #10222B;
    height: 100%;
    font-size: 12px;
    font-family: Arial;
    color: #333333;
}

p {
    margin: 8px 4px 8px 4px;
    color: #444444;
}

address {
    margin: 4px 0 4px 10px;
}

ul {
    list-style-type: none;
    margin: 4px 0 0px 6px;
}

a, a:visited, a:active {
    overflow: hidden;
    color: #10222B;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1,h2,h3 {
    color: #10222B;
}

h1 {
    font-size: 18px;
}
h2 {
    font-size: 18px;
    margin: 10px 0 10px 0;
}
h3 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 4px;
    font-size: 14px;
}
h4 {
    margin: 10px 0 10px 0;
}

#logo {
    background: url(images/logo.gif) no-repeat top left;
    width: 266px;
    height: 179px;
    float: left;
    display: block;
    text-indent: -9999px;
    }
a:hover#logo  {
	border: none;
}

#top_image {
    float: left;
    background: url(images/top_image.jpg) no-repeat top left;
    width: 656px;
    height: 201px;
    left: 268px;
    top: 0px;
    text-indent: -9000px;
}

#nav {
    position:absolute;
    left: 266px;
    top: 202px;
    width: 656px;
    height: 46px;
    display: block;
    padding: 0;
    margin: 0;
}
#nav li {
    display: inline;
}

#nav_list {
    width: 657px;
    height: 46px;
    left: 0;
    margin: 0;
    padding: 0;
}
#nav_list li {
    display: inline;
}
#nav_list a {
    float: left;
    display: block;
    text-indent: -9999px;
}
#nav_list a:hover  {
	border: none;
}
#nav_home {
    width: 101px;
    height: 46px;
    background: url(images/home.gif) no-repeat top left;
}
#nav_home:hover, #nav_home.selected  {
    background-position: 0px -46px;
}

#nav_about {
    display: block;
    width: 100px;
    height: 46px;
    background: url(images/about.gif) no-repeat top left;
}
#nav_about:hover, #nav_about.selected  {
    background-position: 0px -46px;
}

#nav_chiropractic {
    display: block;
    width: 147px;
    height: 46px;
    background: url(images/chiropractic.gif) no-repeat top left;
}
#nav_chiropractic:hover, #nav_chiropractic.selected  {
    background-position: 0px -46px;
}

#nav_massage {
    display: block;
    width: 197px;
    height: 46px;
    background: url(images/massage.gif) no-repeat top left;
}
#nav_massage:hover, #nav_massage.selected  {
   background-position: 0px -46px;
}

#nav_contact {
    display: block;
    width: 112px;
    height: 46px;
    background: url(images/contact.gif) no-repeat top left;
}
#nav_contact:hover, #nav_contact.selected  {
    background-position: 0px -46px;
}

#left_images {
    position: absolute;
    left: 0px;
    top: 247px;
    width: 266px;
    height: 432px;
    background: url(images/left_images.jpg) no-repeat top left;
}

#content {
    position: absolute;
    clear: both;
    width: 636px;
    left: 266px;
    top: 248px;
    background-color: #FFFFFF;
    padding: 10px;
}

.box {
   width: 221px;
   background-color: #000;
   margin: 4px 10px 4px 4px;
}
.box_top {
    background: url(images/box_top.gif) no-repeat top left;
    width: 229px;
    height: 13px;
    float: left;
    line-height: 0;
    font-size: 0;
}
.box_bottom {
    background: url(images/box_bottom.gif) no-repeat top left;
    width: 229px;
    height: 16px;
    float: left;
}
.box_content {
   width: 209px;
   padding: 0 10px 0 10px;
   background: url(images/box_middle.gif) repeat-y top left;
   float: left;
}
#location_box {
    float: right;
}
#hours_box {
    float: left;
    margin-right: 20px;
   font-size: 11px;
}

.box h3 {
    margin: 0 0 6px 6px;
    padding: 4px 0 0 0;
}

.link_button { 
    display: block;
    width: 150px;
    height: 25px; 
    background: url(images/button_up.gif) repeat-x top left; 
    color: #E2F0D6;
    font: bold 16px Arial; 
    text-decoration: none; 
    text-align: center;
    padding: 4px 0 4px 0;
    }
.link_button:hover {
    background: url(images/button_down.gif) repeat-x top left; 
}

#directions_button {
    color: #E2F0D6;
    margin: 0 0 0 35px;
}
#directions_button  {
    text-decoration: none;
}

#footer {
    clear: left;
    width: 490px;
    margin: 20px 0px 20px 83px;
    text-align: center;
    border-top: 1px solid #DEEAC1;
    padding-top: 5px;
}
#footer p {
    color: #777777;
}
#footer a {
    color: #555555;
    font-weight: bold;
}

#dr_pic {
    border: 0px;
    margin: 10px 10px 30px 10px;
    float: left;
}

#staff_bios {
    list-style-type: none;
}


.subnav {
    list-style-type: none;
    text-align: center;
}
.subnav li {
    display: inline;
    list-style-type: none;
    margin-left: 10px;
}

.required {
    color: #631616;
}

div.required {
    float: left;
}

form label {
    display: block;
    padding: 0;
    float: left;
    width: 170px;
    font-weight: bold;
    text-align: right;
    margin: 5px 20px 0 0;
}

form br {
    clear: left;
}

form legend {
	padding: 5px;
	font-weight: bold;
}

form input, form textarea, form select {
    float: left;
    margin: 5px 0 0 0;
}
form .button {
    float: none;
    margin-left: 200px;
}

form ul.errorlist {
    margin-left: 180px;
}
form ul.errorlist li {
    list-style-type: none;
    margin: 5px 0 0 10px;
		color: #631616;
		font-weight: bold;
}

#map_canvas {
    border: 1px solid #999999;
}

.skills {
    margin: 4px 0px 4px 20px;
}
.skills li {
    list-style-type: disc;
}