


div#languagebar 
{	/* a non-floated div will fill width of parent container */
	background-color:#2a7180;
	margin-bottom:0;
	height:80px;
	padding-top:0;
	padding-bottom:0;
	padding-right:50px;
	position:relative;
	
	
}

ul#languages 
{ /*
	list-style: none;
	padding:6px 0 6px 0;	
	text-align:center; /*centers the list in the div */
	/* margin:0;*/
	list-style:none;
	 width: 41em;
 float:left;
 margin-left:20px;

 margin-top:20px;
 
}


ul#languages li {
 /* display: inline;
  position: relative; 
  margin: 0 12px 0 12px; */
 width: 6.2em;
 float:left;
 margin-bottom:5px;
  
}


ul#languages li a, ul#languages li a:visited
{
color:#fff;	
font-weight:bold;
font-family:Verdana, Sans-Serif;	
font-size: .75em;
}

ul#languages li a:hover 
{
	color:#f58105;
	
}


#google_translate_element
{
	float:right;
	width:185px;
	
	height:80px;
	margin-top:0;
	position:absolute;
	top:0px;
	right:0;
	font-size: .75em;
	font-weight:bold;
		
		color:#11515e;
	background-color:#56ADB4;
	padding:5px 0 5px 15px;
}

#google_translate_element select
{
	font-size: 1em;
	background-color:#c7ecef;
	background-color:#cde7e9;
	color:#11515e;
}







div#footer 
{
	margin-top: 0;
	background-color:#93a957;
	padding: 5px 0;
	text-align:center;
	position:relative;
	z-index:2000;
}

p.footertagline 
{
font-size:1.5em;	
font-weight:bold;
color:#fff;
margin-top:8px;
margin-bottom:8px;
font-family:Verdana, Sans-Serif;
letter-spacing:2px;
}

p.copyright 
{
margin-top:15px;	
font-size:.75em;	
color:#fff;
font-weight:normal;

font-family:Verdana, Sans-Serif;	
	
	
}
