/* @override http://david.healthpak.springload.co.nz/includes/style.css */

html, body
    {
    height: 100%;
    }

body
    {
    background: #F2F2F2;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 75%;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    color: #666;
    }

table, tr, td, input, select, textarea, ol, ul
    {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 100%;
    }

a img, img
    {
    border: 0;
    }

a
    {
    color: #83ACD6;
    text-decoration: underline;
    }

a:hover, a.active
    {
    text-decoration: none;
    background: #DDE8F4;
    color: #3B88D7;
    }

h1, h2, h3
    {
    color: #83ACD6;
    font-family: Arial narrow, Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.1em;
    }
h1
    {
    font-size: 2.4em;
    font-weight: normal;
    padding: 0 0 .4em 0;
    margin: 0;
    clear: both;
    }

h2
    {
    font-size: 1.8em;
    margin: 1.6em 0 .3em 0;
    font-weight: normal;
    margin-left: 30px;
    }

h3
    {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    margin: 1em 0 .3em 0;
    font-weight: normal;
    margin-left: 0px;
    line-height: 1.2em;
    }

h4
    {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    margin: 1.7em 0 0;
    font-weight: bold;
    color: #4A4A2A;
    }

.hide
    {
    position: absolute;
    left: -2000px;
    }


p
{
    margin: .5em 10% 1em 0;
    line-height: 1.3em;
}

ul
    {
    list-style: square;
    }

li
{
    margin: 0 0 0 0;
}

#util
{
    width: 582px;
    background: #83ACD6 url(/images/header-right-bg.gif) right repeat-y;
}

td#util_index
{
    width: 565px;
    background: #83ACD6 url(/images/index_util_bg.gif) right repeat-y;
}

ul#utility_nav
    {
    margin: 0 0 5px 1em;
    text-align: left;
    width: 115px;
    list-style: none;
    padding: 0 0 1px 0;
    }


ul#utility_nav li
    {
    margin: .5em 0;
    padding: 0;
    }

ul#utility_nav li a
    {
    font-family: arial narrow, arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: .85em;
    line-height: 1.1em;
    text-decoration: none;
    }

ul#utility_nav a:hover
    {
    text-decoration: underline;
    background: none;
    }



td#sidenav
    {
    padding: 30px 0 20px 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #eee url(/images/sidenav_bg.gif) repeat-y left;
width:  204px;
table-layout: fixed;
    }

td#sidenav ul
    {
    list-style: none;
    /*margin: 0 0 0 13px;*/ 
    width: 224px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom:  1px solid #fff;
    }

td#sidenav ul ul, td#sidenav ul ul ul  {
    border:  none;
}


td#sidenav li
    {
    margin: 0;
    padding: 0 0 0 13px;
    color:  #999;
    font-size: 11px;
    line-height: 2em;
	width: 211px;
		/*background:  red;*/
    }

td#sidenav li li
    {
	width: 191px;
	/*background:  orange;*/
    }

td#sidenav li li li
    {
	width: 178px;
	/*background:  pink;*/
    }
        
td#sidenav li.category {
	padding-top:  5px;
	padding-bottom: 5px;
	width:  209px;
	overflow:  hidden;
	border-top: 1px solid #fff;   
	border-bottom: 1px solid #fff; 
}

td#sidenav li.category_one_line {
    padding-top:  5px;
    padding-bottom: 5px;
    width:  209px;
    overflow:  hidden;
    border-bottom: 1px solid #fff; 
}

td#sidenav ul ul li {
    padding-left: 0;
}

/* 2nd level Nav */
td#sidenav ul li ul li a {
    padding-left: 20px;
}

td#sidenav ul li ul li a:hover {
  	padding-left: 20px;  
}


/* 3rd level Nav */
td#sidenav ul  ul  ul li a, td#sidenav ul  ul  ul li a:hover {
    padding-left: 40px;
}

td#sidenav li li a:hover, td#sidenav li li li a.active {
	padding-left: 40px
}

td#sidenav li a
    {
    font-family: arial, helvetica, sans-serif;
    display: block;
    font-size: 12px;
    padding: 7px 0;
    color: #6699cc;
    text-decoration: none;
    line-height: 1em;
    background: none;
    text-transform: capitalize;
    }


td#sidenav li a:hover, td#sidenav li a.active
    {
    text-decoration: none;
    color: #000;
    }



   /* subnav styles */

