body {
	margin: 0;
	padding: 0;
	background: url(index_files/images/bg2sep.jpg);
	font-family: Georgia, Palatino, serif;
	font-size: 19px;
	color: #1c0904;
    position:absolute;
    left:260px;
    top:10px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
    
}

h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 2em;
	color: #f0d4a5;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}

p, ol {
}

ul, ol {
}

a {
	color: #41bc29;
}

a:hover {
text-decoration:underline;
}

#wrapper {
	background: url(<index_files/images/Mississippi-Louisiana-Arkansas.jpg) no-repeat center 115px;
}

.container {
	width: 750px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 800px;
	height: 184px;
	margin: 0 auto;
	padding: 0px;
    background: url(index_files/images/banner12.gif) no-repeat left top;
}


/* Logo */

#logo {
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 45px 0px 0px 0px;
	letter-spacing: -2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 5em;
}

#logo h1 a {
	color: #1c0904;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 800px;
	height: 194px;
	margin: 0px auto;
    position:relative;
}

/* Menu */

#menu {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background: #1c0904;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center; 
}

#menu li {
	display: inline-block;
	padding: 0px 0px 0px 15px;
}

#menu a {
	display: inline-block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Baskerville, Georgia, Palatino, serif;
	font-size: .75em;
	font-weight: bold;
	color: #f0d4a5;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

#menu .current_page_item a {
background: #ffffff;
}
/* NAV INSERT */

#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:5px;
	/* Clear floats */
	float:left;
	width:100%;
    position:relative;
	z-index:5;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#f0d4a5;
	background:#1C0904;
	text-decoration:none;
}
#nav a:hover{
	color:#f0d4a5;
	background:#1c0904;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#f0d4a5; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:left;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    font-size: .50em;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#003300;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#331107;
}

/* Background */

#bg1 {
	background: url(images/img06.jpg) repeat-y left top;
}

#bg2 {
	background: url(images/img05.jpg) no-repeat left top;
}

#bg3 {
	overflow: hidden;
	padding: 50px;
	background: url(images/img07.jpg) no-repeat left bottom;
}

/* Page */

#page {
	overflow: hidden;
	width: 780px;
	margin: 0px auto;
	padding: 40px 10px 20px 10px;
	background: #1c0904;
    filter: alpha (opacity=85);
}

#content {
	float: right;
	width: 530px;
}

#sidebar {
	float: left;
	width: 270px;
}

#poptrox {
	width: 700px;
	margin: 0px auto;
	background: #1c0904;
}

#gallery {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#gallery li {
	float: left;
	margin: 0px;
	padding: 5px 5px;
}

#gallery img {
	opacity: 0.4;
	filter: alpha(opacity=60);
}

#gallery a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*****************************************************
  Poptrox
*****************************************************/

.poptrox_popup {
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #1c0904;
	color: #f0d4a5;
}

.poptrox_popup .loader {
	display: block;
	margin-left: auto;
    margin-right: auto;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption {
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer {
	position: absolute;
	bottom: 1em;
	right: 1em;
    color:#f0d4a5;
}


#footer {
	overflow: hidden;
	width: 800px;
	height: 50px;
	margin: 0px auto 40px auto;
	background: #331107;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: .6em;
	color: #409FFF;
}

#footer a {
	color: #409FFF;
	text-decoration: none;
}

#box1 {
	margin: 0px 10px 20px 10px;
	padding: 20px;
	background: #331107;
	color: #f0d4a5;
}
#wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
