
body, div, span, object, iframe,
/*h1,*/ h4, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.locbar
{
width:95%;
}
h1, h2, h3, h5, h6, p
{
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */
.menubr
{
line-height:5px;
color:#fff;
padding-left:5px;
}
.dropdown-toggle
{
white-space: narrow;
width:105px;

}
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
/* ul, ol { margin-left: 2em; } */
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
.nav>li>a {
/*
    padding: 2px 12px;
*/
}
small { font-size: 85%; }
strong { font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
select, input, textarea { color: #444;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/********************************

    Contents
                    - Primary styles
                    - Header
                    - Main-header
                    - Main-menu
                    - Banner
                    - Main-content
                    - Main-footer
                    - Footer
                    - Legal
                    - Non-Semantic helpers
                    - Print Styles
                    
Note: http://css3pie.com/ has been used for IE border radius.

********************************/

a 
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.inner{
  width:50%;
  margin-left: auto;
margin-right:auto;
}
header .inner {
z-index: 1;
}



.hide{
    left: -9999em;
    position: absolute;
}

ul#access {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 980px;
}
ul#access li {
   display: inline;
}
ul#access li a {
  color: #000;
  padding: 0 10px;
}
/* Set linked alt text colour to a readable format when images are disabled */
a img {
  color: #000;
}

/**
 * Header
 */


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-size:9pt;
	font-weight:bold;

}
.navbar-header, .container>.navbar-collapse {
    height: 80px;
}



element.style {
}
.navbar-inverse {
background-color: #003949;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#003949),to(#003949));

    background-image: -webkit-gradient(linear,left 0,left 100%,from(#003949),to(#003949));
    background-image: -webkit-linear-gradient(top,#003949,0%,#003949,100%);
    background-image: -moz-linear-gradient(top,#003949 0,#003949 100%);
    background-image: linear-gradient(to bottom,#003949 0,#003949 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003949',endColorstr='#ff003949',GradientType=0);


}


#right-top{
background: none;
height: auto;
position: relative;
width: 980px;
z-index: 10;
margin: 0 auto;
float: none;
}


.header-top-inner {
display: block;
background: #003C58;
float: none;
clear: both;
height: auto;
position: relative;
width: 100%;
margin: 0 0 10px;
}

.header-top-inner:after {
content: "";
display: table;
clear: both;
}

#top-links{
float: right;
list-style: none;
height: auto;
margin: 10px 0;
}

#top-links li{
    display:inline;
}

#top-links li a{
    float:left;
    color:#fff;
    padding: 0 6px;
    border-right: 1px solid #fff;
    text-decoration: none;
    display:inline;
}
#top-links li a:hover{
    text-decoration: underline;
}

#top-links li a.last{
    border-right:none;
    padding-right: 0;
}

/**
 * Main-Header
 */

#main-header{
    height:100px;
    clear:both;
}

#logo{
    width:253px;
    float:left;
}

#extras{
    float:right;
    margin-top:10px;
    width: 670px;
    margin: 30px 0 0 0;
}


.login{
float:left;
text-align:left;
}

.login{
    background: #c8c3b7;
    border: none;
    color: #000;
    outline: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
    behavior: url(http://www.gbrmpa.gov.au/design/js/PIE.htc);
display: block;
}



.login ul.dropdown li a {
width: 203px;
}

#main-content .login {
    margin: 18px 0 25px 0;
    clear:both;
}


.xdropdown{
  height:26px;
  margin:0 auto;
  position:relative;
z-index: 2;

}
#get-involved {
z-index: 3;
}


#main-content .dropdown{
    width: 290px;
}

ul.xdropdown li{
  display:block;
  float:left;
  position:relative;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0015/546/dropdown-button.png') no-repeat top right;
}

ul.dropdown li:hover{
    background-position: bottom right;
}

ul.dropdown li a{
    color: #000;
    display: block;
    height: 21px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 217px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0 0 13px;
}

#main-content ul.dropdown li a{
    width: 277px;
}

ul.dropdown li a:hover, ul.dropdown li a.current{
  background-position:0 -44px;
}

