/**********************************************************/
/**** Body ************************************************/
/**********************************************************/
body { 
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  color: #000000;
  background-image: url("/images/bgtile.gif");
  text-align: center; /* Needed for IE */
}

a:link, a:active, a:visited {
  color: #996600;
  font-size: 12px;
}
a:hover {
  color: #998800;
  font-size: 12px;
}

ul.add_bottom_margin li {
  margin-bottom: 10px;
}

ul.add_bottom_margin li ul {
  margin-top: 10px;
}

ul.add_bottom_margin li ul li {
  margin-bottom: 10px;
}

/**********************************************************/
/**** Header **********************************************/
/**********************************************************/

#header {
  width: 740px; 
  height: 250px; 
  margin: 0px auto 0px auto;
  padding:35px 0 0 0;
  background:#95cccd;  
}

#navigation {
	display: none;
}


/**********************************************************/
/**** Page Setup ******************************************/
/**********************************************************/

#section1_body {
  width: 740px; 
  margin: 0px auto 0px auto; 
  text-align: left; /* Needed for IE */
  background: #ffffff url('/images/page_bg.png') repeat-y;
}

#section1_content_area {
  float: left; 
  width: 635px; /* total 630 */
  margin: 0px 50px 0px 55px;
  padding: 0px 0px 5px 0px;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;   
}

#section1_content_rounded_bottom {
  width: 740px; 
  height: 12px;
  padding: 0px;
  margin: 0px auto 0px auto; 
  background: #ff0000 url('/images/content_bottom.jpg') no-repeat;
}

#section2_body {
  width: 740px; 
  margin: 0px auto 0px auto;
  text-align: left;
  background: #ffffff url('/images/page_bg2.png') repeat-y;	
}

#section2_content_area {
  float: left; 
  width: 635px; /* total 630 */
  margin: 10px 50px 10px 55px;
  padding: 0px 0px 5px 0px;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;    
}

#section1_column1_content_area {
  float: left;
  width: 308px;
  padding: 0px 8px 0px 0px;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;   
}

#section1_column2_content_area {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 0px 0px 0px 16px;
  border-left: 1px solid #cccccc;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;   
}

#section2_column1_content_area {
  float: left;
  width: 308px;
  padding: 0px 8px 0px 0px;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;   
}

#section2_column2_content_area {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 0px 0px 0px 16px;
  border-left: 1px solid #cccccc;
  
  font-family: Tahoma; 
  font-size: 12px;  
  color: #676666; 
  line-height: 13px;   
}

/**********************************************************/
/**** Content *********************************************/
/**********************************************************/

.h1_content_title {
	display: inline;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #576f94;
}

.h2_content_title {
	display: inline;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #576f94;
}


/**********************************************************/
/**** Footer **********************************************/
/**********************************************************/

#footer {
  width: 740px; 
  height: 105px; 
  margin: 0px auto 0px auto; 
  text-align: left; /* Needed for IE */
  background: #ffffff url('/images/bottom.jpg') no-repeat;
}

#footer_navigation {
  padding-top: 10px;
}

#footer_navigation ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#footer_navigation li {
  display: inline;
  list-style-type: none;
  padding: 0px;
}

#footer_navigation li a:link, #footer_navigation li a:active, #footer_navigation li a:visited {
  font-family: Tahoma;
  font-size: 12px;
  color: #996600;	
}

#footer_navigation li a:hover {
	color: #998800;	
}

#footer_navigation li.sub_nav_delimiter {
  font-family: Tahoma;
  font-size: 12px;
  color: #996600;	 
  padding: 0px 2px 0px 2px;
}

#copyright {
  margin: 35px 44px 0px 44px;
  line-height: 13px;
  
  color: #cccc99;
  font-family: Tahoma;
  font-size: 10px;
  
  text-align: center;
}

#copyright #designer {
  margin-right: 30px;
}

#copyright #rights {
  margin-right: 30px;
}

#copyright #terms {
	
}

#copyright a {
  font-size: 10px;	
}

/**********************************************************/
/**** Misc ************************************************/
/**********************************************************/

/****** Home Page ******/

/* SDTART BANNER */
#banner_area {
  width: 630px;
  height: 377px;
  margin-bottom: 20px;
}

#banner_area #banner {
  width: 630px;
  height: 354px;
  background-color: #eeeeee;
}

#banner_area .banner_link_hand {
  cursor: pointer;
}

#banner_area #controls {
  width: 630px;
  height: 23px;
  background-color: #eeeeee;
}

#banner_area #controls #numbers {
  width: 620px;
  height: 20px;
  text-align: right;
  padding: 3px 10px 0px 0px;
  background-color: #8A9B74 !important;
}

