body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}

.country-color {
	color: #47739e;
}

img {
	border: 0;
}

body {
	font-size: 75%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html>body {
	font-size: 12px; 
}

p {
	line-height: 1.5em; 
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}

h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}

ul, ol { 
	margin: 0 0 0 26px;
}

#content-header {
	background:#f5f6f7 url(../images/header-bg.png) repeat-x top left;
	position: relative;
	z-index: 3000;
	
}

#content-header #publicheader {
	width: 980px;
	height: 132px;
	margin-left: auto;
	margin-right: auto;
}

#content-header #publicheader a img.logo {
	float: left;
	margin-right: 70px;
}

#content-header #publicheader #publictopnav {
	float: right;
	margin-left: 0;
	padding: 10px 0 10px 0;
	display: block;
}

#content-header #publicheader #publictopnav li {
	margin-left: 0;
	padding: 0 6px 0 7px;
	border-left: 1px solid #666;
	list-style: none;
	display: inline;
}
	
		
#content-header #publicheader #publictopnav li.first {
	border-left: none;
	padding-left: 0;
}

#content-header #publicheader #publictopnav li a {
	text-decoration: none;
	color: #666;
}

#content-header #publicheader #publictopnav li a:hover {
	color: #002c61;
}

#content-header #publicheader #publictopnav li.change-country a {
	font-weight: bold;
	color: #002d62;			
}

#content-header #publicheader #publicsearch {
	
}

/* Search Form Styles */

#content-header #publicheader #publicsearch {
	float: right;
	background: transparent url("../images/header-search-bg.png") no-repeat top left;
	position: relative;
	padding: 0;
	margin: 0;
	
	height: 22px;
	width: 200px;
}

#content-header #publicheader #publicsearch input {
	background: transparent;
	border: none;
	color: #999;
	font-size: 90%;
	margin: 4px 0 0 10px;
	padding: 0;
	width: 155px;
}

#content-header #publicheader #publicsearch input.focus {
  color: #000;
}



#content-header #publicheader #publicsearch.issafari {
  background: transparent;
}

#content-header #publicheader #publicsearch.issafari input {
  color: #000;
  font-size: 100%;
  height: auto;
  margin: 2px 0 0 2px;
  width: 172px;
}




/* buttons */

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
		margin-right: -1px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.p-button { 
	padding: 0 18px 0 0; 
	text-align: center; 
	background: transparent url(../images/header-button-blue-sprite.png) no-repeat right -114px; 
}
	
button.p-button span {
	padding: 0 0 0 38px; 
	height:28px; 
	line-height:28px;
	background: transparent url(../images/header-button-blue-sprite.png) no-repeat left top; 
	color:#002a5f; 
}
	
button.p-button:hover, button.buttonHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -152px; 
}
	
button.p-button:hover span, button.buttonHover span {
	background-position: 0 -38px;
}

button.p-button:active, button.buttonActive { /* the redundant class is used to apply the active state with a script */
	background-position: right -190px; 
}
	
button.p-button:active span, button.buttonActive span {
	padding-top:1px;
	background-position: 0 -76px;
}

/*-----------------------*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

br.clear {
	clear: both;
}

a.a-button {
    background: transparent url(../images/header-button-blue-sprite.png) no-repeat right -114px; 
    color: #002a5f;
    display: block;
    float: left;
    height: 28px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size: 8pt;
}

a.a-button span {
    background: transparent url(../images/header-button-blue-sprite.png) no-repeat left top;
    display: block;
    line-height: 28px;
    padding: 0 0 0 38px;
} 

a.a-button:hover, a.buttonHover {
    background-position: right -152px; 
}

a.a-button:hover span, a.buttonHover span {
   background-position: 0 -38px;
} 

a.a-button:active, a.buttonActive {
    background-position: right -190px;
    outline: none; /* hide dotted outline in Firefox */
}

a.a-button:active span, a.buttonActive span {
    padding-top:1px;
    background-position: 0 -76px;
}

a.more-info {
	
}

button.s-button {
	border: none;
	background: transparent url("../images/header-button-search-sprite.png") no-repeat top left;
	cursor: pointer;
	overflow: hidden;
	text-indent: 50px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 1px;
}

#publicsearch button:hover, #publicsearch button.buttonHover {
  background-position: 0 -20px;
}

#publicsearch button:active, #publicsearch button.buttonActive {
  background-position: 0 -40px;
}




/* START SUPERFISH MENU STYLES */

