/* CSS Reset*/
@import url("reset.css");
@import url("fonts.css");

html {
	padding:0;margin:0;
	background:#eee;
}
body {
	border-top:10px solid #0071b9;
	padding:0 0 40px 0;margin:0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	background:#eee url(../img/bodybg.jpg) top repeat-x;
	text-align: center;
}
#all {
	text-align:left;
	margin:0 auto;
	width:976px;
}
#logo {
	float:left;
	margin:27px 0 0 20px;
}
#top {
	height:100px;
	position: relative;
}
strong {
	font-weight:bold;
}



#mainnav {
	background: url(../img/navbg.gif) no-repeat;
	width:793px;height:37px;
	position: absolute;
	left:183px;
	top:48px;
}
#mainnav ul {
	height:37px;
	padding-left:35px;
}
#mainnav li {
	display:block;
	float:left;
	height:37px;
}
#mainnav a {
	display:block;
	height:37px;
	text-indent: -1000em;
	color:#666;
	outline: none;
}


#mnu0, #mnu0 a {width:66px;background: no-repeat url(../img/mnuHome.gif);}
#mnu1, #mnu1 a {width:107px;background: no-repeat url(../img/mnuTreatments.gif);}
#mnu2, #mnu2 a {width:97px;background: no-repeat url(../img/mnuLocations.gif);}
#mnu3, #mnu3 a {width:128px;background: no-repeat url(../img/mnuMobile.gif);}
#mnu4, #mnu4 a {width:61px;background: no-repeat url(../img/mnuFees.gif);}
#mnu5, #mnu5 a {width:70px;background: no-repeat url(../img/mnuStaff.gif);}
#mnu6, #mnu6 a {width:56px;background: no-repeat url(../img/mnuFAQ.gif);}
#mnu7, #mnu7 a {width:89px;background: no-repeat url(../img/mnuArticles.gif);}
#mnu8, #mnu8 a {width:66px;background: no-repeat url(../img/mnuNews.gif);}

.pg0 #mnu0 a, .pg0 #mnu0 a:hover,
.pg1 #mnu1 a, .pg1 #mnu1 a:hover,
.pg6 #mnu6 a, .pg6 #mnu6 a:hover,
.pg7 #mnu7 a, .pg7 #mnu7 a:hover, 
.pg2 #mnu2 a, .pg2 #mnu2 a:hover, 
.pg3 #mnu3 a, .pg3 #mnu3 a:hover, 
.pg4 #mnu4 a, .pg4 #mnu4 a:hover,
.pg5 #mnu5 a, .pg5 #mnu5 a:hover
 {
	background-position: 0 -37px;
}

#mainnav a:hover {
	background-position: 0 -74px;
}



#banner, #bannerCarouselContainer {
		margin-bottom:10px;
}

#carousel img{
	display:block;
}
#content {
	background:#fff;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	clear:left;
	padding:19px 0px 0 19px;
	overflow:hidden;
	width:955px;
}
.leftcol {
	float:left;
	width:146px;
	margin-right:20px;
}
.rightcol {
	float:left;
	width:146px;
}
.hmtextcol {
	float:left;
	width:278px;
	margin-right:30px;
}
.hmarticlecol {
	float:left;
	width:462px;
}
.treattextcol {
	float:left;
	width:330px;
}
.treattext{
	padding-right:36px;
}
.treatarticlecol {
	float:left;
	width:620px;
}
#maintext {
	background:url(../img/maintextbg.gif) no-repeat;
	width:563px;
	float:left;
	margin-right:20px;
	padding:0 20px 20px 20px;
	line-height: 1.3;
}
#widetext {
	background:url(../img/maintextbg.gif) no-repeat;
	width:709px;
	float:left;
	margin-right:20px;
	padding:0 20px 20px 20px;
	line-height: 1.3;
}
.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	visibility:hidden;
}




