html, body {
  background-color: #D3732C;
  background-image: url(images/bgimage.jpg);
  background-repeat: repeat-x;
  height:100%;
  padding:0;
  margin:0;
  text-align: center;
  }

div, ol, ul { 
  margin: 0; 
  padding: 0; 
  border: 0;
  }
  
ul.indent li {
  margin-left:15px;
  }  

a {
  color: #555555
  }

a:hover {
  color: #c60;
  text-decoration: none;
  }

a:visited {
  color: #555555;
  }


h1 {
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  }

h2 {
  font-weight: normal;
  font-size:16px;
  padding: 0;
  margin: 0;
  }
  
h3 {
  font-weight: bold;
  font-size: 13px;
  padding:0;
  margin:0;
  }

p {
  font-family: lucida grande,lucida sans unicode, helvetica, arial, sans-serif;
  font-size: small;
  margin: 0;
  }
  
p.medium {
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 2;
  }
  
p.small {
  font-size: 10px;
  letter-spacing: 0.2px;
  }
  
img.wrap {
  float:left;
  display:inline;
  padding:0;
  border:0;
  border-style:none;
  margin:4px 10px 0 0;
  }


/*--------- CONTENT BEGINS HERE ---------*/

#container {
  padding: 0;
  margin: 0 auto -25px;
  min-height: 100%;
  height: auto !important;
  height: 100%; 
  width: 900px;
  background-color: #FFF8D9;
  text-align: left;
  line-height: 1.5em;
  font-family: lucida grande, lucida sans unicode, arial, sans serif;
  font-size: 12px;
  color:#474747;
  }
  
/*--------BANNER WITH SCC LOGO--------*/  

#banner {
  float: left;
  width: 900px;
  height: 100px;
  background-color: #FFCB05;
  border: 0;
  padding: 0;
  margin: 0;
  background: url("images/banner_back4.jpg") no-repeat;
  }

#banner img {
  border: 0;
  padding: 30px 5px 10px 15px;
  }

/*	---------- NAVIGATION MENU ----------- */

.menu {
  width: 900px;
  float: left;
  height:28px; 
  border-top: 1px solid #C55001;
  border-bottom: 1px solid #C55001;
  background-color: #E95E01;
  font-family: lucida grande, lucida sans unicode, verdana, arial, sans-serif;    
  }
  
/* hack to correct IE5.5 faulty box model */
* html .menu {
  width:100%;w\idth:100%;
  }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  }
  
.menu ul ul {
  width:140px;
  }
  
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float:left;
  position:relative;
  }
  
/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
  font-size:12px;
  letter-spacing: 1.25px;
  text-decoration:none; 
  color:#FFF; 
  height: 28px; 
  border-left:1px solid #C55001;
  background: url("images/navback2.gif") left no-repeat; 
  padding-left: 10px;
  padding-right: 15px;
  line-height: 28px;
  }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
  width:60px;
  w\idth:60px;
  }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
  top:28px;
  left:0; 
  width:149px;
  border-top:1px solid #C55001;
  }

/* another hack for IE5.5 */
* html .menu ul ul {
  top:28px;
  t\op:28px;
  }

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
  position:absolute; 
  top:0; 
  left:0; 
  border-collapse:collapse;
  }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background: #E95E01; 
  color:#FFF; 
  height:auto; 
  font-size: 11px;
  line-height:1.25; 
  padding:5px 10px; 
  width:140px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #C55001;
  }

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
  width:150px;
  w\idth:128px;
  }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
  color:#E95E01; 
  background:#FFF;
  }
  
.menu :hover > a, .menu ul ul :hover > a {
  color:#E95E01; 
  background:#FFF;
  }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul {
  visibility:visible; 
  }
  
#nav a.last {
  border-right: 1px solid #C55001;
  }

#nav a.first {
  border-left: none;
  }

/* a hack so that IE5.5 faulty box model is corrected */
* html .#nav a.long {
  width:100px;
  w\idth:100px;
  }


/* ------------- SEARCH ------------- */

#search {
	float:right;
	overflow:hidden;
	vertical-align:middle;
	padding:3px;
	}

