/* Layout stylesheet
----------------------------------------------
    Name: Firstname Lastname
    Date: Day Month Year
*/

/* Index
----------------------------------------------
    1. Layout
    2. Head
    3. Content
    4. Foot
    5. General Styles
*/

/* 1. Layout
----------------------------------------------*/

body {
    padding: 0;
    height: 100%;
    background: #eeece9;
    min-width: 300px;
}

#containall {
    max-width: 1260px;
    margin: 0 auto;
    background: #f5f3f0;
            box-shadow: 0 3px 4px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}

/* 2. Head
----------------------------------------------*/

#headbg {
    z-index: 100;
    background: #fff;
}

#head {
    position: relative;
    z-index: 100;
    padding: 0 3%;
}

#logodiv {
    width: 20%;
}

#logolink {
    display: block;
    margin: 33px 0 23px;
}

#headercontent {
    padding-top: 50px;
}

#headright {
    margin: 40px 0 0;
    width: auto;
    z-index: 101;
    float: right;
}

#headright p {
    padding: 0;
}

#headright input {
    margin: 0;
}

#headright .button {
    margin: 0;
    padding-right: 30px;
    line-height: 30px;
}

#headright .button a#hiname {
    padding: 5px 35px 6px 12px;
    background-image: url(../images/eianz-arrow-wwd.png);
    background-position: 93% 50%;
    background-repeat: no-repeat;
}

#headright .button span {
    display: block;
}

#headright .button span a {
    text-align: left;
}

#headright .button a:hover {
    background-color: #5891a8;
}

#headright .button.nonbutton {
    background: none;
    color: #28479e !important;
}

#headright .button.nonbutton:hover {
    background: #dfe4f1 !important;
}

#headsearch input {
    background: url(../images/eianz-icon-mag.png) no-repeat 95% 50% #fff;
    padding: 7px 30px 7px 5%;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    width: 70%;
    color: #091c27;
}

#headsearch button {
    display: none;
}

#tbloginform {
    padding: 25px 35px 0;
}

#tbloginform input {
    width: 84%;
    padding: 15px 8%;
}

#tbloginform input#password {
    border-top: 0;
}

#tbloginform button {
    text-align: left;
    width: 213px;
    margin-top: 20px;
}

#hiddenbit {
    display: none;
    width: 184px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 101;
    background: url(../images/eianz-dropmenubg.png) repeat-x 70px 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0 0;
            box-shadow: 0 6px 2px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 6px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 6px 2px rgba(0,0,0,0.2);
}

#hiddenbit li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    display: block;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

#hiddenbit li a {
    display: block;
    padding: 12px 26px !important;
    background: url(../images/eianz-dropmenusep.png) no-repeat 50% bottom #fff;
    color: #091c27 !important;
    height: auto;
    text-decoration: none;
    font-family: Century Gothic, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

#hiddenbit li:last-child a {
    background-image: none;
}

#hiddenbit li a:hover {
    color: #1f6e66 !important;
    text-decoration: none;
}

/* --- main navigation */

#mainNavbg {
    background: #dfe4f1;
    z-index: 100;
}

#mainNav {
    margin: 20px 0;
    padding: 0;
    z-index: 100;
    float: right;
    width: auto;
}

#mainNav li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
    list-style-image: none !important;
    z-index: 100;
    background: url(../images/eianz-mainnavsep.png) no-repeat right 5px;
}

#mainNav li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    height: 30px;
    font-family: Century Gothic, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #231f20;
}

#mainNav li.on a {
    color: #1f6e66;
}

#mainNav li:hover a, #mainNav li a:hover, #mainNav li.on a:hover {
    color: #1f6e66;
}

#mainNav li:last-child {
    background: none;
}

#mainNav li:last-child a {
    padding-right: 0;
}

/* --- drop down navigation */

#mainNav ul {
    display: none;
    width: 200px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    background: url(../images/eianz-dropmenubg.png) repeat-x -40px 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0 0;
            box-shadow: 0 6px 2px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 6px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 6px 2px rgba(0,0,0,0.2);
}

