@charset "UTF-8";
/* CSS Document */

html {
	background: #bfbfbf;
	margin: 0;
}
body {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	
}
a {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	color: #0072e3;
	text-decoration: underline;
}
a img {
	border: 0;
}

.clear {
	clear: both;
}



#header {
	background:transparent url(images/homeheadbg.jpg) no-repeat top center;
	height: 165px;
	position: relative;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display:block;
	background: transparent url(images/logo.png) no-repeat;
	text-indent: -10000px;
	width: 388px;
	height: 97px;
	position: absolute;
	top: 30px;
	left: 20px;
}
#header p {
	margin: 0 0 10px 0;
}
#header .callout {
	line-height: 24px;
	font-size: 18px;
	color: #393939;
	width: 500px;
	position: absolute;
	top: 30px;
	left: 450px;
}
#header .callout a {
	width: 262px;
	height: 51px;
	display: block;
	background: transparent url(images/btn_knowinggod.png) no-repeat;
	text-indent: -10000px;
}

#content {
	background: #fff url(images/homebg.jpg) no-repeat top center;
	padding: 30px 20px 20px 20px;
	font-size: 14px;
}
#home #content ul {
	margin: 0;
	padding: 0;
}
#home #content li {
	list-style-type: none;
}

#home #content #lifeissues {
	float: left;
	width: 220px;
	margin-right: 20px;
	font-size: 18px;
}
#home #content #lifeissues li a{
	line-height: 45px;
	display: block;
	margin-top: -5px;
}
#home #content #lifeissues li a:hover {
	background: transparent url(images/brushbg.png) no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}

#home #content #realstories {
	float: left;
	width: 360px;
	margin-right: 40px;
}
#home #content #realstories li {
	float: left;
}
#home #content #realstories h2 {
	padding-left: 5px;
}
#home #content #questions {
	float: left;
	width: 280px;
	color: #84765d;
}
#home #content #questions ul {
	margin: 30px 0 20px 0;
}
#home #content #questions li {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 24px; 
	font-style: italic;
	line-height: 27px;
	margin-bottom: 0.5em;
}

#content h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	color: #84765d;
	font-weight: normal;
}


#credit {
	clear:both;
	font-size: 11px;
	line-height: 14px;
	color: #a89e8b;
	position: relative;
}
#credit a {
	color: inherit;
}
#credit a:hover {
	color: ##0072e3;
}
#credit .innerwrap {
	background: transparent url(images/shield.png) no-repeat;
	display:block;
	height: 60px;
	width: 160px;
	padding: 10px 0 0 60px;
}
#home #credit .innerwrap {
	position: absolute;
	top: -60px;
}


#main {
	background: #fff url(images/contentbg.png) repeat-x;
	border-top: 1px solid #fff;
	padding: 30px 50px 20px 30px;
	width: 520px;
	float:left;
	line-height: 1.5em;
}

#main .title {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

#main .subtitle {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 2em;
	margin-top: 0;
}

.sidebar {
	width: 300px;
	float: left;
}

ul.nav {
	margin: 0;
	padding: 0;
	background: transparent url(images/navbg.jpg) no-repeat;
	height: 210px;
	color: #0e2d39;
	padding: 10px 20px 0 30px;
}

ul.nav li {
	list-style-type: none;
	display: block;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
}
.nav a {
	color: #585858;
	display: block;
}
	
.nav + #credit {
	margin-left: 20px;
}


.pullquote {
	color: #84765D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2em;
}

ul.responses {
	margin: 20px 0;
	border-top: 1px solid #84765d;
	border-bottom: 1px solid #84765d;
	padding: 10px 0;
	font-size: 16px;
}
ul.responses li {
	list-style-type: none;
	line-height: 24px;
	background: transparent url(images/arrow.png) no-repeat left center;
	padding: 5px 10px 5px 40px;
	font-style: italic;
}

ul#stories {
	margin: 0;
	padding: 0;
}
ul#stories li {
	list-style-type: none;
	float: left;
}

 #questions {
	float: left;
	width: 480px;
	color: #84765d;
	padding-left:0px;
}
 #questions ul {
	margin: 10px 0 10px 0;
}
#questions li {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 24px; 
	font-style: italic;
	line-height: 27px;
	margin-bottom: 0.5em;
	list-style-type: none;
}

