.LVRCalc {
	border: none;
}

.LVRCalc td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
}

.LVRCalc th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
}

.fontbold {
	font-weight: bold;
}

.redtext {
	color: #FF0000;
}

.textalignright {
	text-align: right;
}

.textaligncenter {
	text-align: center;
}

.calc_table {
	margin-bottom: 10px;
}

.lmi_buttons {
	display: block;
	height: 120px;
	width: 495px;
	margin: 0 auto;
	background: #FFFFFF url(images/call-to-action.jpg) no-repeat bottom left;
}

.lmi_buttons ul {
	list-style: none;
	display: block;
}

.lmi_buttons ul li {
	list-style: none;
	float: left;
	/*display: block;
	height: 59px;
	width: 159px;*/
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 63px;
	left: 60px;
}

.lmi_buttons ul li.contact a{
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/contact-blue.png) no-repeat top left;
}

.lmi_buttons ul li a{
	display: block;
	height: 59px;
	width: 159px;
}

.lmi_buttons ul li.contact a:hover {
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/contact-red.png) no-repeat top left;
}

.lmi_buttons ul li.enquire a{
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/enquire-blue.png) no-repeat top left;
}

.lmi_buttons ul li.enquire a:hover {
	background: url(http://www.homeloanexperts.com.au/wp-content/themes/streamline_hle/images/enquire-red.png) no-repeat top left;
}

.enquire a { 

	display: block;
	margin-right: auto;
	margin-left: auto;
	
	width: 350px;
	height: 80px;
	
	background:url("images/enquire-online-button.png") no-repeat;
	background-position: 1px -80px;
	
}
	

.enquire a:hover { 
	background:url("images/enquire-online-button.png") no-repeat;
	background-position: 1px 4px;
}

#content h3 {
    color: #333333;
    font-family: Arial,Tahoma,Verdana;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

.calculate_btn a{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 53px;
	width: 180px;
	background: url("images/Calculate-Double.png") no-repeat;
	background-position: 1px -56px;
}

.calculate_btn a:hover {
	height: 53px;
	width: 180px;
	background: url("images/Calculate-Double.png") no-repeat;
	background-position: 1px -3px;
}
