/* -- CSS Document --*/

/* LAYOUT STYLES */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #0044ad url("../images/layout_border.gif") top center repeat-y;
}

.break {
	clear:both;
	}

#wrapper {
	width:702px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#layout {
	float: left;
	padding: 0;
	margin: 0;
	width: 702px;
	height: 100%;
}

#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 703px;
	height: 21px;
	border-bottom: 1px solid #fffa00;
	border-top: 1px solid #fffa00;
	background: #fffa00 url("../images/menu_background.gif") top left repeat-x;
	text-align: center;
}
#body {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#footer {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

/* -- Header -- */
/* home */
#headerHome {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 702px;
	height: 192px;
	background: url("../images/sails_background.gif") bottom left no-repeat;
}

#headerHome img{
	float: right;
	margin-top: 100px;
	border: none;
}
/* body */

#header {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 702px;
	height: 109px;
	background: url("../images/team_background.gif") bottom left no-repeat;
}

#header img{
	float: right;
	margin-top: 19px;
	border: none;
}

/* -- NAVIGATION -- */
	
#nav {
	position: relative;
	font-size: 13px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0044ad;
	margin: 0 auto;
	padding-left: 0;
	list-style: none; 
	width: 663px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	font-size: 13px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0044ad;
	display: block; 
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* all list items */
#nav li {
	float: left; 
	width: auto;
	margin: 0;
	padding: 0 10px;
}

#nav .dropDown {
	padding: 0;
	margin-left: -10px;
}

#nav ul li a { 
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#0044ad;
	width:140px; 
	height:18px; 
	background:#fffa00;  
	border-top:1px solid #fffa00;
	border-left:1px solid #fffa00; 
	border-bottom:1px solid #fffa00; 
	border-right:1px solid #fffa00; 
	border-top:1px; 
	text-decoration:none; 
	text-align:left; 
	padding:0px 0px 0px 8px;
}

#nav ul .larger a { 
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#0044ad;
	width:230px; 
	height:18px; 
	background:#fffa00;  
	border-top:1px solid #fffa00;
	border-left:1px solid #fffa00; 
	border-bottom:1px solid #fffa00; 
	border-right:1px solid #fffa00; 
	border-top:1px; 
	text-decoration:none; 
	text-align:left; 
	padding:0px 0px 0px 8px;
}

#nav ul li a:hover {
	color:#fffa00;
	background:#0044ad; 
	border-top:1px solid #fffa00;
	border-left:1px solid #fffa00; 
	border-bottom:1px solid #fffa00; 
	border-right:1px solid #fffa00; 
	border-top:1px; 
	text-decoration:none; 
	padding:0px 0px 0px 8px;
}

#nav li a {
	text-decoration:none; 
	text-align:center; 
	margin: 0px;
	padding: 0px;
}
#nav li a:hover {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

/* second-level lists */

#nav li ul {
	position: absolute; 
	width: 10em;
	padding: 0 0px; 
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
	
/* -- FOOTER -- */
#footer a, a:link, a:visited{
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	color:#FFF;
	text-decoration:none;
	}
	
#footer a:hover{
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	color:#FFFF00;
	text-decoration:none;
	}
	
.footerLeft {
	float:left;
	width:auto;
	color: #fff;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	padding: 7px;
	}

.footerRight {
	float:right;
	width:auto;
	color:#fff;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	padding: 7px 4px;
	text-align: right;
	}
	
.yellowText {
	color:#FFFF00;
	font-weight:bold;
	}
	
/*--------------------*/	
/*-- PAGE ELEMENTS  --*/
/*--------------------*/	
	
/* -- HOME -- */
object {
	border-bottom:1px solid #fffa00;
	margin-left: 1px;
	float: left;
	padding:0;
	margin:0;
	}
*html object {
	margin:0 0 0 1px;
	}

/* -- Boxes --*/
#quicksearch .title,
#reasons .title,
#pow .title {
	float:left;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color:#fff;
	background:#0044ad;
	border-bottom:1px solid #fffa00;
	width: 100%;
	margin:0;
	}
	
/* Quicksearch */	
#quicksearch {
	border:1px solid #fffa00;
	background:#3369bd;
	width: 129px;
	height: 122px;
	margin: 15px 0 0 18px;
	float: left;
	padding:0;
	}
*html #quicksearch {
	margin: 15px 0 0 11px;
	}
	
*html #quicksearch form {
	float:left;
}
	
#quicksearch select {
	width: 120px;
	margin: 2px 4px;
}

#quicksearch input {
	width: 31px;
	height: 19px;
	float: right;
	margin: 0 4px;
	}
	
/* 7 Reasons Box */	
#reasons {
	border:1px solid #fffa00;
	background:#3369bd;
	width: 203px;
	height: 120px;
	margin: 15px 0 0 29px;
	float: left;
	padding:0;
	}
	
#reasons img {	
	float:left;
	padding:0;
	margin:0;
	}
*html #reasons img {
	margin:0 0 0 -3px;
}
	
#reasons p {
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	color:#fff;
	padding:6px;
	margin:7px 0 0 70px;
	}
	
#reasons a, a:link, a:visited{
	color:#FFFF00;
	text-decoration:none;
	}
	
#reasons a:hover{
	color:#FFF;
	text-decoration:none;
	}
	
/* POW */
#pow {
	border:1px solid #fffa00;
	background:#3369bd;
	width: 269px;
	height: 120px;
	margin: 15px 0 0 29px;
	float: left;
	}
	