ul.dropdown li ul {
  position: absolute;
    height: auto;
    top: 26px;
    left: 0;
    margin-left: 9px;
    z-index: 200;
    width: 180px;
    display: none;
    background: #c8c3b7;
    overflow: auto;
}

#main-content ul.dropdown li ul {
  position: absolute;
    height: auto;
    top: 26px;
    /*left: 0;*/
left: -9999em;
    margin-left: 9px;
    z-index: 200;
    width: 180px;
    /*display: none;*/
    background: #c8c3b7;
    overflow: auto;
}

ul.dropdown li:hover ul{
    display:block;
}

#main-content ul.dropdown li:hover ul,
#main-content ul.dropdown li:active ul,
#main-content ul.dropdown li:focus ul
 {
left: 0;
}

ul.dropdown li ul li{
    float:none;
  display:block;
    overflow: visible;
}

ul.dropdown li ul li a{
    display:block;
  padding:10px 10px;
  height:auto;
  color:#000;
  font-size:12px;
    background: #c8c3b7;
border-bottom: 1px solid #BCB39C;
    text-decoration: none;
    width: auto;
}

#main-content ul.dropdown li ul{
width: 250px;
overflow: hidden;
}

ul.dropdown li ul li a:hover{
    text-decoration:underline;
}

ul.dropdown {
font-size: 100%;
}


#tools {
   display: block;
   width: 200px;
   margin-left: 50px;
   
}

#tools a{
    color: #000;

font-size: 120%; /*15px;*/
font-family: Georgia;

}

#tools a span {

    position: absolute;
display: none;
}



.addthis_toolbox.addthis_default_style {
    display: block;
    width: 70px;
    float: left;
    margin: 5px 0 0 0;
}

#tools .at300bs{
    width: 67px;
    background: url(http://www.gbrmpa.gov.au/__data/assets/image/0015/654/share.png) no-repeat 0 0px;
    display: block;
text-indent: -9999em;
}

#sitemap {
    text-decoration: none;
    line-height: 21px;
}

#sitemap:hover {
    text-decoration: underline;
}

#tools ul {
    list-style:none;
    display: block;
    margin-left: 0;
    height: 20px;
    float: right;
width: 120px;
width: auto;
}

#tools ul li {
    float:left;
display: block;
height: 20px;
 padding: 2px 0 0;
}

.text-resize{
    font-family: Georgia;
    font-size: 120%; /*15px;*/
    color: #333333;
    margin: 0 5px;
    text-decoration: none;
}

.text-resize:hover{
    text-decoration: underline;
}


#print{
    width: 16px;
    height: 15px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0016/655/print.png') no-repeat 0 0;
    margin-right: 10px;
    margin-top: 3px;
    margin-left: 3px;
    display:block;
}

#print:hover{
    background-position: 0 -17px;
}

#moto{
    float: right;
    margin: 30px 0 0 0;
    height: 30px;
}

#moto h1{
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0018/567/tag-line.png') no-repeat top left;
    width: 580px;
    height: 22px;
    position: relative;
    /*top: 6px;*/
	top: -6px;
	left: 10px;
}

#tools, #moto h1{
    float:left;
}

#search {
    float: right;
    display: block;
    width: 225px;
    position: relative;
    margin: 0 0 0 13px;
    height: 26px;
    overflow: hidden;
}

#cse-search-box label {
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
}
#searchterms,
#queries_search_site_query {
    background: #c8c3b7;
    border: none;
    color: #000;
    padding: 5px 25px 6px 5px;
    outline: none;
    font-size: 12px;
    width: 148px;
    margin-left:0;
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
    behavior: url(http://www.gbrmpa.gov.au/design/js/PIE.htc);
  height: 20px;
}

.button{
    margin-left: 212px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0011/560/search-button.png') no-repeat 0 0;
    border: none;
    width: 31px;
    height: 26px;
    position: absolute;
    /*margin-top: -41px;*/
    margin-top: -27px;
}
#search .button {
    margin: 0;
    top: 0;
    right: 0;
font-size: 0;
color: #007DB3;
}





/**
 * Main-menu
 */

