/* CSS Document */

body {
	background: url(../img/body-back.png);
	background-repeat: repeat-x;
	background-color: #680510;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
}

#main {
	width: 850px;
	height: auto;
	margin: auto;
	position: relative;
	background: #EBEBEB;
	padding: 0px;
	border: 5px solid #FFFFFF;
}

/* Structure */

#logo {
	width: 850px;
	height: 150px;
	float: left;
	background: url(../img/logo-back.png) no-repeat;
	padding: 0px;
	border: 0px;
}

#nav1 {
	width: 779px;
	height: 25px;
	float: left;
	background: #1F1F1F;
	padding: 0px 0px 0px 71px;
	border: 0px;
}

#nav1 ul{margin:0px; padding:0px;}

#nav1 ul li{margin:0px; padding:0px; list-style:none; float:left; color:#FFFFFF;}



#menuh-container
	{width: 779px;
	height: 25px;
	float: left;
	background: #1F1F1F;
	padding: 0px 0px 0px 71px;
	border: 0px;
	}

#menuh
	{ margin:0px; padding:0px;}
		
#menuh a
	{
	text-align: center;
	display:block;
	margin:0;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
		/* royal blue */
	text-decoration:none;

	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	/* cornflowerblue */
	text-decoration:none;
	
	}	
	

	


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
		}

#menuh li
	{
	position:relative;

	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	z-index: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; width:160px;  height:30px; font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal;}

/* End CSS Drop Down Menu */







	

#topimg {
	width: 850px;
	height: 250px;
	float: left;
	position: relative;
	background: transparent;
	padding: 0px;
	border: 0px;
}
.shadow {position:absolute; top:0px; left:0px; z-index:2;}

.img {position:absolute; top:0px; left:0px; z-index:1;}

#middle {
	width: 790px;
	height: auto;
	float: left;
	background-color: #EBEBEB;
	padding: 20px 30px 20px 30px;
	border: 0px;
}

#content {
	width: 490px;
	height: auto;
	float: left;
	background: #FFFFFF;
	font-size: 13px;
	color: #111111;
	padding: 5px;
	border: 0px;
	border-right: 20px solid #EBEBEB;
}

#content .img {position: relative; width: 490px; height: 120px;}
#content .title {width: 485px; background: #680510; color: #FFFFFF; font-size: 15px; font-weight: bold; padding: 3px 0px 3px 5px;}

#panel {
	width: 260px;
	height: auto;
	float: right;
	background: #727272;
	padding: 0px;
	border: 5px solid #FFFFFF;
}

#panel h1 {
	width: 240px;
	background: #000;
	padding: 6px 0 6px 20px;
	color:#FFFFFF;
	font-size:12px;
	float:right;
	margin:0px;

}

#panel h2 {
	width: 250px;
	float:right;
	margin:0px;
	padding:0px 0 0 10px;
	background:#FFFFFF;
	text-align:center;
}



#panel .title {background: #1F1F1F; color: #FFFFFF; font-size: 15px; font-weight: bold; padding: 3px 0px 3px 5px;}
#panel .content {background: #727272; color: #FFFFFF; font-size: 12px; padding: 3px 0px 3px 5px;}

#footer {
	font-family: Arial;
	background: #EBEBEB;
	font-size: 11px;
	color: #680510;
	text-align: right;
}


/*-------------------------------------------------*/
/* FONT VALUES */
/*-------------------------------------------------*/

h1 {color: #ffffff; font-size: 16px;}
	
h2 {color: #483863; font-size: 13px;}

a:link, a:visited {
	color: #680510;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #680510;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #680510;
	text-decoration: underline;
	font-weight: bold;
}

#footer  a:hover {
	color: #680510;
	text-decoration: none;
	font-weight: bold;
}