td#sidenav ul ul /* 3rd level */
    {
    padding: 0 0 0 0;
    margin: 0 0 5px 0px;

    }

td#sidenav li li a
    {
	display:  block;
    color: #6699cc;
    padding: 2px 5px;

    margin: 0 6px;
    margin-left: 0px;
    font-weight: normal;
    width: 102px; /* if no width specified IE stuffs up the list spacing something awful */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: auto;
    line-height: 1.45em; /* spacing 3rd level */
    }

td#sidenav li li a:hover, td#sidenav li li a.active
    {
    color: #000;
    padding: 2px 5px;
    padding-left: 20px;
    }



td#sidenav ul li ul li {
    border:  none;
}


.display
    {
    position: relative;
    float: right;
    margin: 1em;
    border: 6px solid #8D7495;
    }

#banner
{
    background-color: #eee;
    height: 99px;
}

#banner img
{
    width: 582px;
    height: 99px
}

#banner_index
{
    background-color: #eee;
    height: 176px;
}

#banner_index img
{
    width: 564px;
    height: 176px
}

td p.range_description
{
    color: #758FAA;
    font-size: 1em;
}

td.body_content
{
    background:#f2f2f2 url(/images/inside_grey_strip.gif) repeat-y;
    border-top: 1px solid #fff;
}
table.listing
{
    background-color: #fff;
    width: 582px;
}
.listing h3
{
    font-size: 1.1em;
}

.listing td
    {
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid #F0F0F0;
    }

.listing .right_bg
{
    background-color: #f8f8f8;
    padding: 1em 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
    width: 129px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 130px;
}

.listing p
    {
    /*  margin-right: 50px; */
    margin: 0 0 1em 0;
    font-size: .95em;
    }

.listing h2
    {
    font-size: 1.6em;
    color: #666;
    margin: 0 50px .3em 0;
    }

a.more
    {
    color: #83ACD6;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.3em;
    background: url(/images/arrow.gif) 0 .4em no-repeat;
    padding: 0 0 0 14px;
    margin: 0 33px .3em 4px;
    display: block;
    }

a.more:hover
    {
    text-decoration: none;
    color: #3B88D7;
    background-color: #DDE8F4;
    }

dt
    {
    color: #000;
    }

dd
    {
    margin: 0 0 .5em 0em;
    }

.content_padding
{
    width: 410px;
    margin: 1em 0 2em 20px;
}

fieldset
    {
    position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    margin: 20px 0 20px 0;
    background: #ddd;
    padding: 10px;
    border: 1px solid #8D7495;
    }

label
    {
    display: block;
    position: relative;
    margin: 10px 0;
    color: #333366;
    padding: 6px 220px 6px 6px;
    border-bottom: 1px dotted #fff;
    font-weight: normal;
    }

label input, label select
    {
    position: absolute;
    right: 10px;
    top: 0;
    }


/* Form */

table.no_border td,
table.no_border td.right_bg {
    border: none;
}

table.no_border form {
    position: relative;
    top: -2em;
}

form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 4px;
}

form ul li {
    clear: both;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 0px 2px 6px;
}

form li label {
    float: left;
    padding: 6px 0 0;
    width: 136px;
    margin: 0;
    color: #666;
}

form li input, form li textarea {
    color: #666;
    width: 195px;
    height: 20px;
    border: none;
    background: transparent url('/images/bg-input.png') no-repeat 0 0;
    padding: 8px 12px 0;
}

form li input.input_small {
    width: 15px;
    background: transparent url('/images/bg-input-small.png') no-repeat 0 0;
}

form li textarea.input_textarea {
    width: 195px;
    height: 156px;
    background: transparent url('/images/bg-input-textarea.png') no-repeat 0 0;
    border: none;
    overflow: auto;
}

form input.input_submit {
    width: 87px;
    height: 37px;
    background: transparent url('/images/button-submit.png') no-repeat 0 0;
}

form input.input_submit:hover {background-position: 0 -37px;}


#footer
    {
    background-color: #fff;
    font-size: .9em;
    margin: 0 25px 0 210px;
    padding: 10px 0 14px 0;
    border-top: 1px solid #eee;
    }

#footer div
{
    width: 750px;
    text-align: center;
}
.top
    {
    position: absolute;
    bottom: 50px;
    right: 10%;
    }

