/*
===== CONTENTS =====

	1: General Elements and Primary Structure 
		: General Elements
		: Primary Structure
	2: Typography
	3: Navigation 				  ( Uses CSS Sprites: http://www.alistapart.com/articles/sprites )
	4: Hero Banner
		Phark Image Replacement   ( http://phark.typepad.com/phark/2003/08/accessible_imag.html )
	5: Header Banner
		: Phark Image Replacement
	6: Content
	7: Footer

====================
*/


/*
===== 1: General Elements and Primary Structure =====
*/

/* General Elements
----------------------------------------------- */
img {display: block; border: none;}

a {font-weight: normal; color: #1c509f; text-decoration: underline;}


/* Primary Structure
----------------------------------------------- */
body {
	background: #e4e0d5 url(../images/bg_body.gif) repeat-x top;
	text-align: center;														/* Centers dropshadow and masterwrap for IE */
	margin: 0;
	padding: 0;
}

#dropshadow {
	width: 975px;
	background: transparent url(../images/shadow_content.gif) no-repeat bottom right;
	position: relative;
	margin: 34px auto 0;
	padding-bottom: 9px;
	padding-right: 6px;
}

#masterwrap {
	text-align: left;
	margin: 0 auto 0;
	border: 5px solid #fff;
	padding: 10px 15px;
	width: 928px;
	min-height: 523px;
	color: #48402a;
	background: #fff url(../images/bg_masterwrap.gif) repeat-x bottom;
	position: relative;														/* Sets positioning point for uhg_logo and childrens_logo */
}

* html #masterwrap {
	height: 523px;															/* min-height equivalent for IE */
}

#uhg_logo {
	position: absolute;
	top: -39px;
	left: 15px;
}

#childrens_logo {
	float: right;
	margin-top: 4px;
	margin-right: 6px;
	display: inline;														/* Corrects IE double-margin value */
}

#hero_banner {
	margin: 80px 0 0 0;
	padding: 0;
	width: 921px;
	height: 175px;
}

* html #hero_banner {														/* Corrects top margin in IE */
	margin-top: 90px;
}

#content {
	margin: 30px 0 15px 5px;
	width: 700px;
}

#content2 {
	margin: 120px 0 15px 5px;
	width: 700px;
}

#content3 {
	margin: 120px 0 15px 5px;
	width: 700px;
}

#news {
	margin: 15px 15px 15px 0;
	float: right;
	padding: 15px 15px 0 16px;
	background: url(../images/brdr_vertDots.gif) repeat-y left;
	width: 199px;
	display: inline;														/* fixes IE double-margin bug [ http://www.positioniseverything.net/explorer/doubled-margin.html] */
}

#footer {
	margin: 1px auto 10px;
	width: 966px;
	background: url(../images/brdr_horizDots.gif) repeat-x top;
	padding-top: 8px;
	position: relative;
}



/*
===== 2: Typography =====
*/

.header_feature p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #232323;
}

#masterwrap.home #content {
	font: 17px/21px Arial, Helvetica, sans-serif;
	color: #48402a;
}

#content {
	font: 15px/21px Arial, Helvetica, sans-serif;
	color: #48402a;
}

#content2 {
	font: 15px/21px Arial, Helvetica, sans-serif;
	color: #48402a;
}

#content3 {
	font: 15px/21px Arial, Helvetica, sans-serif;
	color: #48402a;
}

#content h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #6b6450;
	margin-bottom: 24px;
}

#content2 h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #6b6450;
	margin-bottom: 24px;
}

#content3 h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #6b6450;
	margin-bottom: 24px;
}

#news h4 {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #1c509f;
}

#news p {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
}

#footer {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #48402a;
}



/*
===== 3: Navigation =====
*/

#sitenav {
    width: 725px; 
	height: 30px;
    background: url(../images/navsprites.gif);
	margin: 0;
	padding: 0;
	position: absolute; 
	top: 50px;
}
#sitenav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	width: 145px;
}
#sitenav li, #sitenav a {
    height: 30px;
	display: block;
}

#sitenav a {text-indent: -5000px; text-decoration: none;}				/* Phark Image Replacement hides text and removes underline */ 