.subnav, .download, .authormug {
	background:url(../img/subnavbg.gif) bottom no-repeat;
	padding:0 0 5px 0;
	margin-bottom:20px;
}
.hmTreatments .subnav {
	background:url(../img/hmsubnavbg.gif) bottom no-repeat;
}
.hmTreatments .subnav h2 {
	background:url(../img/hmsubnavh2bg.gif) top no-repeat;
}
.subnav h2, .download h2,.contactbox h2,  .authormug h2 {
	background:url(../img/subnavh2bg.gif) top no-repeat;
	padding:8px 10px 5px 5px;
	font-size:93%;
	font-weight:bold;
	text-transform:uppercase;
	color:#0071b9;
}
.hmLocations.subnav {
	background-image:url(../img/subnavbg200.gif);
}
.hmLocations.subnav h2{
	background-image:url(../img/subnavh2bg200.gif);
}
.hmClinic .hmLocations h2 {
	margin-bottom:0;
}
.subnav h2 a,.hmarticles h2 a, .download h2 a,  .authormug h2 a  {
	color:#0071b9;
	text-decoration:none;
}
.subnav ul {
	margin:0 3px;
}
.subnav li.last {
	border:none;
}
.subnav li {
	display:block;
	
	border-bottom:1px dotted #ddd;
}
.subnav li a {
	text-decoration:none;
	color:#666;
	padding:3px;
	display:block;
}
.subnav li a:hover, .subnav li.active {
	text-decoration:none;
	color:#000;
	background:#eee;
}
.download p {
	font-size:85%;
}
.subnav p {
	padding:0 10px;
	margin-bottom:10px;
}
.download img {
	display: block;
	margin:0 auto;
	margin-bottom:5px;
}
.download p.cover {
	background:#eee;
	padding:10px 0;
}


.hmtext p, .treattext p {
	margin:0 0 1em 0;
	font-size:108%;
}


.hmarticles h2 {
	background:url(../img/hmarticlebg.gif) top no-repeat;
	padding:10px 10px 8px 10px;
	font-size:93%;
	font-weight:bold;
	color:#0071b9;
}
.hmart {
	width:147px;
	margin-right:10px;
	background:url(../img/hmartbg.gif) bottom no-repeat;
	float:left;
	height:220px;
	padding-bottom:7px;
}
.hmart.last {
	margin-right:0;
}
.hmart h3 {
	padding:5px 10px 5px 10px;
	font-size:93%;
	font-weight:bold;
	color:#0071b9;
}
.hmart h3 a {
	color:#0071b9;
	text-decoration:none;
}
.hmart h3 a:hover {
	color:#0071b9;
	text-decoration:underline;
}
.hmart p {
	padding:0 10px 7px 10px;
	font-size:86%;
}
.linklist{
	clear:left;
	padding:3px 0 0 0;
	margin: 0;
}

.linklist li {
	line-height:1;
	display:block;
	font-size:86%;
	background: url(../img/triangle.gif) 10px 3px no-repeat;
	padding:0 0 3px 17px;
}
.linklist li a {
	color:#666;
	text-decoration:none;
}
.linklist li a:hover {
	color:#333;
	text-decoration:underline;
}



#footer {
	color:#999;
	font-size:93%;
	padding:10px 20px;
	background:url(../img/footerbg.png) no-repeat center top;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
}
.footernav {
	color:#ddd;
	float:left;
	width:600px
}
.footercopy {
	float:right;
	width:200px;
	text-align: right;
}


#maintext p, .halfcol p {
	margin:0 0 1em 0;
}
.standfirst {
	/*font-size:131%;*/
}

h1 {
	margin:20px 0 20px 0;
	font-weight:bold;
	color:#0071b9;
	font-size:197%;
}
.pg0 h1 {
	font-size:131%;
	margin:8px 0 1em 0;
	text-transform: uppercase;
}

