body {
	margin: 0;
	padding: 0;
}


/* = header
----------------------------------------------- */

#tagline {
	margin: 0 auto;
	padding: 32px 0 18px 0;
	width: 790px;
	text-align: center;
}

#header_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 13px solid #FFF07F;
	background-color: #005790;
}

#header_inner_wrapper {
	margin: 0 auto;
	padding: 0 32px 9px 0;
	width: 790px;
	text-align: center;
}

#header {
	margin: 0 0 0 186px;
	padding: 0;
	width: 603px;
	position: relative;
}

#header a {
	color: #7FBEE7;
	text-decoration: none;
	border-bottom: 1px solid #7FBEE7; 
}

#header a:hover {
	border-bottom: 1px dotted #7FBEE7; 
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	text-align: left;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #005790;
	text-align: right;
}

.ribbon {
	background: transparent url('/cpm/ribbon_logo.jpg') no-repeat 0 0;
	width: 131px;
	height: 283px;
	position: absolute;
	top: -56px;
	left: -153px;
}

/* = content
----------------------------------------------- */
#content_wrapper {
	margin: 45px auto 0 auto;
	padding: 0;
	width: 790px;
	text-align: center;
}

#hospital_column1 {
	margin: 0;
	padding: 0;
	width: 375px;
	float: left;
}

#hospital_column2 {
	margin: 0 0 0 40px;
	padding: 0;
	width: 375px;
	float: right;
}
	
#northwest {
	margin: 0;
	padding: 0;
	width: 375px;
	height: 136px;
	float: left;
	text-indent: -5000px;
	background: #fff url('/cpm/northwest.jpg') no-repeat 0 0;
}

#northwest:hover {
	width: 375px;
	height: 136px;
	background: #fff url('/cpm/northwest.jpg') no-repeat 0 -136px;
}


#university {
	margin: 40px 0 0 0;
	padding: 0;
	width: 375px;
	height: 136px;
	float: left;
	text-indent: -5000px;
	background: #fff url('/cpm/university.jpg') no-repeat 0 0;
}

#university:hover {
	width: 375px;
	height: 136px;
	background: #fff url('/cpm/university.jpg') no-repeat 0 -136px;
}

#westside {
	margin: 0;
	padding: 0;
	width: 375px;
	height: 136px;
	float: left;
	text-indent: -5000px;
	background: #fff url('/cpm/westside.jpg') no-repeat 0 0;
}

#westside:hover {
	width: 375px;
	height: 136px;
	background: #fff url('/cpm/westside.jpg') no-repeat 0 -136px;
}

#plantation {
	margin: 40px 0 50px 0;
	padding: 0;
	width: 375px;
	height: 136px;
	float: left;
	text-indent: -5000px;
	background: #fff url('/cpm/plantation.jpg') no-repeat 0 0;
}

#plantation:hover {
	width: 375px;
	height: 136px;
	background: #fff url('/cpm/plantation.jpg') no-repeat 0 -136px;
}

#footer_wrapper {
	width: 100%;
	background-color: #005790;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 6px 0;
	width: 790px;
	text-align: center;
}

#footer_inner_wrapper {
	text-align:  left;
	position: relative;
}

h3 {
	margin: 0 39px 0 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-align: left;
	display: inline;
	font-weight: normal;
}

.small_ribbon {
	background: transparent url('/cpm/small_ribbon.gif') no-repeat 0 0;
	width: 30px;
	height: 60px;
	position: absolute;
	top: -20px;
	left: 133px;
}

#copy {
	margin: 12px auto 0 auto;
	width: 790px;
	text-align: center;
}

#copy p {
	margin: 0 0 0 420px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

#copy a {
	color: #999;
}

#copy a:hover {
	color: #333;
}


	