#about {left: 0;}
#people {left: 146px;}
#apply {left: 291px;}
#contribute {left: 436px;}
#contact {left: 581px;}


#about a:hover {
    background: transparent url(../images/navsprites.gif)
    0 -30px no-repeat;}
#people a:hover {
	background: transparent url(../images/navsprites.gif)
	-146px -30px no-repeat;}
#apply a:hover {
	background: transparent url(../images/navsprites.gif)
	-291px -30px no-repeat;}
#contribute a:hover {
	background: transparent url(../images/navsprites.gif)
	-436px -30px no-repeat;}
#contact a:hover {
	background: transparent url(../images/navsprites.gif)
	-581px -30px no-repeat;}



/*
===== 4: Hero Banner =====
*/

/* Phark Image Replacement
----------------------------------------------- */
#hero_banner h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}


/*
===== 5: Header Banner =====
*/


#header {
	padding: 13px 15px 0 15px;
	height: 105px;
	background: #f9a931 url(../images/bg_header.gif) repeat-x top;
	position: relative;
}

#header_bottom {
	clear: both;
	height: 10px;
	background: url(../images/crnrs_header.gif) no-repeat bottom;
}
#header_bottom hr {
	display: none;
}

#header h2 {
	display: block;
	text-indent: -5000px;
	width: 309px;
	height: 56px;
	background: url(../images/copy_header.gif) no-repeat top;
	margin: 15px 0 0 0;
	padding: 0;
}

* html #header h2 {
	margin-top: 27px;
}

.header_feature {
	padding-left: 16px;
	background: url(../images/brdr_vertDots.gif) repeat-y left;
	width: 214px;
}

#apply_feature {
	position: absolute;
	right: 263px;
	top: 15px;
}

#contribute_feature {
	position: absolute;
	right: 15px;
	top: 15px;
}

.header_feature p {
	margin: 0;
	padding: 0;
}

.header_feature a {
	display: block;
	background: url(../images/icn_rtArrow.gif) no-repeat left;
	padding-left: 21px;
	margin-top: 11px;
	margin-bottom: 14px;
}

/* Phark Image Replacement
----------------------------------------------- */
.header_feature h3 {
	text-indent: -5000px;
}

#apply_feature h3 {
	background: url(../images/hdg_apply2.gif) no-repeat;
	width: 92px;
	height: 21px;
	margin: 2px 0 0 0;
	padding: 0;
}

#contribute_feature h3 {
	background: url(../images/hdg_contribute.gif) no-repeat;
	width: 113px;
	height: 21px;
	margin: 2px 0 0 0;
	padding: 0;
}



/*
===== 6: Content =====
*/

#content h2 {
	margin-bottom: 15px;
	padding: 0; 
}

#content p {
	margin: 0 40px 25px 0;
	padding: 0;
}

#content_bottom {
	clear: both;
}

#content_bottom hr {
	display: none;
}

/* News Content
----------------------------------------------- */

#news h3 {
	text-indent: -5000px;
	margin: 0 0 26px 0;
	padding: 0;
	height: 12px;
	width: 195px;
	background: url(../images/hdg_news.gif) no-repeat;
}

#news h4 {
	background: url(../images/icn_rtArrow.gif) no-repeat center left;
	margin: 0 0 6px 0;
	padding-left: 21px;
}

#news p {
	margin: 0 0 20px 0;
	padding-left: 21px;
}

#news a {
	display: block;
}


/*
===== 7: Footer =====
*/

#footer a, #footer a:visited {
	color: #48402a;
}

#footer ul {
	list-style: none;
	position: absolute;
	left: -7px;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
}

#footer li a {
	display: block;
	padding: 0 8px;
	background: url(../images/brdr_vertDots.gif) no-repeat center right;
}

#footer li.lastLI a {
	background-image: none;
}

#footer p {
	margin: 0;
}

#footer #makes_sense {
	position: absolute;
	right: 0;
	top: 5px;
	text-indent: -5000px;
	display: block;
	width: 132px;
	height: 18px;
	background: url(../images/makes_sense.gif) no-repeat;
}