#mainNav ul li {
    margin: 0;
    float: none;
    display: block;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

#mainNav ul li a, #mainNav li.on ul li a {
    padding: 12px 26px !important;
    background: url(../images/eianz-dropmenusep.png) no-repeat 50% bottom #fff;
    color: #091c27 !important;
    height: auto;
    line-height: 18px;
}

#mainNav ul li:last-child a, #mainNav li.on ul li:last-child a {
    background-image: none;
}

#mainNav ul li a:hover, #mainNav li.on ul li a:hover {
    color: #1f6e66 !important;
}

#mainNav ul ul {
    top: -1px;
    left: 198px;
    border-top: 1px solid #e0e0e0;
    padding: 0;
    background: #fff;
}

/* 3. Content
----------------------------------------------*/

/* --- Banner */

#widebannerbg {
    position: relative;
    z-index: 99;
    background: url(../images/eianz-innerslide00.png) no-repeat 0 0;
}

.sbBanner {
    position: relative;
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#widebannerbg .sbBanner .listItem > img {
    min-width: 600px;
}

.sbBanner .listItem {
    padding: 0;
    border: 0;
    width: 100%;
    z-index: 99;
}

.sbBanner .listItem .slidelink {
    display: block;
}

.sbBanner .listItem .slidelink img {
    display: block;
    margin: 0 auto;
}

.sbBanner .container_12 {
    z-index: 99;
}

#widebannerbg .slideoverlay, #eventsbg .slideoverlay {
    text-align: left;
    position: absolute;
    left: 6%;
    bottom: 30px;
    font-size: 16px;
    line-height: 21px;
    padding: 0 7% 50px 0;
    width: 85%;
    z-index: 101;
}

#widebannerbg .slideoverlay p {
    width: 50%;
}

#widebannerbg .slideoverlay .readMore, #eventsbg .slideoverlay .readMore {
    position: absolute;
    right: 6%;
    bottom: 20px;
}

#widebannerbg .slideoverlay h1, #widebannerbg .slideoverlay h1 a,
#eventsbg .slideoverlay h1, #eventsbg .slideoverlay h1 a {
    color: #fff;
}

#widebannerbg h1 {
    width: 90%;
}

.sbBanner p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#slidenav {
    position: absolute;
    right: 2%;
    top: 45%;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    z-index: 100;
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#slideprev, #slidenext {
    display: block;
    width: 50px;
    height: 50px;
}

#slideprev {
    background: url(../images/eianz-arrow-gu.png) no-repeat 50% 50%;
    border-bottom: 1px solid #f0f0f0;
}

#slidenext {
    background: url(../images/eianz-arrow-gd.png) no-repeat 50% 50%;
}

#slideprev:hover, #slidenext:hover {
    background-color: #fff;
    cursor: pointer;
}

.sbBanner .credbox {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0c2533;
    border: 1px solid #06141c;
    padding: 4px 6px;
    color: #fff;
    text-transform: uppercase;
    font-family: Century Gothic, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    text-decoration: none;
}

#widebannerbg .sbBanner .credbox {
    padding: 1px 6px;
}

.credbox .credlink {
    color: #9fa2a4;
    display: inline-block;
    margin: 0 0 0 5px;
}

.sbBanner .credbox:hover {
    background: #06141c;
}

.credbox .credlink:hover {
    text-decoration: underline;
}

.credbox .slidenum {
    display: inline-block;
    position: relative;
    left: 6px;
    padding: 1px 6px;
    border-left: 1px solid #06141c;
}

/* --- Homepage */

.whitebox {
    margin: 30px 0 0;
    background: #fff;
    border: 1px solid #e9e8e6;
}

#welcome {
    font-size: 16px;
    line-height: 23px;
}

#welcome .recordDetail {
    background: no-repeat right top;
    background-size: auto 100%;
}

#welcome .grid_6 {
    background: #fff;
}

#welcome .padme {
    padding: 40px 6%;
}

#welcome img {
    display: block;
}