#search #keywords {
	color:#A17F51;
	font-size:9px;
	font-family: "lucida grande", "lucida sans unicode", arial, sans-serif;
	width:160px;
	border: 1px solid #983d01;
	padding:2px 5px;
	vertical-align:middle;
	}

#search #submit {
	vertical-align:middle;
	margin-right:4px;
	}
	
/* ----------SPLASH IMAGE--------------*/
#splash {
  float: left;
  width: 900px;
  height: 300px;
  background-color:#FFFFFF;
  border-bottom:solid 1px #FFB888;
  margin: 0;
  padding: 0;
  }

#splash img {
  width: 898px;
  height: 298px;
  border: 0;
  padding: 1px;
  _padding:1px;
  }
  
#splash img a {
  text-decoration: none;
  border: 0;
  }

/*------------MAIN BODY----------------*/  

#home_body {
  float:left;
  width: 900px;
  padding:0;
  _margin-bottom:25px;
  display:inline;
  background-color: #FFF8D9;
  }
  
 /*-------- QUICKLINKS SECTION --------  */

#quicklinks {
  float: left;
  width: 220px;
  color:#FFF;
  height: 325px;
  padding: 15px 20px 20px 20px;
  display:inline;
  margin: 20px 0 20px 20px;
  background: url("images/framed_background_brown.gif") no-repeat;
  }
  
#quicklinks ul {
  padding-left: 10px;
  margin:0;
  list-style-type:none;
  text-align: center;
  }

#quicklinks ul li {
  float:left;
  line-height:45px;
  }

#quicklinks a {
  margin-bottom:20px;
  }
  
#quicklinks a.first_button {
  display:block;
  width:200px;
  height: 45px;
  text-decoration:none;
  background: url("images/children_button.gif") no-repeat;
  }
#quicklinks a.first_button:hover {
  background: url("images/children_button_hover.gif") no-repeat;
	}

#quicklinks a.second_button {
	display:block;
	width:200px;
  height: 45px;
	text-decoration:none;
	background: url("images/sermon_button.gif") no-repeat;
	}
#quicklinks a.second_button:hover {
  background: url("images/sermon_button_hover.gif") no-repeat;
	}
	
#quicklinks a.third_button {
	display:block;
	width:200px;
	height:45px;
	text-decoration:none;
	background: url("images/opiso_button.gif") no-repeat;
	}
	
#quicklinks a.third_button:hover {
  background: url("images/opiso_button_hover.gif") no-repeat;
	}
	
#quicklinks a.fourth_button {
	display:block;
	width:200px;
	height:45px;
	text-decoration:none;
	background: url("images/prayer_button.gif") no-repeat;
	}
	
#quicklinks a.fourth_button:hover {
  background: url("images/prayer_button_hover.gif") no-repeat;
	}
	
/*-------------ABOUT US SECTION------------------*/
  
#aboutus  {
  position:relative;
  color:#FFF;
  float: left;
  display:inline;
  width: 260px;
  height: 325px;
  padding: 15px 20px 20px 20px;
  margin: 20px 20px;
  background: url("images/framed_background_orange_wide.gif") no-repeat;
  }
  
#aboutus img {
  float:left;
  border-style:none;
  margin: 0 4px 4px 0;
  }
   
#aboutus a {
  color:#FFF;
  }  
  
#aboutus a:hover {
  color:#C60;
  } 

/*-------- NEWS AND EVENTS SECTION --------*/

#announcements  {
  float: right;
  position:relative;
  display:inline;
  width: 220px;
  height: 325px;
  padding: 15px 20px 20px 20px;
  margin: 20px 20px 20px 0;
  color:#FFF;
  background: url("images/framed_background_green.gif") no-repeat;
  }
  
#announcements img {
  float:left;
  height: 50px;
  width: 50px;
  border-style:none;
  margin: 0 6px 4px 0px;
  }
  
#announcements a {
  color: #FFF;
  }
  
#news_list {
 overflow: auto;
 position:absolute;
 bottom:15px;
 width:220px;
 height:217px;
 font-size:11px;
 color:#2A2A2A;
 background-color:#FFF;
 border: 0.5px solid #999999
 }

#news_list ol {
  margin: 0;
  padding: 0 10px 0 25px;
  }

#news_list ol li {
  margin-bottom: 20px;
  }
  
