/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 September 2010 07:56:08
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* End reset */

.access {
    position:absolute;
    left:-9999px;
    width:990px;
}

table {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

th, td {
    border-bottom:1px solid #ddd;
    border-right:1px solid #ccc;
}

th, td {
    padding:.8em;
}

a:link, a:visited {
    color:#36c;
}
a:hover,code,pre {
    color:#c33;
}

a:active, a:focus {
    color:#000;
}

ul,ol {margin-left: 2em;
}

ul ul,ol ul,ul ol,ol ol {margin-bottom:0;
}

ul {list-style:disc outside;
}

ol {list-style:decimal outside;
    list-style-type:decimal;
    list-style-color: #669EA9;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------LAYOUTS------------ */

html {font-family: helvetica, arial, sans-serif;
    font-size: 1.2em;
    line-height:1em;
}

body {margin: 0;
    padding:0;
    background: #bcd;
    font-size: 75%;
}

#container {background: white;
    border: orange solid 3px;
    margin: 10px auto;
    width:750px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#content, #siteinfo {
    clear:both;
}

#header {width: 750px;
    background-image: url(http://www.nzord.org.nz/__data/assets/image/0007/16585/headertile.gif);
    padding: 50px 0;
    -moz-border-radius-topright: 17px;
    -moz-border-radius-topleft: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

#header h1 {font-family: verdana, geneva, sans-serif;
    padding: 20px 30px;
    font-size: 2.5em;
    line-height: 1.2;
    background-image: url(http://www.nzord.org.nz/__data/assets/image/0009/16587/header-title-bg.png);
}

#header a {color: #003674;
    text-decoration:none;
}

/*Content Area*/

#content {padding: 5px 25px;
}

#content h1, #content h2, #content h3 {font-family: verdana, geneva, sans-serif;
    margin-top:0;
    color: #003674;
    font-weight:normal; 
}

#content-main h1 {font-size: 2em;
    line-height:1;
    margin:1em 0 .5em;
}

#content-main h2 {font-size: 1.8em;
    line-height:1;
    margin: 0.8em 0 .535em;
}

#content-main h3 {font-size:1.4em;
    line-height:1;
    margin: 1.14em 0 .57em;
}

#content-main h4 {font-size:1.3em;
    line-height:1;
    margin:1.23em 0 .615em;
}

#content-main h5 {font-size:1.2em;
    line-height:1;
    margin:1.33em 0 .67em;
}

#content-main h6 {font-size:1em;
    line-height:1;
    margin:1.6em 0 .8em;
}

#content-main p {margin-bottom:1.2em;
    line-height: 1.5;
}

#content-main ul li {list-style: url(http://www.nzord.org.nz/__data/assets/image/0020/16715/bullet.gif);
    line-height: 1.5;
}

/*Siteinfo*/

#siteinfo {font-family: verdana, geneva, sans-serif;;
    padding: 15px 25px;
    color: white;
    background-image: url(http://www.nzord.org.nz/__data/assets/image/0007/16585/headertile.gif);
    -moz-border-radius-bottomright: 17px;
    -moz-border-radius-bottomleft: 17px;
    -webkit-border-bottom-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

#siteinfo a {
    text-decoration:none;
    color:#fff;
}
#siteinfo a:hover {
    text-decoration:underline;
    color:orange;
}

#siteinfo-links {
    Float:left;
    width:45%;
}

#siteinfo-legal {
    Float:right;
    width:45%;
    text-align: right;
}