#banner_area #controls #numbers a:link, 
#banner_area #controls #numbers a:visited, 
#banner_area #controls #numbers a:active {
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
}

#banner_area #controls #numbers a:hover {
  text-decoration: underline;
}

#banner_area #controls #numbers a.banner_link_active:link, 
#banner_area #controls #numbers a.banner_link_active:visited, 
#banner_area #controls #numbers a.banner_link_active:active {
  color: #e9c812;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
}

#banner_area #controls #numbers a.banner_link_active:hover {
  text-decoration: underline;
}
/* END BANNER */  



#service_times {
  display: block;
  width: 300px;
  height: 157px;
  margin-bottom: 10px;
}

#weekly_video_area {
	width: 300px; 
	height: 249px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#weekly_video {
	width: 300px; 
	height: 169px;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#weekly_video_image_message {
	width: 300px; 
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#email_form_area {
}

#first_name_area {
  float: left;
  margin: 5px 15px 0px 0px;
}

#first_name_area span {
  display: block;
}

#last_name_area {
  float: left;
  margin: 5px 0px 0px 0px;
}

#last_name_area span {
  display: block;
}

#email_area { 
  float: left;
  margin: 5px 0px 0px 0px;
}

#email_area span {
  display: block;
}

#submit_button_area {
  float: left;
  width: 200px;
  margin: 5px 0px 0px 0px;
}
/**************************/


/****** Featured Groups ******/
.group_info {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}

.featured_groups {
  border-width: 0px;
  font-size: 12px;	
  width: 100%;
}

.featured_groups tr.odd {
  background-color: #eeeeee;	
}

.featured_groups th {
  text-align: left;	
}

.featured_groups td.more_info {
	padding-bottom: 15px;
}
/**************************/


/****** Podcast Page ******/
#podcast_lib_directions {
  width: 427px; /* total 635px */
  float: left;
  margin: 0px;
  padding: 0px 8px 0px 0px;
}

#itunes_directions {
  width: 191px;  /* total 635px */
  float: right;
  margin: 0px;
  padding: 0px 0px 0px 8px;
  border-left: 1px solid #cccccc;
}

#itunes_directions li {
  margin: 0px 0px 10px 0px;	
}
/**************************/

/****** Podcast Results Page ******/
#podcast_results {
	margin: 10px auto 10px auto;
}
/**************************/


/****** Large Gathering, Small Gathering, and missional living Pages ******/
#small_side_images { /* Large Gathering page only */
  float: right; 
  width: 300px; 
  margin: 0px 10px 0px 10px;
}

#small_side_images img {  /* Large Gathering page only */
  margin-bottom: 20px;
}

#small_group_video { /* Small Gathering page only */
  float: right;
  padding-left: 10px;
}

#nav_list {
  float: left;	
  margin-right: 10px;
}

#nav_list span {
  display: block;
  margin-bottom:10px;
}

#small_bottom_images {
  float: left;
  border-left: 1px solid #cccccc;
}

#small_bottom_images img {
  margin: 0px 5px 0px 10px;
}
/**************************/


/****** Community Group Map Page ******/
#small_group_map {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 610px;
  border: 1px solid #cccccc;
}

#small_group_map iframe {
  width: 610px;
  height: 420px; 
}

#map_page_links {
  text-align: center;
  margin: 20px 0px 00px 0px;
}

#large_map_link {
  display: inline;
  margin-right: 50px;
}

#join_small_group_link {
  display: inline;
  margin-right: 50px;
}

#return_to_small_group_page {
  display: inline;
}
/**************************/


/****** Giving Page ******/
#giving_video {
	float: right; 
	text-align: center;
}
/**************************/


/****** Contact Page ******/
.portriat_header {
  width: 610px;
}

.portraits { 
  width: 620px;
}

.portrait {
  float: left;
  margin: 0px;
  padding: 0px;
}

.portrait img {
  padding: 0px;
  margin: 2px 2px 0px 0px;
}
/**************************/


/****** Downtown Page ******/
#sanctuary_images {
  text-align: center;
}

#sanctuary_images img {
  margin: 0px;
  padding: 0px 30px 30px 30px;
}
/**************************/

form {
  padding: 0px;
  margin: 0px;
}

.item_list {
  list-style-image: url('/images/bullet.gif'); 
  line-height: 13px;
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

.item_list li {
  font-family:Tahoma;
  font-size:12px;
  color:#676666;
  font-weight: normal;
}

.image_padding {
  padding: 0px 10px 0px 10px;
}

.clr {
  clear: both;
}

.fluidimage { }



