@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}
.left {
	float:left;
}
img.left {
	float:left;
	padding: 5px 15px 5px 0px;
}
.right {
	float:right;
}
img.right {
	float:right;
	padding: 5px 0px 5px 15px;
}
.newsdate {
	padding-bottom:0px
}
.green {
	color:#00494E;
}
a {
	color:#00494E;
	text-decoration: underline;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
small {
	font-size: 11px;
	font-style: italic;
	display:block;
}
body {
	margin: 0px;
	padding:0px;
	background-image: url(../images/elmhurst_home_bg.gif);
	background-repeat: repeat-x;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	padding-bottom:15px;
	line-height: 20px;
}
#container {
	width:960px;
	margin: 0px auto;
	position:relative;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	/*font-weight: bold;*/
	color: #00494E;
	float: right;
	margin:55px 0px 0px 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #00494E;
	padding-bottom:15px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #00494E;
	font-style: italic;
	font-size: 16px;
}
/*==============================================================MASTHEAD styles===========*/
#masthead {
	width:960px;
	height:165px;
	position:relative;
}
#masthead ul {
	list
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #616161;
	display: inline;
	float: right;
	width: 575px;
	height:20px;
	text-align: right;
	margin:29px 0px 0px 0px;
}
#masthead li {
	display:inline;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00494E;
	padding:0px 12px;
	margin:0px;
}
#masthead li a {
	color:#616161;
	text-decoration:none;
}
#masthead li.selected,
#masthead li a:hover {
	color:#00494E;
	text-decoration:none;
}
#masthead li.last {
	border:none;
}
#logo {
	display:block;
	width:126px;
	height:121px;
	text-indent:-9999px;
	background-image:url(../images/elmhurst-logo.gif);
	background-repeat: no-repeat;
	margin:30px 0px 0px 0px;
	float:left;
}
/*==============================================MAIN BODY=================================*/
#bodycontainer {
	width:928px;
	margin:0px;
	padding:12px;
 	border: 4px solid #7FA4A6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	background-color:#FFFFFF;
}
#photobar {
	list-style-type:none;
}
#photobar li {
	display:block;
	width:182px;
	height:142px;
	float:left;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#photobar li.last {
	border:none;
}
#pic01 {
	background-image: url(../images/home-pic1.jpg);
	background-repeat: no-repeat;	
}
#pic02 {
	background-image: url(../images/home-pic2.jpg);
	background-repeat: no-repeat;	
}
#pic03 {
	background-image: url(../images/home-pic3.jpg);
	background-repeat: no-repeat;	
}
#pic04 {
	background-image: url(../images/home-pic4.jpg);
	background-repeat: no-repeat;	
}
#pic05 {
	background-image: url(../images/home-pic5.jpg);
	background-repeat: no-repeat;	
}
#carelevelbox {
	background-color:#d8e4e4;
	border: 1px solid #7fa4a6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:12px 0px 0px 0px;
	background-image: url(../images/carelevelbox-bg.gif);
	background-repeat: repeat-x;
	min-height:130px;
	width:924px;
	font-size:11px;
	/*text-align: justify;*/
}
#carelevelbox ul {
	list-style-type:none;
}
#carelevelbox li {
	display:block;
	float:left;
}
#willowbend,
#cedarwinds {
	width:272px;
	min-height:130px;
	padding:0px 20px 0px 15px;
	margin:0px;
}
#maplespring {
	width:280px;
	min-height:130px;
	padding:0px 15px;
	margin:0px;
}
#carelevelbox h2 {
	color:#fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	margin:6px 0px 5px 0px;
}
#carelevelbox p {
	padding-bottom:10px;
}
#col {
	width:480px;
	float:left;
	padding:30px 0px 0px 25px;
}
#newsbox {
	width:350px;
	margin:12px 0px 12px 0px;
	padding:17px 25px 17px 25px;
	float:right;
	background-color:#ebf1f1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #d8e4e4;
}
#newsbox ul {
	list-style-type:none;
}
#awardscontainer {
	background-color:#d2d2d2;
	border: 1px solid #cac9c9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:874px;
	padding:17px 25px 17px 25px;
}
#awardscontainer ul {
	list-style-type:none;
	width:400px;
}
#awardscontainer li {
	padding:0px 0px 0px 25px;
	background-image: url(../images/square-bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:12px;
}
#awardsbox {
	width:400px;
	float:left;
}
#edenbox {
	width:373px;
	float:right;
}
#footer {
	padding-top:30px;
	margin-bottom:50px;
}
#copyright {
	font-size:10px;
}
#contactinfo {
	width:400px;
	float:left;
}
#affiliates {
	width:180px;
	float:right;
}