/* prelims */

	body, body * {
		margin: 0;
		padding: 0;
	}
	
	img {
		display: block;
	}
	
	body {
		font-family: Tahoma, sans-serif;
		background-color: #ef8823;
		margin-bottom: 20px;
	}
	
	div.clear {
		clear: both;
	}


/* divs */
	
	div#container {
		width: 1024px;
		padding-top: 20px;
		background-color: #ff9630;
		margin: 0 auto;
		border-right: 3px solid #d57e27;
		border-left: 3px solid #d57e27;
		border-bottom: 3px solid #d57e27;
	}
		
	div#slogan_container {
		background: url(http://newlifechurch.com/smallgroups/i/small_groups_title.jpg) no-repeat;
		height: 120px;
		margin-left: 257px;
		width: 767px !important;
		width: 757px;
		margin-bottom: 10px !important;
		margin-bottom: 0;
	}
	
	div#navigation_container {
		background: url(http://newlifechurch.com/smallgroups/i/header_bg.jpg) no-repeat;
		width: 1024px;
		height: 298px;
	}
	
	ul#navigation {
		padding-top: 20px;
		list-style: none;
		width: 238px;
		float: left;
		margin-left: 35px !important;
		margin-left: 8px;
	}
	
	body#list div#header {
		border-bottom: 8px solid #a98764;
	}
	
	div#header_blurb, div#header_blurb_center {
		margin-left: 353px;
		padding-top: 30px;
		width: 600px;
	}
	
	div#header_blurb_center {
		padding-top: 80px;
	}
	
	div#content_container {
		width: 924px;
		padding: 25px 50px;
		background-color: #fc9834;
	}
	
	body#report_in div#content_container {
		width: 550px;
		margin: 5px 0 0 5px;
		border-bottom: 1px solid #d57e27;
	}
	
	body#list div#content_container {
		padding: 20px 0 20px 25px;
	}
	
	div#sub_content {
		float: left;
		width: 270px;
	}
	
	div#main_content {
		margin-left: 300px;
	}

/* image replacements */

	h1#newlife_logo, div#slogan_container h2, h3#submit_report,
	ul#navigation li 
	 {
		text-indent: -9999em;
	}
	
	h1#newlife_logo a {
		width: 257px;
		height: 120px;
		background-image: url(http://newlifechurch.com/smallgroups/i/new_life_header_logo.jpg);
		background-repeat: no-repeat;
	    display: block;
		float: left;
	}
	
	h3#submit_report a {
		width: 291px;
		height: 120px;
		background-image: url(http://newlifechurch.com/smallgroups/i/submit_report.jpg);
		background-repeat: no-repeat;
		display: block;
		float: right;
		margin-top: -29px;
		overflow: hidden;
	}
	
	ul#navigation li a {
		background-repeat: no-repeat;
	    display: block;
		width: 230px;
		height: 48px;
		margin-bottom: 45px;
	}
	
	ul#navigation li#basics a {
		background-image: url(http://newlifechurch.com/smallgroups/i/nav_small_group_basics.jpg);
	}
	
	ul#navigation li#better_leader a {
		background-image: url(http://newlifechurch.com/smallgroups/i/nav_better_leader.jpg);
	}
	
	ul#navigation li#resources a {
		background-image: url(http://newlifechurch.com/smallgroups/i/nav_sermon_resources.jpg);
		margin-bottom: 0;
	}


