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

body {
	/*background: url(img/background-june132011.jpg) top center no-repeat #311007;*/
	background: url(img/background-june132011.jpg) top center no-repeat #5C271D;	
	font-family: "Times New Roman", Times, serif;
	/*color: #AE976D;*/
	color: #DFC79D;
	font-size: 16px;
	line-height: 20px;
}

#TopShell {
	width: 100%;
	height: 143px;
	background: url(img/background-top.jpg) repeat-x #6A5037;
}
	#TopShellInner {
		width: 100%;
		height: 143px;
		background: url(img/background-top-logo.jpg) top center no-repeat;
	
		
	}
	#TopContent {
		width: 982px;
		margin: auto;
		display:block;
	}
	
#TopShell2 {
	width: 100%;
	height: 143px;
	background: url(img/background-top-brown.jpg) repeat-x #6A5037;
}
	#TopShellInner2 {
		width: 100%;
		height: 143px;
		/*background: url(img/background-top-logo.jpg) top center no-repeat;*/
	}
	#TopContent2 {
		width: 982px;
		margin: auto;
		display:block;
	}
	
	
#Shell {
	width: 982px;
	margin: auto;
}

#LargeImage {
	width: 982px;
	height: 541px;
	
}

#MenuShell {
	height: 53px;	
}
#MenuShell ul li {
	width: 108px;
	float: left;
	color: #FADAA1;
	text-transform: uppercase;
	font-size: 14px;
	text-align:center;
	line-height:53px;
	font-weight:bold;
	list-style:none;
}
#MenuShell ul li a {
	display: block;
	width: 100%;
	height: 53px;
	color: #FADAA1;
	text-decoration: none;
}
#MenuShell ul li a:hover {
	background-color: #22110A;
}


#Content {
	background-color: #22110A;
	/*background-color: #3D2F23;*/
	/*border-bottom: 12px solid #A99268;*/
	border-bottom: 12px solid #6A5037;
}
	#ContentLeft {
		
		vertical-align:top;
	}
	
	#ContentRight {
		background:url(img/home-right_background.jpg) repeat-y #BDB18B;	
		width: 226px;
		vertical-align:top;
	}
	#ContentRightSolidBg {
		background-color: #6A5037;	
		width: 226px;
		vertical-align:top;
	}

.ContentFooterBackground {
	padding:30px 36px 65px 30px;
	background:url(img/background-content_footer.jpg) no-repeat bottom center;
}




#FooterShell {
	width: 982px;
	height: 75px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #684A30;*/
	color:#FADAA1;
	line-height:49px;
	margin-top:5px;
}


/* Headings */

h1 {
	font-size:22px;
	color: #FADAA1;
	margin-bottom:8px;
}

strong {
	font-weight:bold;	
}

link {
	color: #ba8144;
	text-decoration: none;
}
a {
	
	/*color: #ba8144;*/
	color: #CBA26E;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

/* Bullet Columns*/
ul.BulletColumns li {
	width: 40%;
	margin-right: 5%;
	padding-left: 2%;
	display:block;
	float:left;
	background:url(img/bullet.jpg) no-repeat top left;
}

.CmsContent ul li {
	margin-right: 5%;
	padding-left: 2%;
	margin-bottom:2px !important;
	padding-bottom:2px !important;
	display:block;
	background:url(img/bullet.jpg) no-repeat top left;
}


ol {
	margin-left:20px;	
	padding-left:20px;
	list-style-type:decimal;
}



