/* colors */

#content h1, #content h2, #content h3, #content p.main-list, #content .second-tier p, p a:link, .submenu ul li a.selected:link, .submenu ul li a.selected:visited, #content .footer, #content blockquote p strong, #content ul.bullets, #content .second-tier ol li a, #content .second-tier blockquote p a, small {
	color: #0165A3;
}

#content .second-tier h2, #content .second-tier p {
	color: black;	
}

#content h3.main-list, a:hover, .submenu ul li a:link, .submenu ul li a:visited, .marquee, #content .therapist-detail ul li, ol.faq, #content p a:link, #content p a:visited, .headline, ul.factsheet li, #content h4, #content .second-tier p.darkred, #content .second-tier p .darkred {
	color: #8F420C;
	text-decoration: none;
}

#content .second-tier .therapist a:link, .therapist, #content .therapist-detail h1, #content .second-tier .therapist a:visited {
	color: #669;
	text-decoration: none;
} 
.therapist a:link .letters, .therapist a:visited .letters, .therapist .letters,  .therapist-detail .letters {
	color: #AAA;	
}

#menu ul li a:link, #menu ul li a:visited, .submenu ul li a:hover, #content p a:hover, #content a h4:hover, #content .second-tier .therapist a:hover {
	color: #FD8;	
}

#menu ul li a:hover {
	color: #FFD;	
}

/* navigation */
#menu {
	width: 778px;
	height: 28px;
	margin-top: 12px;
}
#menu ul {
	list-style: none;
	padding:0;
	margin:0;
}
#menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: inside;
	display: block;
	float: left;
	border-left: 2px solid #FDA;
	color: #FDA;
	padding: 0 23px;
}
#menu ul li a {
	font-size: 13px;
	font-stretch: condensed;
	letter-spacing: .8;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	display: block;
	background-image: url(/images/menu.gif);
}
#menu ul li a img {
	height: 16px;	
	border: 0;
}
#menu ul li ul {
	display: none;
	width: 150px;
	top: 36px;
	position: absolute;
	z-index: 100;
	border-width: 1px;
	border-color: #A3A3A3;
	border-style: solid;
	background-color: #0165A3;
	padding: 3px;
}
#menu ul li ul li {
	background-repeat: no-repeat;	
	border: 0;
	padding: 0;
	z-index: 100;
	position: relative;
}
#menu ul li ul li.one a{ }
#menu ul li ul li.two a{ background-position: 0px -20px; }
#menu ul li ul li.three a{ background-position: 0px -40px; }
#menu ul li ul li.four a{ background-position: 0px -60px; }
#menu ul li ul li.five a{ background-position: 0px -80px; }
#menu ul li ul li.six a{ background-position: 0px -100px; }
#menu ul li ul.about li a{ background-image: url(/images/about-submenu.gif); }
#menu ul li ul.contact li a{ background-image: url(/images/contact-submenu.gif); }
#menu ul li ul.medical li a{ background-image: url(/images/medical-submenu.gif); }
#menu ul li ul.new-patients li a{ background-image: url(/images/new-patients-submenu.gif); }
#menu ul li ul.employers li a{ background-image: url(/images/employers-submenu.gif); }
#menu ul li ul.services li a{ background-image: url(/images/services-submenu.gif); }

.submenu {
	margin-top: 9em;
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu ul li {
	display: block;
	list-style-position: inside;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 1em;
	position: relative;
}
.submenu ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
}
.submenu ul ul {
	margin-left: 1em;
}
.submenu ul ul li {
	margin-bottom: 0;
	margin-top: 6px;
}

/* layout */

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(/images/background-gradient.jpg);
	background-repeat: repeat-x;
}
#outer {
	width: 100%;
	text-align: center;
	background-image:url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	min-width: 928px;
	min-height: 100%;
}
#inner {
	width: 928px;
	margin: 0 auto;
	font-size: 15px;
}
#left-column {
	width: 150px;
	float: left;
	margin-top: 12px;
	text-align: left;
}
#right-column {
	float: right;
	width: 778px;
	position: relative;
}
#newsletter {
	width: 72px;
	height: 65px;
	margin: .5em;
}
#logo {
	position: absolute;
	right: 0;
	top: 60px;
	width: 170px;
	height: 98px;
	background-image: url(/images/reverse-maximum-logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: white;
	z-index: 15;
}
#logo a img{
	display: block;
	text-decoration: none;
	border: 0;
	width: 170px;
	height: 68px;
}
#content {
	margin-top: 60px;
	text-align: left;
	margin-left: 24px;
	width:754px;
}
#content h1, #content h3 {
	font-style: italic;
}
#content p.main-list, #content h3.main-list, #content h2, #content p, ol.faq, #content h4, #content ul.bullets, #content .second-tier ol li{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h2 {
	font-variant: small-caps;
}
#content h3.main-list {
	margin: 0 0 .25em 0;
	padding-left: 1.5em;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#content p.main-list {
	margin: 0 0 .5em 3em;
}
.clearing {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 0px;
}
.logos {
	height:190px;
	text-align:center;
	width:70px;
}
.logos a img {
	border: 0;
}
#content .logos {
	margin-bottom:3em;
	margin-right:87px;
	margin-top:6em;
	margin-left:2em;
	float:right;	
}
.movie {
	clear:right;
	float:right;
	height:220px;
	margin-left:2em;
	margin-top:9px;
	width:260px;
}
.therapist, .therapist-detail, #content .therapist-detail h1, .headline {
	margin-bottom: 1em;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 21px;
	height: 93px;
}
 .therapist-detail, #content .therapist-detail h1 {
	height: auto; 
	font-style: normal;
 }
.therapist img {
	vertical-align: middle;
	margin-right: .5em;
}
.therapist-detail img {
	float: left;
}
.therapist .letters,  .therapist-detail h1 .letters {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}
.therapist a .letters,  .therapist a {
	text-decoration: none;
}
#content .footer {
	font-weight: bold;
	margin-top: 2em;
	text-align: center;
}
.read-more {
	margin-top: 6px;
	vertical-align: middle;
}

p.tagline {
	font-size: 17px;
}

#content h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
#content .therapist-detail .detail-column {
	float: right;
	width: 400px;
}
#content .therapist-detail .detail-column h1 { margin-top: 0; }
#content .therapist-detail p { font-size: 14px; color: black; }
#content .therapist-detail ul, ul.factsheet {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .therapist-detail ul li, ul.factsheet li, #content .marquee p {
	display: block;
	padding: 0;
	margin: .75em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
#home {
	width: 60px;
	height: 20px;
	float: right;
	border-right: 2px solid #FFDDAA;
}
#home a {
	background-image: url(/images/home.gif);
	display: block;
	width: 40px;
	height: 20px;
}
#home a img {
	border: 0;
	width: 100%;
	height: 20px;
}
span.step {
	background-image: url(/images/green-button.jpg);
	background-repeat: no-repeat;
	width: 94px;
	height: 32px;
	overflow: hidden;
	display: block;
	color: white;
	font-family:"Arial Black", Gadget, sans-serif;
}
span.step .text {
	margin: 3px 0 0 10px;
	display: block;
	font-size: 17px;
}
a img {
	border: 0;
}
#content .marquee p {
	font-size: 15px;
	font-style: italic;
	margin: .25em 0;
	font-weight: bold;
}
.marquee {
	padding: 5px;
	background-color: #EFEFFA;
	border: 1px solid #CCCCDD;
	overflow: hidden;
	display: block;
	width: 400px;
	height: 30px;http://mipt.netoutcomesclients.com/
}