@charset "utf-8";
/* SITE COLOURS: logo_blue: #0472c9; Grey_border #e3e1e2; logo_gold: #d5a261; h1_blue: #0271ca;   */

body{ margin:0; padding:0; font:.8em  Arial, Helvetica, sans-serif; color:#000033; }
h1,h2,h3,h4,h5,h6,form{ margin:0; padding:0;}

.temp_text{ color:#F00;}
.listSpace{margin-bottom:5px;}

.downloads li{ list-style-type:none; padding-bottom:4px; margin-left:-25px;}

.contactus_div{width:630px; padding:0 0 20px 20px; border-bottom:#CCC dotted 1px; overflow:auto; margin-bottom:20px;}
#feedback td{ padding:0 5px;}
/*column display*/
.thrColFixHdr #main_container{ text-align:center;}

/*TOP SECTION*/
.thrColFixHdr #header { background: #ffffff; margin:0 auto;width: 980px;}

	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header #logo_container {width: 980px; text-align:left; padding-left:20px; margin:0 auto;}
.thrColFixHdr #header #header_text{float:right; margin-top:60px; padding-right:50px; font-size:1.6em; color:#0472c9; }

/*Menu Bar*/
.thrColFixHdr .menu_border{padding: 3px 0;border-bottom:#e3e1e2 solid 1px;}
.thrColFixHdr .menu_container{background:#0472c9; height:25px; .height:25px; padding:0; margin:0;   }

.thrColFixHdr #eMenu_container #eMenu{width: 960px; margin:0 auto; text-align:left;}
.thrColFixHdr #nMenu_container{width: 960px; margin:0 auto; text-align:left;}

/*Middle container*/
.thrColFixHdr #mid_container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding:0 20px 15px;
	border-left:#e3e1e2 solid 1px;
	border-right:#e3e1e2 solid 1px;

} 
.thrColFixHdr #mid_container h1{ color:#0271ca; font-size:1.3em; text-transform: uppercase; margin-bottom:10px;}
.thrColFixHdr #mid_container h2{ color:#0271ca; font-size:1.1em;margin-bottom:7px;}
.thrColFixHdr #mid_container h3{ color:#0271ca; font-size:.9em;margin-bottom:7px;}
.thrColFixHdr #mid_container .span_h2{color:#0271ca; font-size:1.9em;margin-bottom:7px;}
.thrColFixHdr #mid_container .span_h3{ color:#0271ca; font-size:.9em; font-weight:bold; margin-bottom:7px;}

.thrColFixHdr #side_menu {
	float: left;
	background: url(../_images/site/hashed_offer_border.jpg); 
	width:250px; 
	height:280px; 
	text-align:left; 
	padding:0; 
	margin: 10px 0;
}
/*Rotating text*/
.thrColFixHdr #offers_content {font-family: Arial, Helvetica, sans-serif;
	background-color:#0472c9;
	margin:15px;
	padding:15px;
	overflow: hidden;
	height:220px;
}
.thrColFixHdr #offers_content a{font-size:.75em;text-decoration: none;}
.thrColFixHdr #offers_content a:hover{ text-decoration: underline;}

.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

/*.thrColFixHdr #mainContentEnquiry {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width:300px;
	border:#000 solid 1px;
} */

.thrColFixHdr #mainContentSupport {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 




.thrColFixHdr #footer_container{border-top:#e3e1e2 solid 1px;} 

.thrColFixHdr #footer_container #footer {
	width:960px;
	margin:0 auto; 
	padding: 10px 20px; 
	/*background: #F4F4F4;*/
	
	height:auto;
	font-size:.8em;
} 
.thrColFixHdr #footer_container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footer_container #footer #footer_address{ float:left; width:250px; text-align:left;color:#0472c9}
.thrColFixHdr #footer_container #footer #footer_image{float:left; width: 400px; vertical-align: text-top; text-align:center; height:102px; }
.thrColFixHdr #footer_container #footer #footer_image img{ margin-left:10px;}
.thrColFixHdr #footer_container #footer #footer_info{ float:right; width:300px; text-align:right; color:#0472c9}

.thrColFixHdr #footer_container #footer #footer_info a,.thrColFixHdr #footer_container #footer #footer_info a:hover{color:#0472c9}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	height:auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
		height:auto;
}
.centre_image{margin:0 15px;}
.normal_text{ text-transform:none;}

.iLeft{float: left;margin: 0px 20px 10px 0px;	padding: 0px 10px 10px 10px;}
.iLeft2{float: left; margin: 0px 5px 5px 0px; }
.iRight{float: right; margin: 0px 0px 20px 20px; }
.iRight2{float: right;	margin: 0px 0px 20px 20px;}
.news_date{ font-size:.75em; color:#0472c9;}



[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #side_menu { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #side_menu { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
