body {	   
	background: #ffffff;
	margin: 0;
	padding: 0;
	color:#003041; 
}

input {	
	font-size: 10px;
	color: #3c2517;
	vertical-align: middle;
}

select {		
	font-size: 10px;
	color: #3c2517;  
	vertical-align: middle;
	border: 1px solid #7F9DB9;
	padding: 2px;
	margin-bottom: 1px;	         
}

textarea {		
	font-size: 10px;
	color: #3c2517;  
	border: 1px solid #7F9DB9;
	padding: 3px;          
}
/*
a {	
	font-size:10px;
	color:#2D521B;
	text-decoration:none;  
	outline: none;
}

a:hover {	
	font-size:10px;
	color:#2D521B;
	cursor:pointer;   
	text-decoration:underline;
	outline: none;
}
*/
img {
	border:none;
}

form {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;	
}
/* Common Styles Start */
.oddrowcolor {
	background-color:#E2E7D1; 
}

.evenrowcolor {
	background-color:#EAEDDE;
}

.title_fnt {
	font-size: 20px;
	color:#035674;
	padding-bottom:5px;
}

.subtitle_fnt {	
	font-size: 14px;
	color:#035674;
	padding-bottom:5px;
}

.process {
	padding-left: 10px;	
	color: #58650A;
}

.ajax_loader {
	vertical-align: middle;	
}

.menubutton {
	background:#035674;	
	padding: 3px 5px;		
	border: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight :bold;
	cursor: pointer;
}

.clear {
	clear:both;	
}

.norecords{	
	text-align:center;
	padding: 5px 0;
}

.cursor {
	cursor:pointer;	
}

div.fields_label {
	font-weight: bold;
	font-size: 11px;
	color:#444444;
}

div.fields_input {
	width: auto;
	float: left;
}

div.fields_left {
	width: 260px;
	float: left;
}

div.fields_right {
	width: 260px;
	float: left;	
}
/* Common Styles End */

/* Errors & Message Start */
.err {
	background: #fdd9d9;
}

.error {
	color: #E60005;
	font-family: verdana,arial,tahoma;
	font-size: 11px;
	font-weight: normal;
}

