﻿h1 {font-size: 25px; font-family: Arial; color: #cfbb75;}
h2 {font-size: 20px; font-family: Arial; color: #a59f9f;}
h3 {font-size: 14px; font-family: Arial; color: #a59f9f; font-variant: small-caps;}
h4 {font-size: 13px; font-family: Arial; color: #97731b;}


.whatsNewText 
{
	font-size: 10px;
}


.panel 
{
	background-image: url(Images/panelBG.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 391px;
	padding: 12px;
	float: left;
	margin-right: 14px;

}

.DropDown 
{
	background-color: Black;
	color: Silver;
	font-size: 11px;
	font-family: Verdana;
}


.panel_hover 
{
	background-image: url(Images/panelBG_hover.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 391px;
	padding: 12px;
	float: left;
	margin-right: 14px;
}

.panelHeader 
{
	position: relative;
	left: 12px;
	font-size: 13px;
	font-family: Arial;
	color: #97731b;
	font-weight: bold;
	
}


.content 
{
	
}


.image_right
{
	float: right;
	border: 0px;
	padding-left: 20px;
}

.image-display
{
	border: solid 0px #9c780b;
	
}

.no-border 
{
	border: 0px;
}


/* Style for a block - TABLE */
.mtable {
	border: none;
	font-family: Arial;
	font-weight: bold;
	z-index: 100;
	font-size: 14px;
	text-align: left;
	width: 215px;	
}


.m1table2 
{
    position: relative;

}



.mouter 
{
    
    
    
   
}

.mouterhover 
{

 padding-bottom: 4px;
}



.minner 
{
    padding-bottom: 35px;
    text-align: left;
    width: 300px;
    

}

.menuHover 
{
	background-image: url(../../menu_files/images/menuhoverbg.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #5a5753;
	z-index: 100;
	 width: 220px;
	padding-left: 5px;

	
	
	
	
}


.subMenuBackground {
	background-color: #d6d3cb;
	z-index: 100;

}


/* item text */
.subMenu {
	font: bold 11px tahoma, arial, verdana;
	color: #4c4a47;
	padding-left: 17px;
	z-index: 100;

	
	}

.subMenuHover {
	font: bold 11px tahoma, arial, verdana;
	color: #4c4a47;
	padding-left: 17px;
	background-color: #e7e6d5;
	background-image: url(../../menu_files/images/subbg.gif);
	background-repeat: no-repeat;
	z-index: 100;

}



/* Sub Menu Tabs */

.halfmoon{
margin-bottom: 1em;
width: 580px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 12px;
background: #ECEEEC url(../../images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #dad7cd;
color: navy;
}

.halfmoonActive 
{
    color: #7d561f;
}