body {
    background-color: #cccccc;
    color: #666666;
    font: 12px/18px Georgia, serif;
    padding: 30px;
}
p {
    font-size: 14px;
    line-height: 22px;
}
a {
	text-decoration: none;
	color: #006699;
}
#content p a {
    /* font: bold 12px/16px arial, sans-serif; */
}
#homepage_content {
	width: 650px;
	margin-left: 75px;
}
	#homepage_content form fieldset p, #homepage_content p {
		padding: 0px;
	    margin: 0px 50px 14px 0px;  /* margin-bottom was 33px */
	}
	#homepage_content form {
		padding-bottom: 30px;
		padding-top: 8px;
	}
h2 {
	font: 12px arial, sans-serif;
	color: #006699;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
	#homepage_content h2 {
		padding-top: 18px;
		padding-bottom: 4px;
	}

h3 {
	font: 12px arial, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}



#container {
    background-color: white;
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

* html #container {
    overflow: visible;
}


#logo {
    padding: 25px 0px 0px 33px;
    display: block;
    width: 214px;
    height: 43px;
}
#top_banner #logo {
    padding-top: 3px;
}
    #logo a {
        width: 100%;
        height: 100%;
        border: 0px;
        display: block;
        background: transparent url(/images/logo.gif) 0px 0px no-repeat;
    }
        #logo a span {
            visibility: hidden;
        }

#hp_image {
    background: transparent url(/images/main_bg.gif) 0px 0px no-repeat;
    width: 650px;
    height: 229px;
    margin: 41px 32px 20px 74px;
    position: relative;
}
    #hp_image #graphic {
        width: 455px;
        height: 125px;
        display: block;
        display: none;
        position: absolute;
        left: 168px;
        top: 10px;
    }


#top_banner {
    padding-top: 22px;
}
    #top_banner #logo {
        float: left;
    }
#secondary_header {
    width: 423px;
    height: 144px;
    margin: 0px 0px 0px 305px;
    position: relative;
}
	.why-massage {
		background: transparent url(/images/why-massage.gif) 0px 0px no-repeat;
	}
	.special-populations {
		background: transparent url(/images/special-populations.gif) 0px 0px no-repeat;
	}
	.about-jan {
    	background: transparent url(/images/about-jan.gif) 0px 0px no-repeat;	
	}
	.plan-your-visit {
    	background: transparent url(/images/plan-your-visit.gif) 0px 0px no-repeat;	
	}
	.rates {
		background: transparent url(/images/rates.gif) 0px 0px no-repeat;	
	}
	.elder {
		background: transparent url(/images/elder.gif) 0px 0px no-repeat;	
	}
	.infants-children {
		background: transparent url(/images/infants-children.gif) 0px 0px no-repeat;	
	}
	.pregnancy {
		background: transparent url(/images/pregnancy.gif) 0px 0px no-repeat;	
	}
	.back-pain {
		background: transparent url(/images/back-pain.gif) 0px 0px no-repeat;	
	}
	.chronic-pain-illness {
		background: transparent url(/images/chronic-pain-illness.gif) 0px 0px no-repeat;	
	}
	.headaches {
		background: transparent url(/images/headaches.gif) 0px 0px no-repeat;	
	}	
	.repetitive-stress {
		background: transparent url(/images/rsi.gif) 0px 0px no-repeat;	
	}
	.chair-massage {
		background: transparent url(/images/chair-massage.gif) 0px 0px no-repeat;	
	}	
	.blog {
		background: transparent url(/images/blog.gif) 0px 0px no-repeat;
	}
	.gift-certificates {
		background: transparent url(/images/gift-certificates.gif) 0px 0px no-repeat;
	}
    #secondary_header #graphic {
        width: 371px;
        height: 87px;
        display: block;
        display: none;
        position: absolute;
        left: 20px;
        top: 8px;
    }


#nav {
    width: 115px; /* was 95px */
    list-style: none;
    margin: 0px 0px 49px 72px;
    padding: 0px;
    float: none;
}
#hp_image #nav {
    height: 151px;
    padding: 16px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    float: none;
}  
    #nav li {
        font: 10px/12px arial, sans-serif;
        text-transform: uppercase;
        padding: 0px 0px 8px 0px;
        /* margin: 0px 0px 0px 71px; */
        margin: 0px;
    }
        #nav li a {
            color: #666666;
        }
        #nav li a:hover {
            color: #006699;
            font-weight: bold;
        }
        #nav li a.selected {
            color: #006699;
            font-weight: bold;
        }
        #nav li a.subnav {
            color: #006699;
        }
    #nav li ul {
        list-style: none;
        height: auto;
        padding: 0px 0px 4px 0px;
        margin: 0px;
    }
        #nav li ul li {
            text-transform: lowercase;
            padding: 8px 0px 0px 0px;
            margin: 0px;
        }


form p {
    margin-bottom: 15px;
}
fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px solid black;
}
label {
    padding: 0px 12px 0px 0px;
    color: #006699;
    font-size: 16px;
}
input {
    margin: 0px 12px 0px 0px;
}




.tel {
	white-space: nowrap;	
	font-weight: bold;
}


#footer {
    clear: both;
    margin: 16px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    font: 10px/18px Georgia, serif;
    color: black;
    text-align: center;
}
    #footer .adr {
        display: inline;
    }
    #footer .tel {
        display: inline;
        padding-left: 5px;
    }


#bodycopy {
    margin: -6px 0px 0px 0px;
    
    min-height:100px;
    height: auto !important;
    height: 100px;
}
#content {
    padding: 52px 0px 30px 0px;
    margin: 0px 46px 0px 0px;
    width: 494px;
    float: right;
    display: inline; /* ie6 float bug */
    border-left: 1px solid #ccc;
}
    #content h2, #content h3 {
        margin-left: 31px;
    }  
    #content p, #content dl {
        margin-top: 0px;
        padding-top: 0px;
        margin-left: 31px;
        font: 13px/19px Georgia, serif;
        color: #666666;
    }

dl dt {
	line-height: 22px;
}



/* BLOG */
.post {
	padding-bottom: 30px;
}