/*
	Name: Group Homes for Children
*/


/* CSS */

*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	text-align: center;
	font: normal 100% "Verdana", "Geneva", "Tahoma", sans-serif; /* 100% = 16pt */
	background: #820024;
}

.container{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

img{
	border: 0;
	margin: 0;
}

a, a:hover, a:visited{
	color: inherit;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

ul{
	list-style: none;
}

.clear{
	clear: both;
}


/* Header */

#header{
	width: 100%;
	height: 150px;
	background: url(../graphics/layout/header_bg.gif) 0 0 repeat-x;
}

#header .container{
	background: url(../graphics/layout/header_bg.jpg) 40% 0 no-repeat;
	position: relative;
}

h1{
	position: absolute;
	top: 9px;
	width: 182px;
	height: 134px;
	text-indent: -9999px;
}

#logo a{
	display: block;
	width: 182px;
	height: 134px;
	background: url(../graphics/layout/ghfc_logo.gif);
}

#header ul{
	position: absolute;
	top: 0;
	left: 710px;
	width: 250px;
	height: 140px;
	padding-top: 10px;
	border-left: 1px solid #efebe8;
	background: url(../graphics/layout/quick_links_bg.jpg) 0 0 repeat-x;
}

#header ul li{
	padding: 5px 10px 5px 20px;
	font-size: .6875em;
	background: url(../graphics/layout/arrow.gif) 10px 50% no-repeat;
	border-bottom: 1px solid #efebe8;
}

#header ul li .collection_item_label {
font-weight:normal;
}

.link_home, .link_contact, .link_volunteer, .link_donate{
	border-bottom: 1px solid #efebe8;
}

.link_careers{
	border: 0;
}

#header ul li a{
	color: #666261;
}

#header ul li a:active{
	font-weight: bold;
}

#header ul li a:hover{
	text-decoration: underline;
}


/* Navigation */

#navigation {
	width: 100%;
	height: 60px;
	background: #ffde00;
}

#navigation .container {
	background: #ffde00;
}

#navigation .container ul {
	height: 13px;
	padding: 23px 0 0 76px;
	background: url(../graphics/layout/navigation.jpg) 76px 23px no-repeat;
}

#navigation .container li{
	display: inline;
}
	
#navigation .container a {
	display: block;
	float: left;
	height: 13px;
	text-transform: uppercase;
	color: #000;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
	background: #ffde00 url(../graphics/layout/navigation.jpg) 0 0 no-repeat;
}
	
#navigation .container li.nav_about a{
	width: 61px;
	background-position: 0 -13px;
}

#navigation .container li.nav_programs a{
	width: 190px;
	background-position: -61px -13px;
}

#navigation .container li.nav_help_cause a{
	width: 145px;
	background-position: -251px -13px;
}

#navigation .container li.nav_news_events a{
	width: 135px;
	background-position: -396px -13px;
}

#navigation .container li.nav_resources a{
	width: 106px;
	background-position: -531px -13px;
}

#navigation .container li.nav_prev_residents a{
	width: 171px;
	background-position: -637px -13px;
}

	
body.home #navigation li.home a, body.about #navigation li.about_us a, body.programs_services #navigation li.programs_services a, body.get_involved #navigation li.get_involved a, body.news_events #navigation li.news_events a, body.resources #navigation li.resources a, body.contact #navigation li.contact a, #navigation a:hover,
#navigation a:active {
	background: none !important;
}

#navigation a:hover, #navigation a:active {
	color: #820024;
	outline: none;
}


/* Content */

#content{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 7px solid #ffdc03;
	background: #fff url(../graphics/layout/content_bg.jpg) bottom left repeat-x;
}

#content .container{
	border: 1px solid #f3efd4;
	background: #f9f6e5;
}

h2{
	padding: 0 0 20px 0px;
	font: bold 1.3em "Georgia", "Times", "Times New Roman", serif;
}

#news_events h2 {
	padding: 0 0 20px 20px;
	font: bold .825em "Georgia", "Times", "Times New Roman", serif;
	text-transform: uppercase;	
}

#in_this_section h2 {
	padding: 0 0 20px 20px;
	font: bold .825em "Georgia", "Times", "Times New Roman", serif;
	text-transform: uppercase;	
}