#welcome h2 {
    margin: 0 0 25px;
}

#welcome ul li {
    list-style: url(../images/eianz-icon-tick.png);
    color: #091c27;
    font-weight: 700;
}

#welcome .button {
    width: 37%;
    padding: 16px 4%;
    text-align: left;
    margin-right: 2%;
    min-width: 160px;
}

#wevalue {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-family: Century Gothic, Arial, sans-serif;
}

#wevalue .padme {
    padding: 55px 3% 45px;
    background-color: #008e7f;
}

#wevalue p.left {
    width: 70%;
}

.bluebg {
    background: url() no-repeat
0 bottom #5e9cb4;
    color: #fff;
}

#eventsbg {
}

#eventsbg .sbBanner .slideoverlay {
    padding: 0;
    width: 85%;
    left: 7%;
    bottom: 175px;
}

#eventsbg .sbBanner h1 {
    font-size: 62px;
    line-height: 66px;
}

#eventsbg .sbBanner .credbox {
    background: #f2f2f2;
    border-color: #e6e7e8;
    color: #091c27;
    text-transform: none;
    position: static;
}

#eventsbg .sbBanner .credbox:hover {
    background: #fff;
}

#eventsbg .sbBanner .credbox .credlink,
#eventsbg .sbBanner .credbox .bannerpager {
    display: none !important;
}

#eventsbg .sbBanner .credbox .slidestate {
    display: inline-block;
    position: relative;
    left: 6px;
    padding: 1px 6px;
    border-left: 1px solid #e6e7e8;
    background: #fff;
}

#homenews {
}

#homenews .padme {
    padding: 20px 3% 30px;
}

.newseventslist {
    padding: 44px 0 10px;
}

.newseventslist h2 {
    position: relative;
    padding: 0 120px 8px 0;
    margin: 0;
}

.newseventslist h2 .button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.newseventslist ul {
    padding: 0;
}

.newseventslist ul p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.newseventslist h4 {
    margin: 0;
}

#eventslider {
    height: 371px !important;
    overflow: hidden;
    background: url(../images/eianz-insep.png) no-repeat center bottom;
    background-size: 100% 1px;
}

.frontEventListItem {
    position: relative;
}

.eventslidenext {
    background: url(../images/eianz-arrow-fd.png) no-repeat 50% 50%;
    display: block;
    height: 30px;
}

.eventslidenext:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

#eventslider .frontEventListItem {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

#eventslider .frontEventListItem .readMore {
    display: none;
}

span.caldate {
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #e6e7e8;
    padding: 0 6px;
    color: #091c27;
    font-family: Century Gothic, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
    margin: 0 0 10px;
}

span.caldate .calregion {
    display: inline-block;
    position: relative;
    left: 6px;
    padding: 2px 6px;
    border-left: 1px solid #e6e7e8;
    background: #fff;
}

span.small {
    color: #8899c9;
    font-size: 12px;
}

.frontNewsListItem {
    border-bottom: 0;
    padding: 0 0 15px;
}

.frontNewsListItem h4, #mcevents .frontEventListItem h4 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

#homenews .frontNewsListItem h4 {
    min-height: 69px;
}

#followeianz {
    margin: 0;
    border-top: 0;
}

#followeianz .padme {
    padding: 20px 3%;
;
}

#linkedinbutt, #facebookbutt, #twitterbutt {
    margin: 5px 0 0 8px;
    width: 93px;
    text-align: left;
}

#linkedinbutt img, #facebookbutt img, #twitterbutt img {
    float: right;
    margin-top: 7px;
}

#twitterbutt img {
    margin-top: 8px;
}

#logosliderbg {
}

#logosliderbg .padme {
    padding: 30px 3%;
    margin: 0;
}

#logosliderbg h4 {
    margin-top: 31px;
    color: #556282;
}

#logoslider {
    position: relative;
    padding-bottom: 40px;
}

#logoslider ul, #logoslider li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    text-align: center;
}

#logoslider li {
    display: inline-block;
}

