/*
--- MASTER
--- Benedictine Hospital  04.05.05

*/
body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
	margin: 0px 0px 20px;
}
/*

--- containers

*/
#frame {
	text-align: left;
	padding: 0px;
	width: 720px;
	margin-left: -360px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	top: 294px;
}
#leftcol {
	padding: 0px 0px 20px 15px;
	float: left;
	width: 155px;
	margin-top: 15px;
	font-size: 10px;
	line-height: 16px;
}
#centercol {
	padding: 15px 0px 0px 10px;
	float: left;
	width: 360px;
}
#rightcol {
	padding: 15px 0px 0px 10px;
	float: left;
	width: 155px;
}
#header {
	text-align: left;
	padding: 0px;
	width: 720px;
	margin-left: -360px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	height: 80px;
	top: 15px;
	border: 1px solid #666666;
}
#nav {
	text-align: left;
	padding: 0px;
	width: 722px;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	height: 29px;
	top: 265px;
}
#news {
	text-align: left;
	padding: 0px;
	width: 722px;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	height: 20px;
	top: 235px;
	background-color: #CCCCCC;
	border-bottom: 1px dotted #666666;
}
#footer {
	padding: 5px 15px 10px;
	background-color: #EEEEEE;
	font-size: 9px;
	line-height: 12px;
	clear: both;
	border-top: 1px solid #999999;
}
/*

--- content

*/
#leftcol h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #77AAAB;
	border-top: 1px solid #666666;
	border-right: 1px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px;
	padding: 5px 10px;
	color: #FFFFFF;
	margin: 0px;
}
#banner {
	text-align: left;
	padding: 0px;
	width: 720px;
	margin-left: -360px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	height: 135px;
	top: 96px;
	border: 1px solid #666666;
}
.hp_ctrimage {
	border: 1px solid #666666;
	margin-bottom: 5px;
}
.lc-content-nav {
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1.3em;
}
.lc-content-nav p {
	margin: 4px 0;;
}

.lc-content-text {
	padding-left: 10px;
	padding-right: 10px;
}
.lc-content {
	background-color: #CCCCCC;
	padding: 0px;
}
#footer em {
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: bold;
}

/*

--- links

*/
.link-img a:link {
	border-bottom: none;
	text-decoration: none;
}
.link-img a:visited {
	border-bottom: none;
	text-decoration: none;
}
.link-img a:hover {
	border-bottom: none;
	text-decoration: none;
}
.link-img a:active {
	border-bottom: none;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
	border-top: 1px #006699;
	border-right: 1px #006699;
	border-bottom: 1px dotted #006699;
	border-left: 1px #006699;
}
a:active {
	color: #006699;
	text-decoration: none;
}

/*

--- special

*/
.healthnote {
	margin-bottom: 5px;
	background-image: url(../images/healthnote_bkgd.jpg);
	background-repeat: no-repeat;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
.healthnote h1 {
	font: normal 16px/20px Arial, Helvetica, sans-serif;
	margin-left: 30px;
}
.healthnote p {
	margin-left: 30px;
}
.link-img {
	margin: 0px;
	padding: 0px;
}
