/* CSS Document */

body {
	background-color: #99cccc;
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#outercontainer {
	width: 850px;
	margin: auto;
	position: relative;
	background-color: #ffffff;
	padding: 10px 5px 5px 5px;
}
#headercontainer {

}
#doglogo {
	position: absolute;
	left: 22px;
	top: 20px;
	z-index: 1000;
}
#navoutercontainer {
	padding-left: 7px;
	padding-top: 3px;
}
#navigationcontainer {
	
	background-color: #EFD1A5;
	width: 160px;
	background-image: url(images/navigationfooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 10px;
	float: left;
	padding: 120px 0px 60px 0px;
}
#navlist ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#navlist li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#navlist li ul li a{
	background-color: #99D7D7;
}
#navlist li ul li a:hover {
	color: #DCD4A3  !important;
	background-color: #00AF9F  !important;

}
#navlist li a {
	text-decoration: none;
	color: #3D3937;
	display: block;
	padding: 9px 5px 9px 13px;
	background-color: #EFD1A5;
}

#navlist li a:hover {
	text-decoration: none;
	color: #DCD4A3;
	background-color: #00AF9F;
	display: block;
	padding: 9px 5px 9px 13px;
}
.navon a{
	color: #DCD4A3 !important;
	background-color: #00AF9F !important;
	display: block;
	padding: 9px 5px 9px 13px;
}
.navon li a{
	background-color: #99D7D7 !important;
	color: #3D3937 !important;

}

#contentcontainer {
	float: left;
	padding-left: 9px;
	margin-top: 0px;
	padding-bottom: 30px;
	width: 665px;
	padding-top: 6px;
	
}
#homecontentcontainer {
	float: left;
	padding-left: 7px;
	margin-top: 0px;
	padding-bottom: 30px;
	width: 665px;
	padding-top: 6px;
	
}
#footer1 {
	background-color: #00AE9E;
	color: #ffffff;
	font-size: 10px;
	padding: 14px 8px 14px 7px;
}
#footer1 a {
	color: #ffffff;
	text-decoration: none;
}
#footer1 a:hover {
	color: #F0DBA7;
	text-decoration: none;
}
#footer2 {
	background-color: #98D6D6;
	/*text-align: center;*/
	margin-top: 3px;
	padding: 15px 0px 10px 0px;
	font-size: 9px;

}
#footer2 a {
	color: #3D3937;
	text-decoration: none;
}
#footer2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.clearfloat {
	clear: both;
	height: 5px;
}
.rightmargin {
	margin-right: 10px;
}
#footertagline {
	color: #F0DBA7;
	float: right;
	font-size: 19px;
}
#footertagline a {
	color: #F0DBA7;
	text-decoration: none;
}
#footertagline a:hover {
	color: #ffffff;
	text-decoration: none;
}
#menu1 {display: none; }
#menu2 {display: none; }
#menu3 {display: none; }
#menu4 {display: none; }
	


/* General site styles */
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	line-height: 15px;
}
h1 {
	margin: 0px;
	padding: 15px 0px 15px 0px;
	color: #73171B;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #73171B;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #73171B;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #73171B;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #73171B;
	font-size: 14px;
	font-weight: normal;
}
h6 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #00AF9F;
	font-size: 14px;
	font-weight: normal;
}
a {
	color: #00AF9F;
	text-decoration: underline;
}
a:hover {
	color: #58595B;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}
li {
	margin: 0px 0px 2px 16px;
	padding: 0px 0px 0px 0px;
	
}
	
.green {
	color: #00AF9F;
}
.greentd {
	background-color: #00AF9F;
	color: #ffffff;
}
.lightgreentd {
	background-color: #98D6D6;
}
.verylightgreentd {
	background-color: #EBF9F7;
}
.creamtd {
	background-color: #EFD1A5;
}
.verylightcreamtd {
	background-color: #FBF4E9;
}
.testimonialsgreen {
	background-color: #EBF9F7;
	border: 1px solid #00AF9F;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;

}
.testimonialscream {
	background-color: #FBF4E9;
	border: 1px solid #EFD1A5;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}


/* Form styles */
.formlabel {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.formtextbox {
	border: 1px solid #00AF9F;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submitbutton {
	border: 1px solid #00AF9F;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	font-weight: bold;
	color: #58595B;
}


/* Home page styles*/
#greenboxtop {
	
}
#greenboxbot {
}
#greenbox {
	background-color: #00AF9F;
/*	position: absolute;
	top: 397px;
	left: 178px;*/
	background-image: url(images/bonesuitcase.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 666px;
}
#greenboxtext {
	padding: 0px 15px 0px 15px;
	
}
#greenboxtext h1{
	color: #EFD1A5;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#greenboxtext h2{
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#indexfeature {
/*	position: absolute;
	left: 178px;
	top: 124px;*/
	z-index: 100;
}
#redboxoutercontainer
{
	position: relative;
	height: 150px;
	margin-top: 10px;
}
#redfeaturebox1 {
	position: absolute;
/*	top: 454px;*/
	top: 0px;
	left: 0px;
}
#redfeaturebox2 {
	position: absolute;
	top: 0px;
	left: 223px;
}
#redfeaturebox3 {
	position: absolute;
	top: 0px;
	left: 445px;
}
.redfeatureboxcontainer {
	width: 219px;
	height: 126px;
	background-position: bottom;
	background-repeat: no-repeat;
} 
.redfeatureheader {
	background-color: #BE151B;
	height: 29px;
	width: 199px;
	background-image: url(images/redboxroundtop.gif);
	background-repeat: no-repeat;
	color: #F0DBA7;
	font-size: 18px;
	padding: 8px 10px 0px 10px;
}
.redfeaturetext {
	font-size: 9px;
	line-height: 13px;
	padding: 10px;
}
.redfeaturetext a {
	color: #73171B;
	text-decoration: none;
}
.redfeaturetext a:hover {
	color: #73171B;
	text-decoration: underline;
}


/*Fees*/
#BrisbaneFees {
	visibility: hidden;
}
#SunshineFees{
	visibility: hidden;
}
#GoldFees {
	visibility: hidden;
}
#SydneyFees{
	visibility: hidden;
}
#CanberraFees {
	visibility: hidden;
}
#AdelaideFees{
	visibility: hidden;
}