#logoslider li a {
    display: inline-block;
    margin: 0 17%;
}

#logoslider li a img {
    display: block;
}

#partnav {
    position: absolute;
    top: -70px;
    right: 2.5%;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    z-index: 100;
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.logoprevnext {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: left;
}

#logoprev {
    background: url(../images/eianz-arrow-gl.png) no-repeat 50% 50%;
    border-right: 1px solid #f0f0f0;
}

#logonext {
    background: url(../images/eianz-arrow-gr.png) no-repeat 50% 50%;
}

#logoprev:hover, #logonext:hover {
    background-color: #fff;
    cursor: pointer;
}

/* --- Inner pages */

#inner {
    padding: 70px 0;
}

.nothome #widebannerbg li h1, .nothome #widebannerbg .bannerpager {
    display: none;
}

.nothome #widebannerbg #slideoverlay {
    padding: 0;
    bottom: 80px;
}

.nothome #widebannerbg h1 {
    width: auto;
}

#mainBar {
    position: relative;
    z-index: 10;
}

h1.pageTitle, #mainBar h1:first-child {
    display: none;
}

h2.pageTitle {
    margin-bottom: 30px;
    color: #083d58;
}

.path, .breadcrumb {
    font-size: 12px;
    display: none;
}

#sideBar {
    float: right;
    margin: 0;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#innernav {
    padding: 0 0 80px;
            box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}

#innernav li {
    list-style: none;
    padding: 0;
}

#innernav li a {
    background: #008e7f;
    border: 1px solid #008e7f;
    display: block;
    padding: 15px 8% 15px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Century Gothic, Arial, sans-serif;
}

#innernav li ul {
    padding: 0;
    margin: 0 0 30px;
}

#innernav li ul ul {
    padding: 0;
    margin: 0;
}

#innernav li li {/*border-bottom: 1px solid #f2f2f2;*/
    background: url(../images/eianz-insep.png) no-repeat center bottom;
}

#innernav li li.menuIsParent > a {
    background: url(../images/eianz-arrow-fd.png) no-repeat right 18px;
}

#innernav li li.menuIsParent.on > a {
    background: url(../images/eianz-arrow-fl.png) no-repeat right 18px;
}

#innernav li li li.menuIsParent > a {
    background: url(../images/eianz-arrow-fd.png) no-repeat right 8px;
}

#innernav li li li.menuIsParent.on > a {
    background: url(../images/eianz-arrow-fl.png) no-repeat right 8px;
}

#innernav li li li li.menuIsParent > a {
    background: url(../images/eianz-arrow-fd.png) no-repeat right 7px;
}

#innernav li li li li.menuIsParent.on > a {
    background: url(../images/eianz-arrow-fl.png) no-repeat right 7px;
}

#innernav li li ul {
    display: none;
}

#innernav li li.on > ul {
    display: block;
}

#innernav li li a {
    background: none;
    border: 0;
    color: #000000;
    padding: 10px 8%;
    width: auto;
    margin: 0 !important;
}

#innernav li li a:hover {
    color: #258278;
}

#innernav li li.on a, #innernav li li.on a:hover {
    color: #258278;
}

#innernav li li ul {
    border: 0;
    background: none;
    margin: 0 0 15px;
    padding: 0 0 5px 30px;
            box-shadow: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#innernav li li li {
    margin: 0;
    border: 0;
    background: none;
}

#innernav li li li a, #innernav li li.on li a {
    color: #258278;
    padding: 5px 0;
    width: auto;
    text-transform: none;
}

#innernav li li li.on a, #innernav li li li a:hover,
#innernav li li.on li a:hover {
    color: #258278;
}

#innernav li li li ul {
    padding: 0;
}

#innernav li li li li {
    margin: 0 0 0 10%;
    list-style: square;
    color: #d1e0f0;
}

#innernav li li li li a, #innernav li li li.on li a {
    color: #258278;
    font-weight: normal;
}

#innernav li li li li.on a {
    color: #258278;
}

#innernav li li li li li {
    list-style: circle;
}

