
body {
	background:#4a111d url(../images/bg.jpg) repeat-y top left;
	padding:0px;
	margin:0px;
	font-family:arial, sans-serif;
}

#container {
	width:1024px;
}

#masthead {
	width:100%;
	height:220px;
	margin:0;
	padding:0;
	position:relative;
}

/* following code a base for the image replacements occuring throughout this site */
.ir {
     background: no-repeat 0 0;
     display: block;
     height/**/:/**/ 0 !important;
     overflow: hidden;
}

h1, h2 {
	margin:0;
}

h4, legend {
	margin-bottom:4px;
	font-weight:normal;
	font-size:18px;
}

h4 {
	color:#fcf6df;
}

#header {
	width:180px;
	height:201px;
	padding:201px 0 0 0;
	background: url(../images/logo.gif) top left no-repeat;
	position:absolute;
	top:3px;
	left:0px;
	margin:0;
}

#tagline {
	width:448px;
	height:218px;
	padding:218px 30px 0 260px;
	background-repeat:no-repeat;
	background-position:top left;
	background: url(../images/h2bgs/index.gif);
	margin:0;
	float:left;
	color:#ffffff;
	font-size:16px;
	height/**/:/**/ 0 !important;
	overflow: hidden;
	display:block;
}

/* tagline classes */

#tagline.home {
	background: url(../images/h2bgs/about.gif);
}

#tagline.about {
	background: url(../images/h2bgs/about.gif) no-repeat top left;
}

#tagline.contact {
	background: url(../images/h2bgs/about.gif) no-repeat top left;
}

#tagline.programs {
	
}

#tagline.contact {
	background: url(../images/h2bgs/contact.gif) no-repeat top left;
}

#tagline.web {
	background: url(../images/h2bgs/web.gif) no-repeat top left;
}

#tagline.asap {
	background: url(../images/h2bgs/asap.gif) no-repeat top left;
}

#tagline.lap {
	background: url(../images/h2bgs/lap.gif) no-repeat top left;
}

#tagline.cep {
	background: url(../images/h2bgs/cep.gif) no-repeat top left;
}

#tagline.fvp {
	background: url(../images/h2bgs/fvp.gif) no-repeat top left;
}

#tagline.cti {
	background: url(../images/h2bgs/cti.gif) no-repeat top left;
}

#tagline.faith {
	
}

#tagline.supporters {
	background: url(../images/h2bgs/supporters.gif) no-repeat top left;
}

#tagline.howtohelp {
	background: url(../images/h2bgs/howtohelp.gif) no-repeat top left;
}

#tagline.building {
	background: url(../images/h2bgs/building.gif) no-repeat top left;
}

#tagline.current {
	background: url(../images/h2bgs/current.gif) no-repeat top left;
}

#tagline.resources {
	background: url(../images/h2bgs/resources.gif) no-repeat top left;
}

#tagline.media {
	background: url(../images/h2bgs/media.gif) no-repeat top left;
}

#tagline.donate {
	
}

#tagline.legal {
	background: url(../images/h2bgs/legal.gif) no-repeat top left;
}

#donatebox {
	background:url(../images/donatebg.jpg) no-repeat top left;
	width:185px;
	height:178px;
	margin:0px;
	padding:20px 80px 20px 20px;
	font-size:14px;
	float:left;
}

#donatebox h3 {
	margin:0;
}

#donateh3 {
	background:url(../images/donateheader.gif) no-repeat top left;
	width:104px;
	height:57px;
	padding:57px 0 0 0;
	margin:0px;
}

#donatebox p {
	margin:24px 0;
}

#donatebox a {
	color:#a52541;
	font-weight:bold;
}

#skiplink {
	display:none;
}

a:hover {
	text-decoration:none;
}

.dl_link_1, .donateLink {
	display:block;
	width:300px;
	padding:20px;
	background:#1972ba;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	margin:20px auto 0 auto;
	border:1px solid #a52541;
}

.dl_link_1 a:hover, .donateLink:hover {
	border:1px solid #f19521;
}

.backtolink {
	margin-bottom:18px;
	display:block;
}

img {
	border:0;
}

a img {
	border:1px solid #fcd444;
}

/* navbar */

