#container
{
	width: 755px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#header {
	background: #fff;
	color: #fff;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#header #logo
{
	float:left;
	width: 231px;
	margin: 0;
	padding:10px 0;
	background: transparent;
	position:relative;
}

#header #logo img
{
	margin: 0;
	padding:0;
	border:none;
	display: block;
	max-width: 100%;
}

#header #tools
{
	float:right;
	width:auto; /* 650px */
	margin:22px 0;
	padding:0;
	background: transparent;
	color:black;
	font-size:90%;
	position:relative;
	z-index:3;
}
#header #tools .functions p {
    display: inline;
    line-height: 40px;
    height: 40px;
    font-size: 1.3em;
}
#header #tools .functions .textsize
{
	float:right;
	margin: 0;
	padding:10px 15px 4px 15px;
	background: transparent;
	display:block;
}

#header #tools .functions .textsize a
{
	float:left;
	display:block;
	margin: 1px 0 0 0;
	padding:0;
	color:#000;
	text-decoration:none;
}

#header #tools .functions .textsize a:hover
{
	color:#006;
	text-decoration:underline;
}


#header #tools .functions .search{
	border:none;
  	padding:0;
	margin:0 0 0 10px;
	float:right;
	position: relative;
	z-index: 200;
	border-right:solid 1px #FFFFFF;
}

#header #tools .functions .search form
{
	margin: 0;
	padding:0;
	background: transparent;
	display:inline;
}

#header #tools .functions .search form .input {
    float: left;
    letter-spacing: .033em;
    min-width: 250px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #7a7a7a;
    border-radius: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 120%;
    height: 40px;
    line-height: 100%;
    margin: 0;
    outline: 0;
    padding: 0 55px 0 10px;
}

#header #tools .functions .search form .input:focus{ 
    border: 3px solid #0071b3;
    padding-left: 8px;
    padding-right: 53px;
}

#header #tools .functions .search form .search-button {
    background: url(/webadmin/images/search-button.svg) #308091 10px 10px/22px 22px no-repeat;
    border: none;
    border-radius: 0 9px 9px 0;
    cursor: pointer;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    white-space: nowrap;
    width: 45px;
    z-index: 9;
}

#header #tools .functions .search form .search-button:hover,
#header #tools .functions .search form .search-button:focus{ 
	background-color:#296877;
    cursor: pointer;
}


#main
{
	float:left;
	width: 755px;
	position:relative;
}

#innercontainer
{
	float: left;
	width: 755px;
	position:relative;
	height:auto;
}

#content-col
{
	float: none;
	width: 555px;
	height:auto;
	padding:0 0 0 200px;
	margin:0;
	background: transparent;
	position:relative;
	top:0px;
	left:0px;
}

#content-col #content
{
	float: none;
	width: 500px;
	padding: 15px 5px 0 50px;
	margin: 0 0 20px 0;
	background: transparent;
	position:relative;
	left:0px;
	font-size:100%;
}

#content-col #content hr
{
    padding: 0;
    margin: 15px 0;
    background-color: #dae7ec;
    color: #dae7ec;
    height: 1px;
    border: none;
    position: relative;
}

#content-col #content .pageimage
{
	float: right;
	width: 98px;
	margin: 0 0 8px 8px;
	padding:0;
	border: none;
	position:relative;
	display:block;
}

#content-col #content .pageimage img
{
	width: 98px;
	margin: 0;
	padding:0;
	border:none;
	position:relative;
	right:-5px;
}

#feature-col
{
	float: left;
	width: 755px;
	margin: 20px 0 0 0;
	border: none;
	padding: 0;
	background: transparent;
	position:relative;
	top:0px;
}

#feature-col .pageimage
{
	display:none;
}

#feature-col #feature1
{
	float: right;
	width: 505px;
	margin: 0 0 30px 44px;
	padding:0 0 0 0;
	border: none;
	color:#000;
	background: transparent;
	position:relative;
	right:0px;
}

#feature-col #feature1 .block
{
	margin: 0;
	padding:0 5px;
}

#feature-col #feature1 h2
{
	width: auto;
	margin: 0 0 8px 0; 
	padding:6px 10px 7px 15px;
	color:#fff;
	font-size:100%;
	font-weight:normal;
	background-image:url(../images/red-right-big-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#990000;
	position:relative;
}

#feature-col #feature2
{
	float: right;
	width: 505px;
	margin: 0 0 0 44px;
	padding:0 0 0 0;
	border: none;
	color:#000;
	background: transparent;
	position:relative;
}

#feature-col #feature2 .block
{
	margin: 0;
	padding:0 0 0 5px;
}

#feature-col #feature2 h2
{
	width: auto;
	margin: 0 0 8px 0; 
	padding:6px 10px 7px 15px;
	color:#fff;
	font-size:100%;
	font-weight:normal;
	background-image:url(../images/green-right-big-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#016b01;
	position:relative;
}


#feature-col #feature1 .block .links {
	width:90%;
}

#feature-col #feature2 .block .links {
	width:86%;
}