.main-menu{
    background: #005a81;
    height: 50px;
    border-bottom: 1px solid #5f808e;
    position: relative;
    z-index: 90;
    clear: both;
}

.sub-main-menu{
    background: #005a81;
    height: 52px;
    /*border-bottom: 1px solid #5f808e;*/
    position: relative;
    z-index: 90;
    clear: both;
    width: 1280px;
    margin:auto;
}

.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}

.sf-menu {
    line-height:1.0;
    font-weight:bold;
}

.sf-menu ul {
    position:absolute;
    top:-999em;
    width:18em; /* left offset of submenus need to match (see below) */
    font-weight:normal;

}

.sf-menu ul li {
    width:100%;
}

.sf-menu li:hover {
    visibility:        inherit;
	
}

.sf-menu li {
    float:left;
    position:relative;
}

.sf-menu a {
    display:block;
    position:relative;
    background-image: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/557/main-menu-border.jpg');
    background-repeat: no-repeat;
    background-position: 1px -1px;

    
    font-family: "Arial", "Helvetica", sans-serif;
	color: #fff;
	font-size: 90%; /*9pt;*/
	text-align: left;
}    



/*second order*/
.sf-menu ul li a, .sf-menu ul li a:hover {
    background-image: none;

    
   
    
}

.sf-menu a span{
    display:block;
    clear:left;
    
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:0;
    /*top:4.2em;*/ /* match top ul list item height */
    top:3.99em;
    z-index:99; 
}

/* Chrome and Safari Hack 
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:0;

    top:3.99em;
    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:14em; /* 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;
    
}

.sf-menu {
    float:left;
    height: auto;
    
}

.sf-menu a {
    padding: 1em 2em 1.2em;
    text-decoration: none;
}

.sf-menu ul li a {
    padding: 0.5em 2.5em;
    text-decoration: none;
    color:#032f5f;
    background:    url(http://www.gbrmpa.gov.au/__data/assets/image/0015/555/main-menu-arrow.png) no-repeat 10px 7px;
}

#last-border{
    width: 5px;
    height: 50px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/557/main-menu-border.jpg') no-repeat 0 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    
}

.sf-menu ul li a:hover,
.sf-menu ul li a:focus,
.sf-menu ul li a:active
{
    background:    #cceaf7    url('http://www.gbrmpa.gov.au/__data/assets/image/0015/555/main-menu-arrow.png') no-repeat 10px 7px;
    
}

.sf-menu li {
    background:        #005a81;
}

.sf-menu li li {
    background:        #b6e1f3;
    

}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:        #b6e1f3;
    /*outline:        0;*/
    color: #032F5F;     
}

.sf-menu li.sfHover
{
	 height:52px;
}

li.sfHover{
    padding:none;
    background: blue;
    
}

li.sfHover a{
    background-image:none;
    color:#032f5f;
}

li#home_link {
height: 50px;
/*background-color:#005A81;*/
}

li#home_link a {
display: block;
text-indent: -9999em;
padding: 0;
margin: 0;
/*background: url(http://www.gbrmpa.gov.au/__data/assets/image/0012/2901/home.png) no-repeat 0 0;*/
background: url(/jspui/image/home2.png) no-repeat 0 0;
height: 50px;
width: 500px;
}

li#home_link a:hover {
/*background: url(http://www.gbrmpa.gov.au/__data/assets/image/0012/2901/home.png) no-repeat 0 -50px;*/
background: url(/jspui/image/home2.png) no-repeat 0 -50px;
background-color:#CCEAF7;
}





/**
 * Main-footer
 */

#main-footer{
    background: #dcd4bd url('http://www.gbrmpa.gov.au/__data/assets/image/0013/553/main-footer.jpg') repeat-x top left;
    /*height:74px;*/
    clear: both;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 82px;
    height: auto;
}

/*
#main-footer{
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0013/553/main-footer.jpg') repeat-x top left;
    height:74px;
    clear: both;
position: relative;
z-index:1;
}

#main-partners{
    text-align: center;
    height: 58px;
    padding-top: 16px;
}

#main-partners a{
    padding: 0 45px;
}
*/

