/*
	Name: Humanitri
*/


/* CSS */

*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	text-align: center;
	font: normal 100% "Arial", "Helvetica Neue", "Helvetica", sans-serif; /* 100% = 16pt */
	background: #e9f0e0; 
}

#container{
	width: 830px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff; 
}

a img {
	border: 0;
	margin: 0;
}

a, a:hover, a:visited{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.clear{
	clear: both;
}


/* Header */

#header{
	position: relative;
	width: 830px;
	height: 114px;
	background: url(../graphics/reaching_out.gif) 624px 61px no-repeat;
}

.toplevel #header {
	background: none;
}

h1{
	position: absolute;
	width: 186px;
	height: 76px;
	top: 20px;
	left: 40px;
	text-indent: -9999px;
}

#logo a{
	display: block;
	width: 186px;
	height: 76px;
	background: url(../graphics/humanitri_logo.gif);
}

#header ul{
	position: absolute;
	text-align: right;
	width: 495px;
	top: 10px;
	left: 300px;
	list-style: none;
}

#header ul li{
	display: inline;
	margin-left: 2em;
	font-size: .6875em;
	text-transform: uppercase;
}

#header ul li div {
	display:inline;
	font-weight:normal;
}

#header ul li a{
	color: #78a22e;
}

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


/* Spotlight */

#spotlight{
	float: left;
	width: 830px;
}

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


/* Navigation Bar */

#nav_bar {
	position: relative;
	width: 830px;
	height: 35px;
	list-style: none;
	background: #360 url(../graphics/navigation_bar.gif) 0 -35px no-repeat;
}

#nav_bar li{
	display: inline;
}
	
#nav_bar a {
	display: block;
	float: left;
	height: 35px;
	background: #360 url(../graphics/navigation_bar.gif) 0 0 no-repeat;
	text-indent: -9999em;
}
	
#nav_bar li.home a{
	width: 118px;
	background-position: 0 0;
}

#nav_bar li.about_us a{
	width: 120px;
	background-position: -118px 0;
}

#nav_bar li.programs_services a{
	width: 118px;
	background-position: -238px 0;
}

#nav_bar li.get_involved a{
	width: 119px;
	background-position: -356px 0;
}

#nav_bar li.news_events a{
	width: 118px;
	background-position: -475px 0;
}

#nav_bar li.resources a{
	width: 118px;
	background-position: -593px 0;
}

#nav_bar li.contact a{
	width: 118px;
	background-position: -711px 0;
}
	
body.home #nav_bar li.home a, body.about #nav_bar li.about_us a, body.programs_services #nav_bar li.programs_services a, body.get_involved #nav_bar li.get_involved a, body.news_events #nav_bar li.news_events a, body.resources #nav_bar li.resources a, body.contact #nav_bar li.contact a, #nav_bar a:hover,
#nav_bar a:active {
	background: none !important;
}

#nav_bar a:hover, #nav_bar a:active {
	color: #222;
	outline: none;
}


/* Content */

h2, .page_heading{
	font: 1.375em "Georgia", "Times", "Times New Roman", serif;
	padding-bottom: .5em;
	color: #6c9d31;
}

h4 {
	font-size:0.75em;
}

h3, h4, h5, h6 {
	font-weight:bold;
	padding: 1em 0;
	color: #6c9d31;
}

h5.form_title, div.form_row_submit  {
background:none repeat scroll 0 0 #336600;
color:#ffffff;

}

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

td, li{
	font-size:.75em;
	line-height:140%;
	color:#555;
}

.formtable td{
	padding:5px;
}

.radiotable td {
	font-size:1em;
}

.subcontent {
	font-size:12px;
}

.caption{
	font-size: .6875em;
	font-style: italic;
	color: #6c9d31;
}

.subheadline {
	font-weight:bold;
	}
	
.subheadline strong {
	display:block;
	font: bold 14px/14px arial, verdana, sans-serif;
	color:#333;
	}
.rule{
	padding-bottom: 1.5em;
	border-bottom: 1px solid #777;
	margin-bottom: 1.5em;
}

.purple{
	color: #9c0976;
}

.small{
	font-size: .7em;
	line-height: 125%;
}

.small a, .small a:visited{
	color:#000;
}

.last{
	padding-bottom: 0;
}

.center {
	text-align:center;
	}


/* Front Page */

#front_primary{
	float: left;
	width: 415px;
	padding: 30px 25px 40px 35px;
	background: url(../graphics/hope.gif) 98% 0 no-repeat;
}

#front_primary ul, #front_primary ol{
	margin:10px;
	padding-left:10px;
}

#front_secondary{
	float: left;
	width: 283px;
	margin: 30px 0;
	padding: 0 35px 0 36px;
	border-left: 1px solid #777;
}

