/* Main Styles ---------------------------------------- */
html, body
{
	padding: 0;
	border: 0;
	margin: 0;
}

body
{
	background-color: FFF;
	color: #757880;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 92%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

p
{
	font-size: 85%;
	line-height: 1.5em;
}

div.clear { clear: both; }

/* --- Universals --- */
img { border-width: 0; }

/* --- Links --- */
a
{
	font-size: 92%;
	color: #3567A1;
	text-decoration: underline;
}

a:hover
{
	color: #52A018;
	text-decoration: underline;
}

.links a
{
	line-height: 1.5em;
	padding: 0 0 0 20px;
}



/* --- Top Nav --- */
#top-nav
{
	width: 805px;
	text-align: right;
	text-transform: uppercase;
}

#top-nav a
{
	color: #686060;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#top-nav a:hover
{
	color: #53A018;
	text-decoration: underline;
}

/* --- Page Layout --- */
#page
{
	width: 805px;
	margin: 16px auto 0 auto;
}

#header
{
	background-image: url("../i/h1.jpg");
	background-repeat: no-repeat;
	width: 805px;
	height: 177px;
	margin: 5px 0 0 0;
}
#header2
{
	background-image: url("../i/h2.jpg");
	background-repeat: no-repeat;
	width: 805px;
	height: 177px;
	margin: 5px 0 0 0;
}

#wrap
{
	width: 805px;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
}

/* --- Content --- */
#content { width: 805px; }

#content ul
{
	margin: 10px 0 15px 30px;
	padding: 0;
}

#content li
{
	font-size: 85%;
	padding: 2px 0 2px 0;
}

#content h1
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 152%;
	color: #3567A1;
	font-weight: normal;
}

#content h2
{
	margin: 0;
	padding: 5px 5px 8px 0;
	font-size: 122%;
	color: #3567A1;
	font-weight: normal;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#content h3
{
	margin: 0;
	padding: 10px 5px 5px 0;
	font-size: 100%;
	color: #3567A1;
	font-weight: normal;
	line-height: 1.3em;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#content table
{
	border-width: 0;
	padding: 0;
	margin: 0;
}

#content td { vertical-align: top; }

/* --- Site Map --- */

#map
{
	width: 805px;
	font-size: 14px;
	line-height: 20px;
}

#map ul
{
	margin: 10px 0 15px 30px;
	padding: 0;
}

#map ul.sub { margin: 5px 0 0 30px; }

#map li
{
	padding: 2px 0 2px 0;
	list-style-type: none;
	list-style-position: default;
}

#map h1
{
	margin: 0;
	padding: 5px 5px 8px 0;
	font-size: 16px;
	color: #3567A1;
	font-weight: normal;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

/* --- Columns --- */
.col1
{
	padding: 0 40px 0 0;
	width: 455px;
}
.col2 img
{
	border-color: #D5D6D8;
	border-width: 6px;
	border-style: solid;
	padding: 0;
	margin: 0 0 13px 0;
}

.col2.home img
{
	border-color: #3D6271;
	border-width: 2px 0 2px 0;
	border-style: solid;
	padding: 7px 0 5px 0;
}

div.copy
{
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: dotted;
}

div.home
{
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: dotted;
}

pre
{
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}

pre.print { font-size: 12pt; }

.dark { color: #000000;  }

#content table.numbers
{
	font-size: 85%;
	padding: 10px 0 0 0;
	width: 90%;
	margin: 5px 0 0 0;
}

#content table.numbers td { padding: 4px 0 4px 0; }

img.quote
{
	padding: 30px 0 0 0;
	margin: 0;
}

/* --- Footer --- */
#footer
{
	border-color: #52A018;
	border-width: 12px 0 0 0;
	border-style: solid;
	width: 805px;
	margin: 25px 0 0 0;
}

#footer p
{
	text-align: right;
	font-size: 10px;
	padding: 5px 0 20px 5px;
}

/* --- Main Nav --- */
#nav
{
	width: 805px;
	height: 43px;
	background-image: url("../i/grads/g1.gif");
	background-repeat: repeat-x;
}

#nav ul
{
	padding: 0;
	margin: 0;
}

#nav li
{
	float: left;
	display: inline;
	padding: 12px 0 0 16px;
	margin: 0;
	list-style-type: none;
}

#nav a
{
	float: left;
	width: 96px;
	height: 31px;
}


/* --- Link 1 --- */
#background a
{
	background-image: url("../i/nav/link1_off.gif");
	background-repeat: no-repeat;
}

#background a:hover, #background a.alt
{
	background-image: url("../i/nav/link1_on.gif");
	background-repeat: no-repeat;
}

/* --- Link 2 --- */
#residences a
{
	background-image: url("../i/nav/link2_off.gif");
	background-repeat: no-repeat;
}

#residences a:hover, #residences a.alt
{
	background-image: url("../i/nav/link2_on.gif");
	background-repeat: no-repeat;
}
#residences-on a {background: url(../i/nav/link2_on.gif) no-repeat;}

/* --- Link 3 --- */
#heritage a
{
	background-image: url("../i/nav/link3_off.gif");
	background-repeat: no-repeat;
}

#heritage a:hover, #heritage a.alt
{
	background-image: url("../i/nav/link3_on.gif");
	background-repeat: no-repeat;
}

/* --- Link 4 --- */
#funding a
{
	background-image: url("../i/nav/link4_off.gif");
	background-repeat: no-repeat;
}

#funding a:hover, #funding a.alt
{
	background-image: url("../i/nav/link4_on.gif");
	background-repeat: no-repeat;
}

/* --- Link 5 --- */
#donate a
{
	background-image: url("../i/nav/link5_off.gif");
	background-repeat: no-repeat;
}

#donate a:hover, #donate a.alt
{
	background-image: url("../i/nav/link5_on.gif");
	background-repeat: no-repeat;
}

#donate-on a {background: url(../i/nav/link5_on.gif) no-repeat;}

/* --- Link 6 --- */
#news a
{
	background-image: url("../i/nav/link6_off.gif");
	background-repeat: no-repeat;
}

#news a:hover, #news a.alt
{
	background-image: url("../i/nav/link6_on.gif");
	background-repeat: no-repeat;
}

/* --- Link 7 --- */
#employment a
{
	background-image: url("../i/nav/link7_off.gif");
	background-repeat: no-repeat;
}

#employment a:hover, #employment a.alt
{
	background-image: url("../i/nav/link7_on.gif");
	background-repeat: no-repeat;
}


/* --- Donate Drop Menu --- */
#donatemenudiv
{
	position: absolute;
	line-height: 16px;
	z-index: 100;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-bottom: 3px #ffffff solid;
}

#donatemenudiv a
{
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 5px;
}

#donatemenudiv a:hover
{
	/*hover background color*/
	background-color: #006633;
}

/* --- Residences Drop Menu --- */
#residencesmenudiv
{
	position: absolute;
	line-height: 16px;
	z-index: 100;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-bottom: 3px #ffffff solid;
}

#residencesmenudiv a
{
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 5px;
}

#residencesmenudiv a:hover
{
	/*hover background color*/
	background-color: #BE9636;
}