#maintext h2 {
	margin:1.5em 0 0.5em 0;
	font-weight:bold;
	color:#0071b9;
	font-size:131%;
}
#maintext h3 {
	margin:1em 0 0em 0;
	font-weight:bold;
	color:#0071b9;
	font-size:100%;
}
#maintext p.author {
	margin:0 0 2em 0;
}
.articlefoot {
	font-weight:bold;
	margin:2em 0 0 0;
}
#maintext ul, #maintext ol {
	margin:1em 0;
}
#maintext ul li {
	list-style: disc outside;
	margin-left:2em;
}
#banner img {
	display:block;
}
ol li {
	list-style: decimal outside;
	margin-left:2.5em;
}
#maintext blockquote {
	margin-left:2em;
	font-style:italic;
	font-family: georgia, sans-serif;
}
.staffchip, .articlechip {
	float:left;
	margin:0 10px 10px 0;
	background:#eee;
}
.articlechip {
	float:left;
	margin:0 8px 10px 0;
	background:#eee;
}
.staffchip p, .articlechip p, #maintext .articlechip p {
	margin:0;
	padding:1px 1px 3px 3px;
	font-size:85%;
}
.staffchip a, .articlechip a  {
	color:#666;
	text-decoration: none;
	font-weight:bold;
}
.staffchip a:hover, .articlechip a:hover {
	color:#000;
	text-decoration: underline;
}
.articlesummary {
	padding:20px 0;
	margin:0 0 0 20px;
	border-top:1px #ddd dotted;
	float:left;
	width: 896px;
}
.articlesummary img {
	float:left;
	margin-bottom:20px;
}
.articlesummary p {
	margin-left:165px;
	line-height:1.3;
}
.articlesummary h2 {
	margin-left:165px;
	font-size:123.1%;
	margin-bottom:0.3em;
	font-weight:bold;
}
.articlesummary h2 a {
	color:#666;
	text-decoration:none;
}
.articlesummary h2 a:hover {
	color:#0071b9;
	text-decoration:underline;
}
.articlesummary .author {
	font-style:italic;
	margin-bottom:0.5em;
}
.halfcol {
	float:left;
	width:470px;
	margin-right:10px;
	padding-bottom:20px;
}
.halfcolright {
	float:left;
	width:455px;
	margin:0 20px 20px 0;
}
.testimonial {
	padding:20px 20px 1px 20px;
	background:#eee;

}
#maintext .testimonial {
		margin-top:20px;
}
#maintext .testimonial blockquote,  .testimonial blockquote {
	font-style:italic;
	font-family: georgia, sans-serif;
	line-height:1.4;
	margin:0;
}
#maintext .testimonial blockquote p,  .testimonial blockquote p {
	margin:0 0 8px 0;
}
#maintext .testimonial p, .testimonial p {
	margin:0 0 16px 0;
}
.testimonial .cite {
	font-style:normal;
	font-family: arial,sans-serif;
	font-weight:bold;
}
#maintext .testimonial h2, .testimonial h2 {
	color:#999;
	margin:0 0 12px 0;
	font-weight:bold;
	font-size:131%;
}
h1.wide {
	padding:20px;
	background:url(../img/widebg.gif) no-repeat;
	margin:0;
}
.stackedmiddle {
	margin-left:167px;
	clear:left;
	width:700px;
	margin-top:-20px;
	margin-bottom:20px;
}
.halfcol p.standfirst {
	margin-bottom:1em;
}
.hours {
	margin:0 0 0 7px;
}
.hours td {
	padding:2px 3px;
}
.hours .even td {
	background:#eee;
}
#bannerCarousel div {
	margin:20px 0 0 20px;
	width:360px;
	color:#333;
}
#bannerCarousel div.dark {
	color:#fff;
}
#bannerCarousel div h2 {
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 15px 0;
}
#bannerCarousel div p {
	margin-bottom:1em;
	font-size:108%;
}
#bannerCarousel div a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#bannerCarousel div.dark a {
	color:#fff;
}
#bannerCarousel div a:hover {
	text-decoration:underline;
	
}

.pg6 dt {
	font-weight:bold;
}
.pg6 dd {
	margin: 0 0 1em 0;
}
.table1 {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 0 1.5em 0;
}
.table1 th, .table1 td {
	padding:5px 10px;
}
.table1 th {
	font-weight:bold;
	color:#666;
	background:#ccc;
	border-bottom:1px solid #999;
}
.grey td {
	background:#f5f5f5;
}
.authormug, .download {
	font-size:93%;
}
.authormug img {
	display:block;
}
.authormug p, .download p {
	padding:7px 0 2px 5px;
}
.authormug a, .download a {
	color:#666;
	text-decoration:none;
}
.authormug a:hover, .download a:hover {
	color:#000;
	text-decoration:underline;
}
.download p.pdficon {
	padding-left:26px;
	background:url(../img/pdficon.gif) no-repeat 5px 5px;
}
.download p.ppticon {
	padding-left:26px;
	background:url(../img/powerpointicon.gif) no-repeat 5px 5px;
}

