body {
	margin: 5px;
}
body, th, td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

td { vertical-align: top; }

a { color: #f4911d; }

small { font-size: 10px; }

.clearfloats {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.readmore {
	display: block;
	text-align: right;
	font-size: 11px;
}

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

#headercontainer {
	width: 100%;
	background-color: #fff;
	/* background-color: #4d5758; */
}

/*
#header #brand {
	position: absolute;
	left: 70px;
	top: 10px;
	width: 295px;
	height: 80px;
}
*/

#header #headertop h1 {
	display: none;
}

#headernav {
	margin-top: 10px;
}

#headernav .withedge {
	padding-right: 15px;
}
#headersearch {
	padding-top: 10px;
	color: #4d5758;
}
#headerfeature {
	background-color: white;
}
#headerfeature h1 {
	font-size: 22px;
}

/***************************** Main Content ****************************************/

#content h1, #content h2, #content h3 {
	/* font-family: impact; */
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans", Impact, Charcoal, sans-serif;
	font-weight: normal;
	color: #f4911d;
	margin-top: 0;
}

#content1coltop, #content1colbottom, #content2coltop, #content2colbottom {
	display: none;
}

#content1col, #content2col {
	width: 100%;
	/* width: 780px; */ /* 840px - 95px padding */
	/* padding: 20px 68px 20px 46px; */
}

#content1col p:last-child, #content2col p:last-child {
	margin-bottom: 0;
}
.contentcolleft { float: left; }
.contentcolright { float: right; }
.contentcolhalf { width: 325px; }
.contentcolonethird { width: 200px; }
.contentcoltwothirds { width: 500px; }

#right-column {
}

#left-column {
}

#pagination, #subscription {
	margin-top: 20px;
}

#subscription {
	display: none;
}

#social_bookmarks {
	display: none;
}

#related-topics {
	margin: 0px; margin-top: 10px; padding-top: 5px; display: inline;
}

#block {
	background-image: none;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#block #copy {
	color: #000;
	display: inline;
}

#block #copy #block-title {
	display: block;
	margin: 0;
}

#block #copy a:link, #block #copy a:hover, #block #copy a:visited {
	color: #000;
}

#featured-ministries p img {
	display: none;
}

#featured-ministry p br {
	display: none;
}

/***************************** Footer and Sig ****************************************/

#footer {
	/* width: 750px; */ /* 950px - 200px padding */
	/* padding: 26px 75px 0 125px; */
	width: 806px;
	padding: 20px 72px 10px 72px; 	
	margin: 0 auto;
	min-height: 165px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: #4d5758;
	background-image: url(/assets/images/chrome/footer_background.gif);
	background-repeat: no-repeat;
}
#footer, #footer th, #footer td, #footer a {
	color: white;
}
#footer h2, #footer h3 {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans", Impact, Charcoal, sans-serif;
	/* font-family: impact; */
	font-weight: normal;
	margin-top: 0;
}
#footer h2 { font-size: 20px; }
#footer h3 { font-size: 17px; }

#footerbottom {
	width: 954px;
	height: 26px;
	margin: 0 auto;
	background-image: url(/assets/images/chrome/footer_bottom.gif);
}
#footer .footerlisttable {
	border: 0;
}
#footer .footerlisttable td, #sig .footerlisttable th {
	padding: 0 15px 10px 0;
}
#footer .footerlisttable ul {
	padding: 0;
}
#footer .footerlisttable li {
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}
#footer .grayinput {
	background-color: #2c3234;
	border-color: #2c3234;
	border: 0;
	padding: 3px 6px;
	color: white;
}
#footer p:last-child {
	margin-bottom: 0;
}

#sig {
	width: 770px; /* 895px - 125px padding */
	height: 63px; /* 74px - 11px padding */
	padding: 11px 75px 0 50px;
	margin: 0 auto 25px auto;
	background-image: url(/assets/images/chrome/sig_background.gif);
	color: #b2b2b2;
	font-size: 11px;
}
#sig .mainlinks {
	margin: 0 5px 0 0; 
	font-size: 12px;
}
#sig .mainlinks a {
	margin-right: 13px;
}
#sig .logo {
	width: 202px;
	height: 47px;
	float: right;
}

/***************************** Bookmarks ****************************************/
.bookmarks .bookmark-title {
	font-size: 14px;
	font-weight: bold;
}

.bookmarks .bookmark-description {
}

.bookmarks .bookmark-url {
	font-size: 11px;
	color: green;
}

/***************************** Search ****************************************/

div.autocomplete {
     position:absolute;
     width:300px;
     background-color:white;
     border:1px solid #888;
     margin:0px;
     padding:0px;
}

div.autocomplete ul {
     list-style-type:none;
     margin:0px;
     padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
     list-style-type:none;
     display:block;
     margin:0;
     padding:2px;
     height:32px;
     cursor:pointer;
	 text-align: left;
}

#bluebar {
	display: none;
}

/***************************** Social Networking Sprites ****************************************/

#social_bookmarks {
	margin-top: 20px;
	border-top: 1px dashed #666;
}

#social_bookmarks p {
	display: inline;
	margin-right: 15px;
	vertical-align: middle;
}

#social_bookmarks p a {
	text-decoration: none;
	vertical-align: top;
}

#social_bookmarks #shareurl {
	border:1px solid #555;
	color:#333;
	font-size:10pt;
	padding:2px;
	font-size: 12px;
}


.facebook_sprite{ background: url("/assets/images/chrome/bookmark_sprites.gif") 0 0px no-repeat; width: 16px;height: 16px; }
.digg_sprite{ background: url("/assets/images/bookmark_sprites.gif") 0 -17px no-repeat; width: 16px;height: 16px; }
.delicious_sprite{ background: url("/assets/images/bookmark_sprites.gif") -17px 0px no-repeat; width: 16px;height: 16px; }
.stumbleupon_sprite{ background: url("/assets/images/bookmark_sprites.gif") -33px 0px no-repeat; width: 16px;height: 16px; }
.netscape_sprite{ background: url("/assets/images/bookmark_sprites.gif") -17px -17px no-repeat; width: 16px;height: 16px; }
.reddit_sprite{ background: url("/assets/images/bookmark_sprites.gif") -48px 0px no-repeat; width: 16px;height: 16px; }






