/* oip styles 
all other styles follow main site css
**********************************************************************************/
/* capatalise the agent state on Contact Details */
.AgentState {
	text-transform:uppercase;
}
/* finance page */
.tab1, .tab2 {
	font-size:11px;
	border-bottom: 1px solid #ccc;
}
.tab1 {
	background-color:#f4f5c4;
}

.nrm-b{
	font-weight:bold;
}

#searchbow {
	background-image: url(http://www.rhsa.com.au/images/bow/search.gif);
	background-repeat: no-repeat;	
}

.officeImage {
	margin: 0 10px 10px 0px;
	border: 1px solid #EEEEEE;
	float:left;
}
#contact {
	height: 170px;
	padding-bottom:10px;
}

#featuresBG {
	background-image: none;
	background-repeat: none;
	background-position:none;
}

#features #contact a:link,
#features #contact a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/bow/home-contact.gif);
	background-repeat: no-repeat;
	display: block;
	width: 182px;
	height: auto;
	text-decoration: none;
	color: #989898;
}
#featuresBody #contact a:link,
#featuresBody #contact a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/bow/home-contact.gif);
	display: block;
	width: 182px;
	height: 117px;
	text-decoration: none;
	color: #989898;
}
#documentHome #contentHome h1 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentHome p,
#content p {
	font-size: 0.70em;
	line-height: 1.3em;
}
#documentHome .contentMargin,
#document .contentMargin {
	padding-top: 10px;
}
.officePhoto {
	border: 1px solid #e1e1e1;
	float:left;
	margin:2px 10px 10px 0px;
	padding:3px;
}

/*=== contact us form ===*/

#customForm {
	width:400px;
	}
#customForm form {
	overflow: hidden;
	font-size:11px;
	margin: 0; 
	padding: 0;
	}

/*containers*/

#customForm form .centeringContainer {
	margin-left: auto; 
	margin-right: auto; 
	width: 390px;
	}

/*fieldsets*/

#customForm form fieldset {
	border: 1px solid #fff;
	clear: both;
	margin: 0 0 10px 0; 
	padding: 10px;
	}

/*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; 
	}

/*labels*/

#customForm form label {
	float: left; 
	width: 170px;
	}
		
/*inputs, selects, text areas*/

#customForm form input,
#customForm form select,
#customForm form textarea {
	border: 1px solid #999;
	float: left; 
	font-size: 11px;
	margin: 2px 5px 2px 0;
	width: 200px;
	}
		
#customForm form input.button {
	float: right; 
	margin: 0px 38px 0px 0;
	width: auto;
	}
	
/*text*/
	
#customForm form em {
	color: #666; 
	font-weight:bold;
	float: left;
	}
	
#customForm form em.description {
	color: #666;
	float: left; 
	font-style:normal;
	width: 120px;
	}
