.active_bold {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/inside_nav_background.gif);
	background-repeat:repeat-y;	
}


td a {
	color: #333333;
	text-decoration: none;
}


td a:hover {
	color: #000000;
	text-decoration: underline;
}


/* HIDNG THE PRINT LOGO FORM SCREEN VIEW */
.print_logo {
	display: none;
}


/*-------*/



/* MAIN NAVIGATION BAR */


.nav_button {
	display: inline-block;
	margin-right: 3px;
}



/* hack to get a dotted line under the last nav item but above the registration box */
.nav_bottom_line {
}


/* Positioning the register with us box */
.register_box {
	margin-top: 10px;
	float: left; 
	clear: both;
}






/* LEFT NAVIGATION STYLES */

/* containing div setting the width and position*/
.left_nav {
	width: 172px;
	float: left;
	font-size: .7em;
	margin-left: 0px;
	padding-left: 0px;


}

/* LEVEL ONE LINKS */


.left_nav ul li {
	list-style: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #000000;
}

.left_nav h5 {
	padding-left: 10px;
	}

.left_nav ul {
	margin: 0px;
	padding-left: 0px;
	padding-top:0;
}

.left_nav ul li a {
	margin-left: 10px;
	color: #333333;
	list-style: none;
	text-decoration: none;
	display: block;
	margin-right: 5px;
	
}

.left_nav ul li a:hover {
	margin-left: 10px;
	color: #000000;
	list-style: none;
	text-decoration: underline;
}

.active {
	text-decoration: underline;
}

/* END OF LEVEL ONE LINKS */


/* LEVEL TWO LINKS */

.left_nav ol li {
	list-style: none;
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;

}

.left_nav ol li a {
	margin-left: 5px;
	color: #333333;
	list-style: none;
	text-decoration: none;
	display: block;
	margin-right: 5px;
}

.left_nav ol li a:hover {
	text-decoration: underline;
}