/*** ESSENTIAL STYLES ***/
.sf-menu {
		width: 840px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		1.05em 1em 1em 1em;
	text-decoration:none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}

.sf-menu li {
	/*background:		yellow;*/
	background: transparent url(../images/header-nav-sep-bg.png) no-repeat left;
}

.sf-menu li li {
	/*background:		green;*/
	background: #002653;
}

.sf-menu li li li {
	/*background:		pink;*/
	background: transparent;
}

.sf-menu li.sfHover a {
	color: #002653;
}

.sf-menu li.sfHover li a{
	color: white;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #002653;
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #648a32;
}

/*
.sf-menu li.sfHover {
	background: transparent url(../images/header-nav-sep-drop-bg.png) no-repeat bottom left;
}
*/

.sf-menu li.first {
	/*background:		yellow;*/
	background: none
}

.sf-menu li.sfHover ul li:first-child {
	background: #002653 url(../images/header-nav-drop-sub-bg.png) no-repeat top left;
}

.sf-menu li.sfHover ul li:last-child {
	background: #002653;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


/*
.sf-menu li.sfHover ul {
	background: #002653 url(../images/header-nav-drop-sub-bg.png) no-repeat top left;
}
*/

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only TODO: ADJUST THIS WHEN CHECKING IE6 */ 
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END SUPERFISH MENU STYLES */

#content-header #publicheader a.button {
	float: right;
	margin-top: 7px;
}

#loginbutton {
	float: right;
	margin-top: 7px;
}

#content-main {
	background-color:#f5f6f7;
	padding-top: 10px;
}

#content-main #wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#content-main #wrapper div.global_sitemap {
	width: 980px;
	padding: 10px 0 10px 0;
}

#content-main #wrapper div.global_sitemap a {
	text-decoration: none;
	color:#999;
}

#content-main #wrapper div.global_sitemap a:hover {
	color: #002653;
}

#content-main #wrapper div.global_sitemap div.col {
	float: left;
	width: 230px;
	margin-left: 20px;
}

#content-main #wrapper div.global_sitemap div.first {
	margin-left: 0;
}


#content-main #wrapper div.global_sitemap h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

#content-main #wrapper div.global_sitemap h1 a {
	color: #133C6C;
	text-decoration: none;
}

#left-col {
	float: left;
	width: 245px;
}

#leftnav {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	width: 245px;
	background:	transparent url('../images/left-nav-bg.png') repeat-y top left;
}

#leftnav dt {
	padding: 0 23px 0 23px;
	width: 199px;
	height: 33px;
	background:	transparent url('../images/left-nav-header.png') no-repeat top left;
	color: white;
	font-size: 14pt;
	line-height: 33px;
}

#leftnav dd ul {
	padding: 17px 0 17px 0;
	background:	transparent url('../images/left-nav-footer.jpg') no-repeat bottom left;

}

#leftnav dd ul li {
	margin:0 0 10px 0;
	padding:0 23px 0 23px;
	width: 199px;
	list-style: none;
}

#leftnav dd ul li a {
	color: #999;
	font-size: 10pt;
	text-decoration: none;
}

#leftnav dd ul li a:hover {
	color: #00234e;
}

#leftnav dd ul li.current a {
	font-weight: bold;
	color: #78a043;
}

#leftbanners {
	padding: 30px 23px 30px 23px;
	width: 197px;
	margin-bottom: 10px;
	border: 1px solid #e2e3e3;
	background-color: white;
	color:#666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	CCborderRadius: 5px;
}

#right-col {
	float: left;
	margin-left: 10px;
	width: 725px;
}

div.blue-header {
	width: 692px;
	height: 33px;
	padding: 0 0 0 33px;
	line-height: 33px;
	font-size: 12pt;
	color: white;
	margin-bottom: 10px;
	background: transparent url(../images/main-blue-header.png) no-repeat top left;
}

div.panel {
	background: transparent url(../images/main-panel-bg.jpg) no-repeat top left;
	margin-bottom: 10px;	
}

dl.other-visas {
	width: 725px;
	margin-bottom: 10px;
}

dl.other-visas dt {
	background: transparent url(../images/main-blue-header.png) no-repeat top left;
	width: 659px;
	padding: 0 33px 0 33px;
	margin-bottom: 10px;
	height: 33px;
	line-height: 33px;
	font-size: 12pt;
	color: white;
}

