/* CSS Document */

body {
	background-color: #003366;
	background-image:url(../images/index_bgd.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#container{
	margin: auto;
	height: 400px;
	top: 18.2%;	
	position: absolute;
	background-color: #000;
	width: 100%;
}

#main {
	margin: auto;
	width: 750px;
	height: 400px;
}

#title h1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

#navigation {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation li {
	list-style-type: none;	
	width: 206px;
}

#navigation li a {
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 12px 12px 12px 70px;
	line-height: 12px;
	height: 50px;
	font-weight: bold;
}

#navigation li a:hover, #navigation .hover {
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
}

#residential a{
	background-image:url(../states/images/qld_but_1_off.jpg);
}

#residential a:hover, #residential .hover {
	background-image:url(../states/images/qld_but_1_on.jpg);
	color: #3A85FD;
}
#retail a{
	background-image:url(../states/images/qld_but_2_off.jpg);
}

#retail a:hover, #retail .hover  {
	background-image:url(../states/images/qld_but_2_on.jpg);
	color: #BF90C0;
}

#ban a{
	background-image:url(../states/images/qld_but_3_off.jpg);
		padding-top: 6px !important;
		padding-bottom: 18px !important;
}

#ban a:hover, #ban .hover {
	background-image:url(../states/images/qld_but_3_on.jpg);
	color: #069CDA;
}

#master a{
	background-image:url(../states/images/qld_but_4_off.jpg);
	padding-top: 6px !important;
}

#master a:hover, #master .hover {
	background-image:url(../states/images/qld_but_4_on.jpg);
	color: #2B4C77;
}

#text1, #text2, #text3, #text4 {
	width: 260px;
	height: 250px;
	margin-left: 0;
	float: left;
	margin-top: 1px;
	padding: 22px 30px 12px 50px;
	color: #000;
}

#text1 a, #text2 a, #text3 a, #text4 a {
	color: #000;
	font-weight: bold;
}

#text4 {
	background-image: url(../states/images/text_bg_4.gif);	
}
#text4 a:hover{
	color: #2B4C77;
} 

#text3 {
	background-image: url(../states/images/text_bg_3.gif);	
	margin-top: 1px;
}
#text3 a:hover{
	color: #069CDA;
}
#text2 {
	background-image: url(../states/images/text_bg_2.gif);	
	margin-top: -1px;
}
#text2 a:hover{
	color: #BF90C0;
}
#text1 {
	background-image: url(../states/images/text_bg_1.gif);	
}
#text1 a:hover {
	color: #3A85FD;
}

#findout {
	width: 310px;
	height: 250px;
	margin-left: 30px;
	float: left;
}

#findoutnav {
	margin-bottom: -6px;
}

#findoutnav li {
	list-style-type: none;	
	width: 128px;
	height: 33px;
	text-align: center;
	font-weight: bold;
	margin-left: 85px;
}

#findoutnav li a {
	background-image: url(../states/images/findout_but_off.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 12px;
	color: #000;
	text-decoration: none;
	display: block;
}

#findoutnav li a:hover {
	background-image: url(../states/images/findout_but_on.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 12px;
	color: #fff;
	text-decoration: none;
	display: block;
}

h2 {
	font-size: 19px;
	color: #6699CC;	
	width: 250px;
	font-weight: normal;
	text-align: right;
	line-height: 20px;
}

#logo {
	position: absolute;
	margin-left: 550px;
	width: 215px;
	height: 215px;
	margin-top: 10px;
}

.phone {
	margin-left: 110px;
}
.phone p {
	margin-top: -20px;
}