ol {
	margin-left: 0px;
	padding-left:20px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* div that wraps around all second level links */

.level_two {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


/* style of all of the level 2 links */

.left_nav ul .level_two li {
	border: none;
}

.left_nav ul .level_two li a {
	color: #000000;
	margin-left: 25px;
	margin-top: -5px;
}

/* current state of level two links - just sets the underline so you can see where you are */
.current {
	text-decoration: underline;	
}

/* Top level link that is active */
.left_nav .active {
	border: none;
	text-decoration: underline;
}

.left_nav .active a {
	padding: 0px;
}


/* CONTAINER DIVS THAT FORM 2 COLUMN LAYOUT */

.left_container {
	float: left;
	width: 210px;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.middle_container {
	margin-left: 185px;
	margin-right: 25px;
	font-size: .8em;

}

.middle_container ul {
	padding: 0px;
	margin-left: 16px;
}



.middle_container li {
	margin-top: 3px;
	margin-left: 0px;
	color: #333333;
}

.middle_container li a {
	text-decoration: underline;
	color: #333333;
}





.middle_container li a:hover {
	text-decoration: underline;
	color: #000000;
}

.arrowlist{
	margin-left: 0px;
	padding-left: 0px;
}

.arrowlist ul {
	margin-left: 0px;
	padding-left: 0px;
}

.arrowlist li {
	padding-left: 14px;
	margin-left: 0px;
	background:url(/images/blue_more_arrow.gif);
	background-repeat:no-repeat;
	background-position: inherit;
	list-style: none;
	margin-top: 3px;
}

.arrowlist li a {
	text-decoration: underline;
}


.arrow {
	padding-left: 11px;
	background:url(/images/blue_more_arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	margin-top: 3px;
	margin-right: 5px;
}

.arrow a {
	text-decoration: underline;
	color: #333333;
}

.arrow a:hover {
	text-decoration: underline;
	color: #000000;
}

.arrow_red {
	padding-left: 16px;
	background:url(/images/red_arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	margin-top: 3px;
}
.arrow_orange {
	padding-left: 16px;
	background:url(/images/orange_arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	margin-top: 3px;
}
.arrow_yellow {
	padding-left: 16px;
	background:url(/images/yellow_arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	margin-top: 3px;
}
.arrow_red a {
	text-decoration: underline;
	color: #333333;
}

.arrow_red a:hover {
	text-decoration: underline;
	color: #000000;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6193B3;
	margin-bottom: 10px;
}

/* MAIN TEXT STYLES */

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
}

h3 {
	margin-top: 4px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 1.2em;
}

h3 span {
	font-size: .75em;
	font-weight: bold;
	color: #666;
}

h5 {
	margin-top: 4px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}



p {
	color: #333333;
}

p a {
	text-decoration: underline;
	color: #333333;
}

p a:hover {
	text-decoration: underline;
	color:#405F85;
}

td a {
	text-decoration: underline;
	color: #333333;
}


em {
	font-weight: bold;
	display: block;
	font-style: normal;
	color: #333333;
}

/*more links in main body area */
.more_link {
	font-size: 100%;
	display: block;
	margin-left: 10px;
}

a.more_link  {
	padding-left: 11px;
	background:url(/images/blue_more_arrow.gif);
	background-repeat:no-repeat;
	background-position: left;
	color: #333333;
	text-decoration: none;
}

a:hover.more_link  {
	text-decoration: underline;
}

/* BREADCRUMBS */
.breadcrumbs {
	padding-top: 14px;
	color: #333333;
}

.breadcrumbs a {
	color: #333333;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: #333333;
}

.breadcrumbs em{
	text-decoration: underline;
	font-weight: normal;
	display: inline;
}


/*FOOTER STYLES*/
.footer {
margin-top: 1em;
padding-top:1em;
/*padding: 1em 100px 2em 218px;*/
clear: both;
float: left;
width:100%;
/*min-width:850px;*/
/*width: 642px;*/ /* 960 */
position: relative;
text-align:center;
}


.footer img {
border: 0;
}

.footer ul {
margin: 0;
padding: 0;
list-style: none;
}

.footer li {
display: inline;
vertical-align: top;
}

.footer a {
color: #666;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}


.footer li.mfat {
position: absolute;
top: 6px;
left: 17px;
}

.footer li.nzgovt {
position: absolute;
top: 16px;
right: 0;
padding-right:10px;
}






/* PLACEMENT OF FIGURE WITHIN BOX */
.icon {
	float: right;
	margin-top: 5px;
}


/* COLOUR, BORDER AND WITH OF THE PANEL BOXES */
.box {
	background-color: #E0E8ED;
	width: 140px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
}
/* COLOUR, BORDER AND WITH OF THE PANEL BOXES */
.box2 {
	background-color: #F3F6D2;
	width: 140px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
}
.box .more_link {
	font-size: 100%;
	display: block;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
}

/* POSITIONS THE CASE STUDY PHOTO AND BOX */

.case_study {
	float: right;
	margin-left: 15px;
}

.case_study_box {
	padding: 4px;
	background-color: #6287B4;
	width: 180px;
	color: white;
	margin-left: 10px;
	font-size: 90%;
	margin-bottom: 10px;
}

.case_study_box em {
	color: white;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 3px;
	padding-bottom: 5px;
}

.case_study_box a.more_link  {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #ffffff;
	background:url(/images/blue_more_arrow.gif);
	background-repeat:no-repeat;
	font-weight: normal;
	margin-left: 0px;
}

.case_study_box a:hover.more_link  {
	text-decoration: underline;
}

/* div that puts line between 2 case studies */

.divider {
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

/* PRINT PAGE LINK AT BOTTOM OF PAGE */
.print_page {
	margin-top: 40px;
	color: #333333;
	background:url(/images/print_page_icon.gif);
	background-repeat:no-repeat;
}

.print_page a {
	color: #333333;
	text-decoration: none;
	padding-left: 12px;
}

.print_page a:hover {
	color: #333333;
	text-decoration: underline;
}

/* PAGE LAST UPDATED TEXT */
.last_updated {
	color: #333333;
}


/* STYLING FOR RISK TITLES ON REGION PAGES */

.extreme_risk {
	margin-top: 0px;
	font-family: arial;
	background-color: #CC3300;
	padding: 1px 1px 1px 1px;
	overflow: none;
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.high_risk {
	margin-top: 0px;
	font-family: arial;
	background-color: #E08E00;
	padding: 1px 1px 1px 1px;
	overflow: none;
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.some_risk {
	margin-top: 0px;
	font-family: arial;
	background-color: #EDDF05;
	padding: 1px 1px 1px 1px;
	overflow: none;
	display: inline-block;
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
}

.extreme_risk2 {
	margin-top: 0px;
	font-family: arial;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.1em;
}
.high_risk2 {
	margin-top: 0px;
	font-family: arial;
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
}
.some_risk2 {
	margin-top: 0px;
	font-family: arial;
	color: #0000FF;
	font-weight: bold;
	font-size: 1.1em;
}
.help {
	padding-left: 20px;	
}


/* THIS STUFF IS FOR THE GREEN BOX ON THE RIGHT OF THE REGIION AND COUNTRY PAGES  */

/* position it to the right  */
.right_box {
	float: right;
	margin-left: 20px;
	width: 150px;
	margin-top: 0px;
}

/* the title within the box  */
.right_titles {
	font-family: arial;
	padding-left: 5px;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 10px;
	display: block;
	font-size: 140%;
}

/* colour of the box  */
.right_box_color {
	background-color: #F3F6D2;
	width: 140px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
}
.right_box_color2 {
	background-color:#f1f5fa;
	width: 140px;
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 10px;
	color: #333333;
	}
/* title above the small map  */
.map_title {
	font-family: arial;
	padding-left: 5px;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 10px;
	display: block;
	font-size: 120%;
}


/* the link styles within the box  */
.right_box_color li {
	margin-left: 3px;
	padding-left: 11px;
	background:url(/images/grey_more_arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	margin-top: 3px;
}

.right_box_color ul {
	margin-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.right_box_color li a {
	text-decoration: none;
}

.right_box_color li a:hover {
	text-decoration: underline;
}

/* THIS STUFF IS STUFF FOR THE SMALL MAP ON THE COUNTRY AND REGION PAGES  */

.enlarge_map {
	font-size: 100%;
	display: inline;
	margin-left: 10px;
}

.enlarge_map a {
	padding-left: 11px;
	background:url(/images/enlarge_map_button.gif);
	background-repeat:no-repeat;
	background-position: left;
	color: #333333;
	text-decoration: none;
}

.enlarge_map a:hover {
	text-decoration: underline;
}

/* styles on the enlarged map page */

.large_map {
	padding-top: 20px;
}

/* back button above the map */

.back_button {
	background-color: #6287B4;
	border: none;
	color: #FFFFFF;
	display: block;
	width: 50px;
	margin-bottom: 5px;
	font-size: 90%;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

.back_button a {
	text-decoration: none;
	color: #FFFFFF;
}

.back_button a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}




/* COUTRY A-Z PAGE */

/* styles the filter button */
.country_filter_button {
	background-color: #6287B4;
	border: none;
	color: #FFFFFF;
	padding: 1px 1px 2px 2px;
	font-size: 110%;
}

/* styles the filter drop down */
.country_filter {
	background-color: #E8F0F6;
}

/* alphabet anchor list styles */

.alpha_grid {
	background-color: #6287B4;
	color: #ffffff;
	font-weight: bold;
}

.alpha_grid a {
	text-decoration: none;
	color: #ffffff;
	padding: 1px 3px 1px 3px;
	margin-right: 0px;

}

.alpha_grid a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #354961;
	padding: 1px 3px 1px 3px;
	margin-right: 0px;

}

.table_grey {
	background-color: #EDEDED;
	padding: 3px;
}

.table_white {
	background-color: #ffffff;
	padding: 3px;
}
.table_grey2 {
	background-color: #EDDF05;
	padding: 3px;
}

.page_top {
	float: right;
}

.page_top a {
	color: #6287B4;
	text-decoration: none;
}

.page_top a:hover {
	color: #333333;
	text-decoration: underline;

}
.landing ul {
	margin-left: 0px;
	text-align: left;
}

.landing li {
	background-color: #D9E5EB;
	list-style: none;
	display: inline;
	margin: 3px 3px 3px 3px; 
	padding: 2px;
	line-height: 24px;
	/*margin-right: 5px;
	padding-bottom: 10px;*/
}

.landing li a {
	text-decoration: none; 
	white-space: nowrap;

}

/* STYLES FOR TIPS FOR TRAVELLERS PAGE */

/* style of 1-10 numbers */
.numbering {
	font-family: arial;
	background-color: #B2BC00;
	font-size: 1.3em;
	color: white;
	width: 30px;
	height: 30px;
	margin: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.table_pad 	{
	padding-bottom: 10px;
}


/*  STYLES FOR THE SEARCH RECULTS */

/* style on results text to put the line above each one */

.results p {
	border-bottom: solid 1px black;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

/* line at the bottom of the results */
.search_divider {
	border-bottom: solid 1px grey;
}

.results p a {
	text-decoration: none;
}

.results p a:hover {
	text-decoration: none;
	color: black;
}

.results p a em {
	text-decoration: underline;
}

.results p a:hover em {
	color: black;;
}

/* this just makes sure there is enough space above the pagination */
.pagination {
	padding-top: 30px;
}

.pagination_link {
	color: black;
}

.pagination_link a {
	color: black;
	text-decoration: none;
	padding-bottom: 3px;
	display: inline-block;
}

.pagination_link a:hover {
	color: black;
	text-decoration: underline;
}



.number {
	background-color: #6287B4;
	font-weight: bold;
	width: 10px;
	height: 10px;
	padding: 3px;
	padding-bottom: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 6px 0px 6px;
}

a .number {
	text-decoration: none;
	color: white;
}


.search_highlight {
	background-color: #E0E8ED;
	color: #333333;
	padding: 1px;
	font-weight: bold;
}

/*Register box styles - added by Alix 15/8/07*/
div.register span {position:absolute; left:-999px;}
div.register {background:#6287b4 url(../images/bg-register.gif) repeat-x;padding-top:15px;float:left;}
div.register h3{width:158px;height:62px;background:url(../images/title-register.gif) no-repeat;margin:0 7px 0 7px;}
div.register p {color:#fff;width:158px;margin:8px 7px 12px 7px;}
div.register p a {background:url(../images/link-register-inside.gif) no-repeat;display:block;width:158px;height:27px;border:none;margin-bottom:10px;}
.left_nav ul{float:left;width: 172px;border-top: 1px dotted #000000;}
.left_nav ol {float:left;width: 152px;}

/*Rotating image styles - added by Alix 29/8/07*/
div.image-rotator {width:380px;height:259px;float:right;}
div.case_study_box {float:right;clear:right;}

.wrap1 {
	float:left;
	background:url(/images/shadow2.gif) left top no-repeat;
}
	
.wrap2 {background:url(/images/corner_bl2.gif) left bottom no-repeat;
}

.wrap3 {
	padding:4px 0px 0px 4px;
	background:url(../images/corner_tr3.gif) right top no-repeat;
}

/*Share box styles*/
.share-wide{
	float:right;
	width:170px;
}
.share-link {
	float:left;
	height:16px;
	margin-top:5px;
	margin-right:5px;
}