#innernav li li li li.on li a {
    color: #258278;
    text-transform: none;
    padding: 2px 0;
}

#innernav li li li li a:hover, #innernav li li li.on li a:hover,
#innernav li li li li li.on a {
    color: #258278;
}

.sharebit, .sharebit2 {
    background: url(../images/eianz-insep2.png) no-repeat;
    background-size: 100% 1px;
}

.sharebit {
    background-position: 0 top;
    margin: 0 0 30px;
    color: #091c27;
    font-weight: 600;
    line-height: 37px;
}

.sharebit2 {
    background-position: 0 bottom;
    padding: 17px 0 6px;
}

.addthis_32x32_style .at4-icon.aticon-linkedin {
    background: url(../images/eianz-icon-ling.png) no-repeat 50% 50% #fff !important;
    background-size: 12px 11px !important;
}

.addthis_32x32_style .at4-icon.aticon-facebook {
    background: url(../images/eianz-icon-fbg.png) no-repeat 50% 50% #fff !important;
    background-size: 13px 13px !important;
}

.addthis_32x32_style .at4-icon.aticon-twitter {
    background: url(../images/eianz-icon-twg.png) no-repeat 50% 50% #fff !important;
    background-size: 13px 13px !important;
}

.addthis_32x32_style .at-share-btn {
    margin: 0 0 0 10px !important;
            box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}

#mcevents.newseventslist li.listItem, #mcnews.newseventslist li.listItem {
    float: left;
    width: 48%;
    border: 0;
}

#mcevents.newseventslist li.listItem:nth-child(even),
#mcnews.newseventslist li.listItem:nth-child(even) {
    float: right;
}

#mcevents.newseventslist li.listItem h4, #mcnews.newseventslist li.listItem h4 {
    min-height: 0;
}

#mcnews {
    margin: 0 0 50px;
}

#mcnews li .padme {
    padding: 0;
}

#memberrenew {
    background: url(../images/eianz-bluebg5e9cb4.png) no-repeat 0 bottom;
    padding: 20px 5% 30px;
    margin: 0 0 50px;
            border-radius: 2px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto;
    float: none;
    clear: both;
}

#memberrenew h2 {
    background: none;
    margin: 17px 0 0;
    padding: 0;
    font-size: 23px;
    color: #fff;
}

#cdbg {
    background: url(../images/eianz-divbg.png) #b6d7e2;
    padding: 120px 0;
}

#cdcont {
    max-width: 1000px;
}

#cdTitle {
    color: #fff;
    margin: 0 0 70px;
}

#cdnav {
    background: url(../images/eianz-divmap.png) no-repeat right bottom;
    height: 445px;
    position: relative;
}

#cdnav, #cdnav ul {
    padding: 0;
}

#cdnav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#cdnav li a {
    display: none;
}

#cdnav li li {
    margin: 0 0 40px;
}

#cdnav li li a {
    display: inline-block;
    color: #258278;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-family: Century Gothic,Arial,sans-serif;
}

#cdnav li li li {
    margin: 5px 0;
}

#cdnav li li li a {
    color: #fff;
    text-transform: none;
}

.cdarea {
    display: none;
    position: absolute;
    display: block;
    background: no-repeat 999px 999px;
    z-index: 5;
}

.cdname {
    background: url(../images/eianz-divnamebox.png) no-repeat 0 0;
    height: 37px;
    padding: 0 10px 0 18px;
    line-height: 34px;
    color: #091c27;
    display: none;
    position: absolute;
    white-space: pre;
}

#cdnav li li li a:hover .cdarea {
    background-position: 0 0;
}

#cdnav li li li a:hover .cdname {
    display: inline-block;
}

.australiancapitalterritory .cdarea {
    background-image: url(../images/eianz-divmap01.png);
    bottom: 117px;
    height: 34px;
    right: 250px;
    width: 19px;
    z-index: 8;
}

.australiancapitalterritory .cdname {
    left: 20px;
    top: -5px;
}

