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

* {margin: 0; padding: 0;}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin-bottom: 5px;
	background-color: #fff;

} 


#wrapper {
	font-family: Arial, Verdana, sans-serif;
	width: 800px;
	margin-top:10px;
	margin-left: auto ;
 	margin-right: auto ;
	text-align:left;
	position:relative;
} 

#header {
	width: 800px;
	height: 70px;
	
	background-color: #000;
	}
	

#indexmain {
	height: 510px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#mortgagemain {
	height: 675px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#protectionmain {
	height: 600px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#himain {
	height: 410px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#contactmain {
	height: 520px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#financialmain {
	height: 750px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#termsmain {
	height: 1330px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}
		
#recruitmentmain {
	height: 440px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
	}
	
#enquirymain {
	height: 535px;
	position:relative;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	
		}

#footer {
	width: 800px;
	color: #333;
	margin-left: auto ;
 	margin-right: auto ;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px ;
	
	padding: 3px 0 3px 0;
}

#footer_links {
	width: 780px;
	margin-left: auto ;
 	margin-right: auto ;
	color: #000;
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px ;
	text-align: right;
}

#footer_links a {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
	}

#menu { 
font-family: Arial, Verdana, sans-serif;
font-size:13px;
font-weight:bold;

} 

#menu ul { 
text-align: right; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */ 
padding:2px 0 8px 15px;
background:#000;
margin-left: 0;
}
 
#menu li { 
display: inline; /* Menu links are horizontally aligned using display: inline */ 
}
 
#menu li a { 
padding: 7px 15px 6px 10px; /* Display: block won't work in this example, instead we are using padding to make the whole tab a clickable link */ 
color: #FF00FF; 
text-decoration: none; 
font-weight: bold; 

}
 
#menu li a:hover { 
color: #fff;
}

#menu li .current {
	color:#FFFFFF;
	}
 
#menu li a span { 
padding: 7px 10px 6px 0; 
 
}

#right {
	float:right;
	width: 380px;
	margin: 4px 4px 0 0;
	font-size:16px;
	color: #00FF00;
	font-weight:bold;
	padding:0 3px 3px 3px;
		}
h4 {
	color: #FF0000;
	}
	
img.floatRight { 
    float: right; 
    margin: 4px; 
}

input[type=text] {  
  border: 1px solid #000;
 } 
 
#message {  
  border: 1px solid #000;
 }
 
input.btn {   
  color:#000;   
  font: bold 12px Tahoma; 
  padding:3px;  
  border: 1px solid #000;
}

#contactleft {
	width:540px;
	float:left;
			}
		
#contactright {
	width:330px;
	float:right;
	
	padding-right:20px;
	}
	
#apDiv14 a {
	color:#FF00FF;
	font-weight:bold;
	}
