/* Christian Library International layout */

img {
	display: block;
	border: 0;
	}
	
p, td, li, ul, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	}
h1	{
	font-family: Georgia, Times, serif;
	}
p {
	font-size: 12px;
	}
	
/* primary layout divisions */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #8B988E;
	background: #a08f8d url(images/bkgrd.jpg) top center repeat-y;
	}
	
div#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 842px;
	color: #000;
	background: #a08f8d url(images/bkgrd_inner.jpg) top center repeat-y;
	text-align: left;
	position: relative;
	}
	
.logo {
	position: absolute;
	top: 33px;
	left: 35px;
	}
	
/* secondary navigation */

div#secondarynav ul {
	position: absolute;
	top: 70px;
	left: 600px;	
	list-style: none;
	padding: 0;
	margin: 0;
	}

div#secondarynav li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	border-right: 1px solid #513b21;
	}

div#secondarynav a {
	font-family: Arial, Helvetica, San-Serif;
	font-size: 12px;
	color: #513b21;
	text-decoration: none;
	}

div#secondarynav a:hover {
	color: #72241d;
	}

div#secondarynav li.last  {
	border-right: none;
	}

/* primary navigation */

ul#primenav {
	position: absolute;
	top: 111px;
	left: 1px;
	width: 840px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url(images/primenav_bkgrd.jpg) top left repeat-x;
	z-index: 3;
	}
	
ul#primenav li {
	position: relative;
	float: left;
	margin: 5px 0 0 28px;
	}
	
ul#primenav a {
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}

ul#primenav a:hover {
	color: #000;
	}


/* header sections (contain main visuals for each section) */

div#header_home {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_home.jpg) top left no-repeat;
	}
	
div#header_home h1 {
	margin: 50px 0 0 141px;;
	padding: 0;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	}
	
div#header_home h2 {
	margin: 0 0 0 141px;
	padding: 0;
	font-size: 19px;
	color: #f4e5a9;
	font-weight: normal;
	font-style: italic;
	}
	
div#header_about {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_about.jpg) top left no-repeat;
	}

div#header_about h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}

div#header_ministries {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_ministries.jpg) top left no-repeat;
	}
	
div#header_ministries h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}
	
div#header_donate {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_donate.jpg) top left no-repeat;
	}
	
div#header_donate h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}
	
div#header_volunteer {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_volunteer.jpg) top left no-repeat;
	}
	
div#header_volunteer h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}
	
div#header_give {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_give.jpg) top left no-repeat;
	}

div#header_give h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}

div#header_testimonies {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_testimonies.jpg) top left no-repeat;
	}

div#header_testimonies h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}
	
div#header_news {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_news.jpg) top left no-repeat;
	}

div#header_news h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}

div#header_vision {
	position: absolute;
	top: 141px;
	left: 1px;
	width: 840px;
	height: 192px;
	background: transparent url(images/header_vision.jpg) top left no-repeat;
	}

div#header_vision h2 {
	margin: 55px 0 0 95px;
	padding: 0;
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	}


/* main content section for homepage */

div#maincontent_home {
	width: 456px;
	position: relative;
	top: 362px;
	left: 57px;
	margin: 0;
	}
	
div#maincontent_home h3 {
	font-size: 16px;
	font-weight: bold;
	color: #78271f;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
div#maincontent_home p {
	font-size: 14px;
	color: #6f6555;
	line-height: 18px;
	margin: 0 0 25px 0;
	padding: 0;
	}
	
div#maincontent_home div#praises h4 {
	font-size: 18px;
	font-weight: bold;
	color: #675220;
	font-style: italic;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
div#maincontent_home a {
	color: #2898d1;
	text-decoration: none;
	border-bottom: 1px dotted #2898d1;
	}

div#maincontent_home a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}

div#maincontent_home div#praises p {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin: 0 0 6px 0;
	}
	
div#maincontent_home div#praises p.name {
	font-size: 12px;
	font-style: normal;
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	color: #675220;
	border-bottom: 1px solid #675220;
	}
	

/* homepage donate sidebar */

div#sidebar {
	position: absolute;
	top: 321px;
	left: 545px;
	width: 296px;
	margin: 0;
	padding: 0;
	background: #efeadf url(images/sidebar_shadow_top.jpg) top left repeat-x;
	}
	
