@charset "UTF-8";
/* CSS Document 

Saint Luke's - Inner Page 1 */

/* ==General .content settings === */
.content {
	margin: 15px 0 0 36px;
}

.content table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 654px;
}
.content table table {
	width: 100%;
}

.content tr {
	vertical-align: top;
}
.content h2 {
	font-size: 18px;
	margin: 0;
	padding: 15px 0 0 20px;
	height: 2.5em;
}

.content h3 {
	font-weight: bold;
	font-size: 113%;
	margin: 0 0 -14px 0;
	padding: 0 15px 0 20px;
}

.content h4 {
	font-weight: bold;
	font-size: 105%;
	margin: 0 0 0px 0;
	padding: 0 15px 0 20px;
}	

.content h5 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 0px 0;
	padding: 0 55px 0 50px;
	line-height: 1.2em;
	text-align: justify;
}	

.content h6 {
	font-weight: normal;
	font-size: 75%;
	margin: 0 0 0px 0;
	padding: 0 15px 0 20px;
	line-height: 1.1em;
}	

.content p {
	margin: 0;
	padding: 0 15px 0 20px;
	line-height: 1.5em;
}
/* == General .content End=== */

/* == Top Row Settings ===== */
.content td#top-lf {
	width: 157px;
	color: #abb6ab;
	/*background-image: url(../images/layout-images/curves/top-lf-wwa.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #4a5963;
	border-right-style: solid;
	border-right-color: #E8E3D9;
	border-right-width: 3px;
	vertical-align: middle;
	
}

.content td#top-rt {
	width: 480px;
	color: #b9ab97;
	background-color: #5e4f34;
	/*background-image: url(../images/layout-images/curves/top-rt-wwa.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
 /* == Mid Bar Settings =====*/
.content td#mid-lf {
	height: 4px;
	background-color: #748592;
	border-right-style: solid;
	border-right-color: #E8E3D9;
	border-right-width: 3px;
}

.content td#mid-rt {
	height: 4px;
	background-color: #8d7b5b;
}
/* == Bottom Row Settings ===== */
.content td#bottom-lf {
	color: #37424a;
	width: 157px;
	background-color: #abb5aa;
	/*background-image: url(../images/layout-images/curves/bottom-lf-wwa.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	border-right-style: solid;
	border-right-color: #E8E3D9;
	border-right-width: 3px;
	padding: 10px 0;
	
}

.content td#bottom-lf p {
	padding-bottom: 10px;
}

.content td#bottom-lf a {
	color: #37424a;
	text-decoration: none;
}

.content td#bottom-lf a:hover {
	color: #37424a;
	text-decoration: underline;
}

.content td#bottom-rt {	
	padding: 10px 0 25px 0;
	color: #453a26;
	width: 480px;
	background-color: #b8ab96;
	/*background-image: url(../images/layout-images/curves/bottom-rt-wwa.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

.content td#bottom-rt a {
	color: #453a26;
	text-decoration: underline;
}

.content td#bottom-rt a:hover {
	color: #453a26ß;
	text-decoration: none;
}



