/* @override http://dgas.org.au/media/css/dgas.css */

/* i hope this doesn't break anything... global padding/margin reset... */
* {
	margin: 0px;
	padding: 0px;
}

body { 
	padding: 0; 
	margin: 0;
}

body#www-dgas-com-au {
	text-align: center; /* centers the page in IE */
	color: #141450;
	margin-top: 10px;
}

img, a:link img, a:visited img, a {
    border              :   none;
    outline             :   none;
}
div.clr {
    clear               :   both;
}
.fl {
    float               :   left;
}
.fr {
    float               :   right;
}

li {
	list-style-position: inside;
	margin-left: 15px;
}

div.navcontainer li {
	list-style-position: outside;
	margin-left: 0px;
	text-indent: 30px;
}

#strip {
	width: 779px;
	height: 5px;
	top: 75px;
	position: relative;
	background-color: #D2E7FB
}

.logo {
    margin              :   0 0 0 10px;
    height              :   60px;
    width               :   190px;
    background          :   transparent url('../img/logo_dgas.gif') no-repeat;
    cursor              :   pointer;
}

div.search-container {
    margin              :   0;    
    height              :   75px;
    color               :   #666;
    font-size           :   18px;
}
div.text-resizer {
    height              :   25px;
    width               :   155px;
}
div.search-box {
    margin-top          :   20px;
    height              :   30px;
    width               :   255px;    
}
div.text-resizer-text, div.search-box-text {    
    padding             :   0 5px 0 20px;
}
div.search-box input {
    color               :   #666;
    border              :   1px solid #FFA858;
    width               :   165px;
    height              :   25px;
    font-size           :   20px;
    -moz-border-radius  :   4px;
    margin              :   0px;
    padding              :   0px;
}

#container {
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	background: #a4bfdf;
	width: 180px;
	font-size: 12px;
}

#mainbar {
	width: 599px;
}

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

textarea { overflow: auto; }
table { font-size: 1em; }

h1 { 
	font-size: 1em; 
	color: #3777BB; 
	margin: 1em 0 0; 
}

h2 { 
	font-size: 1.2em; 
	color: #141450; 
	font-weight: normal; 
	line-height: 1.5em; 
}

.content { 
	padding-left: 20px; 
	padding-right: 10px; 
}

.content p {
	margin: 1em 0 1em 0;
	padding: 0;
}

a { 
	font-size: 1em;
	color: #3A70B1; 
}

div.trail { 
	color: #3A70B1;
	background: #F3F0E6;
	margin-bottom: 15px;
}

#footer {
	text-align: center;
	background-color: #F3F0E6;
	width: 779;
	margin: 0px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.trail table td { font-size: 0.9em; }

.required {
	font-size: 12px; 
	color: #F8822A; 
}

.tableheader { 
	font-size: 1em; 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #6697D0; 
	border-left: 1px solid #E7DDD2; 
	border-top: 1px solid #E7DDD2; 
	height: 38px; 
	text-align: center; 
	padding: 0 7px;
}

.tableheader a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}

.tablecontent { 
	border-left: 1px solid #E7DDD2; 
	border-top: 1px solid #E7DDD2; 
	padding: 7px; 
	text-align: center; 
}

iframe#navframe {
	border-left: 1px solid #e0e5e9;
	border-right: 1px solid #e0e5e9;
}

iframe#contentframe {
	border-left: 1px solid #e0e5e9;
	border-right: 1px solid #e0e5e9;
	border-bottom: 1px solid #e0e5e9;
}

.sitemap { 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
}

div.navcontainer ul, div.navcontainer dl {
    list-style-type: none;
}

#container li.singleMenuItem a{
	display: block;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #6697D0;
	border-bottom: 1px solid #4E81BC;
	text-decoration: none;
	padding: 3px 0 3px 15px;
	font-weight: bold;
}

a.nav {
	display: block;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #6697D0;
	border-bottom: 1px solid #4E81BC;
	text-decoration: none;
	padding: 3px 0 3px 15px;
	font-weight: bold;
}

a.nav:hover {
	background: #4E81BC;
}

a.nav.active, a.nav.active:hover {
	background: #2F5B91;
	border-bottom: none;
}

a.nav.active li {
	margin-left: 0px;
}

.subnav {
	margin-left: 0px;
}

.subnav { 
	font-size: 12px !important; 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal !important; 
	padding: 0px !important;
	margin: 0px !important;
	padding-left: 0px !important;
}

.subnav span {
	display: inline-block;
	width: 150px;
	line-height: 17px !important;
	text-indent: 0;
	margin: 4px 0;
}

a:hover.subnav { 
	text-decoration: none; 
}



.text_header h1 {
	margin: 8px 0 11px 25px;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 22px;
}

.sidenav_statement { 
	font-size: 12px; 
	color: #3e3e9a; 
	line-height: 1.6em; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	padding: 10px 15px 5px 15px;
}

.sidenav_statement h1 {
  line-height: 1.6em; 
  margin: 0px;
}

.sidenav_statement .button {
  margin-top: 10px;
  border: 0px;
  padding: 2px 6px;
  background: #4E81BC;
  color: #fff;
  font-weight: normal;
}

.sidenav_statement input.text {
  border: 1px solid #CCCCCC;
	width: 147px;
	background: #f3f0e6;
}

h1.sidenav_intro {
  padding: 5px 15px 5px 15px;
  font-weight: normal;
}


.footer_noprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A9A8A8;
	text-decoration: none;
}
.footer_noprint a {
	color: #A9A8A8;
	text-decoration: none;
}
.footer_noprint a:hover {
	color:#838282;
	text-decoration: none;
}

@media print {
	#sidebar, #searchbox {
		display: none;
	}
        .footer_noprint {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
                color: #3e3e9a;
		text-decoration: none;
	}
        .footer_noprint a {
                color: #3e3e9a;
		text-decoration: none;
	}
        .footer_noprint a:hover {
		color:#141450;
		text-decoration: none;
	}
	.text_header h1 {
		font-weight: bold;
		color: #3777BB !important;
	}
	.text_header td {
		background: #fff !important;
	}
}

