@charset "UTF-8";

html, body {
     height: 100%;
}

img, div { behavior: url(../iepngfix.htc) }
img {
border:none;
}

body  { /*background is attached to body in section style sheets (nt.css, home.css, ect.)*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
	font: 10pt arial, verdana, sans-serif;
}
#container{
	margin: 0 auto -1em;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	vertical-align: text-bottom;
	width: 728px;
	text-align: left;
}
 #header2 {
	padding: 0px;
	margin: 0px;
} 
 #header {
	height: 36px;
	font-size:11px;
	color:#FFFFFF;
	background: url(../images/top-bar.gif) no-repeat center top;
	padding: 2px 50px 5px 41px;
} 
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	height:0px;
	position:relative;
	vertical-align:middle;

}

#header li {
	margin:0;
	padding:0;
	float:left;
}

#header .search{
	margin: 8px;
	padding: 0px;
}
#header .searchbar{
	margin: 2px;
	padding: 0px;
}
#header li a{
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:5px 6px;
	cursor:pointer;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0px -1px 0px 0px;
}
#header li a:hover{
	background-color:#79645D;
}
a.nt:hover{
	background-color:#E97C1F;
}
a.qld:hover{
	background-color:#ABA739;
}
a.sa:hover{
	background-color:#569BBE;
}
/*these 3 are responsible for the columns background*/
.t {
	background: url(../images/white-boxes_03.gif) repeat-x center bottom;
	height: 9px;
	padding: 0px;
	margin: 0px;
}
.b {
	background: url(../images/white-boxes_06.gif) repeat-x center top;
	height: 9px;
}
.c {
	background:#FFFFFF;
	padding: 5px 10px;
	margin: 0px;
}
.side-menu {
	
}

.side-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	position:relative;
	vertical-align:middle;
}

.side-menu li {
	margin:0;
	padding:0;
	
}

.side-menu li a{
	display:block;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	padding:5px 6px;
	cursor:pointer;
	margin: 0px -1px 2px 0;
	background-color: #574843;
}
/* sub-menu for the ministers forward on the home page*/
.sub-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	vertical-align:middle;	
}
/*.sub-menu ul li{
	
	
}*/
.sub-menu ul li p{
	/*float:left;
	display:block;*/
	text-align:left;
	text-decoration: none;
	color: #FFF;
	
	height:20px;
	line-height:20px;
	padding:5px 6px;
	margin: 0px -1px 2px 0;
	background: #574843;	
}
.sub-menu ul li a{
	float:right;
	text-align:left;
	text-decoration: none;
	color: #FFF;
	display:block;
	height:20px;
	line-height:20px;
	padding:5px 6px;
	margin: 0px -1px 2px 0;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #574843;
}

.footer {
	text-align:center;
	width: 728px;
	margin: 0 auto;
	background: #574843;
}
 .footer, .push {
     height:1em;
 }
 .footer p {
	font-size:8px;
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-transform: uppercase;
}
.footer a {
	color:#FFFFFF;
}
.footer a:hover {
	color:#E97C1F;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	clear: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p, #mainContent p {
	margin: 0px;
	padding: 5px 0px;
}
#sidebar1 form {
	margin: 0px;
	padding: 4px 0px;
}
#sidebar2 img {
	padding: 1px 0px;
}
#mainContent table {
margin: 0px;
padding: 0px;
}
#mainContent table td { border-bottom: 1px solid #CCCCCC; }
#mainContent th {
	color: #FFFFFF;
	background: #574843;
	padding: 2px 2px 2px 6px;
	font-weight: normal;
	text-align: left;
	cursor:pointer;
}
#mainContent ul {
	padding: 2px 0px;
	margin: 0px;
}
#mainContent li{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 18px;
}

#mainContent h5{
	font-size: 10pt;
	padding: 5px 0px 0px;
	margin: 0px ;
}

#mainContent .region{
	text-transform: uppercase;
}
#mainContent .services {
	text-transform: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	color: #574843;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #574843;
	text-align:right;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	/*color: defined in state css*/
	text-align:right;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 2px 0px;
}


.head-contact {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	/*color: defined in state css*/
}
.body-contact-medium, .contact strong {
	font-weight: bold;
}
.contact {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 170px;
	overflow: hidden;	
}
.contact h4 {
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 2px;
	margin: 0px;
	text-transform:uppercase;
}

.SpryHiddenRegion { /*keeps the data regerences, like {name} from apprearing before spry can load the xml*/
	visibility: hidden;
}