#nav {
		height: 26px; /* setting line-height of the first #nav ul to same as this ensures it fills the height without guessing at padding */ 
		list-style:none;
		padding:0;
		clear:left;
		background:#1972ba;
		margin:0;
	}
	
	/* use line-height instead of top/bottom padding, avoided parts of the IE positioning problem */
	/* however using the positioning co-ordinates as now shown below now negates this, and padding could optionally be used */ 
	#nav ul {
		line-height:26px;
		list-style:none; 
		padding:0px;
		background:#3188ce;
		border:1px solid #1972ba;
		border-bottom:4px solid #1972ba;
		width:auto;
		display:none;
		left: auto;
		margin-top: 2px; /* optional - adjust this to create any overlap required */
		margin-left: -10px; /* optional - adjust this to create any left offset, can be negative too */
		}
	
	#nav li {
		display:block;
		float:left;
		margin:0px;
		padding:7px;
		font-size:12px;
		text-transform:lowercase;
		font-weight:bold;
		width:auto;
		white-space: nowrap;
	}
		
	#nav ul li {
		line-height:normal;
		float:none;
		margin:0px;
		padding:0px;
		white-space:nowrap;
	}
	
	#nav a {
		text-decoration:none;
		color:#ffffff;
		padding:0px;
	}
	
	#nav ul li a {
		font-weight:normal;
		padding:4px 10px;
		display:block;
		margin:0px;
	}
	
	#nav ul li a:hover {
		background:#439adf;
	}
	
	/*
	IE prefers an :hover rule before extending that rule to a child of a hover
	and because we only need the hovered list positioned I put the relative position rule in here
	to satisfy that quirk, although putting the position in here with a z-index value also helps
	bring drops atop other drops - (again IE) but should do no harm
	*/
	#nav li:hover,
	#nav li.sfhover {
	position: relative;
	z-index: 1;
	} 
	
	#nav li:hover ul, #nav li.sfhover ul {
		display:block;
		position: absolute;
		/* IE has problems with hasLayout if a trigger (which AP is) is on the main rule I think that's why I was seeing disappearing menu items but anyway it causes "ghosts" so it's best here */
		/* if you had a width on the ul it would also need to go in here, because it too is a hasLayout trigger */
		width:auto;
	}

#content {
	clear:left;
}

#maincolumn {
	width:697px;
	padding:0px 20px 0 20px;
	margin:0;
	font-size:14px;
	line-height:20px;
	color:#fcf6e1;
	float:left;
}

#maincolumn p {
	margin-top:0;
}

#maincolumn h3 {
	font-size:30px;
	text-transform:lowercase;
	font-weight:normal;
	margin:0 0 20px 0;
	line-height:30px;
	color:#fcf6df;
}

#maincolumn a {
	color:#fcd444;
}

#sidebar {
	width:200px;
	float:left;
	margin:0 0 0 0;
	padding:40px 0 10px 20px;
}

#sidebar ul {
	padding:0px;
}

#rsslink {
	font-size:12px;
	color:#fcd444;
	display:block;
	height:30px;
	padding-left:36px;
	padding-top:6px;
	text-decoration:none;
}

#rsslink:hover {
	text-decoration:underline;
}

#rsslink {
	background:url(../images/rss.gif) no-repeat;
}

#goodsearch {
	background:#a52541;
	border:1px solid #a52541;
	margin-bottom:6px;
	padding:10px;
	width:100%;
}

#subscribe {
	background:#a52541;
	border:1px solid #a52541;
	margin-bottom:6px;
              
	padding:0 20px 0 0;
	width:100%;
}

#goodsearch p {
	font-size:11px;
	color:#f19521;
}

#blogLink {
	
}

#ctiLink, #phplistlink {
	display:block;
	width:100%;
	padding:10px;
	background:#a52541;
	color:#f19521;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #a52541;
	margin-bottom:6px;
}

#ctiLink:hover, #phplistlink:hover {
	background:#fcd444;
}

#ctiLink span {
	font-size:14px;
	display:block;
	font-weight:normal;
}

#eventsh3 {
	font-size:25px;
	font-weight:normal;
}

#indexEventsList {
	list-style:none;
	padding:0;
	margin:0;
}

#indexEventsList li {
	list-style:none;
	padding:0;
	color:#fcefbf;
	margin-bottom:20px;
}

#indexEventsList p {
	margin:0;
}

.indexEventP {
	font-size:12px;
}

#indexEventName {
}

#indexEventsList a {
	color:#fcd444;
}

