body
{
   width:100%;
   height:100%;
   text-align:center;
   margin:0 auto;
/*   background-image:url('../images/background.jpg');
   background-repeat:repeat-x;*/
   color:#484848;
}

img
{
   border:0px;
}

#container
{
   width:1000px;
   height:100%;
   text-align:center;
   margin:0 auto;
}

/************************ HEADER SECTION ************************/

#header
{
   position:relative;
   height:122px;
   width:990px;
   z-index:20;
}
#header a#choose-country{
	background:url("/images/flags/au.gif") no-repeat center left;
	height: 11px;
	width: 96px;
	padding-left: 19px;
}
#header #country-select {
	background:url("/images/country-footer.gif") no-repeat bottom left;
	background-color:#FFFFFF;
	padding-bottom: 10px;
	z-index:950;
	position:absolute;
	display: none;
	width:165px;
	top: 38px;
	right:0px;
	text-align:left;
	margin:0 0 0 0; /* This will be applied to Firefox */
  * margin:0 8px 0 0; !Important; /* This will be applied to IE 7 */
	-margin:0 8px 0 0; !Important; /* This will be applied to IE 5.5 - 6 */
}
#header #country-select ul{
	width:163px;
	float: none;
	padding: 0px;
	margin: 0px;
}
#header #country-select li.item {
	border:none;
	border-top:dotted 1px #ddd;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	list-style:none;
}
#header #country-select li.blank {
	border:none;
	border-top:none;
	list-style:none;
}
#header #country-select li{
	background-color:#fff;
	margin:0;
	padding:0;
	clear: both;
	width:163px;
}
#header #country-select li a{
	color: #414244;
	font-family: Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width:163px;
	display:block;	
	padding:2px 0 5px 16px; /* This will be applied to Firefox */
	margin:0 0 0 0; /* This will be applied to Firefox */
  * margin:0  0 0; !Important; /* This will be applied to IE 7 */
  	-margin:0 -16px 0 0; !Important; /* This will be applied to IE 5.5 - 6 */
	width:auto; /* This will be applied to Firefox */
  * width:auto; !Important; /* This will be applied to IE 7 */
  	-width:100%; !Important; /* This will be applied to IE 5.5 - 6 */
}
#header #country-select li a:hover{
	background-color:#D4D4D5;
	text-decoration:none;
}
#header #country-select h4 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 163px;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
	border: solid 1px #cccccc;
}
#header #country-select li a span{
	padding-left: 20px;
}
#header #country-select .flag-uk{
	background:url("/images/flags/gb_on.gif") no-repeat center left;
}
#header #country-select .flag-us{
	background:url("/images/flags/us_on.gif") no-repeat center left;
}
#header #country-select .flag-au{
	background:url("/images/flags/au.gif") no-repeat center left;
}
#header #country-select .flag-nz{
	background:url("/images/flags/nz.gif") no-repeat center left;
}
.form_header
{
	position: absolute;
	right: 5px;
	width: 180px;
	height: 10px;
	text-align: right;
	padding-bottom:10px;
	margin-bottom:10px;
}

.text_form_header
{
   width:95px; 
   height:13px;
   border:1px solid #cccccc;
}

.header_logo_img
{
   position:absolute;
   top:5px;
   left:10px;
   padding-top:15px;
}

.header_phone_img
{
  color: #003366;
   float: right;
   font-size: 13px;
   font-weight: bold;
   height: 75px;
    width: 275px;
    text-align:left;
    margin-top: -17px;
}

.bottom_navigation
{
   position:absolute;
   bottom:10px;
   left:10px;
   font-size:10px;
   color:#c6c6c6;
}

.bottom_navigation a 
{
   color: #00314b;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   padding-right:5px;
   padding-left:5px;
   font-size:10px;
   font-weight:bold;
   text-decoration:none;
}

.top_navigation
{
   position:absolute;
   top:12px;
   right:14px;
   font-size:10px;
   height:30px;
   width:170px;
   color:#c6c6c6;
   text-align:right;
}
.hoax{
	font-weight: bold;
	color: #ff0000;
	float: left;
	clear: both;
	margin: 30px 0 0 10px;
}
#phishing{
	color: #ff0000;
}
.top_navigation2
{
   font-size:10px;
   color:#c6c6c6;
   text-align:left;
   margin: 0px 0px 0px 310px;
   padding-top:23px;
   width: 390px;
}

.top_navigation2 a 
{
   color: #00314b;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   text-decoration:none;
   font-weight:normal;
}