/* staff */

#staff {
    width: 100%;
    float: left;
    margin-bottom: 1em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 24px;
}

#staff p {
    line-height: 24px;
}

#staff a {
    color: #336699;
    font-weight: bold;
    text-decoration: none;
}

#staff a.highlight {
    border-bottom: 1px solid #95AFC8;
}

#staff a:focus, #staff a:hover, #staff a:active {
    background: none;
    border-bottom: 1px solid #95AFC8;
}

#staff .member {
    background: #F8F8F8;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    line-height: 18px;
}

#staff .member p {
    line-height: 18px;
}

#staff .text {
    width: 230px;
    float: left;
}

#staff .navigation {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 168px;
    height: 38px;
}

#staff .navigation li {
    margin: 0;
    padding: 0;
}

#staff .navigation a {
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -999em;
    height: 38px;
    border: none;
}

#staff .navigation li.previous a {
    width: 92px;
    background: transparent url(/images/bg-previous.gif) no-repeat 0% 0%;
    float: left;
}

#staff .navigation li.next a {
    width: 76px;
    background: transparent url(/images/bg-next.gif) no-repeat 0% 0%;
    float: right;
}

#staff .header {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

#staff.list {
    margin-top: 20px;
}

#staff.list .image {
    width: 131px;
    height: 131px;
    float: left;
    position: relative;
}

#staff.list .image img.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

#staff.list .image img.thumb {
    margin: 6px 0 0 13px;
}

#staff.view .image {
    background: transparent url(/images/bg-staff-view-image.gif) no-repeat 0% 0%;
    width: 169px;
    height: 210px;
    float: left;
    position: relative;
}

#staff.view .image img {
    display: block;
}

#staff.view .image img.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

#staff.view .image img.main {
    margin: 6px 0 0 6px;
}

#staff .title {
    float: right;
    width: 230px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#staff h2 {
    margin: 0 0 10px;
    padding: .5em 0 .3em;
    width: 100%;
    border-bottom: 1px solid #bbb;
}

#staff h2 a {
    color: #83ACD6;
    font-weight: normal;
}

#staff h2 a:hover, #staff h2 a:hover, #staff h2 a:hover {
    border-bottom: none;
}

/*

#staff h2.staff_1 {
    background-image: url(/images/bg-h2-toby-whyte.gif);
}

#staff h2.staff_7 {
    background-image: url(/images/bg-h2-aaron-skidmore.gif);
}

#staff h2.staff_2 {
    background-image: url(/images/bg-h2-alice-skidmore.gif);
}

#staff h2.staff_3 {
    background-image: url(/images/bg-h2-jimi-grant.gif);
}

#staff h2.staff_4 {
    background-image: url(/images/bg-h2-kristy-johnston.gif);
}

#staff h2.staff_5 {
    background-image: url(/images/bg-h2-rebecca.gif);
}

#staff h2.staff_6 {
    background-image: url(/images/bg-h2-richard-obrien.gif);
}

#staff h2.staff_8 {
    background-image: url(/images/bg-h2-alan-chang.gif);
}

*/


#staff h2.faq {
    margin-top: 20px;
}

#staff h3 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#staff .content {
    clear: both;
}

#staff dl {

}

#staff dt, #staff dd {
    padding-left: 37px;
    margin-bottom: 25px;
}

#staff dt {
    color: #336699;
    font-weight: bold;
    background: transparent url(/images/bg-question.gif) no-repeat 0% 2px;
}

#staff dd {
    background: transparent url(/images/bg-answer.gif) no-repeat 0% 2px;
}

#whats_new {
    background: green;
    margin: 0;
    padding: 0;
}

#whats_new tr{
}
#whats_new td {
    margin: 0;
    padding: 0;
    outline: 1px solid blue;

}

a#go_green {
	background: url(/images/go-green-button.gif) 0 0 no-repeat;
	display: block;
	width: 207px;
	height: 37px;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

a#go_green:hover {
	background: url(/images/go-green-button.gif) 0 0 no-repeat;
	background-position: left bottom;
	margin: 20px 0 0 0;
}


/* Recent Press */
a.pdf {
    background: url(/images/pdf.gif) left no-repeat;
    padding: 3px 0 2px 25px;
}

.press_date {
    color: #333;
}

.recent_press {
    padding: 5px 0 0 20px;
}

