/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #3c180a;
}
#container {
	width: 1000px;
	height: 246px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	background-color: #3C180A;
	background-repeat: no-repeat;
	background-image: url(images/hero.jpg);
	}
#bodymain {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left:-500px;
	}				
#clear{
	clear: both;
	font-size: 0px;
	height:	0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;	
	}

#gallery {
	padding-left: 35px;
	padding-bottom: 35px;
	width: 630px;
	top: 490px;

	}	
	
/* Primary Post Content */
	
.content {
	left: -0px;
	top: 240px;
	width: 700px;
	background-color: #6e4d3c;
	position: absolute;
	padding-top: 15px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	padding-right: 150px;
	padding-left: 150px;
	}			
.itemimage {
	float: left;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.itemimage1 {
	float: right;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
.top1 {
	padding: 20px 15px 0px 15px;
	z-index: 1;
	}
.top {
	padding: 20px 15px 0px 15px;
	}
.item {
	padding: 15px 15px 0px 15px;
	background-image: url(images/edge.jpg);
	background-repeat: repeat-x;
	}	
.content h1 {
	margin: 0px 10px 0px;
	font: bold 1.2em "Georgia";
	color: #4A0000;
	}
.content h2 {
	margin: 0px 10px 0px;
	font: bold 0.9em sans-serif,Arial;
	color: #333333;
	}
.content h3 {
	margin: 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95BFFF;
	}
.content p {
	margin: 10px 10px 20px;
	color: #230e02;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	text-align: justify;
	}
.footer {
	background-color: #230e02;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 25px;
	width: 700px;
	}

.style1 {
	color: #F47817;
	text-decoration: none;}	
.style1 a:visited {
	color: #F47817;
	}	

/* Navigation */

#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	font-size: smaller;
	font-style: normal;
	font-weight: lighter;
	margin-left: 20px;
	z-index: 1;
	}

#navcontainer ul li { display: inline;}

#navcontainer ul li a {
	padding: .7em 1.7em;
	color: #230e02;
	text-decoration: none;
	float: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #230e02;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #230e02;
	}
#navcontainer ul li a:hover {
	text-decoration: none;
	color: #550000;
	}
#navcontainer ul li a:visited {
	text-decoration: none;
	}				

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	z-index:500;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:700px;
	float:left;
	letter-spacing: 1px;	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0px;
	padding: 10px;
	border-bottom: 1px solid #62371F;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #230e02;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #62371F;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500; /* was 500 */
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100; /* was 100 */
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
