/* ======================================================================

CSS File

NAME: NRH.css

AUTHOR: JD Ready , RISE Development Group, Inc.
DATE  : 8/9/2007

====================================================================== */

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #7B4A4A;
}

#Header {
	height: 85px;
	width: 750px;
	background-image: url("images/Header.gif");
}

#NRH_BG {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 347;
	width: 352;
	background-image: url("images/NRH_BG.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	border-top: 1px solid #BFD3D0;
	border-right: 1px solid #BFD3D0;
}

#NRH_IMAGE {
	position: absolute;
	top: 105px;
	left: 10px;
	height: 173px;
	width: 232px;
	background-image: url("images/House.jpg");
}

#HomeButtons {
	position: absolute;
	top: 135;
	left: 265;
}

#InnerButtons {
	position: absolute;
	top: 95;
	left: 2;

	padding-top: 10px;
	padding-right: 10px;
	border-top: 1px solid #BFD3D0;
	border-right: 1px solid #BFD3D0;
	
	background-image: url(images/InnerMenuBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a.MenuItem:link, a.MenuItem:visited {
	font-family: century gothic, Arial;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #7B4A4A;

	text-decoration: none;
	height: 24px;
	width: 184px;
	background-image: url("images/Button.gif");
	background-color: #EEEEEE;
	padding-left: 4px;
	margin-bottom: 10px;
}

body#aboutus a.MenuItem:link#aboutusLink, 
body#aboutus a.MenuItem:visited#aboutusLink, 
body#admissions a.MenuItem:link#admissionsLink, 
body#admissions a.MenuItem:visited#admissionsLink, 
body#programs a.MenuItem:link#programsLink, 
body#programs a.MenuItem:visited#programsLink, 
body#locations a.MenuItem:link#locationsLink, 
body#locations a.MenuItem:visited#locationsLink, 
body#donations a.MenuItem:link#donationsLink, 
body#donations a.MenuItem:visited#donationsLink, 
body#contactus a.MenuItem:link#contactusLink, 
body#contactus a.MenuItem:visited#contactusLink, 
body#resources a.MenuItem:link#resourcesLink, 
body#resources a.MenuItem:visited#resourcesLink, 
a.MenuItem:hover {
	font-family: century gothic, Arial;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #7B4A4A;

	text-decoration: none;
	height: 24px;
	width: 184px;
	background-image: url("images/Button.gif");
	background-color: #BFD3D0;
	padding-top: 1px;
	padding-left: 5px;
	margin-bottom: 10px;
}

body#home a.MenuItem:link#homeLink,
body#home a.MenuItem:visited#homeLink,
body#home a.MenuItem:hover#homeLink {
	display: none;
}

#Content {
	position:absolute;
	top: 90px;
	left: 450px;
	width: 300px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 80px;
	
	background-image: url("images/Welcome.gif");
	background-position: center top;
	background-repeat: no-repeat;
	
	font-size: 12pt;
}

#InnerContent {
	position:absolute;
	top: 90px;
	left: 200px;
	width: 550px;
	padding-left: 15px;
	padding-top: 20px;
}

#InnerContentLarge {
	position:absolute;
	top: 90px;
	left: 200px;
	width: 550px;
	padding-left: 15px;
	padding-top: 20px;
	
	font-size: 12pt;
}

td {
	font-size: 10pt;
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

#Footer {
	position: absolute;
	top: 450px;
	left: 5px;

	font-family: "Times New Roman", Times;
	font-size: 11pt;
	letter-spacing: 1px;
	color: #7B4A4A;
}

#Announcement {
	position: absolute;
	top: 375px;
	left: 5px;

	font-family: "Times New Roman", Times;
	font-size: 14pt;

	border: 1px #2d635c solid;
	color: #2d635c;
	padding: 4px;
	
	background-color: #ffffff;  /* the background          */
}


div#Donations {
	text-align: center;
}

#Recipients {
	font-size: 10pt;
}