/*
 MAIN.CSS - This version contains the css for the new banner May 1, 2015.
*/

@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #A8A8A8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

h1, h2, h3 {
	color: #192D5F;
	text-transform: uppercase;
}

h1 {
	font-size: 2.0em;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 550;
}

h2 {
	text-align: center;
	font-size: 1.4em;
}

.container {
	margin: 0 auto;
	width: 800px;
	background-color: #192D5F;
	padding-top: 5px;
}

.header, .menu, .body, .footer, .newnav{
	margin: 5px;
}

/* new header */
.header {
	background: url(../images/NewBanner2015Blue.png) #FFF no-repeat center;
	height: 75px;
	padding: 25px 0 0 10px;
	margin-top: 0;
}

.menu {
	text-align: center;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu-item {
	/*includes CSS hack to emulate inline-block in IE7 and Firefox 2 which don't support it*/
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	
	list-style-type: none;
	margin: 5px 10px;
}

.menu-item a {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
}

.menu-item a:hover {
	text-decoration: underline;
}

.body {
	background-color: #FFF;
	padding: 20px;
}

.footer {
	background-color: #A8A8A8;
	margin: 0;
	text-align: center;
	padding: 5px;
}

.clearfix {
	clear: both;
}

/*  New code for creating a dropdown menu from http://www.threestyles.com/tutorials/css-drop-down-navigation-tutorial/
*/


.newnav {
	text-align:center;
}

.newnav-item {
/*includes CSS hack to emulate inline-block in IE7 and Firefox 2 which don't support it*/
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	
	list-style-type: none;
	margin: 5px 10px;
}
	
.newnav ul {      
	list-style-type: none; 
}   
	
/*
.newnav ul li {      
	float: left;      
	position: relative; 
}   
*/
	
.newnav ul li a {      
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
}   
	
.newnav ul li ul {      
	display: none;
}   
	
.newnav ul li:hover ul {      
	display: block;      
	position: absolute; 
	/*
	text-decoration: underline;
	*/
}   
	
.newnav ul li:hover ul li a {      
	display:block; 
	/*     
	background:#12aeef;  
	*/
	background: #666666;    
	color:#ffffff; 
	/*     
	width: 110px; 
	*/
	width: 200px;     
	text-align: center;      
	border-bottom: 1px solid #f2f2f2;      
	border-right: none; }   
	
.newnav ul li:hover ul li a:hover {  
	/*    
	background:#6dc7ec; 
	*/
	background: #AAAAAA;     
	color:#fff; } 

/* New Code for language box.  Got css mouseover info from: 
http://www.scientificpsychic.com/etc/css-mouseover.html */

.language-box{
	margin: 0;
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0;
	background-color: #666;
	background-image: url(http://www.benfordonline.net/assets/images/icons/foreignLanguageIcon2.jpg);
	background-position: left top;
	display: inline;
	height:18px;
	width: 29px;
	border: thin groove #666;	
}

.language-box:hover {
	text-decoration: none;
	z-index: 6;
}

.language-box span {
	position: absolute; 
	left: -9999px;
  	margin: 20px 0 0 0px; 
	padding: 3px 3px 3px 3px;
  	border-style:solid; 
	border-color:black; 
	border-width:1px; 
	z-index: 6;
}

.language-box:hover span {
	left: 2%; 
}
