@charset "UTF-8";
/* CSS Document */

.buyers_guides_holder {
	width:720px;
	float:left;
	min-height:240px;
	margin-bottom:40px;
	line-height:1.5;
}

.buyers_guides_content_holder {
	border:1px solid #999999;
	overflow:hidden;
}

.buyers_guides_billboard {
	float:left;
	background-image:url('../images/buyersGuides.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	height:200px;
	width:245px;
}

.buyers_guides_blurb {
	margin-top:30px;
	width:455px;
	float:left;
}

.buyers_guides_blurb h2 {
	font-size:1.5em;
}

.buyers_guides_blurb p {
	font-size:1.1em;
	padding:8px 0;
}

.buyers_guides_blurb a.call_to_action_link {
	font-size:1.2em;
	padding-right:10px;
}

.call_to_action-row {
	width:960px;
	height:100%;
	overflow:hidden;
	zoom:1;
	float:left;
	margin-bottom:20px;
}
.call_to_action-column {
	background-image:url(../images/callToActionBox.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#d6deed;
	width: 220px;
	height:auto;
	float:left;
	margin: 0px 10px 0px 10px;
	display:inline;	/*IE6 doubles the margins on floated divs. This is a work around*/
}
.call_to_action-header {
	background-image:url(../images/callToActionHeader.png);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	width:220px;
	float:left;
	padding:0px 10px;
}
.call_to_action-row {
	background-image:url(http://ilcnsw.asn.au/images/callToActionRowStrip.png);
	background-repeat:repeat-y;
	background-position:top;
	background-position:bottom;
	overflow:hidden;
	zoom:1;
	width:960px;
	margin-bottom:0px;
}
.call_to_action-column p {
	margin-bottom:0;
	font-size:1.1em;
}
.call_to_action-footer {
	background-image:url(../images/callToActionFooter.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:12px;
	float:left;
	width:220px;
	overflow:hidden;
	padding:0px 10px;
}
.call_to_action-column h2 {
	color:#2e2e2e;
	font-size:1.5em;
	margin-bottom:10px;
}

.call_to_action-column a {
	margin-top:1em;
}
.call_to_action-repeat_strip {
	background-image:url(http://ilcnsw.asn.au/images/callToActionStrip.png);
	float:left;
	width:960px;
	background-repeat:repeat-y;
	background-position:top;
	overflow:hidden;
}

#call_to_action-questions img {
	float:right;
	padding-right:5px;
}

#call_to_action-questions p{
	padding-left:10px;
	color:#2e2e2e;
}


#call_to_action-questions .contact_details {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image:url(../images/contactDetailsBoxStrip.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#4870bc;
 	border:1px solid color:#30559c;
	width:220px;
	clear:both;
	position:relative;
}
#call_to_action-questions .contact_details-shine {
	background-image:url(../images/contactDetailsBoxShine.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	width:118px;
	height:51px;
	right:auto;
}

#call_to_action-infoline{
	width:230px;
	overflow:hidden;
	float:right;
	line-height:1.5;
}


#call_to_action-infoline h2{
	padding-left:10px;
}

#call_to_action-questions .contact_details p {
	padding:8px 0 10px 10px;
	color:white;
}
.contact_details a {
	color:white;
}