/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body
{
	margin: 0;
	font: 11px/13px Verdana, Arial, sans-serif;
	background: #a8c7e5 url(images/backgroundimages/dots.gif);
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

fieldset
{
	border: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#main
{
	width: 774px;
	margin: 0 auto;
	position: relative;
	padding-top: 8px;
}

/* --------------------------------------------
   
----------------------------------------------- */
h1
{
	background: url(images/header/home.gif) no-repeat;
	width: 774px;
	height: 288px;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#nav-main
{
	position: absolute;
	top: 187px;
	left: 20px;
	width: 144px;
	background: url(images/menu/angle_home.gif) no-repeat bottom left;
	padding-bottom: 29px;
	+z-index: 103;
}

ul#nav-main li a
{
	height: 24px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
}

ul#nav-main li.about a
{
	background-image: url(images/menu/about.gif);
}

ul#nav-main li.about a:hover
{
	background-image: url(images/menu/over/about.gif);
}
			
ul#nav-main li.our-programs a
{
	background-image: url(images/menu/programs.gif);
}

ul#nav-main li.our-programs a:hover
{
	background-image: url(images/menu/over/programs.gif);
}
			
ul#nav-main li.community a
{
	background-image: url(images/menu/community.gif);
}

ul#nav-main li.community a:hover
{
	background-image: url(images/menu/over/community.gif);
}
			
ul#nav-main li.admissions a
{
	background-image: url(images/menu/admissions.gif);
}

ul#nav-main li.admissions a:hover
{
	background-image: url(images/menu/over/admissions.gif);
}

ul#nav-main li.contact a
{
	background-image: url(images/menu/contact.gif);
}

ul#nav-main li.contact a:hover
{
	background-image: url(images/menu/over/contact.gif);
}

/* --------------------------------------------
   
----------------------------------------------- */
a#donate
{
	position: absolute;
	top: 310px;
	left: 32px;
	width: 156px;
	height: 62px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/button_donate.gif) no-repeat;
	+z-index: 103;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	/* background: #900 url(images/backgroundimages/home_content.gif) repeat-y; */
	background: #900;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	
	+position: relative;
	+margin-top: -10px;
	+z-index: 102;
}

div#content p
{
	margin: 0 49px 0 213px;
	padding-top: 35px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#announcements
{
	background: url(images/menu/submenu_home_angle.gif) no-repeat;
	width: 144px;
	padding-top: 29px;
	float: left;
	margin-left: -22px;
	margin-top: 15px;
	+margin-top: 19px;
}

div#announcements ul
{
	background: url(images/menu/submenu_home_angle1.gif) no-repeat bottom left;
	width: 144px;
	padding-bottom: 29px;
	font-size: 10px;
	line-height: 14px;
}

div#announcements ul li
{
	background: #fc0; 
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 19px;
}

div#announcements ul li.first
{
	padding-top: 37px;
}

div#announcements ul li.last
{
	padding-bottom: 0;
}

div#announcements ul li h3
{
	font-weight: bold;
	font-size: 10px;
}

div#announcements ul li span
{

}

div#announcements ul li a
{
	display: block;
	color: #039;
	font-weight: bold;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content div.footer
{
	clear: both;
	background: #fff;
	padding-left: 177px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
}

div#content div.footer ul
{
	margin-left: 25px;
}

div#content div.footer ul,
div#content div.footer ul li
{
	display: inline;
}

div#content div.footer ul li
{
	text-transform: uppercase;
}

div#content div.footer ul li.home
{
	border-right: 1px solid #003;
	padding-right: 5px;
	margin-right: 2px;
	+margin-right: 5px;
}

div#content div.footer ul li a
{
	color: #808080;
	font-weight: bold;
}

div#content div.footer a.emtype
{
	float: right;
	margin-top: -13px;
	+margin-top: -16px;
	color: #5f94c9;
	font-weight: bold;
}