h3 {
	margin-bottom: 30px;
	padding: 25px 0 5px 40px;
	font: normal 2em "Georgia", "Times", "Times New Roman", serif;
	color: #fff;
	background: #820024;
}

.content h3 {
	padding: 0 0 20px 0px !important;
	font: bold 1.2em "Georgia", "Times", "Times New Roman", serif;
	background:none;
	color:#000;
}

.content h4{
	margin: 0 0 20px 0px;
	font: bold 1em "Georgia", "Times", "Times New Roman", serif;
}

.content h5{
	margin: 0 0 20px 0px;
	font: bold .85em "Georgia", "Times", "Times New Roman", serif;
}

.content h6 {
	margin: 0 0 20px 0px;
	font: bold .7em "Georgia", "Times", "Times New Roman", serif;
}

.content h5.form_title, div.form_row_submit {
background:#820024 none repeat scroll 0 0;
color:#fff;
font-size:1em;
}

table.calendar thead th {
background-color:#820024;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#fff;

}


p, li{
	padding-bottom: 1em;
	font-size: .75em;
	line-height: 140%;
	color: #555;
}

form table {
	width: 450px;
	margin-left: 20px;
	
}

#interior_content .content {
	padding:0px 20px 0px 40px;
}


table{
	/* width: 950px; */
	margin-left: 10px;
}




/* Banner */

#banner{
	width: 960px;
	height: 230px;
}

#banner img{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}


/* News & Events, In This Section */

#news_events, #in_this_section{
	width: 275px;
	padding: 30px 0 20px 0;
	background: #f9f3d9 url(../graphics/layout/secondary_bg.jpg) 0 0 repeat-x;
	vertical-align: top;
}

#news_events ul, #in_this_section ul{
	padding-bottom: 1em;
}

#news_events li, #in_this_section li{
	line-height: 1.75em;
	font-size: .75em;
}

#news_events li{
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e5dc;
}

#in_this_section li{
	padding: 8px 0 8px 20px;
	background: url(../graphics/layout/in_this_section_li.jpg) bottom right no-repeat;
}

#news_events a, #in_this_section a{
	color: #820024;
}

#news_events a:hover, #in_this_section a:hover{
	color: #000;
}

#news_events p, #in_this_section p{
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: .625em;
	font-weight: bold;
}

#news {

	width:250px;
	
	}

/* ---------------- Homepage News ---------------- */
			
			#news_events .news_articles ul li {
				border-top:1px solid #c7c7c7;
				font: 1em/1em georgia, 'Times New Roman', times, serif;
				}
				
			#news_events .news_archives {
				text-align:right;
				font: bold 1em/1em georgia, 'Times New Roman', times, serif;
				padding-right:15px;
			}
			
			#news td:first-child {
				display:none;
				}
				#news_events .news_articles ul li a, #news_events .news_archives a {
					text-decoration:none;
					}

/* Home Content */

#home_content{
	width: 370px;
	height: 460px;
	padding: 30px 20px 20px 262px;
	background: url(../graphics/layout/home_photo.jpg) 0 0 no-repeat;
	vertical-align: top;
}

#home_content p{
	line-height: 1.5em;
	padding-bottom: 16px;
}

#home_content img{
	padding-bottom: 20px;
}


/* Interior Content */

#interior_content{
	width: 675px;
	padding-bottom: 40px;
	vertical-align: top;
}

#interior_content p{
	line-height: 1.5em;
	padding: 0 0px 12px 0px;
}

#interior_content p.content_image {
	padding:0px;
}

.content_image_box {
background:none;
border:0px;
}


#interior_content ul{
	padding: 6px 0 6px 20px;
	list-style: disc;
}


/* Footer */

#footer{
	width: 100%;
	padding-bottom: 50px;
	border-top: 1px solid #fefacd;
}

#footer img{
	padding-top: 15px;
}

#footer a{
	float: left;
	width: 96px;
	margin-right: 50px;
	color: #fff;
}

#footer_info{
	float: left;
	width: 350px;
	padding: 20px;
	background: transparent url(../graphics/layout/footer_bg.gif) 0 0 repeat-x;
}

#footer_info p{
	font-size: .625em;
	color: #fff;
}

#footer_info p.first{
	font-weight: bold;
	text-transform: uppercase;
}

#footer form{
	float: right;
	width: 250px;
	padding-top: 15px;
}

#footer form select{
	width: 250px;
}