#front_secondary ul li, #front_secondary .news_archives {
	padding-bottom: .5em;
	font-size: .75em;
	line-height: 140%;
	color: #555;
}

#front_secondary .news_archives {
	text-align:right;
	font-weight:bold;
	padding:10px 0px;
}

#front_secondary a, #front_primary a:visited{
	color: #000;
	text-decoration: underline;
}

#front_secondary a:hover{
	color: #9c0976;
	text-decoration: none;
}

#front_secondary .news_articles ul {
	padding:0px 12px;
}

td.headlines {
	padding:4px;
	}


/* Interior */

#interior_primary{
	float: left;
	width: 527px;
	padding: 30px 25px 40px 40px;
}

#interior_primary ul, #interior_primary ol{
	margin:10px;
	padding-left:10px;
}

#interior_primary table.calendar ul {
font-size:1.2em;
line-height:1em;
padding:2px 2px 2px 10px;
margin:0px;
}

#interior_primary table.calendar ul li {
padding:5px 0px;
}

#interior_primary ul li{
	font-size: .75em;
	color: #555;
}

#interior_primary a, #interior_primary a:visited{
	color: #000;
	text-decoration: underline;
}

#interior_primary a:hover{
	color: #9c0976;
	text-decoration: none;
}

.photo_caption{
	float: right;
	width: 200px;
	padding: 0 0 1em 1em;
}

.private_forum img{
	margin: .5em;

}








/* Programs & Services Stories */
.liststyleID13149, .liststyleID13152, .liststyleID13153 {
	float:right;
	background-color:#f1dcec;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	padding:10px !important;
	width:180px;
	margin: 0 0 5px 5px !important;
}

#interior_primary .liststyleID13149 li a, .liststyleID13149 li a:hover, 
#interior_primary .liststyleID13152 li a, .liststyleID13152 li a:hover,
#interior_primary .liststyleID13153 li a, .liststyleID13153 li a:hover{
	text-decoration:none;
	color:#6e0f6d;
}
	
.liststyleID13149 li a b,
.liststyleID13152 li a b,
.liststyleID13153 li a b{
		font-weight:normal !important;
}


/* Partner Logos */
#partner_logos{
	position: relative;
	margin-top: 2em;
}

#partner_logos li{
	display: inline;
}

#united_way a, #lcms a, #elca a{
	position: absolute;
	display: block;
	text-indent: -9999px;
}

#united_way a{
	top: 0;
	left: 0;
	width: 90px;
	height: 39px;
	background: url(../graphics/united_way.gif) top left no-repeat;
}

#lcms a{
	top: 0;
	left: 135px;
	width: 200px;
	height: 54px;
	background: url(../graphics/lcms.gif) top left no-repeat;
}

#elca a{
	top: 0;
	left: 380px;
	width: 147px;
	height: 50px;
	background: url(../graphics/elca.gif) top left no-repeat;
}

/* Interior Sidebar */

#interior_secondary ul{
	list-style: none;
}

#interior_secondary_space{
	float: left;
	width: 237px;
	height: 30px;
	border-left: 1px solid #d6e3c9;
	background-color: #d6e3c9;
}

#interior_secondary{
	float: left;
	width: 237px;
	margin-bottom: 30px;
	border-left: 1px solid #777;
	background-color: #fff;
}

#interior_secondary ul{
	margin:0;
	padding: 0 8px 0 25px;
	background-color: #d6e3c9;
}

#interior_secondary ul li{
	padding-bottom: .5em;
	font: .875em "Georgia", "Times", "Times New Roman", serif;
	line-height: 140%;
}

#interior_secondary ul li a{
	color: #9c0976;
}

#interior_secondary ul li a.current-page{
	color:#4e004e;
}
	
#interior_secondary img{
}

#interior_secondary p{
	width:204px;
	background-color:#fff;
	padding: 0 8px 0 25px;
	margin:0;
}

.content_image_box  {
background:none;
border:0px solid #959595;

}

.collection_item_description  {
font-style:normal;
}

.collection_item_description p  {
font-size:1em;
}

table.calendar  {
border:1px solid #CCCCCC;
border-collapse:collapse;
clear:left;
width:100%;
}

body.programs_services #interior_primary ul.list_style_none {
background:none repeat scroll 0 0 #F1DCEC;
border-bottom:1px solid #888888;
border-top:1px solid #888888;
color:#6E0F6D;
float:right;
margin:10px;
padding:10px;
width:200px;
}

body.programs_services #interior_primary ul.list_style_none li div p {
color:#6E0F6D;
}

body.programs_services #interior_primary ul.list_style_none li div p span.collection_item_label a:link, body.programs_services #interior_primary ul.list_style_none li div p span.collection_item_label a:visited {
color:#6E0F6D;
text-decoration:none;

}
