* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0E8;
}

#wrapper { 
 margin: 0 auto;
 width: 822px;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 10px 10px 10px 1px;
 height: 99px;
 margin: 10px 0px 0px 0px;
}

#menu {
	color: #333;
	width: 800px;
	float: left;
	height: 42px;
	margin: 0px;
}
#content {
	color: #727258;
	margin: 0px 0px 0px 0px;
	padding: 13px 5px 5px 0px;
	height: 550px;
	width: 400px;
	float: left;
	line-height: 18px;
	background-image: url(images/content-top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F7F2;
}

#content a {
	color: #88886a;
}

.thelist {
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 9px;
}

h2 {
	color: #5d5d39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 7px;
	padding-bottom: 12px;
}

.headingline {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9E61;
	margin-bottom: 7px;
	padding-top: 25px;
}

#leftcolumn {
	float: left;
	color: #7b7b63;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 549px;
	width: 180px;
	display: inline;
	background-color: #DDDDCA;
	line-height: 18px;
}

#rightcolumn {
	color: #88886a;
	line-height: 18px;
	margin: 0px;
	height: 550px;
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	color: #5d5d39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	line-height: 24px;
}

#rightcolumn h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d5d39;
	margin-bottom: 7px;
}

#leftcolumn h3 {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d5d39;
	margin-bottom: 7px;
}

.smimg {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 4px;
}

p.verse {
	text-align: left;
	padding: 5px 20px 5px 45px;
	color: #5A5D39;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #91955B;
	border-bottom-color: #91955B;
	background-color: #E6E7DA;
	background-image: url(images/verse.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

/*menu*/

#menuline ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuline ul li {
	display: inline;
	list-style: none;
}
#menuline a {
	display: inline;
	list-style: none;
	float:left;
}
#mhome
{
  display: block;
  width: 59px;
  height: 42px;
  background: url("images/m-home.png") no-repeat 0 0;
}
#mhome:hover
{ 
  background-position: 0 -42px;
}

#mhome span
{
  display: none;
}
#mprofile
{
  display: block;
  width: 59px;
  height: 42px;
  background: url("images/m-profile.png") no-repeat 0 0;
}

#mprofile:hover
{ 
  background-position: 0 -42px;
}

#mprofile span
{
  display: none;
}
#mgoal
{
  display: block;
  width: 54px;
  height: 42px;
  background: url("images/m-ourgoal.png") no-repeat 0 0;
}

#mgoal:hover
{ 
  background-position: 0 -42px;
}

#mgoal span
{
  display: none;
}

#mfaith
{
  display: block;
  width: 76px;
  height: 42px;
  background: url("images/m-ourfaith.png") no-repeat 0 0;
}

#mfaith:hover
{ 
  background-position: 0 -42px;
}

#mfaith span
{
  display: none;
}
#mdevpro
{
  display: block;
  width: 80px;
  height: 42px;
  background: url("images/m-dev-programs.png") no-repeat 0 0;
}

#mdevpro:hover
{ 
  background-position: 0 -42px;
}

#mdevpro span
{
  display: none;
}
#mmedia
{
  display: block;
  width: 58px;
  height: 42px;
  background: url("images/m-media.png") no-repeat 0 0;
}

#mmedia:hover
{ 
  background-position: 0 -42px;
}

#mmedia span
{
  display: none;
}
#mhelp
{
  display: block;
  width: 139px;
  height: 42px;
  background: url("images/m-how-can-you-help.png") no-repeat 0 0;
}

#mhelp:hover
{ 
  background-position: 0 -42px;
}

#mhelp span
{
  display: none;
}
#mvol
{
  display: block;
  width: 95px;
  height: 42px;
  background: url("images/m-voluneering.png") no-repeat 0 0;
}

#mvol:hover
{ 
  background-position: 0 -42px;
}

#mvol span
{
  display: none;
}
#mquestions
{
  display: block;
  width: 47px;
  height: 42px;
  background: url("images/m-questions.png") no-repeat 0 0;
}

#mquestions:hover
{ 
  background-position: 0 -42px;
}

#mquestions span
{
  display: none;
}
#mcontact
{
  display: block;
  width: 70px;
  height: 42px;
  background: url("images/m-contact.png") no-repeat 0 0;
}

#mcontact:hover
{ 
  background-position: 0 -42px;
}

#mcontact span
{
  display: none;
}
h1 {
	color: #5d5d39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 7px;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.child-div {
	width:115px;
	height:400px;
	float:left;
	margin-top: 10px;
	border: 1px solid #DADAC5;
	padding: 2px 8px 8px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 10px;
}
.indent {
	padding-left: 15px;
	margin-left: 5px;
	padding-bottom: 7px;
}
a img {
	border-width:0;
}
.imgleft {
	float:left;
	}
	
#footer {
	color: #73715A;
	width: 790px;
	float: left;
	height: 50px;
	margin: 10px 0px 10px 0px;
	padding: 20px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73715A;
}
#footer a {
	color: #73715A;
	padding: 4px;
}
.imgright {
	float:right;
}
