/* Top Elements */
* { margin: 0; padding: 0;}

body, html {	
	color: #000;	
	margin: 0;
	background: #57664c url(img/bodybg.png) repeat-x;
}



.mainwrapper {	
	width: 1600px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #ffffff url(img/mainbg.gif) repeat-y;
}

.headerbox {
         position: relative;
         background: #000 url(img/headerA.png) no-repeat;
         height: 200px;
         width:100%;
         padding: 0;
         color: #fff;
}

.leftheader {
	padding-left:10px;
	
	font-size:18px;
	color: #fff;
}

.rightheader {
	text-align:right;
	padding:5px;
}



/* Main Column */
.contentbox { 
		 width:1100px;
		 float:left;
		 display:inline;		  
}
.contentbox .inner {margin:10px;}

.contentboxwide {       		 
		 background-color: #ffffff ;
		 width: 1200px;
		 float:left;
		 display:inline;		  
}
.contentboxwide .inner {margin:10px;}


.rightbox {
	width:100px;
	float:left;
	display:inline;
}

.rightbox .inner {margin:10px 0 0 10px; }


/*emenu */
.leftbox {
         float: left;
         width: 220px;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 220px;
		background: #497024 url(img/m1bg.png) repeat-y;
}


#nav li { /* all list items */
		position : relative;
		float : left;
		display:block; 
		width: 220px;
		height:60px;
		
		
}
	
/*Level 1 and more*/
#nav li a {		
	display : block;
	width: 220px; 
	height:60px; 
	color : #efe4b7;
	font-weight : bold;
	text-decoration : none;
	border : 0px solid black;
	font-size: 2.0em;
}

#nav li a span {display : block; padding: 6px; line-height : 110%;}
#nav li a:hover { color : #fff; background: transparent url(img/m1bg-hi.png) 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: #163100 url(img/m2bg.png) no-repeat;
	width: 160px;
}
	
#nav li ul li { /* second-level lists */
		width: 160px;
		height:auto; 
		z-index: 1000;
		border-bottom: 1px solid #000 ;	
}

#nav li ul li a { /* second-level lists */
	width: 160px;
	height:auto; 
}

#nav li ul li a:hover { background: #1e3768 url(img/m2bg-hi.png) no-repeat; }
#nav li ul li a.menu-current { background: #1e3768 url(img/m2bg-hi.png) 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;
	text-align:center;
}


/* footer */
.footerbox {
	color: #fff ! important;
	clear: both;	
	width: 100%;
	height:60px;
	text-align: center;
	background: #000;
	border-top: 1px solid #b5be63;
}



/* 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;
}