/* ahh...typography */

	h3, div#content_container h4 {
		font-family: 'Georgia', 'Times New Roman', serif;
		color: #6c4014;
		font-style: italic;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
		margin-bottom: 13px;
	}
	
	div#header_blurb h4, li, div#main_content h5, div#full_content table th {
		color: #f0cfad;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .3px;
		margin-bottom: 5px;
	}
	
	div#header_blurb h5, div#header_blurb p, p, form label{
		color: #f4f0f0;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	
	ul {
		list-style-position: inside;
		margin-left: 0;
		padding-left: 0;
	}
	
	div#sub_content ul.bullet_list li, div#sub_content p {
		font-size: 15px;
		color: #f4f0f0;
		margin-bottom: 10px;
	}
	
	div#main_content ul#latest_tips {
		list-style: none;
		list-style-position: outside;
		margin-left: 0;
		margin-bottom: 25px;
	}
	
	div#main_content ul#latest_tips li {
		margin-bottom: 10px;
	}
	
	div#header_blurb h4 span, div#main_content ul#latest_tips li span, div#main_content h5 span, div#main_content h6 {
		text-transform: capitalize;
		font-family: 'Tahoma', sans-serif;
		color: #efe0b4;
		font-size: 13px;
		margin-left: 5px;
	}
	
	div#main_content ul#latest_tips li span {
		color: #6b4e30;
	}
	
	div#main_content h5, div#main_content h6, div#full_content table th {
		color: #fadaba;
	}
	
	div#main_content h5 span {
		color: #6b4e30;
	}
	
	div#main_content h6 {
		margin-left: 0;
		font-weight: normal;
		font-size: 15px;
		margin-bottom: 6px;
	}
	
	div#main_content p {
		color: #f4f0f0;
	}
	


/* links */

	div#header_blurb a {
		color: #f0cfad;
		text-decoration: none;
	}
	
	div#header_blurb h5 a {
		text-decoration: underline;
	}
	
	div#header_blurb a:hover, div#header_blurb a:visited {
		color: #dfc2a4;
	}
	
	div#content_container a:link {
		color: #fadaba;
	}
	
	div#content_container a:visited, div#content_container a:hover {
		color: #efe0b4;
	}
	
	div#content_container ul li a:link {
		text-decoration: none;
		color: #f4f0f0;
	}
	
	div#content_container ul li a:visited, div#content_container ul li a:hover {
		color: #efe0b4;
		text-decoration: none;
	}
	

/* totally tabular! */
	
	div#full_content table {
		width: 975px;
		border-bottom: 2px solid #d57e27;
		margin-bottom: 20px;
	}
	
	div#full_content table tbody {
		width: 100%;
		background: #fda54e url(http://newlifechurch.com/smallgroups/i/groups_bg.gif) repeat-x
	}
	
	div#full_content table th {
		text-align: left;
		border-bottom: 2px solid #d57e27;
		padding-bottom: 8px;
		padding-left: 8px;
	}
	
	div#full_content table tbody td {
		border-right: 1px solid #e7ad65;
	}
	
	div#full_content table td div.listing {
		margin-bottom: 15px;
		padding: 10px;
	}
	
	div#full_content table td div:hover {
		background-color: #FFC788;
	}
	
	div#full_content table td:hover {
		background-color: #febe73;
	}
	
	div#full_content table td div.listing h4 {
		font-size: 15px;
		letter-spacing: 0px;
		margin-bottom: 5px;
	}
	
	div#full_content table td div.listing h5 {
		color: #884E15;
		font-size: 14px;
		letter-spacing: .4px;
		margin-bottom: 5px;
	}
	
	div#full_content table td div.listing h6 {
		color: #554637;
		margin-bottom: 5px;
		font-size: 13px;
		letter-spacing: .5px;
		font-weight: normal;
	}
	
	div#full_content table td div.listing h5.sign_up {
		font-weight: normal;
		font-family: Georgia, serif;
		font-size: 15px;
		margin-top: 3px;
	}
	
	div#full_content table td div.listing h5.sign_up a:link,
	div#full_content table td div.listing h5.sign_up a:visited {
		color: #554637;
	}
	
	div#full_content table td div.listing h5.sign_up a:hover {
		color: #A08E7D;
	}
	
	
/* forms */

	form label, body#report_in p {
		display: block;
		color: #85582A;
		margin-bottom: 5px;
	}
	
	form input {
		margin-bottom: 15px;
	}
	
	form textarea {
		width: 300px;
		height: 150px;
		margin-bottom: 15px;
	}
	
	
	