.new-partners h2 {
	font-size: 90%;
	color: #333333;
}

#main-partners{
    text-align: center;
    /*height: 58px;*/
    /*padding-top: 16px;*/
    padding: 0;
    height: auto;
    overflow: hidden;
}

#main-partners a{
    /*padding: 0 45px;*/
}

#main-partners .new-partners {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 0 0;
}
#main-partners .new-partners .column {
  float: left;
  width: 45%;
  display: block;
  position: relative;
  padding-top: 18px;
}
#main-partners .column-right {
  padding: 0 0 0 5%;
}
#main-partners .column-left {
  padding: 0 5% 0 0;
}
#main-partners .new-partners .column h2 {
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 0;
}
#main-partners .new-partners .column-right h2 {
  left: auto;
  right: 50%;
}

#main-partners .new-partners .column-left h2 {
  left: 50%;
}

#main-partners .new-partners a {
  width: auto;
  display: block;
  padding: 0;
}

#main-partners .column-right a {
  float: left;
  margin-right: 40px;
}
#main-partners .column-left a {
  float: right;
  margin-left: 40px;
}

#main-partners .new-partners .vert-spacer {
  width: 1px;
  height: 55px;
  background: #AAA595;
  position: absolute;
  left: 50%;
  top: 15px;
}




/**
 * Footer
 */

footer{
  background:#005a81;
position: relative;
z-index:1;
}

footer nav{
  min-height:400px;
    height:auto;
  overflow:hidden;
    margin-bottom: 10px;
    text-align:left;
    
}

footer nav section{
  width:205px;
  float:left;
  padding-right:40px;
    height: auto;
    overflow:hidden;
}

footer nav section ul{
  padding:25px 0 0 0;
}

footer nav section ul li h4{
  color:#fff;
    padding:8px 0;
  width:90%; 
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/548/footer-headering-underline.jpg') repeat-x bottom left;
  /* font-size: 14px;*/
text-transform: uppercase;
}

footer nav section#last ul li h4{
    padding: 13px 0;
font-size: 85%; /*12px;*/
font-family: "Arial", "Helvetica", sans-serif;
}


footer nav section ul li a{
  color:#fff;
  padding:5px 0;
  display:block;
  width:90%;
  text-decoration:none;
  font-size: 85%; /*12px;*/
  font-family: "Arial", "Helvetica", sans-serif;
}

footer nav section ul li a:hover{
 color: #fff;
 text-decoration: underline;
}



section#reef{
    clear:left;
}

.facebook{
    margin-top:5px;
    height:20px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/566/social-icons.png') no-repeat 0 0;
    text-indent: 36px;    
}

.GBRMPA{
    height:17px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/566/social-icons.png') no-repeat 0 -31px;
    text-indent: 36px;
}

.subscribe{
    height:20px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/566/social-icons.png') no-repeat 0 -66px;
    text-indent: 36px;
}

section#last ul li a.subscribe{
    margin-top:5px;
}

#footer-partners{
    background:#f4efe3;
    height: 62px;
}

#footer-partners-inside{
text-align: center;
padding-top: 3px;
}

#footer-partners-inside a{
padding: 0 45px;
}

footer .twitter {
    height: 20px;
    background: url(http://www.gbrmpa.gov.au/__data/assets/image/0005/29318/icon-sml-twitter.png) no-repeat 0 0;
    text-indent: 36px;
    margin-top:5px;
}
footer .instagram {
    height: 20px;
    background: url(http://www.gbrmpa.gov.au/__data/assets/image/0004/29317/icon-sml-instagram.png) no-repeat 0 0;
    text-indent: 36px;
    margin-top:5px;
}

#footer-social .apps {
  background: url(http://www.gbrmpa.gov.au/__data/assets/image/0017/566/social-icons.png) no-repeat 0 -134px;
  height: 20px;
  text-indent: 36px;
  margin-top: 5px;
}

.subscribe{
    height:20px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0017/566/social-icons.png') no-repeat 0 -99px;
    text-indent: 36px;
}

/**
 * Legal
 */

#legal{
    color: #fff;
    height: 52px;
    background: url('http://www.gbrmpa.gov.au/__data/assets/image/0016/547/footer-bg.jpg') repeat-x top left;
}

#legal ul{
    list-style:none;
    margin-left:0;
    padding-top: 10px;
}
#legal ul li {
    float:left;
}
#legal ul li a{
    color: #fff;
    padding:0 8px;
    text-decoration:none;
    float:left;
    border-right:1px solid #fff;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 80%; /*9pt;*/
}

