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




/******************************
/ General
******************************/
body{
	background-color:#300a01;
	background-image:url(/images/template/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

h1, h2, h3, p, ul{
	margin:0px;
	padding:0px;
}

a{
	color:#FFF;
}

a:hover{
	color:#999;
}

/* Removes the dotted outline on a link that appears when selected */
a:focus{
	outline:none;
}

.disclaimer{
	font-style:italic;
	margin:30px 0 0 0;
	text-align:center;
}

.goldText{
/*	border-bottom:solid #F5E494 1px;*/
	color:#F5E494;
/*	margin-bottom:10px;*/
}




/******************************
/ Top Section ( red bar )
******************************/
#TopMenuContainer{
	background-color:#7a052a;
	height:31px;
}


#TopMenuContainer ul{
	float:right;
	list-style-type:none;
	margin:0px 104px 0px 0px;
	padding:0px;
}

#TopMenuContainer li{
	color:#83a5c9;
	float:left;
	font-size:20px;
	height:31px;
	margin:7px 0;
}

#TopMenuContainer a:link, #TopMenuContainer a:visited, #TopMenuContainer a:active{
	color:#FFF;
	display:block;
	font-size:12px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	border-left:solid #fff 1px;
}

	#TopMenuContainer li:first-child a{
		border:none;
	}

#TopMenuContainer a:hover{
	color:#999;
}

#TopMenu{
/*	background-image:url(/images/top-nav.jpg);
	background-repeat:no-repeat;*/
	height:31px;
	margin:0px auto;
	width:1176px;
}




/******************************
/ Main Area
******************************/
#ShadowContainer{
/*	background-image:url(/images/template/shadow.png);*/
	background-image:url(/images/template/shadow.png);
	background-position:0px -17px;
	background-repeat:no-repeat;
	margin:0 auto;
	height:960px;
/*	width:1392px;*/
	width:1180px;
}

#MainContainer{
	position:relative;
	margin:0 auto;
	width:1070px;
	left:0px;
/*	width:1070px;
	left:-6px;*/
}

#MainContainer #Banner{
	background-image:url(/images/template/banner.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	border-left:solid #7a653a 1px;
	border-right:solid #7a653a 1px;
	height:145px;
	margin:0 auto;
	padding:0 4px 0 4px;
	width:978px;
}

#MainContainer #Banner #Link, #MainContainer #Banner #Link a{
	height:115px;
	width:270px;
}

#MainContainer #Banner #Link a{
	display:block;
}

#MainContainer #Banner p.phone{
	color:#f1e084;
	font-size:16px;
	text-align:center;
	width:270px;
}


/**********************************************************
/	Navigation
**********************************************************/
#MainContainer #Navigation{
	border-left:solid #7a653a 1px;
	border-right:solid #7a653a 1px;
	height:36px;
	margin:0 auto;
	padding:0 4px 0 4px;
	width:978px;
}

	#Navigation img{
		border:none;
	}
	
	#Navigation ul{
		background:url(/images/template/navigation/background.png) 0px 0px repeat-x;
		height:36px;
		list-style-type:none;
		position:relative;
		width:978px;
	}
	
		#Navigation ul li{
			float:left;
			height: 36px;
		}
			
			#Navigation ul li.backLava{
				background:url(/images/template/navigation/over.png) 0px 0px repeat-x;
				position: absolute;
			}
			
			#Navigation ul li a{
				color:#000;
				display:block;
				float:left;
				font-size:14px;
				height:25px;
				line-height:36px;
				padding: 11px 0 0 21px;
				position:relative;
				text-decoration:none;
				z-index:10;
			}
						
				#Navigation ul li a span{
					background:#000;
					display:inline-block;
					height:13px;
					margin: 0 0 0 21px;
					width:1px;
				}
					
	#Navigation .noLine{
		padding-right: 25px;
		padding-left:25px;
	}















/*
#MainContainer #Navigation object{
	outline:none;
}
*/

#MainContainer #ContentContainer{
	border-left:solid #7a653a 1px;
	border-right:solid #7a653a 1px;
	border-bottom:solid #7a653a 1px;
	margin:0 auto;
	padding:0 4px 4px 4px;
	width:978px;
}

