/* CSS Document */

#header {
	position: relative;
	height: 190px;
	background-color: #c5cee2;
}

#content2 {
	position: relative; 
	left: 0px;
	top: 0px;  
	background: url(/_resources/images/backgrounds/background_clinicians2.jpg) repeat-y;
	border-top: 1px #c5cee2 solid;   
}

#content {
/*	position: relative; */
	background: url(/_resources/images/backgrounds/content_background_clinicians2.jpg) top no-repeat; 
	font-size: 1.2em;
}

#rightcol {
	position: relative;
	float: left;
	width: 485px;
	padding: 25px 10px 15px 18px;
/*	min-height: 524px; */
}

#vitals {
	width: 160px;
	text-align: right;
	position: absolute;
	left: 20px;
	bottom: 0px;
	left: 20px;
	bottom: 20px;	
/*	border: 2px red solid; */
}

#vitals a, #vitals a:hover, #vitals a:visited {
	color: #185991;
	text-decoration: none;
}


h1 {
	font-size: 16px;
	color: #185991;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 13px;
}

h3 {
	color: #56004e;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#rightcol ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 15px;
}

#creditCardLogo {
	display:none;
}