/* news */
#newsh3 {
	font-size:25px;
	font-weight:normal;
}

#indexnewsList {
	list-style:none;
	padding:0;
	margin:0;
                color:#fcefbf;
}

#indexnewsList li {
	list-style:none;
	padding:0;
	color:#fcefbf;
	margin-bottom:10px;
}

#indexnewsList p {
	margin:0;
}


.indexnewsP {
	font-size:12px;
                margin-bottom: 6px;
                color:#fcefbf;
}

#indexNewsName {
}

#indexNewsList a {
	color:#fcd444;
}

.indexnewsli {
  border: 1px dashed #661828;
	padding-left: 12px;
                padding-bottom: 12px;
}	


#sidenav {
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
}

#sidenav li {
	list-style:none;
	padding:0;
	text-transform:lowercase;
	font-size:16px;
	margin-bottom:8px;
}

#sidenav a {
	color:#f19521;
	font-weight:normal;
	border-left:2px solid #661828;
	padding-left:8px;
	text-decoration:none;
}

#sidenav a:hover {
	border-left:2px solid #fcd444;
}

#sidenav a.selected {
	border-left:2px solid #f2a622;
}

.alert {
	padding:8px;
	border:1px dotted red;
}

#sidebarSocialLinks {
	list-style:none;
	padding:0;
	width:300px;
	margin:0;
}

#sidebarSocialLinks li {
	display:inline;
	margin:0;
	padding:0;
}

#sidebarSocialLinks img {
	margin:0;
	border:0;
}

/* list styles */

#maincolumn ul {
	list-style: square;
	padding:0px;
	margin-left:20px;
}

#maincolumn ul ul, #advisors ul {
	list-style:square;
	padding-left:15px;
	font-size:12px;
	line-height:16px;
	margin:8px 0;
}

#maincolumn li {
	margin-bottom:18px;
	margin-left:0px;
}

#maincolumn ul ul li, #staff ul ul p, #advisors li {
	margin:0 0 6px 0px;
}

#staff ul li {
	margin:0 0 18px 0px;
}

#staff #directorslist li{
	margin-bottom:18px;
}

#asaplinklist li {
	margin:4px 0;
}

#maincolumn.faith ul, #maincolumn #newslist {
	list-style:square;
	padding-left:18px;
	line-height:18px;
	margin:8px 0 24px 0;
}

#maincolumn.faith ul li, #maincolumn #newslist li {
	margin:0 0 8px 0px;
}

#maincolumn #youthlist ul {
	padding-left:36px;
	margin-top:0;
}

/* form styles */

form {
	padding:12px;
	
	margin-bottom:24px;
}

fieldset {
	border:0;
	padding:0;
}

legend {
	padding:0;
}

label {
	display:block;
	margin:8px 0 4px 0;
}

label.inline {
	display:inline;
	margin-left:4px;
}

input {
	
}

.shortinput {
	width:120px;
}

.mediuminput, .emailinput {
	width:300px;
}

.longinput {
	width:500px;
	height:200px;
}

#submit {
	display:block;
	margin-top:8px;
}

/* specific form elements */

#ctienroll fieldset {
	border-bottom:1px dotted #ffffff;
	padding:12px 0;
}

#submitfieldset {
	border:0;
}

#maincolumn.supporters li {
	margin-bottom:12px;
}

/* pages */

/* about pages */

#staff, #board, #advisors {
	float:left;
}

#staff {
	width:360px;
	margin-right:60px;
}

#board, #advisors {
	width:240px;
}

#staff .staffname {
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

#staff .staffname a {
	font-weight:normal;
}

#storieslist li {
	margin-bottom:36px;
}

.insetright {
	float:right;
	margin:0 0 4px 12px;
}

.insetleft {
	float:left;
	margin:0 12px 4px 0;
}

.storyTitle {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}

#storieslist p {
	text-align:justify;
}

#jobsh4, #internshipsh4, #volunteerh4 {
	font-size:24px;
}

#jobslist li, #internshipslist li, #volunteerlist li {
	margin-bottom:36px;
}

#jobslist ul, #internshipslist ul, #volunteerlist ul {
	margin:0 0 18px 0;
	padding-left:18px;
}

#jobslist ul li, #internshipslist ul li, #volunteerlist ul li {
	margin:0 0 4px 0;
}

.workSupervision, .workContact {
	margin-top:80px;
}