#news_list a {
  color: #555555
  }

#news_list a:hover {
  color: #c60;
  text-decoration: none;
  }
  
/*table {
  border: 0;
  padding: 0;
  }

td {
  vertical-align: top;
  text-align: justify;
  font-size: 13px;
  padding: 3px;
  }

td.number {
  text-align: right;
  width: 20px;
  padding-right: 5px;
  border: 0;
  margin:0;
  }

td.content {
  width: 380px;
  padding: 3px;
  border: 0;
  margin:0;
  }*/ 
  
/*--------- DETAILED PAGE MAIN CONTENT SECTION ---------*/
  
#content {
  float:left;
  background:transparent url("images/roundbox.gif") no-repeat top left;
  height: auto;
  line-height:1.8;
  letter-spacing:0.2px;
  width:568px;
  margin:15px;
  _margin:7px;
  padding:20px;
  }
  
#content ol li {
  margin: 0 0 5px 30px;
  padding: 0;
  line-height: 2;
  }
  
#content img  {
  border-style: none;
  }
  
#content td {
  padding-right: 15px;
  }
  
#boxbottom {
  clear:both;
  background: url("images/roundbox.gif") no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:19px;
  margin:0 -20px -20px -20px;
  }
 
#content_wide {
  float:left;
  background:transparent url("images/roundbox_wide.gif") no-repeat top left;
  height: auto;
  width:822px;
  margin:15px;
  _margin:7px;
  padding:20px;
  }
  
#boxbottom_wide {
  background: url("images/roundbox_wide.gif") no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:19px;
  margin:0 -20px -20px -20px;
  }
  
#content_photo {
  float:right;
  width:227px;
  margin:15px 15px 15px 0;
  _margin:7px 7px 7px 0;
  padding:10px;
  background: transparent url("images/content_photo_back.gif") top left no-repeat;
  }
  
#content_photo img {
  width: 227px;
  padding:0;
  margin:0;
  border:0;
  }
  
#content_photo_boxbottom {
  background: url("images/content_photo_back.gif") no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:9px;
  margin:0 -10px -10px -10px;
  }

/*-------- RELATED LINKS SECTION ---------*/
  
#related_links {
  clear:right;
  float:right;
  background:transparent url("images/related_back.gif") no-repeat top left;
  color: #FFF;
  width:207px;
  margin:0 15px 15px 0;
  _margin:7px 7px 7px 0;
  padding:20px;
  line-height:1.5;
  }
  
#related_links ul {
  padding-right: 15px;
  margin: 0;
  border: 0;
  text-align: left;
  }

#related_links ul li {
  display: block;
  margin: 0;
  border: 0;
  list-style:none;
  }

#related_links ul li a {
  background:url("images/dot_empty.gif") left no-repeat;
  padding:0 0 2px 15px;
  line-height:2;
  text-decoration:none;
  color: #FFF;
  }

#related_links ul li a:hover {
  background:url("images/dot_filled2.gif") left no-repeat;
  }

  
#related_boxbottom {
  background: url("images/related_back.gif") no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:19px;
  margin:0 -20px -20px -20px;
  }

 
/*-------  FOOTER SECTION -------*/
 
#bottom  {
  clear:both;
  width: 890px;
  border: 0;
  margin: 0 auto;
  _margin-bottom:-5px;
  height: 15px;
  padding: 5px;
  background: url("images/bottom_back.gif") repeat-x;
  }
  
#bottom img {
    border-style:none;
	vertical-align:middle;
	}
  
#bottom a {
  color:#BE4D01;
  text-decoration:none;
  }
  
#bottom a:hover {
  color:#555555;
  text-decoration:underline;
  }
  
#bottom a:visited {
  color:#BE4D01;
  }
  
#bottom .align_left {
  float:left;
  color:#BE4D01;
  font-family:lucida grande, lucida sans unicode, helvetica, sans-serif;
  font-size:10px;
  }
  
#bottom .align_right {
  float:right;
  color:#BE4D01;
  text-decoration:none;
  font-family:lucida grande, lucida sans unicode, helvetica, sans-serif;
  font-size:10px;
  }
  
#push {
  clear:both;
  height: 25px;
  margin: 0 auto;
  }  
  