/*
body {
	background-image: url('images/bodybg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
}

div#header {
	background-image: url('images/headerbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
div#body {
	background-image: url('images/bodybg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 15px 15px 15px;
}

h1 { color: #336699; }
h2 { color: #6699CC; }
*/

body{
	background-image:url('images/bg.jpg');
	background-attachment:fixed;
	margin:0px 0px 90px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
P,TD, LI{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3b321b;
	line-height:22px;
}

H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:20px;
	color:#2d7a0b;
	font-weight:bold;
}

H2 {
	font-family:Times New Roman;
	font-size:18px;
	line-height:20px;
	color:#9e8d72;
	font-weight:normal;
	font-style: italic;
}

H3 {
	font-family:Arial;
	font-size:16px;
	line-height:20px;
	color:#9e8d72;
	font-weight:bold;
	text-transform: uppercase;
}


A {
	color: #f27b0e;
}
A:hover {
	color: #f6b262;
}


.imdadminTextarea {
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
	height: 100px;
}


.main_nav_bg{
	
	width:100%;
	height:63px;
	}
	.main_nav{

		}
		.main_nav_items{
			width:982px;			
			}
			.main_nav_items DIV{
				float:left;
			}
		.sub_menu{
			height:111px;
		}
		.sub_menu_items{
			width:981px;
			padding-top:8px;
			}
			.sub_menu_items DIV{
				float:left;
			}
			.sub_menu_push{
				padding-top:38px;
			}
	.content_shell {
		position:relative;
		width:980px;
	}
	.content{
		position:absolute;
		width:980px;
		
		
		/*left:0px;*/
		}
		.heros{
			position:absolute;
			top:0px;
			left:0px;
			width:980px;
			height:369px;
		}
		.hero{
			position:relative;
			width:978px;
			height:369px;
			z-index:1;
			}
			.hero_bg{
				position:absolute;
				overflow:hidden;
				top:38px;
				left:0px;
				width:980px;
				height:331px;
				z-index:20;
			}
			.hero_fact{
				position:absolute;
				top:60px;
				left:680px;
				z-index:20;
				overflow:hidden;
				width:300px;
				height:288px;;
			}
			.hero_facts{
				position:absolute;
				top:25px;
				left:680px;
				z-index:19;
				width:300px;
				height:288px;
			}
		.inner_content{
			width:980px;
			padding-left:1px;
			}
			.wing{
				background-image:url('images/wing.gif');
				background-repeat:repeat-y;
				width:980px;
			}
			.inner_content_body{
				width:966px;
				background-image:url('images/home_title_bg.jpg');
				background-repeat:no-repeat;
				background-color:#fdfde7;
				padding-top:110px;
				position:relative;
				}
				.left_content{
					float:left;
					padding:0px 0px 0px 60px;
					position:relative;
					
				}
				.right_content{
					float:right;
					height:500px;
					width:340px;
					padding-top:20px;
					position: relative;
					right:-6px;
					}
					.contact_title{
						font-family:Arial, Helvetica, sans-serif;
						font-size:35px;
						color:#5f5303;
						padding:10px 0px 10px 10px;
					}
					.contact_desc{
						font-family:Arial, Helvetica, sans-serif;
						font-size:14px;
						color:#393939;
						padding-left:10px;
					}
	.footer_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:20px;
		color:#897658;
	}
	.footer_text A {
		color:#897658;
	}
/* Gallery Page */
.galleryItem {
	float:left;
	padding:0px;
	width:200px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
	.galleryItem A{
		text-decoration:none;
	}
	.galleryItem img{
		
	}
	
/* ERROR STACK */
.error {
	color:#a01213;
}
.errorFail {
	background-color: #ffd9d9;
	border: 2px solid #b85757;

	padding: 4px;
	margin: 5px 0px 5px 0px;
	width: 100%;

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #b85757;
}


.errorWarn {
	background-color: #ffecd9;
	border: 2px solid #e68f39;

	padding: 4px;
	margin: 5px 0px 5px 0px;
	width: 100%;

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d6802b;
}


.errorSuccess {
	background-color: #e1ffd9;
	border: 2px solid #4fbb33;

	padding: 4px;
	margin: 5px 0px 5px 0px;
	width: 100%;

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #2ea30f;
}
.error_txt { color: #b85757;}

/* SUB PAGE */
.sub_hero{
	width:980px;
	
	}
	.sub_hero_bg{
		float:left;
	}

	.sub_inner_content_body{
		width:980px;
		background-image:url('images/sub_content_bg_repeat.jpg');
		background-repeat:repeat-y;
		background-position:7px 0px;
		}
		.sub_left_content{
			float:left;
			position:relative;
			z-index:1;
			background-image:url('images/sub_content_repeat.jpg');
			background-repeat:repeat-y;
			/*width:697px;*/
		}
		.right_content_sub {
			padding-left: 20px;
		}
		.right_content_sub, .right_content_sub P, .right_content_sub P A {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#393939;
			font-weight: normal;
			line-height: 16px;
		}
		.right_content_sub P A {
			color: #f27b0e;
		}
		.sub_right_bar{
			position:relative;
			float:right;
			/*background-image:url('images/sub_right_repeat.jpg');*/
			}
			.sub_right_bar_content2{
				position:relative;
				top:-60px;
				left:-3px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				letter-spacing: -1px;
				font-weight:bold;
				color:#131313;
				line-height:35px;
				height:
				
				}
				.sub_right_bar_content2 A{
					font-family:Arial, Helvetica, sans-serif;
					font-weight:bold;
					color:#131313;
					text-decoration:none;
				}
			.sub_right_bar_content{
				position:absolute;
				top:-285px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				letter-spacing: -1px;
				font-weight:bold;
				color:#131313;
				line-height:35px;
				
				}
				.sub_right_bar_content A{
					font-family:Arial, Helvetica, sans-serif;
					font-weight:bold;
					color:#131313;
					text-decoration:none;
				}

				.right_bg_img {
					float:left;
					background-image:url('images/sub_right_top.png');
					background-repeat: no-repeat;
					width: 275px;
					height:307px;
				}

				.right_bg_img2 {
					float:right;
					background-image:url('images/sub_right_top2.png');
					background-repeat: no-repeat;
					width: 276px;
					height:94px;
				}
			.right_bar_submenu{
				
				}
				.right_bar_submenu_content{
					background-image:url('images/right_bar_sub_repeat.jpg');
					background-repeat:repeat-y;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					line-height:25px;
					letter-spacing: 1px;
					color:#131313;
					font-weight:bold;
					}
					.right_bar_submenu_content A{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						text-decoration:none;
						color:#131313;
						font-weight:bold;
					}
					.right_bar_submenu_content DIV{
						padding-left:65px;
					}
			.right_main_nav{
				padding-left:40px;
			}
			
			.input_text{
				height:25px;
				width:300px;
				border:solid 0 #999999;
				border-width:1px 1px 1px 1px;
			}


.bottom_progress_links A {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 2px solid #f1790b;
	color: #f1790b;
	background-color: #f7eadf;
	text-decoration: none;
}
	.bottom_progress_links A.current_step {
		color: #ffffff;
		background-color: #f1790b;
	} 


img { border:none;
}











