@charset "utf-8";
body {
	background:#EECE81;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#68003D;
	line-height: 1.3em;
	font-size:80%;
}
a {
	text-decoration: underline;
	color: #AB8042;
	font-weight: bold;
}
a:hover {
	color: #D5A62D;
	text-decoration: none;
}
a img {
	border: thin none white;
}
a img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #D5A62D;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin: 1em 0;
}

#pageWrapper {
	border: #68003D 4px solid;
	/*background:#fff url(../images/bg-home.jpg) no-repeat scroll top right;*/
}

#headerCenterWrap {
	background: url(../images/bgHeadCenter.png) repeat-x top;
}
#headerLeftWrap {
	background: url(../images/bgHeadLeft.png) no-repeat top left;
}
#headerRightWrap {
	background: url(../images/bgHeadRight.png) no-repeat top right;
}
#headerCenterWrap h1 {
	margin: 1.3em 0 0;
	font-size: 3em;
	font-family: "Helvetica CE 35 Thin", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	text-align: center;
}
#headerCenterWrap img {
	margin: 0;
}
#headerCenterWrap img.oval {
	float: left;
	margin: 10px;
}
#headerCenterWrap .branding {
	position: relative;
	display: block;
	float: right;
	right: 60px;
	/* top: 42px; */
	top: 95px;
}

.leftmenu {
	background:#FFF;
}

.leftmenu .colright {
	/*background-color:#fff;*/
}

.leftmenu .col1 {
	/*background:#fff URL() no-repeat scroll top right;*/
	background:#fff url(../images/bgSoftRibbons.png) no-repeat center;
	min-height: 535px;
}

.leftmenu .col1 .pageTitle {
	text-align: right;
	/*padding: 80px 30px;*/
	margin-right: 3em;
	/*color: #9693AE;*/
}

.leftmenu .col1 .mainContent {
	margin: 0 auto;
	width: 95%;
	margin-top: 1em;
}
.leftmenu .col1 .treatmentContent {
	float: left;
	width: 80%;
	/*margin-right: 5em;*/
	margin-top: 1em;
}
.leftmenu .col1 .procedureMenu {
	width: 20%;
	text-align: center;
	padding: 0.5em;
}
.leftmenu .col1 .procedureMenu a img {
	margin: 0.5em;
}

.leftmenu .col1 ul {
	padding-top:0;
}
.leftmenu .col1 li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
.leftmenu .col1 h1,
.leftmenu .col1 h2,
.leftmenu .col1 h3 {
	/*text-decoration: underline;*/
}
.leftmenu .col1 h1 {
	text-align: center;
	margin: 1em 0;
}
.leftmenu .col1 h2 {
	margin: 0.6em 0;
}
.leftmenu .col1 h3 {
	margin: 0.4em 0;
}
.leftmenu .col1 #rightMenu {
	float: right;
	padding: 0.5em;
	margin-top: 2em;
	vertical-align: top;
	text-align: center;
	width: 15%;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top: 1px solid #68003D;
	border-bottom: 1px solid #68003D;
	border-left: 1px solid #68003D;
}
.leftmenu .col1 #rightMenu li  {
	list-style: none;
	padding: 0.2em;
}
.leftmenu .col1 #rightMenu a {
	line-height: 1em;
	display: block;
	padding: 0.3em;
	text-decoration: none;
}
.leftmenu .col1 #rightMenu a:hover {
	background: #F1E1B9;
	text-decoration: underline;
}
.leftmenu .col1 #rightMenu a span {
	display: block;
	clear: both;
}
.leftmenu .col1 #rightMenu a img {
	margin: 0.2em auto;
}

.leftmenu .col2 {
	background: #FFF;
}
.leftmenu .col2 ul.menu {
	color: #A78394;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 1px solid #68003D;
	border-right: 1px solid #68003D;
	border-bottom: 1px solid #68003D;
	margin-top: 2em;
	padding-bottom: 0.3em;
}
.leftmenu .col2 li {
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.2em 0.5em 0.2em 0;
}
.leftmenu .col2 li a {
	padding: 0.2em 0;
	line-height: 1.3em;
	display: block;
}

.leftmenu .col2 ul.menu ul li {
	/*list-style-type: disc;*/
	padding: 0.2em 0.1em;
	font-size: 0.8em;
}
/*.leftmenu .col2 ul.menu ul li a {
	padding: 0.2em 0;
}
*/
.col2 h2 {
	text-align: center;
}

#footer {
	background: #FFF;
}
#footer div.footAddress {
	/*margin: 0px auto;*/
}

.disclaimer {
	text-decoration: none;
	font-style: italic;
	font-size: 0.85em;
	margin-top: 2em;
}
#footerDebug fieldset {
	border: 0;
}