.farnorthqueensland .cdarea {
    background-image: url(../images/eianz-divmap02.png);
    bottom: 244px;
    height: 201px;
    right: 237px;
    width: 168px;
}

.farnorthqueensland .cdname {
    left: 139px;
    top: 131px;
}

.newsouthwales .cdarea {
    background-image: url(../images/eianz-divmap03.png);
    bottom: 95px;
    height: 122px;
    right: 200px;
    width: 166px;
}

.newsouthwales .cdname {
    left: 150px;
    top: 13px;
}

.northernterritory .cdarea {
    background-image: url(../images/eianz-divmap04.png);
    bottom: 244px;
    height: 194px;
    right: 405px;
    width: 116px;
}

.northernterritory .cdname {
    left: 52px;
    top: 30px;
}

.southaustralia .cdarea {
    background-image: url(../images/eianz-divmap05.png);
    bottom: 85px;
    height: 159px;
    right: 366px;
    width: 155px;
}

.southaustralia .cdname {
    left: 101px;
    top: 57px;
}

.southeastqueensland .cdarea {
    background-image: url(../images/eianz-divmap06.png);
    bottom: 206px;
    height: 75px;
    right: 200px;
    width: 170px;
}

.southeastqueensland .cdname {
    left: 152px;
    top: 24px;
}

.tasmania .cdarea {
    background-image: url(../images/eianz-divmap07.png);
    bottom: 13px;
    height: 45px;
    right: 269px;
    width: 50px;
}

.tasmania .cdname {
    left: 38px;
    top: -8px;
}

.victoria .cdarea {
    background-image: url(../images/eianz-divmap08.png);
    bottom: 71px;
    height: 70px;
    right: 201px;
    width: 166px;
}

.victoria .cdname {
    left: 44px;
    top: 18px;
}

.westernaustralia .cdarea {
    background-image: url(../images/eianz-divmap09.png);
    bottom: 123px;
    height: 283px;
    right: 521px;
    width: 204px;
}

.westernaustralia .cdname {
    left: 52px;
    top: 110px;
}

.newzealand .cdarea {
    background-image: url(../images/eianz-divmap10.png);
    bottom: 0;
    height: 211px;
    right: 2px;
    width: 144px;
}

.newzealand .cdname {
    left: 125px;
    top: 34px;
}

#meetourcommittee {
    position: relative;
    margin: 0 0 80px;
}

#meetourcommittee h2 {
    margin: 30px 0 10px;
}

#meetourcommittee ul.knowledgeList {
    overflow: hidden;
    padding: 0 3%;
}

#meetourcommittee ul.knowledgeList.isOpen {
    height: auto !important;
}

.cdstaffitem {
    padding: 40px 0;
    position: relative;
}

#meetourcommittee .cdstaffitem .listItemLeft, .cdthumb {
    display: none;
}

.cdstaffitem .cdstaffitemright {
    float: right;
    width: 85%;
}

.cdstaffitem.hasthumb .cdstaffitemright {
    float: none;
    width: auto;
}

.cdstaffitem .cdthumb, .cdstaffitem .listItemLeft {
    display: block;
    float: left;
    background: url(../images/eianz-cdstaff.png);
    width: 75px;
    height: 75px;
            border-radius: 50px;
       -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
}

.cdstaffitem .listItemRight {
    width: 85%;
}

.cdstaffitem h5 {
    color: #155073;
    margin: 0 0 5px;
}

.cdstaffitem h5 span {
    color: #777c80;
}

.cdstaffitem h2, .cdstaffitem .readMore {
    display: none;
}

.cdphone, .cdemail {
    color: #5e9cb4;
    padding: 0 0 15px 18px;
    margin-right: 25px;
}

.cdphone {
    background: url(../images/eianz-icon-ph.png) no-repeat 0 3px;
}

.cdemail {
    background: url(../images/eianz-icon-e.png) no-repeat 0 3px;
}

.cdshowhide {
    display: block;
    overflow: hidden;
}

.cdstaffdesc {
    font-size: 16px;
    line-height: 23px;
}

.cdshowhide p {
    padding: 0;
}

