@charset "UTF-8";
/* PALETTE
#d1af82 - page background beige
#fbe2c1 - content background pale cream
#333 - text gray 
#85a396 - footer background green
#11696a - rehab base color
#7a2e3f - nursing base color
#ac5335 - Seabury base color
#c56d01 - elc base color


/***********************************
          LAYOUT STYLES
***********************************/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d1af82;
	margin: 0;
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers */
}
#container {
	width: 1000px;  /* conform to existing design */
	background: #f3ecda;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* overrides text-align: center on the body element */
	color: #333;
	font-size: 0.85em;
} 
#header {
	background: url(../homeImages/header.jpg) no-repeat;
	height: 159px;
} 
#header h1 {
	text-indent: -9999px; /* move text off screen */
	margin: 0; /* prevent margin collapse */
}
#mainContent {
	width: 1000px;
} 
#footer {
	background:#85a396 url(../homeImages/footer.gif) no-repeat;
	text-align: center;
	font-size: 0.8em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 100px 0 10px;
	text-align: center;
}
.td_nav {
	border-right: 1px solid #f3ecda;
}
.td_rehab {
	border-right: 1px solid #f3ecda;
	background: url(../homeImages/bkg_rehab.gif) no-repeat;
}
.td_nursing {
	border-right: 1px solid #f3ecda;
	background: url(../homeImages/bkg_nursing.gif) no-repeat;
}
.td_seabury {
	border-right: 1px solid #f3ecda;
	background: url(../homeImages/bkg_seabury.gif) no-repeat;
}
.td_elc {
	background: url(../homeImages/bkg_elc.gif) no-repeat;
}

/***********************************
        PRESENTATION STYLES
***********************************/

p {
	font-size: 0.9em;
	padding-right: 8px;
	padding-left: 8px;
}

/***** CLASSES *****/
.fltrt { /* float right */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* place on a div or break element */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rehab_bold {
	font-weight: bold;
	color: #11696a;
}
.nursing_bold {
	font-weight: bold;
	color: #7a2e3f;
}
.seabury_bold {
	font-weight: bold;
	color: #ac5335;
}
.elc_bold {
	font-weight: bold;
	color: #c56d01;
}



/***********************************************
               NAVIGATION STYLES
***********************************************/

/***** TEXT NAVIGATION *****/
a:link {
	text-decoration: none;
	color: #772e41;
}
a:visited {
	text-decoration: none;
	color: #772e41;
}
a:hover {
	color: #ac5335;
	text-decoration: underline;
}
a:active {
	color: #772e41;
	text-decoration: none;
}

/***** FOOTER NAVIGATION *****/
#footer a:link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.FB_badge {
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}

