/* Top Elements */
* { margin: 0; padding: 0;}

body, html {	
	color: #000;	
	margin: 0;
	background: #430000 url(img/bodybg.jpg) repeat;	
}



.mainwrapper {	
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #ffffff url(img/mainbg.gif) repeat-y;
}

.headerbox {
         position: relative;
         background: #000 url(img/header.jpg) no-repeat;
         height: 170px;
         width:100%;
         padding: 0;
         color: #fff;
         
}

.homelink {display:block; height: 109px;  width:100%;}

.leftheader {
	padding-left:10px;
	
	font-size:18px;
	color: #fff;
}

.rightheader {
	text-align:right;
	padding:5px;
}



/* Main Column */
.contentbox { 
		 width:574px;
		 float:left;
		 display:inline;
		  
}
.contentbox .inner {margin:15px;}

.contentboxwide {       		 
		 background-color: #ffffff ;
		 width: 820px;
		 float:left;
		 display:inline;
		 min-height:400px;		  
}
.contentboxwide .inner {margin:15px;}


.rightbox {
	width:265px;
	float:right;
	display:inline;
	/*margin-top:-1px;*/
}

.rightbox .inner {margin: 10px 10px 0 0; padding:10px; border: 1px #f3ebcb solid;}


/*emenu */
.leftbox {
         float: left;
         width: 140px;
		   font-size:14px;
    		font-family: Arial;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 140px;
		background: #260000 url(img/m1bg.jpg) repeat-y;
		
}


#nav li { /* all list items */
		position : relative;
		float : left;
		display:block; 
		width: 140px;
		height:60px;
		
		
}
	
/*Level 1 and more*/
#nav li a {		
	display : block;
	width: 140px; 
	height:60px; 
	color : #efe4b7;
	font-weight : normal;
	text-decoration : none;
	border : none;
}

#nav li a span {display : block; padding: 6px 10px; line-height : 110%;}
#nav li a:hover, #nav li a.menu-current, #nav li a.menu-parent { font-weight: bold; color : #fff; background: transparent url(img/m1bg-hi.jpg) no-repeat;}
#nav li a:hover ul li {z-index: 1000;}




#nav li ul { /* second-level lists */
	position : absolute;
	display: none;
	margin:-50px 0 0 120px;	
	background: #661b18 url(img/m2bg.jpg) no-repeat;
	width: 180px;
}

#nav li ul { /* second-level lists */		
		z-index: 1000;
		/*box-shadow:8px 8px 8px 8px #666; */
		 		
}
	
#nav li ul li { /* second-level lists */
		width: 180px;
		height:auto; 
		z-index: 1000;
		border-bottom: 1px solid #500f0d ;
				
}

#nav li ul li a { /* second-level lists */
	width: 180px;
	height:auto; 
	
}

#nav li ul li a:hover, #nav li ul li a.menu-current { background: #82201b url(img/m2bg-hi.jpg) no-repeat; }

#nav li ul ul { /* third-and-above-level lists */
	display: none;
	margin:-20px 0 0 120px;
}

	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	display: block;
}





/* footer */
.footerbox {
	color: #fff ! important;
	clear: both;	
	width: 100%;
	height:40px;
	text-align: center;
	background: #000;
	border-bottom: 1px solid #260000;
}

.footerbox .innerfooter {margin-top:5px;}


/* login/logout*/
.loginform {margin-top:4px; font-size: 11px; line-height:120%; color:#ffffff; overflow:hidden;}
.loginform p {margin:2px 0 0 0; line-height:120%; }
.loginform input {font-size: 11px; padding:1px; color: #fff; border: 1px solid #ffffff; background-color:#163100; }

.loginform .inputfield { width:90px; margin-right:15px;}
.loginform .submit { width:90px; font-weight:bold; text-transform: uppercase;}

.loginform a {
	color:#efe4b7 ! important;	
	clear:both;
}
.loginform a:hover {
	color:#ffffff ! important;	
}



/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 10px; padding: 5px 0 5px 0;
	width: 160px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 100px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}


table td {vertical-align:top;}




.rightbox {color:#F3EBCB;}
.rightbox a {color:#F3EBCB;}
.rightbox a:hover, .rightbox a:link {color:#fff;}

.rightbox h1, .rightbox h2, .rightbox h3, .rightbox h4, .rightbox h5, .rightbox h6, .rightbox p {margin: 3px 5px 5px 0; font-size: 0.92em; line-height: 130%;}
.rightbox h1, .rightbox h2, .rightbox h3, .rightbox h4, .rightbox h5 {color: #f3ebcb;}


