/**************************************************************
   Surrendered Heart Ministries
   Layout Version: 1
 **************************************************************/
 /*Normalize Site Features in all Browsers*/

/*Normalizes margin, padding*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/*Normalizes font-size for headers*/
h1,h2,h3,h4,h5,h6 
{font-size:100%;}

/*Removes list-style from lists*/                                                                                             
ol,ul 
{list-style: none;}

/*Normalizes font-size and font-weight to normal*/                                                                            
address, caption, cite, code, dfn, em, strong, th, var 
{font-style: normal; font-weight: normal;}

/*Removes list-style from lists*/                     
table
{border-collapse: collapse;border-spacing: 0;}


/*Removes border from fieldset and img*/ 
fieldset, img
{border: 0;}

/*Left-aligns text in caption and th*/ 
caption, th 
{text-align: left;}

/*Removes quotation marks from q*/                                                                                            
q:before, q:after 
{content: '';}
/**************************************************************
   All page content except for footer
 **************************************************************/
 

body {
	background:#85797D url(../images/body_bg.jpg) repeat-x;
	margin: 20px auto;
	padding: 0;
	
}


#banner {
	margin:0px auto;
	padding:11px 11px 0px 11px;
	border-top: 3px #D82A73 solid;
	border-bottom: 11px #D82A73 solid;
	width: 725px;  
	height: 178px;
	background: #fff url(../images/banner2.jpg) no-repeat;
	
	}
#wrapper {
	margin: 0px auto;
	width: 780px;  
	background: #ffffff;
	}

#main {
	margin: 0 auto;
	width:750px;
	text-align:left;
	border-top: #ffffff 13px solid;
	border-bottom: #ffffff 23px solid;
	background: url(../images/content_bg.gif) repeat-y;
	
}
br.clear {clear: both;}

/**************************************************************
  NAVIGATION
 **************************************************************/
 ul#navigation {
	list-style-type: none;
	text-align:left;
	margin: 0px auto;
	padding:8px;
	position: relative;
	float: left;
	width: 224px;
	background:#DFE0C6;

	}
	
#menu ul li {
  margin: 0px;
  padding: 0;
  display: inline;
  list-style: none;
  text-decoration:none;
}

#menu ul li a {
  float: left;
  width: 100%;
  height: 25px;
  text-decoration:none;
  font: 14px arial, sans-serif;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ADD38F;
  background:url(../images/bullet1.png) no-repeat;
    
}

#menu ul li a span {
  display: block;
  padding: 2px 5px;
}

#menu ul li a:hover,
#menu ul li a.here {
   color: #fff; 
   border-bottom: 1px solid #D82A73;
   background:#A5A5A5 url(../images/bullet1_hover.png) no-repeat;
   
  
}
.bulletline {
	display: block;
	text-align:left;
	color: #3C403A;
	padding-top: 4px;
	margin: 0;
	text-indent: 30px;
	background-image:url(../images/box_line.gif);
	background-repeat:no-repeat;
	width:450px;
	height: 25px;
	
	}
.bulletline1 {
	display: block;
	text-align:left;
	color: #3C403A;
	padding-top: 4px;
	margin: 0;
	text-indent: 30px;
	background-image:url(../images/box_line1.gif);
	background-repeat:no-repeat;
	width:450px;
	height: 25px;
	
	}

.borderlink {
	
	border:1px;
	border-color:#000000;
	border-style:solid;
	
}


A:hover .borderlink{
	border:1px;
	border-color:#31849B;
	border-style:solid;
	
}

a {
  text-decoration: none;
  color: #413439;
}

a:hover {
  color: #000000;
}
/**************************************************************
  CONTENT
 **************************************************************/

 #content {
	margin: 10px 10px auto;
	padding: 5px;
	position:relative;
	float: left;
	width: 520px;  
	background: #ffffff;
}

#left {
	width: 242px;
	float: right;
	background: #DFE0C6;
	
}

#right{
	padding:5px;
	width: 490px;
	float: left;
	border-bottom: #999999 dashed 2px;
	}
#mainimg {
	margin: 0px 20px 0px auto;
	width: 174px;
	height: 258px;
	float: right;
	background: url(../images/kelly_hall.jpg);
	border: 0px;
	}
.img {
	border: 1px dotted #000000;
	}
	
/**************************************************************
  FOOTER
 **************************************************************/
#secondarywrapper {
	width:750px;
	border-top: solid 13px #ffffff;
	background-color:#413439;
	clear: both;
}
 #footer {
 	margin:0 auto;
 	position: relative;
	width: 750px;
	border-top: solid 5px #D82A73;
	background-color:#5F5F5F;
	clear: both;
			}