dl.other-visas dd ul li {
	position: relative;
	width: 291px;
	float: left;
	list-style: none;
	padding: 39px 33px 76px 33px;
	margin: 0 0 10px 11px;
	color: #666;
	background: transparent url(../images/main-panel-bg.jpg) no-repeat top left;
}

dl.other-visas dd ul li.first {
	margin-left: 0;
	clear: left; /* add for firefox */
}

dl.other-visas dd ul li h4 {
	color: #587d3c;
	font-size: 14pt;
	font-weight: normal;
}

dl.other-visas dd ul li div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 357px;
	height: 59px;
	background: transparent url(../images/main-panel-footer.jpg) no-repeat top left;
}

dl.other-visas dd ul li div a.learn-more {
	position: absolute;
	bottom: 24px;
	left: 33px;
	color: #587d3c;
	font-size: 8pt;
	text-decoration: none;
}

dl.other-visas dd ul li div a.learn-more:hover {
	color: #002653;
}

dl.other-visas dd ul li div a.a-button {
	position: absolute;
	bottom: 17px;
	right: 25px;
}

dl.latest-news {
	width: 725px;
	clear: both;
	background: transparent url(../images/latest-news-bg.png) repeat-y top left;
	margin-bottom: 10px;
}

dl.latest-news dt {
	background: transparent url(../images/latest-news-header.jpg) no-repeat top left;
	width: 659px;
	padding: 0 33px 0 33px;
	height: 33px;
	line-height: 33px;
	font-size: 12pt;
	color: white;
}

dl.latest-news dd ul {
	background: transparent url(../images/latest-news-footer.jpg) no-repeat bottom left;
}

dl.latest-news dd ul li {
	border-top: 1px solid #e1e1e2;
	list-style: none;
	padding: 20px 33px 20px 33px;
	color: #666;
}

dl.latest-news dd ul li.first {
	border-top: 0;
}

dl.latest-news dd ul li a {
	text-decoration: none;
	color: #648a32;
}

dl.latest-news dd ul li a:hover {
	color: #002653;
}

.gray {
	color: #ccc;
}

div.hr {
	border-top: 1px solid #e1e1e2;
	margin: 0 -33px 0 -33px;
}

div.hr hr {
	display: none;
}

div.breadcrumbs {
	color: #999;
	margin: -13px 0 13px 0;
}

div.breadcrumbs a {
	color: #999;
	text-decoration: none;
}

div.breadcrumbs a:hover {
	color: #002653;
}

div.breadcrumbs a.current {
	color: #648a32;
	font-weight: bold;
}

#headline {
	width: 395px;
	height: 243px;
	position: relative;
}

#headline img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#headline h1 {
	position: absolute;
	z-index: 2;
	margin: 0 30px 12px 30px;
	bottom: 0;
	left: 0;
	font-weight: normal;
	font-size: 20pt;
	color: #00234e;
}

.main-content {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 28px 33px;
	width: 657px;
	border: 1px solid #e2e3e3;
	background-color: white;
	color:#666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	CCborderRadius: 5px;
}

#headline {
	width: 395px;
	float: left;
	margin-right: 10px;
}

#billboard-two-col {
	float: left;
	width: 650px;
	height: 300px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

#billboard-two-col a img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#billboard-two-col a.hidden img {
	display:none;
}

#billboard-two-col p {
	position: absolute;
	left: 33px;
	top: 128px;
	display: block;
	width: 280px;
	height: 100px;
	color: #999;
	z-index: 2;
	font-size: 8pt;
	line-height: 14pt;
}

#billboard-two-col p.hidden {
	display:none;
}

#billboardglobalmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 1px 2px 1px 3px;
	padding: 0;
	display: block;
	z-index: 3;
	width: 646px;
	height: 56px;
}

#billboardglobalmenu li {
	bottom: 0;
	margin: 16px 0 0 1px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 128px;
	height: 40px;
	background: yellow;
	line-height: 40px;
}

#billboardglobalmenu li.default {
	height: 56px;
	margin-top: 0px;
	line-height: 56px;
}

#billboardglobalmenu li.global {
	background: transparent url(../images/global-menu-li-bg.png) no-repeat bottom left;
}

#billboardglobalmenu li.global a {
	background: transparent url(../images/global-menu-a-bg.png) no-repeat top left;
}

#billboardglobalmenu li.global a.current {
	background: transparent url(../images/global-menu-a-bg-active.png) no-repeat top left;
}

#billboardglobalmenu li.australia {
	background: transparent url(../images/global-menu-li-bg-au.png) no-repeat bottom left;
}

