@charset "utf-8";
/* CSS Document */

/*General Style*/
body {
	font: 80% verdana, arial, helvetica, sans-serif;
	margin: 0 auto;   /* align for good browsers */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	/*width: 79%;*/
	height: 800px;
	background-image: url(FI_BG.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #c5ab4a;
					}

/*Header*/
	
#container {
	margin-left: 10%;
	margin-right: 10%;
}

h1 { 
	margin: 0 auto;   /* align for good browsers */
	background-image: url(logo.jpg);
	background-position: RIGHT TOP;
	height: 700px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	width: 190px;
	margin-top: 5%;
	Z-INDEX: -2;
	FLOAT: RIGHT;
		}
		
a{
color: white;
}

/* Top menu Bar// Tabs */
#menu_c {
	margin: 0 auto; 
	margin-top: 10px;
	height: 50px;
	width: 83%;
	text-align: center;/*  for IE */
	padding-left: 15%;
	/*border-bottom: solid white 5px;
	border-top: solid white 5px;*/
				}
				
li {
	/*background: url(button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border:dashed;
	border-color:#00CCFF;*/
	float: left; 
	HEIGHT: 40PX;
	width: 12%;
	display: inline;
	list-style-type: none;
	text-align: center bottom;
	color: white;
	text-decoration: none; 
	font-size: 10px;
	line-height: 2;
			}

/*#sitenav li.current a {
	background: url();
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	margin: 0 auto; 
}*/
	
#sitenav a {
	display:block;
	color: white;
	text-decoration: none;
	font-size: 18px;
	line-height: 2; 
		margin: 0 auto; 
}

#sitenav a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size: 18px;
	
	margin: 0 auto; 
}

ul#sitenav
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
		}


/*Content*/
#content_c {
	margin-top: 20px;
	height: 90%;
	padding-right: 0px;
	padding-left: 30%;
	}
#content {
	margin-top: 30px;
	height: 90%;
	margin-left: 0px;
	border-bottom: none;
	width: 55%;
	float: justify;
		}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #6c4019;
text-align: left;
margin-top: 3px;
}
#content p {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
margin-bottom: 15px;
}
#intro{
width: 300px;
float:left;
}	
h3 {
font-size: 14px;
color: #004942;
text-align: left;
margin-top: -10px;
}


#subfooter_c {
	margin: 0 auto;
	height: 4%;
	margin-top: 2%;
	text-align: center;
	text-decoration: none;
	float: left;
}
#subfooter {
	margin: 0 auto; 
	height: 4%;
	margin-top: 2%;
	text-decoration: none; 
	
}

#keys {
font-size: 9px;
color:#999999;
width: 55%;
text-align: center;

} 

a, a:link, a:visited {
	/*position:relative;*/
	color:#3399FF;
	text-decoration: none;
}
