HTML, BODY{
	margin: 0;
}
BODY{
	background-image:url(../../images/layout/header_slice.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #00305E;
	text-align:center;
	margin:25px 7px 7px 7px;
}
h2{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00305E;
}
#container{
	margin: 0 auto;
}
#header_left, #header_right{
	height: 123px;
	background-image:url(../../images/layout/header_slice.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#phone_box{
	width: 600px;
	height: 92px;
	background-image:url(../../images/layout/call_us_on.jpg);
	background-repeat:no-repeat;
}
#menu{
	margin: 0 17px 0 auto;
	height: 31px;
	background-color:#FFFFFF;
	width:430px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00305E;
	text-align:center;
	line-height: 31px;
}
#menu A{
	text-decoration: none;
	color: #00305E;
	padding-left: 4px;
	padding-right: 4px;
}
#menu A:hover{
	color:#FF6600;
} 
#footer{
	background-image:url(../../images/layout/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 40px;
	margin-bottom: 10px;
}
#footer_txt_block{
	margin: 8px 0 0 94px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.process_bg{
	background-image:url(../../images/homepage/how_the_process_bg_1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top: 24px;
	margin-bottom: 24px;
}
.how_process_title{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #00305E;
	text-align:center;
	font-weight:normal;
	margin:7px;
}	
#process_img_box{
	margin: 0 auto;
	width:583px;
	padding:0;
}
#enquiry_form BR{
	clear:both;
}
#enquiry_form LABEL{
	clear:		both;
	display:	inline;
	float:		left;
	margin:		2px;
	padding:	4px 2px 2px;
	width:		100px;
}
#enquiry_form INPUT, #enquiry_form SELECT{
	background-color:	#F5F5F5;
	border:				1px solid #1E5C95;
	color:				#333333;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	margin:				2px;
	padding:			3px 5px 2px;
	width:				140px;
}
#enquiry_form SELECT{
	width: auto;
}
#enquiry_form INPUT{
	color:				#BBBBBB;
}	
#enquiry_form INPUT:focus, #enquiry_form SELECT:focus{
	border-color:		#003366;
}	
#enquiry_form .had_focus{
	color:				#333333;
}	
#enquiry_form #submit{
	background-color:	#2A6CA9;
	color:				#FFFFFF;
	margin:	2px 0 0 2px;
}
H3{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	margin: 0;
}	
A{
	color: #1E5C95;
}
A:hover{
	text-decoration:none;
	color:#FF6600;
}




#mini_form_div{
	width:				190px;
	margin:				25px auto;
	padding-top: 		55px;
	background-repeat: 	no-repeat;
	background-image:	url(../../images/enquire_bg.jpg)
}

#enquiry_mini{
	width: 160px;
	margin: 0 auto;
}
#enquiry_mini LABEL{
	clear:		both;
	display:	block;
	float:		left;
	margin:		0;
	padding:	4px 2px 2px;
	width:		160px;
}
#enquiry_mini INPUT, #enquiry_mini SELECT{
	clear:				both;
	display:			block;
	background-color:	#F5F5F5;
	border:				1px solid #1E5C95;
	color:				#333333;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	margin:				2px;
	padding:			3px 5px 2px;
	width:				140px;
}
#enquiry_mini SELECT{
	width: auto;
}
#enquiry_mini INPUT{
	color:				#BBBBBB;
}	
#enquiry_mini INPUT:focus, #enquiry_mini SELECT:focus{
	border-color:		#003366;
}	

#enquiry_mini .had_focus{
	color:				#333333;
}	
#enquiry_mini #submit{
	background-color:	#2A6CA9;
	color:				#FFFFFF;
	margin:	2px 0 0 2px;
}	




/* --------------- Warning Messages ------------------*/

.warning {
	background: 			#fff6bf url(../../images/icons/warning_22.png) center no-repeat;
	background-position: 	15px 50%; /* x-pos y-pos */
	border-top: 			2px solid #ffd324;
	border-bottom: 			2px solid #ffd324;
	
	padding: 				5px 20px 5px 52px;
}
.information {
	background:  			#C5BFFF url(../../images/icons/information_22.png) center no-repeat;
	background-position: 	15px 50%; /* x-pos y-pos */
	border-top: 			2px solid #2F24FF;
	border-bottom: 			2px solid #2F24FF;
	
	padding: 				5px 20px 5px 52px;
}
.fail {
	background: 			#FFBFBF url(../../images/icons/warning_22.png) center no-repeat;
	background-position: 	15px 50%; /* x-pos y-pos */
	border-top: 			2px solid #FF2424;
	border-bottom: 			2px solid #FF2424;
	
	padding: 				5px 20px 5px 52px;
}
.success {
	background: 			#C6FFBF url(../../images/icons/success_22.png) center no-repeat;
	background-position: 	15px 50%; /* x-pos y-pos */
	border-top: 			2px solid #40FF24;
	border-bottom: 			2px solid #40FF24;
	
	padding: 				5px 20px 5px 52px;
}