.msg {
	color: #0b8202;	
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

.available {
	background: #eef9b8;	
}
/* Errors & Message End */

/* Textbox Styles Start */
.txt_150 {	
	width:150px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.txt_200 {
	width:200px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.txt_250 {	
	width:250px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.sertxt_100 {	
	width:100px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.sertxt_120 {
	width:120px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.sertxt_140 {	
	width:140px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

.sertxt_175 {	
	width:175px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}
/* Textbox Styles End */

/* Textarea Styles Start */
.textarea_150 {
	width:150px;
	height:85px;
}

.textarea_200 {
	width:200px;
	height:85px;
}

.textarea_250 {
	width:250px;
	height:85px;
}

.textarea_390 {
	width:390px;
	height:200px;
}
/* Textarea Styles End */

/* Select Box Style Start */
.sel_50 {
	width: 50px;	
}
.sel_70 {
	width: 70px;	
}
.sel_150 {
	width: 150px;	
}
.sel_208 {
	width: 208px;	
}
/* Select Box Style End */

/* Main Container Start */
div.main_container { /* Customizable */
	width: 802px;
	margin: auto;
	background:#b91806;
	
	
}

/* Main Container End */

/* Header Start */
div.main_header { /* Change this according to your header */
	background: #FFFFFF url(http://www.practicalfaithministries.org/images/logo.jpg) no-repeat;;
	text-align: center;
	height: 124px;
}
/* Header End */


/* Footer Start */
div.footer {
	background: #B91806;	
	color: #FFFFFF;
	text-align: center;
}

div.footer_content {
	padding: 10px;	
}

div.footer_top {
	padding-bottom: 5px;	
}

div.footer a,
div.footer a:hover {
	color: #FFFFFF;	
}
/* Footer End */

/* Contact Details Start */
div.contact_details div.btm_margin {
	margin-bottom: 10px;	
}

div.contact_details div.contact_detail {
	padding: 0 0 10px 10px;	
}

div.contact_details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 10px;
}

div.contact_details ul li {
	height: auto;
	padding-bottom: 5px;
}

div.contact_detail_left {
	width: 350px;
	float: left;
}

div.contact_detail_right {
	width: 400px;
	float: left;
}
/* Contact Details End */

/* File Holder Start */
div.file_holder {
	padding-left: 5px;	
}

div.file_holder ul {
	margin: 10px 0 5px 20px;	
}

div.file_holder ul li {
	list-style:disc;
	list-style-position:inside;	
	padding-bottom: 5px;
}
/* File Holder End */

/* Redirect Start */

.redirect {
	padding-top:4px;
	background:#FFFFFF;
	height:auto !important;
	height:700px;

	
	
}
.redirect .redirect_left {
	width:132px;
	float:left;
	background:#FFFFFF;
	
}

.redirect .redirect_right {
	padding-left:1px;
	width:669px;
	float:left;
	background:#FFFFFF;
	
}

div.sub_redirect{
	background:#b91806;
	
}

/* Redirect End */

/* Home Start */

.home_page_content {
		padding-top:10px;
		height:460px;
}

.home .home_image {
	height:212px;
	width:670px;
}
div.home_left {
	width:446px;
	float:left;
	padding-right:7px;
}
div.home_right {
	width:215px;
	float:left;
}
div.home_title{
		padding-left:6px;
}
div.home_title img {
		height:47px; 
		width:220px;
}
div.home_content_style{
		padding-left:11px;
}
div.home_content_left {
	width:236px;
	float:left;
}

div.home_content_right {
	width:200px;
	float:left;
	text-align:left;
}
.home_content_image {
	padding:0 0 0 10px;
}

/* Home End */

/* Menu Start */

div.menu {
	background:#b91806;
}
div.menu_board {
	text-align:center;
}
div.menu_board_header {
	font-size:16px;
	color:#FFFFFF;
	font-family:Garamond, 'Times New Roman', Times, serif;
}
div.menu_board_font{
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
}
div.right_contact {
	BORDER: #000000 1px solid;
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:13px;
	width:150px;
	text-align:center;
	font-weight:normal;
	color:#b91806;
	padding:7px 20px 15px 20px;
}
div.right_contact_header {
	font-family:Times New Roman,adobe-times,Times;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
}

div.menu .menu_header {
	font-family: Garamond, 'Times New Roman', Times, serif;
	font-size:24px; 
	font-weight:bold;
	color:#FFFFFF; 
	padding: 5px 0 3px 12px ; 
}
div.menu .menu_link {
	padding-left:7px;
	padding-right:2px;
	
}
div.menu_formlayout {
	BORDER: #FFFFFF 1px solid;
	font-family:verdana,Univers Condensed,tahoma,arial;
	font-size:11px;
	width:117px;
	font-weight:normal;
	color:#6C6C6C;
	padding:0px;
	margin:0px;
	padding-top:7px;
	padding-bottom:20px;
	padding-left:2px;
}

div.menu_formlayout ul li{
	padding:0;
	margin:0;	
}
div.menu_formlayout ul{
	padding:0;
	margin:0;
	padding-left:2px;
}

div.menu .menu_title {
	font-family: Garamond, 'Times New Roman', Times, serif;
	font-size:18px; 
	color:#FFFFFF; 
	padding: 6px 0 4px 7px ; 
}
div.align_center {
	text-align:center;

}
div.menu_commonfont{
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:10px;
	color:#FFFFFF;
}
div.padding_menu {
	padding-left:5px;
}
div.menu_commonfont div{
	padding-top:1px;
}
div.menu_orderformlayout {
	BORDER: #FFFFFF 1px solid;
	font-family:verdana,Univers Condensed,tahoma,arial;
	font-size:11px;
	width:125px;
	font-weight:normal;
	color:#6C6C6C;
	height:175px;
}
div.menuorder{
	padding-left:3px;
	
}
div.menu_left{
	width:5px;
	float:left;
	padding-top:1px;

}

div.menu_right{
	float:left;
}
div.menu_contact_header {
		font-size:18px;
		font-family:Garamond, 'Times New Roman', Times, serif;
		color:#ceb9f0;
		padding-top:5px;
		padding-left:7px;
		padding-bottom:5px;
}
div.menu_contact_font{
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

/* Menu End */

/* Subsubredirect start */
div.sub_sub_redirect {
	height:auto !important;
	height:510px;
	min-height:510px;
}
div.sub_sub_left {
	width:427px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
div.sub_sub_right {
	width:215px;
	float:left;
}
.faith_clock {
	color: rgb(185, 24, 6); 
	font-family: Helvetica,Arial,adobe-helvetica,Arial Narrow; 
	font-size: 9pt;
}
.home_faith_clock {
	color: #000000; 
	font-family: Helvetica,Arial,adobe-helvetica,Arial Narrow; 
	font-size: 9pt;

}
.clock_left {
		width:6px;
		float:left;

		
}
.clock_right {
		width:450px;
		float:left;

		
}
.clock_right_home {
		width:450px;
		float:left;
		padding-top:0;
		
}

/* Subsubredirect end */

/* online member start */
.online_left {
	width:310px;
	float:left;
}

.online_right {
	width:100px;
	float:left;
}
.online_right img {
		width:95px;
		height:127px;
}
.online_member {
		padding-right:7px;
}
.online_left_left {
		width:120px;
		float:left;
}
.online_left_right {
	width:100px;
	float:left;
	padding-top:10px;
}
.online_left_right img {
		width:98px;
		height:94px;
}
.online_member {
		font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
		font-size:13px;
		color: rgb(185, 24, 6);
}
.member_heading {
		font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
		font-size:20px;
}
.radio_fnt{
		font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
		font-size:13px;
		color: #000000;
}
.button_fnt{
		font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
		font-size:13px;
		color: #000000;
}
.txt_online {	
	width:95px;
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:13px;
	border: 1px solid #7F9DB9;
	padding: 3px;
}

/* online member end*/

/* online member start */
.prayer_header {
	font-size:32px;
	height:50px;
	color:#b91806;
	font-family:Garamond, 'Times New Roman', Times, serif;
	border-bottom:#FFCC00 2px solid;
}
.prayer_left {
	width:345px;	
	float:left;
}
.prayer_right {
		width:69px;
		float:left;
}
.prayer_right img{
		width:69px;
		height:104px;
}

.prayer_p{
	font-size:48px;
	color:#b91806;
	font-family:Garamond, 'Times New Roman', Times, serif;
	font-weight:bold;
}
.prayer {
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:13px;
	color:#b91806;
	padding-left:10px;
}
.prayer_title_small {
	font-family:Garamond,Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:13px;
	color:#b91806;
}
.prayer_textarea {
	width:250px;
	height:87px;
}

/* online member end */

.right_redirect_style {
	position: absolute;
	top: 155px; 
	left: 685px; 
	width: 168px; 
	height: 308px; 
	z-index: 0;
	background: #B91806;
}
.right_link {
	top: 5px; 
	left: 6px; 
	width: 205px; 
	z-index: 8;
	background:#B91806;
	padding: 3px 5px;
	display: block;
}
#home_page_link table tbody tr td img{
	margin-bottom:-5px;
	padding:0;
	
}
.guest_home {
	padding-top:70px;
}
.sermon_week_left {
		width:310px;
		float:left;
		text-align:center;
}
.sermon_week_left div.img_style img{
		width:218px;
		height:43px;
		padding-left:10px;
}
.sermon_week_left div.sermon_button img{
		width:191px;
		height:25px;
		
}

.sermon_week_right {
		width:85px;
		float:left;
		padding-top:7px;
}
.sermon_week_right div.img_style img{
		width:109px;
		height:82px;
}
.link_redirect table tr td br{
	line-height:15px;
}
.donations .donations_title{
		font-family:Garamond, 'Times New Roman', Times, serif;
		font-weight:;
		font-size:48px;
		color:#b91806;
		line-height:40px;
		width:370px;
		border-bottom:#FFCC00 2px solid;
}
.donations .donation_left {
		float:left;
		width:290px;
		font-family:Garamond, 'Times New Roman', Times, serif;
		font-weight:;
		font-size:13px;
		color:#b91806;
}
.donations .donation_right {
		float:left;
		width:130px;
}
.donations .donation_hdr {
		font-family:'Times New Roman', Times, serif;
		font-size:24px;
		font-weight:bold;
		padding-left:65px;
		padding-top:2px;
		color:#b91806;
}
.donations .donation_left .button_style {
		text-align:center;
		padding-top:30px;
		padding-left:50px;
}
.donations .donation_left .donation_mem {
		padding-top:15px;
		text-align:center;
		padding-left:65px;
}
.donations .donation_left .donation_mem img {
		width:182px;
		height:136px;
}
.header_img {
	padding-top:7px;
}
.header_img img{
		height:128px;
		width:136px;
}
.donations .donation_fnt {
		font-family:Times New Roman,adobe-times,Times;
		font-size:13px;
		color:#b91806;
		padding-top:18px;
		padding-left:50px;
}
.blank_row {
		height:10px;
		background:#FFFFFF;
}
.index_left {
	width:132px;
	float:left;
	padding-top:4px;
	background-color:#FFFFFF;
}

.index_right {
	padding-left:1px;
	width:669px;
	float:left;
	background:#FFFFFF;
	height:auto;
	
}
.thank_page {
	padding-top:20px;
	background:#FFFFFF;
	text-align:center;
	
}
.about_left {
	width:310px;
	float:left;
}
.about_left .left{
	width:133px;
	float:left;
}
.about_left .right{
	width:auto;
	float:left;
	
}
.right_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#b91806;
	font-weight:bold;
	text-align:center;
	padding:23px 0 0 25px;
}
.about_content {
	font-family:Arial,Helvetica,adobe-helvetica,Arial Narrow;
	font-size:12px;
	color:#b91806;
	font-weight:bold;
	padding:2px 0 0 0;
}
.about_right {
	width:auto;
	float:left;
}
.about_us {
	padding:5px 0 0 0;
}