#maintext ul.bigtick {
	margin:1em 0;
	padding:0;
}
#maintext ul.bigtick li {
	display:block;
	margin:1em 0;
	list-style: none;
	padding: 0 0 0 45px;
	font-size: 123.1%;
	background:url(../img/bigtick.gif) no-repeat;
}
.imgright {
	float:right;
	background:#eee;
	padding:5px;
	width:200px;
	margin: 0 0 1em 1em;
}
.imgright img {
	display:block;
}
#maintext .imgright p {
	margin:5px 0 0 0;
}
.hmTreatments {
	width:454px;
	float:left;
	margin-right:20px;
}
.hmTreatments .subnav li a{
	color:#999;
}
.hmTreatments .subnav strong {
	display:block;
	font-size:116%;
	font-weight:normal;
	color:#333;
}
#hmBanner {
	height:300px;
	width:976px;
	margin-bottom:10px;
	background:#0071b9 url(../img/hmBannerbg.jpg) repeat-x top left;
	color:#fff;
}
#hmPic {
	float:left;
	width:474px;
	height:300px;
}
#hmBannerText {
	float:left;
	padding:20px 0 0 20px;
	font-size: 100%;
	width:460px;
	line-height:1.3;
}
#hmBannerText h2 {
	margin-bottom:0.5em;
	color:#fff;
	font-weight:bold;
	font-size: 131% ;
}
#hmBannerText p {
	margin-bottom:1em;
}
#hmBannerText a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #66ccff;
}
#hmBannerText a:hover {
	border-bottom-style:solid;
	color:#66ccff;
}

.hmClinic, .hmHome {
	float:left;
	margin-right:20px;
	width:200px;
}
.hmHome {
	padding:10px;
	background:#acd692 url(../img/hmMobilebg.png) no-repeat bottom;
	margin-right:0;
	height:225px;
	width:220px;
	color:#fff;
	font-weight:bold;
}
.hmLocations {
	
}
.hmClinic h2, .hmHome h2 {
	margin-bottom:1em;
	color:#0071b9;
	font-weight:bold;
	
}
.hmClinic p {
	margin-bottom:1em;
}
.hmHome a, .hmClinic a{
	color:#0071b9;
	text-decoration:none;
}
.hmHome a:hover, .hmClinic a:hover {
	text-decoration: underline;
}
.hmClinic .hours {
	margin-left:0;
}

.contactbox {
	background:url(../img/subnavbg.gif) bottom no-repeat;
	/*background:#f5f5f5;*/
	padding:0px 0 6px 0;
	color:#666;
	font-size:11px;
	/*text-transform: uppercase;*/
	margin-bottom:20px;
}
.hmcontactbox {
	background:url(../img/hmcontactbg.gif) bottom no-repeat;
	padding:0px 0 6px 0;
	color:#666;
	font-size:13px;
	margin-bottom:20px;
}
.contactbox p, .hmcontactbox p {
	padding-left:5px;
}
.contacttop {
	background:url(../img/subnavh2bg.gif) top no-repeat;
	padding-top:8px;
}
.hmcontacttop {
	background:url(../img/hmcontacth2bg.gif) top no-repeat;
	padding-top:8px;
}
.contactbox .number {
	font-size:20px;
	font-weight:bold;
	color:#0071b9;
}
.hmcontactbox .number {
	font-size:32px;
	font-weight:bold;
	color:#0071b9;
	display:block;
}
.contactbox .email {
	font-weight:bold;
	text-transform: lowercase;
	font-size:12px;
	color:#0071b9;
}
.contactbox a, .hmcontactbox a  {
	text-decoration:none;
	color:#0071b9;
}
.contactbox a:hover, .hmcontactbox a:hover  {
	text-decoration:underline;
}
.contactbox p {
	padding-bottom:2px;
}

.hmright {
	float:left;
}
.widecontact {
	padding-top:15px;
}
.widecontact .number, .widecontact .email a {
	font-weight:bold;
	color:#0071b9;
}
