@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}

#body-container {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #FFCC00;
	margin-top:0px;
}

/* TOP */

#top-container {
	width: 1020px;
	height:100px;
	
}

#logo {
	width:345px;
	height:80px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	
}
#prayer-phone {
	width:260px;
	height:60px;
	margin-top:25px;
	margin-right;10px;
	float:right;
	background-image:url(../images/prayer-phone.png);
}




#top-nav {
	width:1020px;
	height:40px;
	float:left;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	background-image:url(../images/nav-bg-2.jpg);
	background-repeat:repeat-x;
	text-transform: uppercase;	
	
	
}

#top-nav ul
  {
	width:1020px;
	float:left;
	list-style-type:none;
	margin:0;
	height:40px;
	padding:0;
	
	}

#top-nav ul li
  {
	float:left;
	display:inline;
	text-align:center;
} 

#top-nav a:link {
	float:left;
	display:inline;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	height:40px;
	width:122px;
	padding-top:11px;
	border-right:#FFF 1px solid;	
	
}

#top-nav a:visited {
	float:left;
	display:inline;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	border-right:#FFF 1px solid;	
	height:30px;
	width:122px;
	padding-top:11px;
	
}




#top-nav a:hover {
	color:#006;
	border-right:#FFF 1px solid;	
}
#top-nav ul li:hover  {
	background-image:url(../images/nav-bg-1.jpg);
	background-repeat:repeat-x;
  }
  
  
/* MIDDLE FLASH */
#flash-container {
	width:1020px;
	height:310px;
	float:left;
	background-color:#FFF;
	position: relative;
	z-index: 1;

}
#flash {
	width:1000px;
	height:290px;
	margin-top:10px;
	margin-left:10px;
	position: relative;
	z-index: 50;
}


#textwidget {
	position: absolute;
	left: 757px;
	top: 170px;
	z-index: 100;

}

/* MIDDLE INTRO */

#middle-intro-container {
	width:690px;
	height:470px;
	float:left;
	margin-top:-290px;
	margin-left:10px;
}

#lewis {
	width:300px;
	height:470px;
	margin-top:0px;
	background-image:url(../images/lewis.png);
	float: left;
	position: relative;
	z-index: 60;

}

#intro {
	width:345px;
	height:150;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	margin-top: 300px;
	margin-left:45px;
}

#intro a:link {
	color:#FFF;
}
#intro a:visited {
	color:#FFF;
}


/* MIDDLE BUTTOM */
#middle-buttom-container {
	width:690px;
	height:298px;
	float:left;
	margin-left:10px;
	background-image:url(../images/bg-buttom.png);
	background-repeat:repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	
}

#middle-buttom-container h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: #FFCC00;
	margin-top:0px;
	text-align:center;
}
#middle-buttom-container img {
	margin-top:-5px;
	margin-left:15px;
	margin-bottom:5px;
}

#middle-buttom-container p {
	padding-left:15px;
	padding-right:14px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.middle-buttom-left {
	width:229px;
	height:270px;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #963;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.middle-buttom-right {
	width:229px;
	height:270px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.btn-learn {
	width:100px;
	height:20px;
	background-image:url(../images/btn-learn.png);
	float:right;
	margin-right:14px;
}

/* FORM */
#form-container {
	width:300px;
	height:470px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	background-image:url(../images/bg-form.png);
	background-repeat:repeat;
	color: #FFFFFF;
	text-align: center;
}

#form-container h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: #FFCC00;
	margin-top:0px;
	text-align:center;
}

.field {
	width: 300px;
	height:27px;
	float:left;
}
.label {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	width:110px;
	float:left;
	font-weight: bold;
	color:#FFF;
	padding-right:10px;
}


input
  {
  width:150px;    
}

select
  {
  width:155px;    
}

textarea
  {
  width:150px;    
}
.field-order {
	width: 300px;
	float:left;
	text-align:center;
	margin-top:40px;
	
}


/* FOOTER */
#footer {
	width:1000px;
	height:20px;
	float:left;
	margin-left:10px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	padding-top:3px;
}

#footer a:link {
	text-decoration:none;
	color: #CCC;
	
}
#footer a:visited {
	text-decoration:none;
	color: #CCC;
	
}
#footer a:hover {
	text-decoration:underline;
	color: #FFCC00;
	
}