.workDuties, .workQualifications {
	margin-bottom:2px;
}

.workTitle {
	font-size:18px;
	margin-bottom:0;
}

.workUpdated {
	font-size:12px;
	font-style:italic;
	margin:2px 0 8px 0;
}

/* programs pages */

#ceplist {
	list-style:none;
	padding:0;
}

#ceplist ul {
	list-style:square;
	padding-left:15px;
}

.ctienrolllink {
	padding:8px;
	background:#1972ba;
	text-decoration:none;
	width:300px;
	display:block;
	margin-bottom:24px;
}

.ctienrolllink:hover {
	text-decoration:underline;
}

#courses {
	float:left;
	width:200px;
	margin-right:60px;
}

#schedule {
	float:left;
	width:435px;
}

.courseTitle, .scheduleTitle {
	margin:0px;
}

.courseUpdated, .scheduleUpdated, .eventUpdated {
	font-size:10px;
	font-style:italic;
	margin:0 0 4px 0;
}

.courseAbstract, .scheduleAbstract {
	font-size:12px;
}

.scheduleDate, .scheduleTime, .scheduleLocation, .scheduleRequisites {
	margin:0 0 4px 0;
}

#pricing {
	clear:left;
}

#ctiform {
	clear:left;
}

/* supporters pages */

#funders, #supporters {
	float:left;
	width:310px;
}

#funders {
	margin-right:60px;
}

/* current pages */

.newsviewPubInfo {
	font-style:italic;
}

.pressTitle {
	margin:0;
}

.pressPubInfo {
	font-size:12px;
	font-style:italic;
	margin:2px 0 4px 0;
}

#eventslist li {
	clear:left;
	padding:0;
}

#eventslist li.noimage {
	padding-left:120px;
}

#eventsListThumbLink {
	float:left;
	margin-right:20px;
	padding-bottom:30px;
}

#eventsListThumb img {
	margin:0px;
	padding:0px;
}

.eventTitle {
	margin:0 0 2px 0;
	padding:0;
	line-height:14px;
}

#eventsviewUpdate {
	font-style:italic;
}

#eventsviewInfo {
	padding-top:24px;
}

/* resource pages */

#toolslist li {
	border-bottom:1px solid #fcf6df;
}

.docupdated {
	font-size:12px;
	font-style:italic;
	margin-bottom:6px;
}

.docTitle {
	font-size:16px;
	margin-bottom:0px;
	color:#fcd444;
}

.docDescription {
	font-size:12px;
}

.docform {
	background:#a52541;
}

.docform label, .docform input, .docform #submit {
	display:inline;
	margin-right:6px;
}

/* media pages */

.disclaimer {
	font-style:italic;
}

#player, #playerIE {
	background:#1972ba;
}

#videolist li {
	margin-bottom:36px;
}

#audiodesclist {
	margin-bottom:36px;
}

#videodesclist li, #audiodesclist li {
	margin-bottom:18px;
}

#videodesclist li p, #audiodesclist li p {
	margin:0 0 4px 0;
}

.videotitle {
	font-weight:bold;
}

.videoDescription, .mp3Description {
	font-size:12px;
}

/* Donate page */

.donateLink {
	margin-bottom:24px;
}

#donateCheck {
	text-align:center;
}

#backtotop {
	clear:both;
	display:block;
	font-size:10px;
	text-align:left;
	color:#fcd444;
	padding-left:20px;
	margin:20px 0 0 0;
}

/* google search */

#cse-search-box {
	width:100%;
	margin:0 0 6px 0;
	padding-top:6px;
}

#cse-search-box p {
	color:#fcd444;
	margin:0 0 2px 0;
}

#cse-search-box input {
	width:69%;
	display:inline;
}

#cse-search-box #cse-search-submit {
	width:25%;
	font-size:11px;
}

#cse-search-results {

}


/* footer */

#footer {
	width:984px;
	background:#a52541;
	margin:20px 0;
	padding:20px;
	clear:left;
	color:#f19521;
	font-size:11px;
}

#footer a {
	color:#fcd444;
}

#footer p, #loginnav {
	margin:0px 0 4px 0;
}

#help {
	font-size:12px;
	color:#fcd444;
}

#loginnav {
	list-style:none;
	margin:0;
	padding:0;
}

#loginnav li {
	display:inline;
	margin:0 10px 0 0;
	padding:0;
}