#billboardglobalmenu li.australia a {
	background: transparent url(../images/global-menu-a-bg-au.png) no-repeat top left;
}

#billboardglobalmenu li.australia a.current {
	background: transparent url(../images/global-menu-a-bg-active-au.png) no-repeat top left;
}

#billboardglobalmenu li.uk {
	background: transparent url(../images/global-menu-li-bg-uk.png) no-repeat bottom left;
}

#billboardglobalmenu li.uk a {
	background: transparent url(../images/global-menu-a-bg-uk.png) no-repeat top left;
}

#billboardglobalmenu li.uk a.current {
	background: transparent url(../images/global-menu-a-bg-active-uk.png) no-repeat top left;
}

#billboardglobalmenu li.canada {
	background: transparent url(../images/global-menu-li-bg-ca.png) no-repeat bottom left;
}

#billboardglobalmenu li.canada a {
	background: transparent url(../images/global-menu-a-bg-ca.png) no-repeat top left;
}

#billboardglobalmenu li.canada a.current {
	background: transparent url(../images/global-menu-a-bg-active-ca.png) no-repeat top left;
}

#billboardglobalmenu li.usa {
	background: transparent url(../images/global-menu-li-bg-us.png) no-repeat bottom left;
}

#billboardglobalmenu li.usa a {
	background: transparent url(../images/global-menu-a-bg-us.png) no-repeat top left;
}

#billboardglobalmenu li.usa a.current {
	background: transparent url(../images/global-menu-a-bg-active-us.png) no-repeat top left;
}

#billboardglobalmenu li.new_zealand {
	background: transparent url(../images/global-menu-li-bg-nz.png) no-repeat bottom left;
}

#billboardglobalmenu li.new_zealand a {
	background: transparent url(../images/global-menu-a-bg-nz.png) no-repeat top left;
}

#billboardglobalmenu li.new_zealand a.current {
	background: transparent url(../images/global-menu-a-bg-active-nz.png) no-repeat top left;
}

#billboardglobalmenu li.first {
	margin-left: 0;
}

#billboardglobalmenu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#billboardmenu {
	position: absolute;
	bottom: 10px;
	left: 35px;
	margin-left: 0;
	padding: 10px 0 10px 0;
	display: block;
	z-index: 2;
}

#billboardmenu li {
	margin-left: 0;
	padding: 0 6px 0 7px;
	border-left: 1px solid #ccc;
	list-style: none;
	display: inline;
	font-size: 10pt;
}
	
		
#billboardmenu li.first {
	border-left: none;
	padding-left: 0;
}

#billboardmenu li a {
	text-decoration: none;
	color: #78a043;
}

#billboardmenu li a.active {
	color: #ccc;
}

#billboardmenu li a:hover {
	color: #183a60;
}

#wizard {
	float: left;
	position:  relative;
	width: 320px;
	background: transparent url(../images/wizard-one-col-bg.png) no-repeat top left;
	margin-bottom: 10px;
}

.home-page-wizard {
	height: 300px;
}

.sub-page-wizard {
	height: 243px;
	margin-bottom: 10px;
}

#wizard fieldset.top {
	border: 0;
	margin: 35px 25px;
	padding: 0;
}

#wizard fieldset.top legend {		
	margin: 0;
	padding: 0;
	font-size: 22pt;
	font-weight: normal;
	color: white;
}

#wizard fieldset.top h3 {
	color: #a9bbce;
	font-size: 14pt;
	margin-bottom: 25px;
	font-weight: normal;
}

#wizard fieldset.top label {		
	display: block;
	font-size: 11pt;
	color: #a9bbce;
}

#wizard fieldset.top select {
	margin-bottom: 10px;
	width: 100%;
}

#wizard fieldset.bottom {
	border: 0;
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 44px;
	padding: 14px 10px 0px 10px;
	background: transparent url(../images/wizard-one-col-footer-bg.png) no-repeat top left;
	text-align: right;
}

#panelgrid {
	clear: both;
	width: 980px;
	height: 328px;
}

#panelgrid a {
	display: block;
	position: relative;
	width: 320px;
	height: 149px;
	margin: 0 0 10px 10px;
	float: left;
	text-decoration: none;
}

#panelgrid a.first {
	margin-left: 0;
}

#panelgrid a img.bg {
	position: absolute;
	top: 0;
	left: 0;
}

#panelgrid a div {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 129px;
	padding: 20px 30px 0 30px;
}

