
/*==============
=RESET STYLES
============*/

* {padding:0; margin:0;}
/*:link,:visited {text-decoration: none;}*/

ul {list-style: none;}
/*ul li {padding:0; margin:0; line-height: 1.1em;}*/

h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
/*ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}*/

a img,:link img,:visited img {border: none;}

address {font-style: normal;}

blockquote {margin: 0; padding: 0;}

/*==============
=BASE STYLES
============*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background: #FBFBFB;*/
	background: #C68B51;
	color: #000000;
	}

a {
	color: #003366;
	}

a:hover {
	text-decoration: none;
	}

div#frame {
	width: 722px;
	position: relative;
	background: #FDEFB9 url(/images/background.jpg) repeat-y;
	margin: 0 auto auto;
	padding: 10px 0 0 0;
	}

/*==============
=HEADER
============*/

p#header {
	width: 685px;
	height: 167px;
	margin: 0 0 0 18px;
	padding: 0;
	background: #ffffff url(/images/header.jpg) no-repeat;
	}

p#header strong, p#header em {
	display: none;
	}

p#header a {
	display: block;
	width: 685px;
	height: 167px;
	}

p#header a:hover {
	border-left: #A3E9B6 solid 2px;
	border-right: #1D7635 solid 2px;
	border-top: #46D26C solid 2px;
	border-bottom: #1D7635 solid 2px;
	width: 683px;
	height: 163px;
	}

/*==============
=NAV
============*/

div.nav {
	font-size: .85em;
	font-weight: bold;
	float: left;
	clear: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 18px;
	margin: 0;
	width: 149px;
	letter-spacing: .04em;
	}

div.nav h2 {
	display: none;
	}

div.nav a {
	display: block;
	color: #BE0027;
	text-decoration: none;
	padding: 8px 0 0 12px;
	width: 155px;
	height: 28px;
	margin: 5px 0 0 0;
	background-image: url(/images/nav_button.gif);
	background-repeat: no-repeat;
	}

div.nav a:hover {
	/*color: #CE405D;*/
	/*color: #269E47;*/
	color: #21873D;
	background-position: -167px 0;
	}

div#navhome a#navhome, div#navaboutus a#navaboutus, div#navhelp a#navhelp, div#navjourney a#navjourney, div#navtimeline a#navtimeline, div#navmissiontrip a#navmissiontrip, div#navprayers a#navprayers, div#navlinks a#navlinks, div#navfaq a#navfaq, div#navethiopia a#navethiopia, div#navcontact a#navcontact {
	background-image: url(/images/nav_button_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #E08486;
	}

div.nav a span {
	color: #FF0000;
	font-size: 1em;
	padding-left: 5px;
	}
/*==============
=CONTENT
============*/

div#content {
	font-size: .9em;
	margin: 0;
	padding: 0 30px 0 0;
	float: right;
	/*content: 518px;*/
	width: 500px;
	position: relative;
	left: 10px;
	}

div#content p {
	margin-bottom: 15px;
	line-height: 1.6em;
	}

div#content h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 1.6em;
	letter-spacing: .25em;
	font-variant: small-caps;
	color: #C41300;
	}

div#content h1 span {
	font-size: .5em;
	text-transform: uppercase;
	color: #B74C4C;
	letter-spacing: .05em;
	line-height: normal;
	}

div#content h1 span a {
	color: #5A7A93;
	}

p#subtitle {
	font-weight: bold;
	font-style: italic;
	margin-top: -10px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .08em;
	color: #999999;
	font-size: 1.1em;
	}

div#content h2 {
	margin: 25px 0 5px 0;
	font-size: 1em;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #C41300;
	}

div#content h3 {
	margin: 25px 0 5px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	}

div#content ul, div#content ol {
	margin: 0 0 20px 35px;
	}

div#content ul {
	list-style: square;
	}

div#content ul li {
	line-height: 1.6em;
	}

div#content ul li ul {
	margin: 0 0 0 35px;
	list-style: circle;
	padding: 0;
	}

div#content ul li ul li {
	padding: 0;
	margin: 0;
	}

div#onthispage {
	/*border: #cccccc dotted 1px;*/
	margin: 30px 50px 40px 30px;
	/*background: #F7F7F7;*/
	/*background: #FFFFF4;*/
	padding: 15px;
	background: #FCF8F8;
	border: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 2px solid;
	border-right: #CCCCCC 2px solid;
	}

div#onthispage p {
	font-weight: bold;
	margin: 0;
	}

div#onthispage ul {
	margin: 0;
	}

div#onthispage ul li {
	margin-left: 35px;
	}

p.topofpage {
	margin: -15px 0 0 512px;
	padding: 0;
	font-size: .8em;
	text-align: right;
	}

div#content ol li {
	padding-bottom: 10px;
	line-height: 1.6em;
	}

div#content ol {
	padding-bottom: 10px;
	margin-bottom: 0;
	}

/*==============
=PHOTO
============*/

div#content p.photoright, div#content p.photoleft {
	margin: 0;
	font-size: .75em;
	color: #C09B05;
	}

div#content p.photoright {
	float: right;
	padding: 10px 0 0 10px;
	}

div#content p.photoleft {
	float: left;
	padding: 10px 10px 0 0;
	}

/*==============
=FOOTER
============*/

div#footer {
	background: url(/images/footer.jpg) no-repeat;
	clear: both;
	width: 722px;
	padding-top: 34px;
	}

div#footer p {
	margin: 0;
	padding: 0 50px 10px 50px;
	font-size: .7em;
	color: #FFFFFF;
	background: #C68B51;
	text-align: center;
	letter-spacing: .02em;
	line-height: 1.6;
	}

div#footer p#designer {
	color: #E0C0A0;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .6em;
	}

/*==============
=FORM
============*/

form {
	border: #CCCCCC 2px solid;
	padding: 10px;
	width: 400px;
	}

label {
	font-weight: bold;
	clear: left;
	float: none;
	}

form p {
	padding: 0 0 10px 0;
	width: 100%;
	border-bottom: #cccccc solid 1px;
	}

input {
	font-weight: normal;
	clear: left;
	float: none;
	/*border: #CCCCCC 1px solid;*/
	}

input.sendbutton {
	margin: 0 0 0 160px;
	color: #C41300;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .09em;
	font-size: .9em;
	padding: 5px;
	width: 80px;
	}

/*==============
=ON THIS PAGE
============*/

div#content h2#onthispage {
	font-size: .8em;
	color: green;
	margin-left: 30px;
	}

ul#onthispage {
	width: 400px;
	background: #FCE794;
	padding: 5px 5px 5px 30px;
	border: #C68B51 solid 1px;
	font-size: .75em;
	}

ul#onthispage li {
	padding: 0 0 5px 0;
	}

ul li.checked, ul li.unchecked {
	list-style: none;
	margin-left: -30px;
	padding-left: 30px;
	padding-bottom: 10px;
	}

ul li.checked {
	background: url(/images/checkbox_checked.gif) no-repeat;
	}

ul li.unchecked {
	background: url(/images/checkbox_unchecked.gif) no-repeat;
	}