#legal ul li a.last{
    border-right:none;
}

#legal ul li a:hover{
    color:#fff;
    text-decoration: underline;
}

#legal p{
    clear:left;
    padding: 5px 10px 0 10px;
    float: left;
     font-family: "Arial", "Helvetica", sans-serif;
    font-size: 9pt;
    margin: 0;
    border: 0;
    vertical-align: baseline;

}

#legal aside{
    float:right;
}

#legal aside a{
    color:#fff;
    text-decoration: none;
}

#legal aside a:hover{
    color: #fff;
    text-decoration: underline;
}



/* No JS styling */

.no-js #tools {
height: 10px;
}
.no-js #tools * {
display: none;
}
.no-js #searchterms,
.no-js #queries_search_site_query   {
height: 15px;
padding: 5px 6px;
}

/* */




#gbrmpa_header {
	color: #333333;
  background:#f4efe3;
    width: 100%;
}

#tools #sitemap {
font-size: 9pt;
font-family: "Arial", "Helvetica", sans-serif;
}






/* Replaces 15px font */

#tools a,.text-resize {
font-size: 120%;
font-family: Georgia;
}


/* Replaces 14px font */

footer nav section ul li h4 {
font-size: 100%;
font-family: "Arial", "Helvetica", sans-serif;
}


/* Replaces 12px font */

footer nav section ul li a,footer nav section#last ul li h4  {
font-size: 83%;
font-family: "Arial", "Helvetica", sans-serif;

}


/* Replaces 9pt font */

#legal p {
font-size: 80%;
font-family: "Arial", "Helvetica", sans-serif;

}

#legal ul li a {
font-size: 83%;
font-family: "Arial", "Helvetica", sans-serif;

}

.sf-menu a  {
font-size: 90%;
font-family: "Arial", "Helvetica", sans-serif;

}

#top-links {
font-size: 88%;
/*
font-family: "Arial", "Helvetica", sans-serif;
position: relative;
top: .5px;
left: 0px;
*/
}

.themetable 
{ 
width: 95%; 
margin: 30px 20px 50px; 
border: solid 10px #5e82a4; 
} 

.themecolumnleft 
{ 
width: 47.5%; 
height: auto; 
float: left; 
border: none; 
} 

.themecolumnright 
{ 
width: 47.5%; 
height: auto; 
float: right; 
border: none; 
} 

#section_title {
display: block;
width: 977px; /*980 977*/
margin: -55px auto auto auto; /*-56px 20.6% 0*/
position: relative;
background: url(http://www.gbrmpa.gov.au/__data/assets/image/0013/1174/title-top-cnrs.png) no-repeat 0 0;
height: 45px;
padding: 10px 0 0 0;
}

#section_name {
width: 957px;/*960 - 957*/
color: white;
display: block;
background: url(http://www.gbrmpa.gov.au/__data/assets/image/0012/1173/title-tile-bg.png) repeat-x 0 0;
font-size: 30px;
text-align: left;
padding: 10px 10px 0;
font-weight: bold;
font-family: "Arial", "Helvetica", sans-serif;

}


.navigationBar {

border: 0;
}

.navigatiobarRow {
border-radius:8px;
border-color: transparent;
background-color:#E6E5E5;
color:#333;
padding: 7px 10px 7px 23px;

}

.navigatiobarRow a 
{
	color:#333;
	background-color: transparent;
/*	
background-image: url("/jspui/image/leftnav_arrow.png");
background-position: 0px 8px;
background-repeat:no-repeat;
*/	
}

.navigationBarSpacing {
border: 0;
}

.navigatiobarTitle 
{
	border: 0;
}


