@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/frame/mainbg.png) top repeat-x;
	margin:0;
	padding:20px 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666;
}

#frame {
	width:970px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border:5px solid #fff;
}

#frame #header {
	height:73px;
	background:url(../images/frame/headerbg.png) top repeat-x;
	
}

#frame #menu {
	margin:0;
	padding:5px 0;
	height:22px;
	border-bottom:2px dotted #ccc;
}

#content {

}

/*h1 {
	font-size:20px;
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
}

	h1 strong {
		color:#dc007a;
		font-weight:normal;
	}*/

#footer-container {
	width:970px;
	margin:0 auto;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}

	#footer-container p {
		clear:both;
		margin:0;
		padding:5px 0;
		text-align:center;
	}

#footer {
	background:#ac0da5;
	height:22px;
	color:#d686d2;
}


	
	.footer-left {
		width:400px;
		height:14px;
		float:left;
		padding:2px 0 2px 5px;
		line-height:14px;
		text-align:left;
	}
	
	.footer-right {
		width:400px;
		height:20px;
		float:right;
		padding:2px 5px 2px 0;
		line-height:14px;
		text-align:right;
	}
	
		.footer-left, .footer-right {
			color:#d686d2;
			line-height:18px;
		}
		
		.footer-left a, .footer-right a {
			color:#fff;
			text-decoration:none;
		}
		
		.footer-left a:hover, .footer-right a:hover {
			text-decoration:underline;
			color:#fff;
		}
		
.col-clear {
	clear:both;
	font-size:1px;
	height:11px;
}

a {
	color:#b91fb5;
}

	a:hover {
		color:#8b1788;
	}

sup.refnum {
	color:#b91fb5;
	font-size:10px;
	text-decoration:none;
	vertical-align:top;
}

.backtotop {
	
}

	.backtotop a {
		background:#edc7ec;
		padding:2px 5px;
		display:inline;
		color:#fff;
		font-size:10px;
		text-decoration:none;
	}
	
	.backtotop a:hover {
		background:#b91fb5;
		color:#fff;
	}
	
.hide {
	display:none;
}

.footnote {
	font-size:11px;
	color:#333;
	text-align:center;	
}
	
/* headings */

h1 {
	height:50px;
	background-position:left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

h1.home {
	background-image:url(../images/headings/home.gif);
	height:35px;
}

h1.choices {
	background-image:url(../images/headings/choices.gif);
}

h1.con-choices {
	background-image:url(../images/headings/con-choices.gif);
}

	h1.con-choices-b {
		background-image:url(../images/headings/con-choices-b.gif);
	}

h1.questions {
	background-image:url(../images/headings/questions.gif);
}

h1.doctor {
	background-image:url(../images/headings/doctor.gif);
}

h1.emergency {
	background-image:url(../images/headings/emergency.gif);
}

h1.press {
	background-image:url(../images/headings/press.gif);
}

h1.sitemap {
	background-image:url(../images/headings/sitemap.gif);
}

h1.error {
	background-image:url(../images/headings/error.gif);
}