#pow img {
	width:140px;
	height:105px;
	border: none;
	margin:0;
	padding:0;
	float:left;
	padding: 0 3px 0 0;
}
*html #pow img {
	margin:0 0 0 -3px;
}

#pow .suburb {
	color:#fffa00;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
}

#pow p {
	color: #fff;
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica;
	padding: 0;
}
*html #pow p {
	float:right;
}

#pow a, a:link, a:visited{
	color:#FFFF00;
	text-decoration:none;
	}
	
#pow a:hover{
	color:#FFF;
	text-decoration:none;
	}

/* -- CONTENT -- */

#bodyContent {
	float:left;
	padding: 120px 20px 20px 20px;
	width: 94%;
	margin:0;
	color: #fff;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica;
	background: url("../images/sails_background.gif") top left no-repeat;
}
*html #bodyContent {
	width: 100%;
}

/* headers */
H1 {
	color:#FFFA00;
	font-size: 17px; 
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #fffa00;
	width:100%;
}

H2 {
	color:#FFFA00;
	font-size: 15px; 
	font-family: Arial, Verdana, Helvetica;
}

H3 {
	color:#FFFA00;
	font-style:italic;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica;
}
	
	

#bodyContent .borderImage {
	border: 2px solid #FFFA00;
}
	
#bodyContent  a, a:link, a:visited{
	color:#FFFF00;
	text-decoration:none;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica;
	}
	
#bodyContent  a:hover{
	color:#FFF;
	text-decoration:none;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica;
	}
	
/* staff profils */

#staffProfiles {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#staffProfiles #mainProfiles {
	width: 350px;
	margin: 5px auto;
	padding: 5px;
	background:#3369bd;
	border: none;
	color: #FFF;
	text-decoration: none;
	}
	
#staffProfiles a#staff {
	float: left;
	width: 200px;
	margin: 5px;
	padding: 5px;
	background:#3369bd;
	border: none;
	color: #FFF;
	text-decoration: none;
	}

#staffProfiles a:hover#staff {
	background-color: #fffa00;
	color: #0044ad;
	}

#staffProfiles #staff .staffImg {
	width: 200px;
	margin-bottom: 5px;
	border: none;
	display: block;
	}

#mainProfiles #staff .group {
	height: 218px;
	margin-bottom: 5px;
	border: none;
	display: block;
	}

#staffProfiles .mainPhoto {
	float: left;
	}

#staffProfiles .mainPhoto img {
	width: 220px;
	margin: 0 10px 10px 0;
	}

#staffProfiles .text,
#mainProfiles .text {
	}

#staffProfiles .title,
#mainProfiles  .title {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	}

#staffProfiles .contact,
#mainProfiles  .contact {
	color: #CCCCCC;
	}
	
/* contact us form */

#wrap {
	width:100%;
	margin:0;
	float: left;
	padding: 0;
	}
*html #wrap {
	text-align: center;
	}

#customForm {
	margin: 0 auto;
	width: 430px;
	}
	
#customForm form {
	text-align:left;
	overflow: auto;
	font-size:11px;
	margin: 0; 
	padding: 0;
	padding-top: 25px;
	width: 430px;
	/*ie hack*/_padding-top: 15px;
	}

H1 {
	text-align:left;
	}	
/*containers*/

#customForm form .centeringContainer {
	margin-left: auto; 
	margin-right: auto;
	}

/*fieldsets*/

#customForm form fieldset {
	clear: both;
	margin: 0 0 10px 0; 
	padding: 10px;
	border: 1px solid #fffa00;
	}

/*legends*/

#customForm form legend {
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 0 0; 
	padding: 0 10px 0 10px;
	/*ie hack*/ _margin: 0 0 10px 0; 
	color:#fffa00;
	}

/*labels*/

#customForm form label {
	float: left; 
	width: 200px;
	}
	
#customForm form label.small {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 80px;
	}
#customForm form label.xsmall {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 50px;
	}
	
/*inputs, selects, text areas*/

#customForm form input,
#customForm form select,
#customForm form textarea {
	float: left; 
	font-size: 11px;
	margin: 2px 5px 2px 0;
	width: 200px;
	}
	
#customForm form input.small {
	width: 94px;
	}
	
#customForm form input.xsmall {
	width: 24px;
	}
	
#customForm form input.button {
	float: right; 
	width: auto;
	}
	
/*text*/
	
#customForm form em {
	color:#fffa00;
	font-weight:bold;
	float: left;
	}
	
#customForm form em.description {
	color:#fffa00;
	float: left; 
	font-style:normal;
	width: 120px;
	}

	
/* Finance Calculators */
#formContainer {
	margin: 20px auto 0 auto;
	width: 460px;
	}

#formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #fffa00;
	}

#formContainer fieldset legend {
	color:#fffa00;
	font-size: 120%;
	text-transform: lowercase;
	font-weight: bold;
	}

#formContainer input.small {
	width: 80px;
	}

#formContainer input.xsmall {
	width: 70px;
	}
	
#formContainer input.radio {
	width: 15px;
	border: 0px;
	}
	
#formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

#formContainer div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 110%;
	padding-top: 2px;
	color:#fff;
	b//order:1px solid black
	}

#formContainer div.row span.field {
	float: right;
	width: 200px;
	text-align: left;
	}

#formContainer .required {
	color: #c20136;
	font-style: normal;
	}

#formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.stampState {float:left;width:40px;padding-right:10px;text-align:right;font-weight:bold;}
.stampHeads {float:left;width:100px;font-size:9px;line-height:12px;text-align: center}
.stampFields {float:left;width:100px;text-align: center}

.stampFields input {
	width: 80px;
	}