.inputbox
{
   border:1px solid #cccccc;
   width:95px;
   height:13px;
   font-size:10px;
}

.search
{
   position:absolute;
   top:0px;
   right:0px;
   width:200px;
}

.button
{
   position:relative;
   top:10px;
   right:0px;
   margin-left:5px;
}

/************************ END HEADER SECTION ************************/

/************************ SECOND SECTION ************************/

#second_section
{
   position:relative;
   height:249px;
   width:990px;
   border-top:1px solid #cccccc;
   border-bottom:1px solid #cccccc;
   background-image:url('../images/mainbanner_bg.jpg');
   background-repeat:no-repeat;
   background-color:#ffffff;
   z-index:1;
}

.text_second_section
{
   position:absolute;
   top:50px;
   left:100px;
   width:600px;
   text-align:left;
   font-family:Verdana, Helvetica;
}

.text_second_section h2 {
    color: #002d56;
    font-size: 32px;
    font-weight: bold;
    line-height:90%;
	margin: 0px;
}

.list_text_second_section
{
   list-style:none;
   font-family:Arial;
   font-size:12px;
   color:#51b94a;
   padding-top:5px;
   padding-left:65px;
}
.list_text_second_section li {
   color:#51b94a;
}

.header_1_second_section
{
   color:#29557a;
   font-size:28px;
   font-weight:bold;
}

.header_2_second_section
{
   color:#29557a;
   font-size:28px;
   font-weight:bold;
   margin-left:110px;
}

.green_second_section
{
   line-height:90%;
   color:#759b3d;
   font-size:28px;
   font-weight:bold;
   text-decoration:none;
}

/************************ END SECOND SECTION ************************/

/************************ THRID SECTION ************************/

#thrid_section
{
   height:145px;
   width:990px;
   border-bottom:1px solid #cccccc;
}

.text_thrid_section
{
   font-size:11px;
   font-weight:bold;
   font-family:Trebuchet MS;
   color:#759b3d;
   text-align:left;
   padding:3px 0 3px 3px;
}

.boxes_thrid_section
{
   height:120px;
   width:990px;
}

.boxes_1-4
{
   width:247px; 
   height:110px;
   float:left;
}

.box_1
{
   background-image:url('../images/box_1.jpg');
   background-repeat:no-repeat;
   text-align:left;
   width:250px; 
   height:110px;
   float:left;
}

.weird_box
{
   background-image:url('../images/box_2.jpg');
   background-repeat:no-repeat;
   text-align:left;
   width:250px; 
   height:110px;
   float:left;
}

.box_2
{
   background-image:url('../mages/box_2.jpg');
   background-repeat:no-repeat;
   text-align:left;
   width:250px; 
   height:110px;
   float:left;
}
.box_3
{
   background-image:url('../images/box_4.jpg');
   background-repeat:no-repeat;
   text-align:left;
   width:220px; 
   height:110px;
   float:right;
}
.box_4
{
   background-image:url('../images/box_3.jpg');
   background-repeat:no-repeat;
   text-align:left;
   width:250px; 
   height:110px;
   float:right;
}

.box_content_top
{
   width:130px;
   text-align:left;
   padding:5px 0 3px 10px;
   font-family:Trebuchet MS;
   color:#29557a;
   font-size:14px;
   font-weight:bold;
}

.box_content_bottom
{
   width:120px;
   text-align:left;
   padding:3px 0 3px 10px;
   font-family:Trebuchet MS;
   font-size:11px;
   color:#4b4b4b;
}


.box_content_bottom_2
{
   width:105px;
   text-align:left;
   padding:3px 0 3px 10px;
   font-family:Trebuchet MS;
   font-size:11px;
   color:#4b4b4b;
}
/************************ END THRID SECTION ************************/

/************************ FOURTH SECTION ************************/

#fourth_section
{
   margin-top:25px;
   height:200px;
   width:990px;
   text-align:left;
   padding-bottom:0px;
}

.fourth_section_box_left
{
   width:250px;
   height:200px;
   float:left;
}

.fourth_section_box_right_1
{
   width:250px;
   height:200px;
   float:right;
}

.fourth_section_box_right_2
{
   width:220px;
   height:200px;
   float:right;
}

.images_fourth_section_box_left
{
   float:left;
   margin:0px 0px 10px 0px;
   padding-bottom:10px;
   height:70px;
   border-bottom:1px solid #cccccc;
}

.font_fourth_section_box_left
{
   float:left;
   width:130px;
   height:70px;
   margin:0px 0px 10px 0px;
   border-bottom:1px solid #cccccc;
   padding-left:10px;
   padding-bottom:10px;
}

