/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(../images/body_bg.gif) top left repeat-x #eee;
}

#left {
	margin: 20px 40px 0 40px;
	padding: 0 0 0 7px;
	background: url(../images/sl.gif) top left repeat-y transparent;
	
}

#right {
	margin: 0;
	padding: 0 7px 0 0;
	background: url(../images/sr.gif) top right repeat-y transparent;
}

#patch_l {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 7px;
	height: 212px;
	background: url(../images/edge_l.gif) top left no-repeat;
}

#patch_r {
	position: absolute;
	top: 20px;
	right: 39px;
	width: 8px;
	height: 212px;
	background: url(../images/edge_r.gif) top right no-repeat;
}

#page {
	background: white;
	margin: 0;
	padding: 10px;
	position: relative;
}

#banner {
	height: 160px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/logo_bg.gif) top right repeat-x;
	position: relative;
}

#banner h1 {
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) top left no-repeat;
}
#banner h1 span {
	display:none;
}
#sidebar {
	float: left;
	margin: 0 0 70px 0;
	padding: 0;
}
#sidebar p {
	padding: 0 10px;
	width: 180px;
	text-align: center;
	font-size: 0.875em;
}
#sidebar p a:link,
#sidebar p a:visited {
	text-decoration: none;
	font-weight: bold;
}
#sidebar p a:hover {
	color: #444;
}

#sidebar img {
	display: block;
	margin: 40px 0;
}
#main {
	background: url(../images/nav_bg.gif) top left repeat-y #F1F1F1;
	position: relative;
	
}
#nav {
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
	width: 200px;
}
#nav li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #FEE9F2;
	z-index: 1000;
}
#nav li a {
	display: block;
	width: 185px;
	height: 30px;
	margin: 0;
	padding: 0 15px 0 0;
	color: #474747;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px;
	text-align: right;
	font-weight: bold;
}
#nav li:hover,
#nav li.hover {
	background: #FFCEE4;
}
#nav li.current a,
#nav li.current a:hover {
	padding: 0 23px 0 0;
	background: url(../images/nav_current.gif) right center no-repeat #FEE9F2;
}


#nav ul {
	position: absolute;
	top: 0;
	left: -999em;
	z-index: 999;
	margin: 0;
	padding: 0;
	background: #ffcee4;
	
}
#nav ul li {
	background: #ffcee4;
}
#nav ul li a {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 0 10px;
	height: 24px;
	background: none !important;
}
#nav ul li:hover,
#nav ul li.hover {
	background: #ffacd1;

}
#nav ul li {
	margin: 0;
}

#nav li:hover ul,
#nav li.hover ul {
	left: 200px;
	top: 0;
}

#secure {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 4px 0;
	background: #f1f1f1;
	border: 1px solid #686868;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 110px;
	color: #444;
	z-index: 9999;
}
#secure:hover {
	background: #ddd;
}
#secure span {
	font-size: 10px;
}

#content {
	margin: 0 20px 20px 220px;
	padding: 15px 0 0 0;
	color: #333;
	position: relative;
	z-index: 10;
}
#plain #content {
	margin: 20px;
	padding: 0;
	background: white;
	border: 2px solid #ccc;
}
#plain #content #scroller {
	height: 400px;
	overflow: auto;
	padding: 20px;
}
#content h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C54779;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
}
li,dd,dt,td {
	line-height: 14px;
	font-size: 12px;
	text-align: justify;
}
dd {
	margin-top: 4px;
	margin-bottom: 10px;
}
li {
	line-height: 16px;
}

img {
	border: none;
}

a:link, a:visited {
	color: black;
	font-weight: normal;
	color: #C54779;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#footer_wrap {
	margin: 0 40px 20px;
	padding: 0;
	height: 40px;
	background: url(../images/footer_bg.gif) top left repeat-x;
}

hr.clear {
	visibility: hidden;
	height: 1px;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
#footer {	
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(../images/footer_l.gif) top left no-repeat transparent;
}
#footer h6 {
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	background: url(../images/footer_r.gif) top right no-repeat transparent;
}
#clinical_site_map li {
	margin-bottom: 20px;
}
#banner_message {
	border: 1px solid #ffacd1;
	background: #FEE9F2;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 400px;
	height: 108px;
	padding: 15px;
	margin: 0;
	text-align: center;
	line-height: 1.3;
}
#banner_message h3 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #DD5585;
}
#banner_message p {
	margin: 0;
}
