/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
}


/* Headings H1-H6 */

h1, .h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

h2, .h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

h3, .h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

h4, .h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

h5, .h5 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

h6, .h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.25em;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

/* Paragraph and Link Styles */
p, .content { 
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333333; 
}

.contentsmall { 
	font: normal 11px/1.25em Tahoma, Arial, Helvetica, sans-serif; 
	color:#333333;
}



.nav-bar:visited {
	color:#333333;
	text-decoration:none;
}
.nav-bar:hover {
	color:#549ece;
	text-decoration:none;
}
.nav-bar:active {
	color:#333333;
	text-decoration:none;
}
.nav-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}



/* Forms */
.textField
{
	color: #7AA6FF;
	background: #FEF6B8;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	

.errorField
{
	color: #7AA6FF;
	background: #FEF6B8;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border: solid 2px #7AA6FF;
}
	
.notSo	{
	visibility:hidden;
}

/** nav bar info **/

#container {
	width: 900px;
	text-align: left;
	border: 0px solid;
	margin: 0 auto;
}

#nav, #nav ul {       
	list-style: none;
	vertical-align: middle;
	position:inherit; 
	margin: 0;
	padding: 0;
	height: auto;
}

#nav a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none; 
	padding-top: 0em;  
	padding-left: .4em;
	padding-right: 5px; 
	padding-bottom: 0em;
	display: block;    
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
} 

#nav a:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#309be1;
	font-weight:bold;
	text-decoration:none; 
	display: block;    
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
} 


#nav li {     
	float: left;     
	line-height: 1em;	
	vertical-align: middle;
	margin: 0;
}  
 
#nav li ul {     
	position: absolute;    
	width: 7em;     
	left: -999em; 
	line-height: 1.5em;	
	height: auto;
	margin-left: .2em;
	background-color: #becce4;
} 

#nav li ul li {        
	 width: 7em;
	 vertical-align: middle;
	 padding-top: 0; 
	 padding-bottom: 0em;
	 margin: 0;
	 border-bottom: #296eb3 solid 2px; 
}

#nav li ul li a{
	width: 10em;
	line-height: 1.5em;
	padding-left:.4em;
	padding-bottom: 0;
	padding-top: 0;

}

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto;
}

#topnav a {
	text-decoration: none;
	}

#topnav a:hover {
	text-decoration: underline;
	}
