﻿BODY
{
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size : .8em;	
	background : #000;
}
#container{
	background: #fff;
	margin: 0 auto;
	border: solid 1px black;
	
	width: 77px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 750px;		
}
#header
{
	width : 100%;
	  display : block ;
	  height : 100px;	  
}
#footer
{	
	background : #CCC;
	border-top : solid 1px black;
	padding : 2px;
}
.centertext
{
	text-align : center ;	
}
.textSpecial
{
	width : 65%;
	FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.imageRight
{
	float : right ;
	width : 150px;
}
.SentForm
{
	height : 250px;		
}	
.web_content
{
	width : 90%;
	text-align : left ;
	padding : 10px;			
}
.text
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.footerText
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.title
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.errTitle{
	FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
/*Contact Form*/

.error
{
	font-size : 10px;
	padding-left: 15px;				
}

.HeaderText
{	
	text-decoration : underline;		
	font-size : 1.1em;
	font-weight : bold ;
}
.web_content P
{
	clear : left ;
	margin-top : 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding : 0;
	padding-top : 5px;
	FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}

.FormLabel
{
	display : block ;
	float : left ;
	width : 150px;		
}

.button
{
	float : left ;
	margin-left : 25%;
}

.menuImage
{
	float : left ;

}
.menuImageRight
{
	float:right;
}
.floater
{
	float : right ;	
}
/*MENU*/
#menu
{
	width : 100%;
	float : right;
	background : #DDD;
	border-bottom : solid 1px black;
		
}
#menu ul {    
  margin: 0;
  list-style: none;      
  float : right ;
  }
 
#nav li {
  float : right ;
  position : relative ;  
  color : black ;
  font-family : Verdana;
  font-size : 12px;
  padding-left : 2px;
  padding-right : 5px;   
  /*letter-spacing : 2px;     */
  line-height : 2em;
  
 /*
  height : 40px;
  he\ight : 38px;
	*/
 
  text-align : center;
  vertical-align : middle ;
  cursor : pointer ;
  }

#nav li:hover,#nav  li.over
    {
		color : red;
		/*background :  #042047 url("images/MenuReplaceTop.jpg") no-repeat;*/
		background-position : left -0px ;
		background-repeat : no-repeat ;	    
    }
    
li ul
{
	display : none;
	position : absolute ;
	/*top : 2.1em;*/
	left : 0;	
	/*background: #006699;	*/
	/*border-left : solid 1px black;
	border-right : solid 1px black;	*/
}
li ul li
{
	float : left;
	border-bottom : solid 1px black;
	color : white ;
	background: #DDD;
	width : 150px;     
	border : solid 1px black;
	margin-left : -38px;
	font-size : .5em;

}
li ul li a
{
	text-decoration : none;
	color : Black;
}
li a:hover
{
	color : Red;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul
{ 
	display: block; 
	cursor : pointer ;		
}
/*END MENU*/