div#sidebar h4 {
	text-transform: uppercase;
	color: #675220;
	font-size: 13px;
	font-weight: bold;
	margin: 0 20px 4px 25px;
	padding: 0;
	}
	
div#sidebar p {
	margin: 0 20px 15px 25px;
	padding: 0;
	font-size: 12px;
	color: #000;
	}
	
div#sidebar img {
	float: left;
	margin-left: 17px;
	}
	
div#sidebar #top {
	margin: 30px 0 0 0;
	height: 130px;
	border-bottom: 1px solid #fff;
	}
	
div#sidebar #bot {
	margin: 15px 0 0 0;
	height: 120px;
	background: transparent url(images/sidebar_bot.jpg) bottom left repeat-x;
	}




/* main content section for rest of site */

div#maincontent {
	width: 500px;
	position: relative;
	top: 362px;
	left: 257px;
	margin: 0;
	}
	
div#maincontent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #78271f;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
div#maincontent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #78271f;
	margin: 0 0 4px 0;
	padding: 0;
	}
	
div#maincontent h5 {
	font-size: 14px;
	font-weight: bold;
	color: #6f6555;
	margin: 0 0 2px 0;
	padding: 0;
	}

div#maincontent p {
	font-size: 14px;
	color: #6f6555;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
div#maincontent p .italic {
	font-style: italic;
	}

div#maincontent em {
	font-style: italic;
	font-weight: bold;
	}

div#maincontent p.last {
	margin-bottom: 25px;
	}
	
div#maincontent p.note {
	border-top: 1px solid #6f6555;
	margin-top: 25px;
	}

div#maincontent p.intro {
	margin-bottom: 175px;
	}

div#maincontent a {
	color: #2898d1;
	text-decoration: none;
	border-bottom: 1px dotted #2898d1;
	}

div#maincontent a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}
	
div#maincontent ul {
	font-size: 14px;
	color: #6f6555;
	line-height: 18px;
	margin: 0 0 25px 35px;
	padding: 0;
	list-style: square;
	}
		
div#maincontent li {
	margin-bottom: 12px;
	}
	
div#maincontent img {
	float: left;
	padding: 0 15px 15px 0;
	margin-top: 4px;
	}

div#maincontent ul.nobullet {
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}
	
div#maincontent ul.nobullet li {
	margin: 0;
	padding: 0;
	}
	
div#maincontent ul.nobullet li.name {
	font-weight: bold;
	}

div#maincontent .paypal {
	margin-bottom: 10px;
	}	
	
div#maincontent div#praises p {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin: 8px 0 6px 0;
	}
	
div#maincontent div#praises p.name {
	font-size: 13px;
	font-style: normal;
	margin: 0 0 22px 0;
	padding: 0 0 4px 0;
	color: #675220;
	border-bottom: 1px solid #675220;
	}
	

/* subsection navigation menus */

div#sectionmenu {
	position: absolute;
	top: 321px;
	left: 0;
	width: 204px;
	margin: 0;
	padding: 0;
	background: #efeadf url(images/sidebar_shadow_top.jpg) top left repeat-x;
	}
	
div#sectionmenu h5 {
	text-transform: uppercase;
	color: #822b23;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 12px 25px;
	padding: 0;
	}
	
div#sectionmenu ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
	}
	
div#sectionmenu li {
	border-top: 1px solid #fff;
	}
	
div#sectionmenu li.last {
	border-bottom: 1px solid #fff;
	}

div#sectionmenu a {
	display: block;
	height: 25px;
	color: #675220;
	text-decoration: none;
	padding: 7px 0 0 25px;
	}

div#sectionmenu a:hover {
	color: #000;
	background: #b8ae98;
	}

div#sectionmenu img {
	float: left;
	margin-left: 17px;
	}
	
div#sectionmenu #bot {
	margin: 0;
	height: 45px;
	background: transparent url(images/sidebar_bot.jpg) bottom left repeat-x;
	}




/* footer home */	

div#footer_home {
	width: 840px;
	margin: 50px 0 0 0px;
	}
	
div#footer_home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7d7d;
	}
	
	
	
/* footer everywhere else */	

div#footer {
	width: 840px;
	margin: 50px 0 0 -190px;
	}
	
div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7e7d7d;
	}
