/* colour matching codes
 * rgba(38, 13, 0, 0.9); = the dark brown in logo
 * A27026 = the dark orange in logo
 * 
 */

/*body, ul, li {
	font-size:16px; 
	font-family: Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	
	text-align:left;
	z-index: 400;
	list-style:none;
	
}*/

#menu {
	display:none !important;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
/*	padding: 0px 0px 0px 10px;*/
	margin-right:10px; /*the margin right is the gap between each menu item and then next*/
	margin-top:0px; /*margin top is the gap betwwen logo and menu*/
	border:none;
	
}

#menu li:hover {
	border: 0px solid #ffffff;
	padding: 0px 0px 0px 0px;
	
	/* Background color and gradients */
	
	/*background: #000000;
	background: -moz-linear-gradient(top, #000000, #000000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#000000));
	*/
}

/*#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #ffffff;
	display:block;
	outline:0;
	text-decoration:none;
	
}
*/
#menu li:hover a {
	color:#ffffff;

}
#menu li .drop {
	padding-right:10px; /*the gap between each menu item and its arrow*/
		background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 8px;
}

}
#menu li .nodrop {
	padding-right:15px; /*the gap between each menu item and its arrow*/
/*	background:url("img/drop.png") no-repeat right 8px;  */
}
#menu li:hover .nodrop {
/*	background:url("img/drop.png") no-repeat right 8px;  */
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns {
	margin:0px auto; /*the distance betwwen the main menu and the drop down boxes*/
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #000000;
	border-top:none;
	
	/* Gradient background */
	background:#a27026;
/*	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

}

.dropdown_4columns {
	text-transform:uppercase;
}

.dropdown_1column {width: 124px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 400px;}
.dropdown_4columns {width: 570px;}
.dropdown_5columns {width: 708px;}
.dropdown_6columns {width: 854px;}


/* end column */

.dropdown_end_column

{
	width: 975px;
	margin:0px auto; /*the distance betwwen the main menu and the drop down boxes*/
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
		border-top: 0px solid #000000;
	/*	border-left: 5px solid #000000;     */
/*	border-top:none;*/
	
	/* Gradient background */
	background:#a9864a;
	color: #000000;
/*	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

}

#menu li:hover .dropdown_end_column {
	left:-850px;
	top:auto;
}

/* seperate left modiferier for kingdom tab */
#menu li:hover .dropdown_4columns {
	left:-130px;
	top:auto;
	z-index: 400;
}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,

#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_6columns
 {
	left:-0px;
	top:auto;
	z-index: 400;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_end {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:180px;} /*custom width for kingdoms drop down */
.col_3 {width:465px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_6 {width:830px;}
.col_7 {width:950px;}
.col_end {width:985px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
	/*text-decoration:underline;  */
}

#menu .menu_center {
		float:right;
		padding-right: 50px;

}

#menu:hover .menu_center {
		float:right;
		padding-right: 50px;

}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	line-height:15px;
	font-size:14px;
	text-align:left;
	color: #ffffff;
}

#menu h2 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:21px;
	font-weight: normal;	
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h2 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:14px;
	color: #000000;
	font-weight:normal;
	letter-spacing:.5px;
	font-style:oblique;
	margin:2px 0 2px 0;
	padding-bottom:2px;
	border-bottom:0px solid #000000;
	
}

#menu h3 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	color: #000000;
	font-size:14px;
	font-weight: normal;
	margin:2px 0 2px 0;
	padding-bottom:2px;
	border-bottom:1px solid #000000;
	text-transform:uppercase;
}

#menu h4 {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:16px;
	font-weight: normal;
	text-align:left;
	margin:7px 0 14px 0;
	padding-bottom:1px;
	text-transform:uppercase;
}
#menu h4 a {
	font-family:Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
	font-size:16px;
	text-align:center;
	font-weight: normal;
	margin:7px 0 14px 0;
	padding-bottom:1px;
}

#menu h5  {
	font-size:14px;
	line-height:10px;
	font-weight: lighter;
	margin: 10px 5px 0px 5px;
	padding-bottom:3px;
	border-bottom:0px solid #000000;
}

#menu h5 a {
	font-size:14px;
	line-height:10px;
	
}


#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

/* #menu li:hover div a {
	font-size:12px;
	color:#ffffff;
} */
#menu li:hover div a:hover {
	color:#ffffff;
}


.strong {
	font-weight:normal;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.img_bot { /* Image sticks to the bottom */
	width:auto;
	float:right;
	margin:5px 15px 5px 5px;
}
.img_middle { /* Image sticks to the bottom */
	width:auto;
	float:right;
	margin:5px 40px 5px 5px;
}


#menu li .black_box {
	background-color:#333333;
	color: #ffffff;
	
	padding:4px 6px 4px 6px;


}

#menu li .black_box_img {
	margin-left: 100px;
	margin-right: auto;
	position: relative;

}



#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
#menu li ul li {
	font-size:14px;
	line-height:20px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;


}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* also in main css for other areas */
.NavBarTop {
  color: #ffffff; 
  /*background: #260d00;*/
  font-size: 17px;
  font-weight: lighter;
  width: 130px;
  padding: 0px;
  line-height:15px;
  font-family: Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
}

.NavBarTop:hover {
  color: #ffffff; 
  text-shadow: 0 0 12px #FFFFFF;
  /*background: #260d00;*/
  font-size: 17px;
  font-weight: lighter;
  width: 130px;
  padding: 0px;
  
}

TD.menu_group1 {
	border: 1px;
	border-color: #000000;
	background:#ffffff;
}

.dropdown_header {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
		
}
.dropdown_header a {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
		
}
/* footer menu */
.footerNav {
	display:hidden !important;
	color: #ffffff; 
	/*background: #260d00;*/
 	font-size: 17px;
  	font-weight: lighter;
  	width: 200px;
  	margin-left:10px;
  	padding: 0px;
  	line-height:15px;
  	font-family: Gill Sans, Gill Sans MT, Calibri, Sans-Serif;
  	text-align:center;
  	display:inline-block;
}

#footerMenu {
	display: none !important;
}

#footerMenu hr {
	color: #a9864a;
	display:hidden;
}


#footerImage {
	border:#A27026 solid 1px;
}
#footerImage img {
	width: 100%;
	height: 50px;
	display: none;
}