.evenRowEvenCol, .evenRowOddCol
{
	background: #E6E5E5;
	border-radius: 8px;
	color: #333;
}

.oddRowEvenCol, .oddRowOddCol 
{
	background: #EEE;
	border-radius: 8px;
	color: #333;
}

code 
{
	font-family: "Arial", "Helvetica", sans-serif;
}

/* Font Colour */

body,.latestLayoutTitle,.latestLayout,.latestLayout a,
.miscTableNoColor,.metadataFieldLabel,.itemDisplayTable,
.miscTable,.navigatiobarTitle
{
	color: #333;
}



.pageBanner {
height:144px;
}

.pageBannerImage 
{
	width:1280px;
	height:145px;
	margin:auto;
	background-image: url("/jspui/image/elibrary banner_option 5_v1.jpg");

}

#pageBannerBackground {

display:block;
background: #EAE2CB url(http://www.gbrmpa.gov.au/__data/assets/image/0007/889/banner-bottom-border.png) repeat-x right bottom;
height: 145px;


}


td.latestLayoutTitle > h2 {

}

/* Go Submit Button Margin for Search Box */
input#tequery + br + input
{
margin-left:35px;
}



/* Browse Bar */

div#browse_navigation table, td.browseBar, span.browseBarLabel
{
border-radius:8px;
background-color: #F4EFE3;
}


#recentSubHome .latestLayoutTitle {
text-align:left;
}


/* Search and Theme Browse Tables */
table[summary*="browses"] * th[id^=t], table[summary*="browses"] * th[id^=t] > strong, #recentSubHome * .latestLayoutTitle  {
background-color:#F4EFE3;
font-weight:normal;
padding: 2px 10px;
border-radius:0px;
}

#recentSubHome 
{
	margin-left:10px;
}

table[summary*="browses"] * td[headers^=t] {

background-color:#F4EFE3;
border-radius:0;
text-align:left;
}

table[summary*="browses"] * td[headers^=t] a,.latestLayout a {

color:#369;
}




/* All Browse Tables */

.latestLayoutTitle {
border: 0;

}

.latestLayout {

background: #F4EFE3; 
vertical-align:middle;
text-align:left;
}



/*Theme Browse Recent Submissions*/
td.latestLayout > div em a
{
	font-style: normal;
	font-weight: normal;
	font-size: 95%;
}

td.latestLayout > div a
{
	font-weight: normal;
}



/*Home Page Recent Submission*/
td.latestLayout > div em
{
	font-size: 110%;
    background-color: #F4EFE3;
}

td.latestLayout > div a em
{
	font-style: normal;
	font-weight: normal;
	font-size: 110%; /*95%;*/
}




/*Search Result Title*/
td[headers=t3] > a {
font-weight: bold;
text-decoration:none;
}

/*Search Result Author ; Separator*/
td[headers=t3] > em {
font-style: normal;
}


/*Search Result Authors*/
td[headers=t3] > em a  {
font-weight: normal;
font-style: normal;
text-decoration:none;
font-size: 85%;
}

#search_results_options 
{
	margin: auto;
	text-align: center;
}

/*Search Result Date*/
table[summary*="browses"] * td[headers=t2] > em {
font-style: normal;
}
.containerxxx
{
margin-left:0px;
clear:left;
width:100%;
float:left;
margin-top:10px;
}
#navcontainer
{


margin-left:5px;
margin-right:5px;

}
.sf-menu.sf-js-enabled.sf-arrows
{
width:100%;
background: #005a81;
float:left;
clear:left;
}
.btn-success {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#003949),to(#003949));
    background-image: -webkit-linear-gradient(top,#5cb85c,0%,#003949,100%);
    background-image: -moz-linear-gradient(top,#003949 0,#003949 100%);
    background-image: linear-gradient(to bottom,#003949 0,#003949 100%);
    background-repeat: repeat-x;
    border-color: #3071a9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover, .btn-success:hover {
    color: #fff;
    background-color: #003949 ;
    border-color: #003949 ;
}

@media screen and (max-width: 800px) {

#privacy {
margin-left:5px !important;
}

#copyright {
float:right !important;
}

#legal {
height: 120px;
}

.logos {
height: 80px;
width: 80px;
margin-right: 10px !important;
margin-left: 10px !important;
}

#budget {
height: 70px;
width: 70px;
margin-left: 50px !important;
}

