/********************************************************
* hopeforlife.com ministry
* copyright 2006
*
* developed by: pendergraphics / pendergraphics.com
* developer: james-ryan merket / ryanmerket.com
*********************************************************/


body, html {
	margin: 0;
	padding: 0;
	background-color: #CED3BF;
	behavior: url('/assets/csshover.htc');
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

/*
a:hover {
	background-color: #D1E7EF;
}
*/


/************************** Wrapper ***/

#wrap {
	width: 768px;
	border: 1px solid #848f93;
	background: #fff url(../images/subbg.gif) repeat-y;
	margin: 0 auto;
	position: relative;
}


/************************** Header ***/


#badge {
	position: absolute;
	top: 150px;
	right: 15px;
	z-index: 99;
}

#badge a img {
	border: none;
}



#head {
	width: 768px;
	height: 279px;
	position: relative;
}

#search {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 150px;
	height: 250px;
}

a.shoppingcart {
	display: block;
	height: 20px;
	width: 150px;
	background: transparent url(../images/cart.gif) no-repeat top right;
	color: #fff;
	text-decoration: none;
	padding: 22px 2px 0 0;
	text-align: right;
}

#search form {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

input.searchbutton {
	background: #819095 url(../images/search.gif) no-repeat center;
	padding: 5px;
}

#searchinput {
	padding: 3px;
	font-size: 115%;
	width: 130px;
	border: 1px solid #000;
}


.quotebox {
	display: block;
	background: #fff url(../images/a-quote.gif) no-repeat top left;
	width: 319px;
	padding: 10px;
	letter-spacing: 1px;
	font-size: 1.1em;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}

span.quote-author {
	margin-top: 10px;
	display: block;
	font-style: normal;
	text-align: right;
}

.catlink {
	font-size: 1.1em;
	font-weight: bold;
	background: #fff url(../images/go.gif) no-repeat top left;
	width: 320px;
	height: 45px;
	display: block;
	padding: 0 8px 0 50px;
	text-decoration: none;
}

a.catlink:hover {
	background-color: #EBECEE;
}

a.smallpdf {
	background: #fff url(../images/pdf.gif) no-repeat center left;
	width: 180px;
	display: block;
	padding: 2px 5px 2px 20px;
	font-size: 1.1em;
	text-decoration: none;
}

a.smallpdf:hover {
	background-color: #EBECEE;
}
/************************** Right Column ***/

#rightcolumn {
	float: right;
	width: 201px;
	position: relative;
}

#navright {
	margin: 0 0 20px 0;
}

#navright h3, #navright a.top {
	color: #606B6F;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
}

#navright h3:hover {
	background-color: #D3DDD7;
	cursor: pointer;
}

#navright a:hover {
	background-color: #D3DDD7;
}

#navright div.subnav a {
	display: block;
	padding: 5px 5px 5px 20px;
}

#navright div.subnav a:hover {
	background-color: #E8F3EC;
} 

div.subnav {
	/* border-top: 2px solid #606B6F;  This border causes the expanding all stretchers bug */
	background: #D5DFD9 url(../images/navbg.gif) repeat-x top left;
}

#rightcolumn div.current {
	display: block;
}
	


/************************** Get Help Now ***/

dl.helpnow dt {
	font-weight: bold;
	color: #819095;
	margin-top: 15px;
}
	
dl.helpnow dd {
	margin-left: 5px;
	margin-top: 3px;
}



	


/************************** Left Column ***/

#leftcontainer {
	padding: 0 25px;
	width: 490px;
	font-size: 1.2em;
}

#leftcontainer h2 {
	color: #606B6F;
	border-bottom: 1px solid #606B6F;
	width: 430px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 5px 2px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}



/************************** Other Links ***/

#otherlinks {
	background-color: #252723;
	float: left;
	color: #fff;
	height: 136px;
	width: 449px;
}	

dl.bottomnav {
	margin-top: 10px;
	color: #fff;
}

dl.hollyhacked {
	height: 1%;
}

dl.bottomnav dd {
	float: left;
	display: block;
	width: 140px;
	padding: 5px;
}

dl.bottomnav dd a {
	color: #fff;
	margin: 0;
}


/*
dl.bottomnav dd a:hover {
	background-color: #666;
}
*/

#footer {
	clear: both;
	height: 20px;
	background-color: #819095;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #252723;
}









