<!DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
<style> 

.page{
}
	header{
		width:100%;
		height:60px;
		background-color:#222222;
	}
	body{
		
	  background-color:#fff;
		min-width:1000px;
		width:60%;
		max-width:1000px;
	  margin:0 auto;
	  max-height:100%;
	margin-bottom:0;
	 
	}
	
	  
	 

#banner { 
       position:fixed;
	   top:0;
	   left:0;
       background-color:#505050;
       width: 100%; 
	   
	   height:35px;
	   
	   font-family:calibri;
	   font-size:20px;
	   z-index:51;
	   
     }
	 
     
	 
	 #banner-content ul {
    list-style-type: none;
	position:fixed;
	margin-top:5px;
	
    right:20px;
	top:0px;
	z-index:51;
    background-color: #0B7FB5;
	
}
.main-cont{
	min-height:100%;
	margin:0 auto;
	margin-bottom:0;
	max-width:1000px;
	background-color:#EBEBEB;
	
}
main{
	position:relative;
	max-width:1000px;
	padding-top:1px;
	min-width: 900px; 
	margin:0 auto;
	margin-bottom:0;
	background-color:#ebebeb;
	font-family:Arial;
	min-height:100%;
	
	
	
	
}
.under-bar{
	padding:2%;
	
}
footer{
background:url(../Photo/footer.jpg);
background-position: center;
    background-repeat: no repeat no repeat;
		position:absolute;
		margin:0 auto;
		margin-top:0px;
        border-left:black 1px solid;
	   height:85px;
	   min-width:1000px;
	   width: 60%; 
		max-width:1000px;
	   z-index: 50;
	   clear:both;
	   font-family:calibri;
	   
	   
	   
}

#foot{
	color: #fff;
		bottom:0;
		padding-bottom:0;
		bottom:0;
       margin: 0;
       max-height:85px;
	   z-index: 51;
	   padding-left:30px;
	   
	   
}
#foot span{
	
	font-size:15px;
}
#banner-content h3 {
	color: white;
	position:fixed;
	left:0px;
	top:4px;
	padding-left:10px;
	margin:0;
	opacity:1;
	
	
}
#banner-content li {
	
    float: right;
	margin-top:5px;
	
}

#banner-content li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 3px;
	
    text-decoration: none;
}

#banner-content li:hover {
    background-color: #1F160E;
	opacity:0.5;
}
#banner-content li a:hover {
    
	opacity:1;
}
nav{
	font-family:Arial;
	margin-top: 200px;
	margin-bottom:0px;
	font-size:20px;
	height:60px;
	padding:0px;
}
nav ul {
    list-style-type: none;
    
    padding: 0px;
    overflow: hidden;
    background-color: #1F160E;
	
}

.bt-nav{
	padding:10px;
    float: left;
	
	font-family:Arial;
}
.bt-nav2{
	padding:10px;
    float: right;
	z-index: 50;
	font-family:Arial;
}

nav li a {
    display: block;
    color: white;
    text-align: left;
    padding:5px;
    text-decoration: none;
	font-size:22px;
}
.serv {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    margin-left:-10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 49;
	margin-top:10px;
	max-width:300px;
	
}

nav ul li:hover  .serv{
	display:block;
	max-width:300px;
	
}
.serv a {
    color: black;
    
	
    text-decoration: none;
    display: block;
	z-index: 50;
}
.Im-info {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    margin-left:-10px;
	margin-top:10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 50;
	
	max-width:300px;
	
}
.Im-info a {
    color: black;
    
	
    text-decoration: none;
    display: block;
	z-index: 50;
}
nav ul li:hover  .Im-info{
	display:block;
	
	
}
.sub-nav{
	width:100%;
	max-width:400px;
	width:300px;
	border-bottom:black 1px solid;
}

.bt-nav:hover{
	background-color:#505050;
	
}
.bt-nav2:hover{
	background-color:#505050;
	
}
.sub-nav a:hover{
	background-color:#505050;
	
}
#analysis h2{
	 
	  position: absolute; 
   top: 250px; 
   left: 90px; 
   width: 100%; 
   min-width:900px;
   max-width:900px;
}
#analysis h2 span { 
   color: white; 
   text-shadow: 4px 4px 4px black;
   font: bold 45px/60px Helvetica, Sans-Serif; 
   letter-spacing: -1px;
font-size:60px;   
   line-height:80px;
   
}
#analysis h2 span.spacer {
   padding:0 5px;
}
$(function() {
    
    $("h2")
        .wrapInner("<span>")

    $("h2 br")
        .before("<span class='spacer'>")
        .after("<span class='spacer'>");

});
	 
	
	 #para p{
		padding: 5px;
		
		font-family:Arial;
		line-height:1;
		
	 }
	 #para {
	 font-size:25px;
	 background-color:#ebebeb
	 }
	 #para h3{
		padding: -10px;
		font-family:Arial Black, Gadget, sans-serif;
		}

</style>
	</head>
	</html>