.showmore {
    color: #008e7f;
}

.sdhide, .isDown .sdshow, .sdless, .isDown .sdall {
    display: none;
}

.isDown .sdhide, .isDown .sdless {
    display: inline;
}

p#showallstaff {
    background: url(../images/eianz-cdgrad.png) repeat-x 0 top;
    height: 100px;
    padding: 30px 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
            box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}

p#showallstaff.isDown {
    position: static;
}

p#showallstaff .showall {
    background-image: url(../images/eianz-arrow-gd2.png);
}

p#showallstaff.isDown .showall {
    background-image: url(../images/eianz-arrow-gu2.png);
}

.contactouroffice ul li {
    list-style: none;
    float: left;
    width: 47%;
    padding: 0 3% 0 0;
}

p.emailouroffice {
    clear: both;
}

/* 4. Foot
----------------------------------------------*/

#footbg {
    background: #b0b0b0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 70px 0 0;
    font-family: Century Gothic, Arial, sans-serif;
    text-transform: uppercase;
}

#foot {
    padding: 20px 3% 30px;
}

#siteinfomenu {
    margin: 0;
    padding: 0 0 12px;
}

#siteinfomenu li {
    float: left;
    list-style: none;
    margin: 0 16px 8px 0;
    padding: 0 16px 0 0;
    border-right: 1px solid #c0c0c0;
    line-height: 20px;
}

#siteinfomenu li#copyli {
    border: 0;
    margin-right: 30px;
}

#siteinfomenu li:last-child {
    border: 0;
}

#siteinfomenu li a {
    color: #fff;
}

#siteinfomenu li a.linkedin {
    background: url(../images/eianz-icon-linw.png) no-repeat right 50%;
    padding-right: 20px;
}

#siteinfomenu li a.facebook {
    background: url(../images/eianz-icon-fbw.png) no-repeat right 50%;
    padding-right: 20px;
}

#siteinfomenu li a.twitter {
    background: url(../images/eianz-icon-tww.png) no-repeat right 50%;
    padding-right: 20px;
}

#aolink {
    display: inline-block;
    background: url(../images/aolink.png) no-repeat 0 0;
    width: 76px;
    height: 26px;
    float: right;
}

#aolink:hover {
    background-position: 0 -26px;
}

#aolink span {
    display: none;
}

/* 5. General Styles
----------------------------------------------*/

.padme {
    padding: 0 6%;
    ;

}

.padmeleft {
    padding: 0 0 0 12%;
}

.padmeright {
    padding: 0 12% 0 0;

}

.readMore a {
    display: inline-block;
    text-transform: uppercase;
    background: url(../images/eianz-arrow-gr.png) no-repeat right 50%;
    font-family: Century Gothic, Arial, sans-serif;
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    color: #258278;
}

.readMore a:hover {
    color: #155073;
    text-decoration: none;
}

.form-link {
    display: block;
    margin: 0 0 1em;
}

#TB_window {
    border: 4px solid #fff !important;
    font-family: Century Gothic, Arial, sans-serif !important;
}

#TB_window #TB_title, #TB_window #TB_closeAjaxWindow {
    height: auto !important;
    padding: 0 !important;
    background: none !important;
    text-indent: -999em !important;
}

#TB_window #TB_closeWindowButton {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/fancy_closebox.png) no-repeat 50% 50%;
    color: transparent;
    font-size: 0 !important;
    text-indent: -999em !important;
    cursor: pointer;
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
}

#TB_ajaxContent {
}

#TB_ajaxContent h2 {
    font-size: 26px !important;
    margin: 20px 0;
}

#TB_ajaxContent p {
    margin: 0 !important;
    padding: 0 !important;
}

#TB_window img#TB_Image {
    border: 0 !important;
}

#TB_window #TB_closeWindowButton {
    background-image: url(../images/eianz-x.png) !important;
    right: 5px !important;
    top: 5px !important;
}

.TB_overlayBG {
    background-color: #fff !important;
}

/*--- Responsive YouTube Video ---*/

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