#panelgrid a h2 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #002c61;
	font-weight: normal;
	font-size: 14pt;
	line-height:16pt;
}

#panelgrid a span.desc {
	display: block;
	width: 137px;
	height: 41px;
	color: #999;
}

#panelgrid a img.action {
	position: absolute;
	bottom: 10px;
	left: 30px;
}




#content-footer {
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}

#content-footer #visatypes {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent url(../images/footer-large-bg.jpg) no-repeat bottom left;
}

#content-footer #visatypes h5 {
	margin: 0;
	padding: 4px 30px;
	width: 920px;
	height: 25px;
	background: transparent url(../images/footer-large-header.png) no-repeat top left;
	color: #002c61;
	font-weight: normal;
	font-size: 14pt;
}

#content-footer #visatypes ul {
	display: block;
	margin: 25px 0px 0 0px;	
}


#content-footer #visatypes ul li {
	margin: 0 0 25px 0;
	padding: 0 80px 0 80px;
	border-left: 1px solid #e1e1e1;
	list-style: none;
	display: inline;
	font-size: 10pt;
	line-height: 14pt;
	float: left;
}
	
#content-footer #visatypes ul li a {
	color: #5b5b5b;
	text-decoration: none;
}

#content-footer #visatypes ul li a:hover {
	color: #002c61;
}
		
#content-footer #visatypes ul li.first {
	padding-left: 30px;
	border-left: none;
}

#content-footer #visatypes ul li ul {
	display: block;
	margin: 0;
}

#content-footer #visatypes ul li ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
	float: none;
	height: auto;
	font-size: 8pt;
	line-height: 14pt;
}

#content-footer #visatypes ul li ul li a {
	color: #adadad;
}

#content-footer #visatypes ul li ul li a:hover {
	color: #5b5b5b;
}

#content-footer #banners {
	margin: 10px auto 0 auto;
	width: 980px;
	height: 113px;
	background: transparent url(../images/footer-small-bg.jpg) no-repeat top left;
}

#content-footer #accreditations {
	margin: 10px auto 0 auto;
	width: 980px;
	height: 104px;
	line-height: 104px;
	background: transparent url(../images/footer-small-white-bg.jpg) no-repeat top left;
	text-align: center;
}

#content-footer #accreditations img {
	vertical-align: middle;
	margin-left: 10px;
}

#content-footer #accreditations img.first {
	margin-left:0;
}

#content-footer #publicfooter {
	width: 980px;
	height: 230px;
	margin: 10px auto 10px auto;
	padding: 0;
	background: transparent url(../images/footer-large-bg.jpg) no-repeat bottom left;
}

#content-footer #publicfooter h5 {
	margin: 0;
	padding: 4px 30px;
	width: 920px;
	height: 25px;
	background: transparent url(../images/footer-large-header.png) no-repeat top left;
	color: #002c61;
	font-weight: normal;
	font-size: 14pt;
}

#content-footer #publicfooter #publicbottomnav {
	width: 950px;
	margin-left: 0;
	padding: 10px 0 10px 30px;
	display: block;
	background: transparent url(../images/footer-large-header.png) no-repeat top left;
	height: 13px;
}

#content-footer #publicfooter #publicbottomnav li {
	margin-left: 0;
	padding: 0 6px 0 7px;
	border-left: 1px solid #666;
	list-style: none;
	display: inline;
}
	
		
#content-footer #publicfooter #publicbottomnav li.first {
	border-left: none;
	padding-left: 0;
}

#content-footer #publicfooter #publicbottomnav li a {
	text-decoration: none;
	color: #666;
}

#content-footer #publicfooter #publicbottomnav li a:hover {
	color: #002c61;
}

#content-footer #publicfooter dl {
	display: block;
	float: left;
	margin: 30px 0;
	padding: 0 63px 0 63px;
	border-left: 1px solid #e1e1e1;
	line-height: 14pt;
}

#content-footer #publicfooter dl.first {
	border: 0;
	padding-left: 30px;
}

#content-footer #publicfooter dl dt {
	display: block;
	margin: 0;
	font-size: 10pt;
	color: #5b5b5b;
}

#content-footer #publicfooter dl dt a {
	text-decoration: none;
	color: #5b5b5b;
}

#content-footer #publicfooter dl dt a:hover {
	color: #002c61;
}

#content-footer #publicfooter dl dd {
	display: block;
	margin: 0;
	font-size: 8pt;
	color: #adadad;
}