/* IE5.5+ PNG FIX */
img, div, a, span { behavior: url(iepngfix.htc) }

body {
	margin: 0;
	text-align: center;
	background-color: #ad95a5;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 1px 0;
	text-align: left;
	background-color: #fff;
	color: #666;
}

#container-inner {
	margin: 14px 15px 4px 15px;
}

#header {
	background: #6e4c63 url(../i/header-gradient.gif)
		left top repeat-x;
	height: 134px;
	margin: 0 0 20px 0;
	position: relative;
}

#header h1 {
	text-indent: -2000px;
	background: url(../i/logo.gif) left center no-repeat;
	height: 134px;
	width: 220px;
	margin: 0 20px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header p {
	float: right;
	margin-top: -43px;
	margin-right: 15px;
	color: #fff;
}
#header a {
	color: #fff;
}
#facebook-link {
	position: absolute;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	right: 20px;
	top: 10px;
	padding-left: 42px;
	background: url(../i/facebook-ico.png) left center no-repeat;
}
#facebook-link:hover,
#facebook-link:active {
	color: #2C182B;	
}


#nav {
	background: #6c92d1 url(../i/nav-back.jpg) left bottom no-repeat;
	width: 180px;
	float: left;
	padding-top: 20px;
/*	line-height: 1.2;*/
	color: #fff;
	min-height: 900px;
}

#nav #menu {
/*	margin-bottom: 500px;*/
}

#nav a {
	display: block;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 10pt;
	text-decoration: none;
	text-shadow: 0px 0px 0px #477ECA;
}

#nav ul ul a {
	padding-left: 30px;
}

#nav a:hover,
#nav a:active {
	background-color: #6a7db1;
/*	text-decoration: underline;*/
}


#nav ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}		


#nav a.expanded {
/*	background-color: #1D5299;*/
	background: url(../i/blue-70-percent.png) left top repeat;
}

#nav a.expanded span.exp {
	padding: 0 1px 0 2px;
}

/* Don't display sub-lists in nav by default */
#nav li ul {
/*	display: none;*/
/*	background-color: #2D63AC;*/
	background: url(../i/blue-30-percent.png) left top repeat;
}

#nav #menu a.current {
	color: #2d4872;
}
#nav #menu a.current:hover {
	background-color: #4F5A7D;
}


#nav li.current a {
	color: #173660;
}


#content {
	margin-left: 180px;
	margin-right: 215px;
}

.content-inner {
	margin: 0 20px 20px 15px;
}

div.gallery-page {
	margin: 0 5px 20px 5px;
}

#sidebar {
	width: 215px;
	padding-bottom: 20px;
	float: right;
	background-color: #e4dfe3;
}

.sidebar-inner,
.sidebar-dark,
.sidebar-link {
	padding: 1px 15px;
	margin: 0;
}

.sidebar-dark {
	background: #977E90 url(../i/sidebar-dark-gradient.gif) left top repeat-x;
	border: solid white;
	border-width: 1px 0;
}

.sidebar-dark + .sidebar-dark {
	border-top-width: 0;
}

.sidebar-dark h3,
.sidebar-dark p {
	color: #fff;
}

.sidebar-link {
	padding: 0;
}

.sidebar-link p {
	margin: 0;
}

.sidebar-link a {
	display: block;
	padding: 10px 15px;
	font-size: 80%;
	background-color: #65435b;
	color: #fff;
}

#sidebar hr {
	height: 1px;
	border: none;
	background-color: #fff;
	color: #fff;
}

a {
	color: #63445E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main-clear {
	clear: both;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #ad95a5;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 0px #ad95a5;
}

#footer-inner {
	margin: 10px 15px 10px 15px;
}

#footer p.large {
	font-size: 110%;
}

#footer p {
	margin: 0;
}

.quote {
	background-color: #DEEDF7;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 120%;
	color: #336BA6;
	padding: 10px;
	line-height: 1.4;
}

.quote img {
	float: left;
	margin: 10px 10px 5px 10px;
}

.quote p {
	margin: 0.5em 10px 0.5em 10px;
}

h2, h3, h4 {
	color: #63445E;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
}

h2 {
/*	text-transform: lowercase;*/
	font-size: 180%;
	padding-top: 10px;
}

h3 {
	font-size: 150%;
	margin: 0.5em 0;
}

h4 {
	font-size: 110%;
	margin: 0.7em 0;
}

h3.ruled {
	margin-top: 1.2em;
	border-bottom: 1px solid #ccc;
}

.small-map {
	border: 1px solid #D8D1BF;
}

.logos { overflow: auto; }

.logos a {
	float: left;
}

.logos a img {
	background-color: #ccc;
	margin: 10px 5px;
	border: none;
}

.logos td {
	text-align: center;
	vertical-align: center;
}

ul#sitemap li {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
	margin: 1em 0;
	font-family: georgia, "Times New Roman", serif;
	list-style-type: none;
}

ul#sitemap li li {
	margin: 0.3em;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5;
	font-family: verdana, arial, sans-serif;
	list-style-type: circle;
}

#sidebar .procedure-step {
	clear: both;
/*	padding-top: 5px;*/
	font-size: 80%;
	overflow: auto;
}

#sidebar .procedure-step img {
	float: left;
	width: 70px;
	margin: 1.2em 10px 0em 0;
	border: 2px solid #5b3a51;
	padding: 0;
}

.surgery-name {
	font-size: 85%;
}

p.map-large {
/*	text-align: center;*/
}

p.map-large img {
	width: 336px;
	height: 245px;
}

/* SIDEBAR FORMS */

#sidebar form p {
	margin: 0.5em 0;
	font-size: 90%;
	line-height: 1;
}

#sidebar form label {
	font-size: 80%;
	font-weight: bold;
}

#sidebar form input {
	width: 99%;
}

#sidebar form input.radio {
	width: auto;
}

#sidebar form textarea {
	width: 100%;
	height: 4em;
}

/* MAIN FORMS */

#content form {
	margin: 1em 0;
}

#content form label {
	display: block;
	font-size: 80%;
	font-weight: bold;
}

#content form p {
	margin: 0.8em 0;
}

#content form input {
	width: 270px;
}

#content form input.radio {
	width: auto;
}

#content form label.radio-label {
	display: inline;
}

#content form textarea {
	width: 540px;
	height: 10em;
}

/* END MAINFORMS */

.viewer-page #flashcontent,
.viewer-page #theviewer {
	margin: 3em auto;
}

#rotating-logos {
	position: relative;
	height: 140px;
}
#rotating-logos a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E4DFE3;
	height: 140px;
}
/*
#rotating-logos a.first {
    display: block;
}
*/
#rotating-logos img {
	display: block;
}
#rotating-logos span {
    display: block;
    margin-top: 5px;
}