#feature-col #icons
{	
	float: right;
	width: 505px;
	margin: 10px 0 5px 44px;
	padding:10px 0 0 0;
	border: none;
	border-top:solid 1px #ccc;
	color:#000;
	background: transparent;
	position:relative;
}

/*
 * Footer
 */
#footer 
{
  background-color: #303030;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  margin: 20px 0 0;
  padding: 15px 10px 0;
  position: relative;
  width: 100%;
}
#footer  .container 
{
    margin: 0;
    padding: 0 10px;
}
#footer .row {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#footer .menu {
    display: inline;
    float: left;
    margin-right: 0;
    width: 100%;
}
#footer .col-span-2.menu {
   float:left;
   margin-right: 0;
   width: 100%;
}

#footer h4 {
    color: #ffffff;
    font-family: inherit;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

#footer .nested .col 
{
    display: inline-block;
    float: left;
    margin: 10px 2% 30px 0;
    width: 48%;
}
#footer .menu ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer .menu ul li 
{
    margin: 0 0 5px;
    padding: 0 0 15px;
}
#footer .menu li a 
{
    border-bottom: 1px solid transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 125%;
    line-height: 1.5;
    margin: 0;
    padding: 3px 0;
    text-decoration: none;
    -webkit-transition: border-bottom 0.25s ease-in-out;
    -o-transition: border-bottom 0.25s ease-in-out;
    transition: border-bottom 0.25s ease-in-out;
}
#footer .menu .contact 
{
  margin-top: 15px;
}
#footer .menu .contact li a::before {
  background-color:#303030;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-right: 15px;
  padding:0;
  position: relative;
  height: 20px;
  width: 20px;
}
#footer .menu .contact li a.phone::before {
   background-image: url('../images/msd/icons/phone.svg'); 
   background-repeat: no-repeat;
   background-size: 30px;
   top: 3px;
}
#footer .menu .contact li a.facebook::before {
  background: url('../images/msd/icons/facebook.svg');
  background-repeat: no-repeat;
  background-size: 42px;
}
#footer .menu .contact li a.twitter::before {
  background: url('../images/msd/icons/twitter.svg');
  background-repeat: no-repeat;
  background-size: 40px;
}
#footer .menu li a{
  border-bottom:1px solid transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 120%;
  margin: 0;
  padding:3px 0;
  text-decoration: none;
  -webkit-transition: border-bottom 0.25s ease-in-out;
  -o-transition: border-bottom 0.25s ease-in-out;
  transition: border-bottom 0.25s ease-in-out;
}
#footer .menu li a:hover {
  border-bottom:1px solid #ffffff;
}
#footer a:focus {
  outline: 3px solid #0aa4ff;
  outline-offset: 1px;
}
#footer .sub-footer-links .msd_logo, #footer .sub-footer-links .nzgov_logo 
{
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    width: 50%;
}
#footer .msd_logo
{
    float: left;
    height: 65px;
    line-height: 65px;
    text-align: left;
}
#footer .msd_logo a, #footer .nzgov_logo a 
{
  color:#ffffff;
  display: inline-block;
}
#footer .nzgov_logo 
{
float: right;
height: 70px;
line-height: 70px;
position: relative;
text-align: right;
top: 15px;
}
#footer .msd_logo a
{
  height: 60px;
  width:250px;
}
#footer .msd_logo a img, #footer .nzgov_logo a img{
  color:#ffffff;
  display: block;
  font-size: 0.895em;
  max-width: 100%;
  text-decoration: none;
}
#footer .footer-links 
{
  border-top: 1px solid #fff;
  padding: 10px 0;
}
#footer .footer-links ul {
  display: block;
  float: left;
  list-style-type: none;
  margin:10px 0 0 2px;
  padding:0;
}
#footer .footer-links ul li
{
  display: inline-block;
  float: left;
  margin: 5px 10px;
}
#footer .footer-links ul li:first-child 
{
    margin-left: 0;
}
#footer .footer-links ul li a{
  border-bottom:1px solid transparent;
  color:#ffffff;
  font-size:100%;
  text-decoration: none;
  -webkit-transition: border-bottom 0.25s ease-in-out;
  -o-transition: border-bottom 0.25s ease-in-out;
  transition: border-bottom 0.25s ease-in-out;
  font-size: 1em;
}
#footer .footer-links ul li a:hover{
  border-bottom:1px solid #ffffff;
}
.footer-link-shield{
  display: block;
  float: right;
  margin-top: 5px;
}
.footer-link-shield a{
  display: block;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
}
.footer-link-shield a.button img{
  display: block;
  height: 40px;
  max-width: 100%;
  width: 40px;
}  