/* 
guidingshepherd.org screen style 11.04
author: larry fischer
version: 1.0
*/

/* Body Definitions
............................................................................. */

body {
		background-image: url(images/bg2.jpg);
		background-repeat: repeat-y;
		background-position: center;
		background-color:#FEE7B0;
		text-align:center;
		margin:10px 0 0 0;
		font:11px verdana, Arial, lucida, sans-serif;
		color:#000;
		}

img {
		border:0;
		}

a:link, a:visited, a:visited {
		color: #369; 
		text-decoration: underline; 
		}
		
a:hover, a:visited:hover {
		color: #C00; 
		text-decoration: none; 
		}
/* Content frame
............................................................................. */
		
#frame {
		width:800px;
		margin: 0 auto;
		padding:0px;
		text-align:left;
		border:1px solid #4F4F4F;
		}
		


/* Content Box Definitions
............................................................................. */
		
#contentheader {
		width:800px;
		background:#3B78BA url(images/head2.gif) top right no-repeat;
		height: 75px;
		}
		
#content {
		width:800px;
		padding: 0px;
		float:left;
		background:#fff;
		}
#bar1 {
 		width:800px;
 		background:#FEE7B6;
 		height:4px;
 		font-size:4px;
 		border-top:1px solid #fff;
 		border-bottom:1px solid #ccc;
 		
 		}
		
#bar2 {
 		padding: 0 0 0 15px;
 		margin:0;
 		height: 20px;
 		vertical-align:middle;
 		}		

div#contentcenter, div#contentcenter_min  {
		width:500px;
		padding:0 0 0 21px;
		float:left;
		background:#fff;
		margin:0 0 30px 0;
		}

div#contentcenter_min {
		height:350px;
		}
div#picbox {
		float:right;
		width:200px;
		margin: 0px;
		padding: 0px;
		background:#fff;
		}	
		
#breadcrumb {
		margin:0;
		padding:5px 0 10px 0;
		background:#fff;
		border-bottom:1px dashed #A5CBEB;
		}		

/* Top Navbar Definitions
............................................................................. */
#navcontainer {
		padding: 0;
		background: #fff;
		height: 20px;
}

#navlist {
		margin: 0px;
		padding: 0px 0px;
		display: block;
}

#navlist li {
		list-style: none;
		float: left;
}

#navcontainer a, #navlist {
		margin: 0px;
		display: block;
		padding: 0px 6px;
		text-decoration: none;
		background: #fff;
		font: normal 11px verdana, serif;
		color: #3873B1;
}

#navcontainer a:hover, #navcontainer a#current {
padding: 1px 5px;
background: #FEE7B6;
border-left: 1px solid #FEE7B6;
border-right: 1px solid #FEE7B6;
border-bottom: 1px solid #FEE7B6;
color: #333;
}

#navcontainer a#current {
color: #333;
}

#navcontainer li#active {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #99c;
} 		

/* Lists
............................................................................. */
#front_list {
	line-height: 20px;
	}

/* Form Field Definitions
............................................................................. */



.formf {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}		
		
/* Misc. Definitions & Spacing Definitions
............................................................................. */

.clearit {
		clear:both;
		}

.nobreak {
		margin:0;
		}		

.under_p {
		margin:10px 0 0 0;
		}
.center_p {
		margin:15px 0 0 0;
		text-align:center;
		}		

/*Heading Definitions
............................................................................. */

h1 {
		font:normal 18px Georgia, arial, Verdana, helvetica, serif;
		padding:0;
		margin:10px 0 0 0;
		color:#D6A845;
		}
		
h2 {
	margin:10px 0 0 2px;
	font:italic 15px Georgia, "times new roman", serif;	
	color:#333;
	}

/*Policy Box
............................................................................. */
#policy	{
		margin:40px 0 0 0;
		font:8px verdana, Arial, lucida, sans-serif;
		color:#999;
		}

/*Footer Definitions
............................................................................. */

#footer {
		padding-bottom:40px;
		text-align:center;
		font-size:10px;
		}
#footer ul {
		margin:0;
		padding:0;
		}		


#footer li {
 		display: inline;
 		list-style-type: none;
 		margin: 0 0 0 4px;
 		}
 
#footer a {
		color: #5672B3;
		text-decoration: none;
		}

#footer a:hover {
		color: #000;
		text-decoration: none;
		background-color:#C0DAF0;
		}		
		
		
		
		
		
		
		
		