#MainContainer #ContentContainer #Content{
	background-color:#4d0207;
	background-image:url(/images/template/leaves.jpg);
	background-position:0px 0px; background-repeat:repeat-x;
	margin:0 auto;
	min-height:598px;
	height:auto !important;
	height:598px;
	/*overflow:auto;*/
	padding:0 0 15px 0;
	width:978px;
}

#MainContainer #ContentContainer #Content_wHeader{
	background-color:#4d0207;
	background-image:url(/images/template/leaves.jpg);
	background-position:0px 0px; background-repeat:repeat-x;
	margin:0 auto;
	min-height:394px;
	height:auto !important;
	height:394px;
	overflow:auto;
	padding:0 0 15px 0;
	width:978px;
}




/******************************
/ Footer
******************************/
#FooterContainer{
	margin:0 auto;
	padding:0 0 20px 0;
	width:979px;
}

#Footer{
	margin:0 auto;
	width:1020px;
	overflow:hidden;
}

#Footer .Signature {
	padding:20px 0;
	font-size:10px;
}
#Footer .Signature a{
	text-decoration:none;
}

#FooterMenu ul{
	list-style-type:none;
	text-align:center;
	padding:10px 0 40px 0;
	width:950px;
/*	width:770px;*/
	margin:0 0 0 15px;
}

#FooterMenu li{
	color:#f1e084;
	font-size:12px;
	float:left;
	margin:0px;
	padding:0px 8px 0px 8px;
	border-right:solid #f1e084 1px;
}

#FooterMenu li.last{
	border-right:none;
}

#FooterMenu li a:link, #FooterMenu li a:visited, #FooterMenu li a:active{
	color:#f1e084;
	display:block;
	font-size:12px;
	text-decoration:none;
}

#FooterMenu li a:hover{
	color:#999;
}

#Footer #Lower{
	width:1000px;
}

#Footer #Lower .left{
	float:left;
	width:420px;
}

#Footer #Lower .left p{
/*	font-size:12px;*/
	font-weight:bold;
}

#Footer #Lower .left p.copy{
	color:#f1e084;
}

#Footer #Lower .left a#policy{
	padding:0 10px 0 0;
}

#Footer #Lower .left a#sitemap{
	padding:0 5px 0 5px;
}

#Footer #Lower .left a#policy, #Footer #Lower .left a#sitemap{
	color:#FFF;
	opacity: .5;
	filter:alpha(opacity='50'); 
}

#Footer #Lower .left a#policy:hover, #Footer #Lower .left a#sitemap:hover{
	opacity: 1;
	filter:alpha(opacity='100'); 
}

#Footer #Lower .right{
	float:right;
	text-align:right;
	width:435px;
	padding-left: 15px;
}


#Footer #Lower .right a#stimpson{
	background-image:url(/images/template/footer/stimpson.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:102px;
	width:154px;
}

#Footer #Lower .right a:hover#stimpson{
	background-position:0px -102px;
}
	
	#footer_facebook{
		background:url(/images/template/footer/facebook.png) 0px 0px no-repeat;
		display:block;
		float:left;
		height:73px;
		width:73px;
	}
	
		#footer_facebook:hover{
			background-position:0px -73px;
		}
	
	#footer_twitter{
		background:url(/images/template/footer/twitter.png) 0px 0px no-repeat;
		display:block;
		float:left;
		height:72px;
		width:71px;
	}
	
		#footer_twitter:hover{
			background-position:0px -72px;
		}




/******************************
/ Template No Header Image
******************************/
#noHeader_content{
	padding:28px 0 0 18px;
}

	#noHeader_content .left{
		 float:left;
		 width:330px;
	}
	
	#noHeader_content .right{
		float:left;
		padding:50px 75px 0 0;
		width:555px;
	}
	
		#noHeader_content .right p{
			font-size:14px;
			margin:10px 0 10px 0;
		}
		
	#noHeader_content .right ul{
		font-size:14px;
		list-style-type:none;
	}

	#noHeader_content .right ul li{
		margin:3px 0 3px 0;
	}
	
	#noHeader_content .right ul ul{
		margin:0 0 0 20px;
	}