.header_fourth_section_box_left
{
   font-family:Trebuchet MS;
   font-size:18px;
   color:#00314b;
}

.header_fourth_section_box_left h3 {
	margin : 0px;
	font-family:Trebuchet MS;
	font-size:18px;
	color:#00314b;
}

.text_fourth_section_box_left
{
   font-family:Arial;
   font-weight:700;
   font-style:italic;
   font-size:11px;
   color:#759b3d;
   padding-top:5px;
   line-height:150%;
}

.description_fourth_section_box_left
{
   clear:left;
   width:215px;
   margin:0 0 10px 5px;
   font-family:Arial;
   font-size:12px;
   color:#484848;
   line-height:200%;
}

.font_fourth_section_box_left_2
{
   float:left;
   width:115px;
   height:70px;
   border-bottom:1px solid #cccccc;
   margin:0px 0px 10px 0px;
   padding-left:10px;
   padding-bottom:10px;
}

.form_fourth_section
{
   font-size:10px;
   font-family:Arial;
   color:#666666;
   margin-bottom:0px;
   width:175px;
   height:16px;
   border:1px solid #a7a6aa;
}

.form_fourth_section_2
{
   font-size:10px;
   font-family:Arial;
   color:#666666;
   margin-bottom:6px;
   width:175px;
   height:16px;
   border:1px solid #a7a6aa;
}

.form_fourth_section_image
{
   margin-top:5px;
   margin-left:100px;
}

/************************ END FOURTH SECTION ************************/

/************************ FIFTH SECTION ************************/

#fifth_section
{
   border-bottom:1px solid #cccccc;
   text-align:left;
   padding:10px 0px 10px 4px;
   font-family:Arial;
   font-weight:bold;
   font-size:11px;
   color:#484848;
}

.vertical_align_middle
{
	float:left;
	padding-top:4px;
	margin-top:5px;
}

.picture
{
   margin-right:50px;
}

.picture2
{
   margin-right:30px;
}

.left_thumb_fifth_section
{
   text-align:left;
   padding:10px 0 5px 4px;
}

.right_thumb_fifth_section
{
   float:right;
   width:230px;
   border-left:1px solid #cccccc;
}

.description_fifth_section
{
   float:right;
   padding-right:10px;
   width:120px;
   font-size:11px;
   color:#606060;
   font-family:Trebuchet MS;
}

.image_fifth_section
{
   float:left;
   margin-left:20px;
}

/************************ END FIFTH SECTION ************************/


/************************ SIXTH SECTION ************************/

#sixth_section
{
   margin-top:2px;
   height:15px;
   background-color:#29557a;
   width:100%;
   text-align:left;
   font-size:10px;
   color:#ffffff;
   padding:3px 0 3px 10px;
}

#sixth_section a
{
   font-size:10px;
   color:#ffffff;
   font-family:Arial;
   text-decoration:none;
}
/************************ END SIXTH SECTION ************************/


/************************ SEVENTH SECTION ************************/

#seventh_section
{
   width:100%;
   margin-top:15px;
}

.first_seventh_section
{
   float:left;
   width:440px;
   color:#adadad;
   font-family:Arial;
}

.second_seventh_section
{
   float:left;
   width:220px;
   color:#adadad;
   font-family:Arial;
   margin-left:54px;
}

.thrid_seventh_section
{
   margin-left:40px;
   float:left;
   width:220px;
   color:#adadad;
   font-family:Arial;
}

.header_seventh_section
{
   font-size:14px;
   font-weight:bold;
   text-align:left;
   padding:4px 4px 10px 6px;
}

.text_seventh_section
{
   text-align:left;
   padding:4px 4px 0 6px;
   font-size:11px;
}

.list_text_seventh_section
{
   padding:0 0 0 5px;
   margin:0 0 0 5px;
   color:#adadad;
   list-style-type:square;
   line-height:110%;
}

#seventh_section ul
{
   padding:0 0 0 10px;
   margin:0 0 0 5px;
   color:#b8b8b8;
   list-style-type:square;
   list-style:square;
   line-height:110%;
}

.list_text_seventh_section a
{
   color:#b8b8b8;
   font-family:Arial;
   font-weight:normal;
   text-decoration:none;
}

.text_seventh_section a
{
   color:#b8b8b8;
   font-family:Arial;
   font-weight:normal;
   text-decoration:none;
}

.small_search_button {
padding-top:12px;
margin-top:5px;
}

a.greylink
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#4c4c4c;
}
/************************ END SEVENTH SECTION ************************/