#first {
margin-left: 0px;
}

#right-top {
height:88px;
}

}



.dropcontent {
        width: auto;
}

.dropcontent
{
background-color:white;
}

#title_rotator
{
background-color:white;
}

.rotatoritem
{
background-color:white;
}

.container
{
max-width:1500px;
}


#prosentient_url.clearfix {
margin-right:5px;
}




#right-top {
background-color:#003949 !important;
width:100%;
height:32px;
position:relative;
}

#right-top ul li a {
padding-right:7px;
}

#topMenu {
float:right;
}

#projectlogo {
background-color: #EEE8CD !important;
width:100%;
}

#logoImage {
padding-top:2px;
padding-left:45px;
padding-bottom:10px;
}

#top-links {
list-style-type: none; 
float:right; 
font-size:13px; 
padding-top:7px; 
height:32px; 
margin-top:0px;
}

#mobileWebsite {
display:inline-block; 
margin-bottom:100px; 
margin-left:5px; 
padding-right:10px;
}

#legal {
background-color: #003949; 
font-size:15px;
}

#ulLegal {
list-style-type: none;
margin-left: 350px;
font-size: 15px;
}

#legal p {
1.	font-family: "Arial", "Helvetica", sans-serif;
2.	margin-top: -10px;
3.	font-size: 12px;
}

#privacy{
float:left; 
padding-right:2px;
}

#accessibility {
float:left; 
margin-left:2px; 
padding-right:2px;
}

#securityAnd {
float:left; 
margin-left:2px; 
padding-right:2px;
}

#publicInterest {
float:left;
}

#webContent {
float:right !important; 
font-color:red; 
margin-top:-25px;
}

#copyright {
float:left; 
margin-top:-25px;
}




.menuOnTop {
display:inline-block; 
margin-bottom:100px; 
margin-left:-10px; 
padding-right:10px;
}

.menuOnTopItems{
text-decoration: none; 
color:white; 
padding-right:7px;
}

.otherItems {
float:left; 
padding-right:2px;
}

.aUl {
text-decoration: none;
color:white;
}

.breadcrumb {
background-color:#005a81;
/* width:100%; */
/* font-style:normal; */

}

/* ol.breadcrumb li {
font-size:14px;
} */

.sf-menu sf-js-enabled sf-arrows {
font-style:normal;
font-size:14px;
}



.sf-menu a {
width:150px;
}



@media screen and (max-width: 800px) {

#privacy {
margin-left:5px !important;
}

#copyright {
}

#legal {
height: 105px;
background-color:#203b52; 
}

#first {
margin-left: 0px;
}

#ulLegal {
margin-left: 5px;
}

#right-top {
height:52px;
}

.inner {
margin-left: -330px;
width: 150%;
}

#legal p {
margin-top: -5px !important;
}

.breadcrumb.btn-success {
width: 100%;
/* margin-left: -28px; */
}

.sf-menu a {
width:100%;
}

#legal ul {
margin-left: 350px;
width: 65%;
}

}




.jumbotron
{
padding-top:5px;
padding-bottom: 5px;
line-height:14pt;
}


.container .jubotron
{
padding-left: 5px;
padding-right: 5px;
}

.navbar
{
margin-bottom: 0px;
}
.pagination
{
margin: 0px 0;
}

input#tequery {
    height: 35px;
    width: 160px;
}

.navbar-form {
    padding: 9px 12px;}

.panel-primary>.panel-heading {
        color: black;
        background-image: linear-gradient(to bottom, white 0, white 100%);
        border-color:  white;
    }
    

.banner img {
        background-color: #FFFFFF;
        padding: 50px 30px 30px;
        width: 220px;
    }
    
.brand {
        padding-top: 50px;
    }
    
.evenRowEvenCol, .evenRowOddCol {
        background: white !important
    
    }