/**************************************************\
	File: /baptism/css/baptism.css
	-----------------------------------------------
	Authors:
		Peter Thourson
		Christian Kamau
		Levi McCallum
	Date:
		June 21, 2006
	Summary: 
		Stylesheet for the the default navigation layout.
		On this layout the bar is blue with a shaded header.
\**************************************************/

#firststepstopleft {
	float: left;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	width: 349px;
	height: 75px;
	background: #ebf4fa;
	border-bottom: 6px solid #54a4de;
	border-left: 1px solid #BBD9EE;
	border-top: 1px solid #BBD9EE;	}
#firststepstopright {
	float: left;
	margin: 20px 0 0 0;
	padding: 40px 10px 0 0;
	width: 489px;
	height: 40px;
	background: #ebf4fa;
	text-align: right;
	color: #666666;
	font: bold 12px helvetica,san-serif;
	border-bottom: 6px solid #54a4de;
	border-right: 1px solid #BBD9EE;
	border-top: 1px solid #BBD9EE;
	}
#firststepstopright a {
	color: #006699;
	text-decoration: none;
	}
#firststepstopright a:hover {
	text-decoration:underline;
	}
	
#firststepsmiddle {
	margin: 0 auto;
	clear: both;
	margin: 0;
	padding: 32px 0 0 0;
	width: 848px;
	height: 320px;
	background: #BBD9EE;
	text-align: center;
	border-left: 1px solid #BBD9EE;
	border-right: 1px solid #BBD9EE;
	}

#firststepsmiddlejournaling{
	margin: 0 auto;
	clear: both;
	margin: 0;
	padding: 0;
	width: 848px;
	height: 293px;
	text-align: center;
	background: #BBD9EE url(../images/bgjournaling.jpg) no-repeat;
	border-left: 1px solid #BBD9EE;
	border-right: 1px solid #BBD9EE;
	}
	
#firststepsmiddleohana{
	margin: 0 auto;
	clear: both;
	margin: 0;
	padding: 0;
	width: 848px;
	height: 293px;
	text-align: center;
	background: #BBD9EE url(../images/bgohana.jpg) no-repeat;
	border-left: 1px solid #BBD9EE;
	border-right: 1px solid #BBD9EE;
	}
	
#firststepsbottom {
	margin: 0;
	padding: 10px 9px 30px 9px;
	width: 830px;
	background: #fff;
	border: 1px solid #BBD9EE;
	font: 12px arial,helvetica,sans-serif;
	}
	
#firststepsleftbottom {
	margin: 0;
	padding: 10px 10px 0 0 ;
	float: left;
	width: 590px;
	}
	
#firststepsrightbottom {
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	width: 220px;
	}
	
#firststepsblocks {
	margin: 15px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #BBD9EE url(../images/bgside.png) repeat-x;
	color: #333;
	width: 200px;
	}
	
#firststepsleftbottom #left{
	float:left;
	margin: 15px 0 0 0;
	padding: 0 5px 0 0;
	width: 40px;
	text-align: center;
	color: #222;
	font: bold 40px arial,helvetica,san-serif;
	}
	
#firststepsleftbottom #right{
	float:left;
	margin: 15px 0 0 0;
	padding: 5px 0 0 5px;
	width: 500px;
	}
	
#firststepsleftbottom #footer{
	clear: both;
	}
	
img.right {
	margin: 0 0 0 110px;
	padding: 0 0 5px 0;
	}
	
#firststepsimg {
	margin: 0;
	padding: 2px;
	background: #54a4de;
	width: 216px;
	}
	
h3 {	
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
	color: #222;
	font: bold 16px/16px helvetica,san-serif;
	}

h4 {	
	clear: both;
	margin: 0;
	padding: 0 0 4px 0;
	color: #222;
	font: bold 15px/24px helvetica,san-serif;
	}

	
#firststepsfooterbottom {
	clear: both;
	margin: 0;
	padding: 0;
}

#firststepsvideo {
	margin: 0 auto;
	padding: 3px;
	height: 292px;
	width: 480px;
	background: #111 url(../images/bgvideo.png) repeat-x;
	}
	
#flashcontent {
	background: #131313;
	}
	
#firststepsimage {
	float: left;
	margin: 0 0 0 31px;
	padding: 2px;
	height: 260px;
	width: 350px;
	background: #ccc url(../images/bgvideo.png) repeat-x;
	}
	
h1 {
	clear: both;
	margin: 0 0 0 20px;
	padding: 15px 0 0 0;
	color: #006699;
	font: bold 30px helvetica,san-serif;
	}
	
h2 {
	clear: both;
	margin: 0 0 0 20px;
	padding: 0;
	color: #666666;
	font: bold 17px/20px helvetica,san-serif;
	}
	
	#firststepsquote {
	margin: 0 10px 10px 0;
	float:left;
	text-align: center;
	padding: 10px;
	width: 200px;
	background: #ccc url(../images/bgvideo.png) repeat-x;
	color: #fff;
	font: 100 14px arial,helvetica,san-serif;
	}
	#righttext {
	text-align: right;
	}