/* reset */
* { margin: 0px; padding: 0px; }
/* standard */
body { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: small; }
a { text-decoration: none;  }
img { border-style: none; }
h2 { padding-bottom: 15px; }
p { margin-bottom: 15px; }
img.right { float: right; margin-left: 15px; }
img.left { float: left; }
.clear { clear: both; height: 0px; }
#page { width: 960px; margin-right: auto; margin-left: auto; padding: 10px; }
/* header */
#header { background-color: #59595B; margin: 25px 0px; padding: 5px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; height: 45px; float: left; width: 950px; }
.logo { width: 250px; float: left; }
.menu { text-transform: uppercase; float: left; padding: 20px 0px 0px 20px; }
.menu li {list-style: none;display: inline; }
.menu li a { text-decoration: none; color: #FFFFFF; font-weight: bold; padding: 5px 10px; }
.menu a:hover { text-decoration: underline; }
/* content */
#content { clear: both; padding: 0px 10px; }
#main { position: relative; }
#main img { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.therapist { clear: both; padding: 0px 0px 25px; }
#right { float: right; height: 450px; width: 195px; padding: 5px; border-left-width: 5px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: solid; border-left-color: #FFFFFF; display: none; }
#footer { font-size: 10px; text-transform: lowercase; text-align: center; padding: 5px; clear: both; }
#footer a { text-decoration: none; color: #000000; }
#right img { display: block; margin-bottom: 5px; }
.bold { font-weight: bold }
.highlight { font-size: 16px; font-weight: bold; }
.name { font-size: 16px; font-weight: bold; display: block; }
.phone { font-size: 12px; display: block; }
