/*
	HotPress Web Framework
	By: Team HotPress Web
	Created: 2011
*/
@import url(reset.css);
@import url(hotpress-module-styles.css);
@import url(hero.css);
/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 12px/19px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#464646;
}
hr {nav
	border: 0 #ebebeb solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h4, h5, h6 {
	color:#333;
  	font-family: "catwing",sans-serif;
	line-height:1em!important;
}
h1 {
	color:#535353;
	font-size: 29px;
	line-height:1;
}
h2 {
	color:#535353;
	font-size: 23px;
}
h3 {
	color:#535353;
	font-size: 20px;
}
h4 {
	color:#737576;
	font-size: 18px;
	font-style:italic;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color:#333;
	text-decoration:none;
	 font-family: "tamarillo",sans-serif;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
	color:#F5821F;
	text-decoration:none;
	 font-family: "tamarillo",sans-serif;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
p, dl, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, form {
	margin-bottom: 20px;
}
hr {
	margin:10px 0;
}
ol li {
	list-style: decimal;
	list-style-position:outside;
	padding-bottom:10px;
	margin-left: 20px;
}
ol li li {
	padding-left:25px;
}
ol ol {
	margin-bottom:0;
	padding-top:10px;
}
ul li {
	background: url("http://www.jklpm.com.au/images/icons/bullet.gif") no-repeat scroll left 7px transparent;
	padding-bottom: 10px;
	padding-left: 14px;
}
ul li li {
	padding-left:10px;
	background:none;
}
ul li li:before{ content:"-"; position:relative; left:-10px;}
ul ul {
	margin-bottom:0;
	padding-top:10px;
}
/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link,  a:visited {
	text-decoration:none;
	color:#F5821F;
}
a:hover,  a:active {
	text-decoration:none;
	color:#F5821F;
	outline:none;
}
a:focus {
	outline:none;
}
blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
	float:left;
}
table {
	width: 100%;
}
caption {
	color:#72911f;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin:0 0 5px;
	text-align:left;
}
table tr th {
	color:#623293;
	font-weight: bold;
	padding:5px 0;
	border-bottom:1px solid #ebebeb;
	text-align:left;
}
table, table td {
	color:#333;
	padding:5px 0;
	vertical-align: middle;
}
table tr td.odd {
	background: #eee repeat scroll 0 0;
}
/* Background
----------------------------------------------------------------------------------------------------*/
body {
	background: #4d4d4d url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-bg.png) repeat-x scroll left top;
}
body.home {
	background:#4d4d4d url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-bg-home.png) repeat-x scroll left top;
}
#container {
	margin: 0 auto;
	width: 960px;
	position:relative;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	position:relative;
	z-index:35;
}
h1#logo {
	float: left;
	margin: 20px 0 5px 15px;
	padding: 0;
	width:306px;
}
h1#logo a:link,  h1#logo a:visited {
	background:url(http://jklpm.siroccowebdesign.com.au/images/logos/jkl-property-management-logo.png) no-repeat scroll left top;
	display: block;
	height:107px;
	text-indent:-9999em;
	width:306px;
}
h1#logo a:hover,  h1#logo a:active {
	filter:alpha(opacity=90);
	opacity: 0.9;
}
#utility-nav, #member-nav {
	display:inline;
	float:right;
	line-height:10px;
	margin: 15px 0 5px;
	overflow: hidden;
}
#utility-nav ul, #member-nav ul {
	margin:0;
	overflow:hidden;
	padding:0;
}
#utility-nav ul li, #member-nav ul li {
	background: none;
	display:inline;
	float:left;
	list-style:none;
	padding: 0 5px;
}
#utility-nav ul li a:link,  #utility-nav ul li a:visited,  #member-nav ul li a:link,  #member-nav ul li a:visited,  #header #shopping-cart a:link,  #header #shopping-cart a:visited {
	color: #F5821F;
	font-size: 12px;
	line-height:14px;
	text-decoration:none;
}
#utility-nav ul li a:hover,  #utility-nav ul li a:active,  #member-nav ul li a:hover,  #member-nav ul li a:active,  #header #shopping-cart a:hover,  #header #shopping-cart a:active {
	color: #F5821F;
}
#member-nav {
	display: none;
}
#header #shopping-cart {
	display: inline;
	float: right;
	line-height: 10px;
	margin: 10px 0 0 8px;
	overflow: hidden;
	width: auto;
}
#header #shopping-cart .cartSummaryItem {
	color:#516e00;
	font-size:12px;
}
td.cartSummaryItem {
	padding:2px 0;
}
#search {
	height: 330px;
	padding: 40px 30px 0;
	position: absolute;
	right: -27px;
	top: 112px;
	width: 238px;
	z-index: 90;
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-search-bg.png) no-repeat scroll left top;
}
#search .cat_dropdown_small {
	width:113px;
	margin-right: 10px;
		height:28px;
	background-color: #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
	border-color: #ebebeb;
	padding: 5px;
}
#search input.cat_textbox, #search textarea.cat_listbox, #search select.cat_dropdown, #search select.cat_listbox {
	width: 235px;
	padding:2px;
	height:28px;
	background-color: #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
	border-color: #ebebeb;
	padding: 5px;
}
#search h2 {
	color:#fff;
	line-height:21px;
	margin-bottom:5px;
}
#search-input {
	display:inline;
	float: left;
	width:150px;
}
#search-input input {
	height: 26px;
	width:150px;
}
#search-btn {
	display:inline;
	float: left;
	width:58px;
}
#search-btn .cat_button {
	background-color: #9EC82F;
	border: 1px solid #83AA25;
	color: #FFFFFF;
	cursor: pointer;
	display:block;
	height:26px;
	margin:0;
	padding: 3px;
}
#search label {
	color: #FFFFFF;
	display: block;
	float: none;
	font-weight: normal;
	text-align: left;
	margin-bottom:4px;
	width: auto;
}
#search .cat_button {
	border: 0 none;
	float: right;
	overflow: hidden;
	padding: 0;
	margin-left:0!important;
}
#tagline {
	clear:right;
	color: #9AA0A7;
	display: inline;
	float: right;
	font-size: 16px;
	margin:15px 0 0;
	text-align: right;
	text-shadow: -1px -1px 0 #000000;
	width: 563px;
}
.col-2 p {
	overflow:hidden;
}
/* Main Navigation
----------------------------------------------------------------------------------------------------*/
#nav {
	clear:both;
	display:inline;
	float: left;
	width:100%;
	margin:14px 0 0 10px;
	font-family: Helvetica, Arial, sans-serif;
	background:transparent url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-nav-active-bg.png) repeat-x left top;
}
#nav ul {
	background: url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-navigation-divider.png) no-repeat scroll right top;
	display:inline-block;
	margin:0px;
	padding: 0;
}
#nav ul li, #nav ul li.selected {
	background: url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-navigation-divider.png) no-repeat scroll 0 0;
	display:inline;
	float: left;
	margin: 0;
	padding:0 0 0 0;
	position:relative;
}
#nav ul li a {
	color: #fff;
	display: block;
	font-size:13px;
	padding: 13px 18px 11px;
	text-decoration: none;

}
#nav ul li li:before {
	content:none; 
	left: 0;
}
#nav ul li a:active, #nav ul li a:hover, #nav ul li.selected a {
	background:transparent url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-nav-active-bg.png) repeat-x left top;
	color: #fff;
}
#nav ul li ul {
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-subnav-active-bg.png);
	left: -999em;
	position: absolute;
	width: 19em;
	z-index:333;
	top:43px;
	box-shadow:0 1px 4px #9d9d9d;
}
#nav ul li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li ul li {
	border-bottom:1px solid #9d9d9d;
	display:block;
	float:none;
}
#nav ul li ul li.selected {
			float:none;	
		}
#nav ul li.selected ul li a:link,  #nav ul li.selected ul li a:visited {
	background:none;
}
#nav ul li.selected ul li a:active,  #nav ul li.selected ul li a:hover {
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-subnav-bg.png);
	color: #f9f9f9;
}
#nav ul li ul li.selected a:link,  #nav ul li ul li.selected a:visited {
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-subnav-bg.png);
	color:#f9f9f9;
}
#nav ul li ul li a:link,  #nav ul li ul li a:visited {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 12px 24px;
	text-decoration: none;
}
#nav ul li ul li a:hover,  #nav ul li ul li a:active {
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-subnav-bg.png);
	color: #f9f9f9;
}
/* Body
----------------------------------------------------------------------------------------------------*/
#main-body {
	clear:both;
	margin: 0;
	padding: 4px 10px 10px;
	overflow: hidden;
	width: 940px;
	min-height: 650px;

}
#body {
	margin: 0;
	padding: 20px 0 0 20px;
	overflow: hidden;
}
body.system #body {
	padding:50px 0 0 20px;
}
body.home #main {
	padding:0;
	width:690px;
}
#main {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 30px 30px 30px 0;
	width: 660px;
}
body.results #main {
	padding: 30px 0px 30px 0;
	width: 690px;
}
#aside {
	float: right;
	margin: 320px 0 0;
	overflow: hidden;
	padding: 20px 0 20px 30px;
	width: 220px;
}
#aside2 {
	float: right;
	margin: 16px 0 0;
	overflow: hidden;
	padding: 20px 0 20px 30px;
	width: 220px;
}
body.home #aside {
	margin: 35px 0 0;
}
body.blog #aside {
	margin: 20px 0 0;
}
.aside-content {
	color:#848680;
}
.about-us img {
	float:left;
	border:2px solid #ebebeb;
	margin:0 15px 5px 0;
}
#aside-bottom {
	background:url(images/rightColumnBottom.png) no-repeat scroll left top;
	height:93px;
}
/* Home Sections
----------------------------------------------------------------------------------------------------*/
.section {
	margin:35px 0 0;
	overflow:hidden;
	padding:10px 0 0;
}
.section-1, .section-2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 670px;
}
.section-2 ul li {
	background:none;
	list-style:none;
	padding-left:0;
}
.section-2 ul li span.date {
	display:block;
	font-size:11px;
	font-style:italic;
}
.section-3 {
	float:left;
	padding:15px;
	width:265px;
}
.section-3 ol li {
	background:none;
	list-style:none;
	padding-left:0;
}
.section-3 ol li span.date {
	display:block;
	font-size:11px;
	font-style:italic;
}
.section-3 ol li span.author {
	display:none;
}
/* Main [2 col]
----------------------------------------------------------------------------------------------------*/

/* Sidbar
----------------------------------------------------------------------------------------------------*/
#sub-nav {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#sub-nav ul {
	margin:0 0 20px;
	overflow:hidden;
	padding: 0;
}
#sub-nav ul li {
	background: none;
	border-bottom: solid 1px #d8d7ca;
	display: block;
	list-style:none;
	padding: 0;
}
#sub-nav ul li a:link,  #sub-nav ul li a:visited {
	color: #F5821F;
	display: block;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0;
	text-decoration: none;
}
#sub-nav ul li a:hover,  #sub-nav ul li a:active {
	color: #F5821F;
}
#sub-nav ul li.selected a:link,  #sub-nav ul li.selected a:visited {
	color: #F5821Fnav;
}
#sub-nav strong {
	font-weight:normal;
	font-size:16px;
	margin-bottom:15px;
	display:block;
	color:#284835;
}
#sub-nav h3 {
	margin-bottom:15px;
}
#newsletter {
	background: url("images/email.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 303px;
	margin: 15px 0 25px 17px;
	padding: 10px 15px;
	position: relative;
	width: 264px;
}
#newsletter p, #newsletter table {
	margin: 0;
}
#cta {
	border-bottom: solid 1px #aaa;
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#cta ul {
	margin:0 0 10px;
	overflow:hidden;
	padding: 0;
}
#cta ul li {
	background: none;
	display: block;
	list-style:none;
	margin: 0 0 10px;
	padding: 0;
}
#cta ul li a:link,  #cta ul li a:visited {
	background: #666 repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
#cta ul li a:hover,  #cta ul li a:active {
	background: #333 repeat scroll 0 0;
}
ul.social-links {
	float: left;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0;
	width: auto;
}
ul.social-links li {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	list-style: none outside none;
	padding: 0 20px 0 0;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer-container {
	background:url(http://jklpm.siroccowebdesign.com.au/images/backgrounds/property-footer-bg.png) repeat-x scroll left top;
	min-width:960px;
}
#footer {
	margin: 0 auto;
	min-width:960px;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#footer p {
	color:#f9f9f9;
	font-size:12px;
	margin:55px 0 15px;
	padding:0 0 0 10px;
}
#footer-nav {
	float:left;
	overflow: hidden;
	width: 940px;
}
#footer-nav ul {
	display:block;
	float:left;
	margin:0;
	overflow:hidden;
}
#footer-nav ul li {
	background: url(images/footDivider.png) no-repeat scroll right 5px;
	display:inline;
	float:left;
	list-style:none;
	padding:0 10px;
}
#footer-nav ul li#footer-last {
	background:none;
	padding-right: 0;
}
.footer-col {
	float: left;
	padding: 30px 15px;
	text-align: center;
	width: 30%;
	font-size:11px;
}
.footer-col h3, .footer-col {
	color:#fff;
}
.footer-col h6{
	color:#fff;
	margin: 5px 0;
	padding: 0;
	font: 15px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	}
.footer-col2 {
	float: left;
	padding: 30px 15px;
	text-align: left;
	width: 30%;
	font-size:11px;
}
.footer-col2 h3, .footer-col2 {
	color:#fff;
}
#footer a {
	color:#F5821F;
	text-decoration:none;
}
#footer-nav ul li a:link,  #footer-nav ul li a:visited {
	color: #F5821F;
	font-size:12px;
	text-decoration:none;
}
#footer ul {
	padding:0;
	margin: 0 0 0 30px;
}
#footer ul li{
	list-style:none;
	background:none;
	float:left;
	padding:0 5px;
	margin:0;	
}
#footer-nav ul li a:hover,  #footer-nav ul li a:active {
	color: #F5821F;
}
#footer .cat_textbox_small {
	float: left;
	margin-right: 5px;
	width: 118px;
	margin-bottom:5px;
}
#footer input {
	float:left;
}
#footer .cat_button {
   margin-right: 0;
    margin-top: -19px;
}
#social-nav {
	float:right;
	margin:17px 0 0;
}
#social-nav ul {
	margin:0;
	overflow:hidden;
	padding:0;
}
#social-nav ul li {
	background:none;
	display:inline;
	float:left;
	list-style:none;
	padding:0 0 0 10px;
}
#social-nav ul li a:link,  #social-nav ul li a:visited {
	display:block;
	height:19px;
	text-indent:-9999em;
}
#social-nav ul li#social-rss a {
	background:url(images/socialSprite.png) no-repeat scroll 0 0;
	width:18px;
}
#social-nav ul li#social-facebook a {
	background:url(http://jklpm.siroccowebdesign.com.au/images/icons/facebook.png) no-repeat scroll -25px 0;
	width:15px;
}
#social-nav ul li#social-twitter a {
	background:url(images/socialSprite.png) no-repeat scroll -46px 0;
	width:15px;
}
#social-nav ul li#social-rss a:hover {
	background:url(images/socialSprite.png) no-repeat scroll 0 -19px;
}
#social-nav ul li#social-facebook a:hover {
	background:url(http://jklpm.siroccowebdesign.com.au/images/icons/facebook.png) no-repeat scroll -25px -19px;
}
#social-nav ul li#social-twitter a:hover {
	background:url(images/socialSprite.png) no-repeat scroll -46px -19px;
}
#hotpress-link {
	display:block;
	float:right;
	margin: 0;
	padding: 0;
}
#hotpress-link a:link,  #hotpress-link a:visited {
	background:url(images/hotpress.png) no-repeat left top;
	display:block;
	font-size: 0px;
	height:13px;
	margin:0;
	text-indent:-9999px;
	width: 129px;
}
#hotpress-link a:hover,  #hotpress-link a:active {
	filter:alpha(opacity=80);
	opacity: .8;
}
/* System Message Template 
----------------------------------------------------------------------------------------------------*/
#system-container {
	background: transparent repeat scroll 0 0;
	margin: 80px auto;
	position: relative;
	width: 960px;
}
#system-header {
	background: #aaa repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 940px;
}
h1#system-logo {
	float: left;
	margin: 0;
	padding: 0;
}
h1#system-logo a:link,  h1#system-logo a:visited {
	display: block;
	font-size: 36px;
	text-decoration: none;
}
h1#system-logo a:hover,  h1#system-logo a:active {
	filter:alpha(opacity=90);
	opacity: 0.9;
}
#system-body {
	background: #fff repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	width: 880px;
}
/* Web Apps 
----------------------------------------------------------------------------------------------------*/

/*Staff*/
.index {
	width:100%;
	border-bottom: 1px solid #D8D7CA !important;
	border-top: 1px solid #D8D7CA !important;
	margin-bottom: 30px;
	padding: 10px 0;
}
.index span {
	float:left;
	color:#b7b4a1;
	font-weight:bold;
}
.index-cats {
	display: inline;
	padding-left: 10px;
}
.index-cats a {
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.index-cats a:hover {
	background:#D8D7CA;
}
.staff-list {
	float: left;
	margin: 0 30px 30px 0;
	width: 300px;
	padding-bottom:15px;
	border-bottom: 1px solid #D8D7CA !important;
}
.staff-list .image {
	background: #FFFFFF;
	border: 2px solid #D8D7CA !important;
	float: left;
	height: 93px;
	margin: 0 15px 15px 0;
	padding: 4px;
	width: 80px;
}
.staff-list img {
	width:80px;
	height:93px;
}
.staff-list h3 {
	margin-bottom:5px;
}
.staff-list .title {
	font-weight:bold;
	color:#274332;
}
.staff-list .office, .staff-list .phone {
	color:#274332;
}
.listings-list {
	margin-bottom: 10px;
}
.listings-list .date {
	width: 80px;
}
.listings-list .date, .listings-list .itme {
	float: left;
}
#listings-search form {
	border-bottom: 1px solid #AAAAAA;
}
.office-list {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
/*properties
------------------------------------------------------------------------------------------------------*/
.featured-listings {
	float:left;
}
.property {
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
.property .list-wrapper {
	border:4px solid #ebebeb !important;
	background:#fff;
	padding:15px;
}
.property .list-wrapper {
	width:160px;
	overflow:hidden;
}
.property .list-wrapper .image-small {
	margin:0 auto;
	width: 168px;
	height:111px;
	overflow:hidden;
	margin-bottom:10px;
}
.property .name {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}
.property .price {
	font-weight:bold;
	color:#274332;
}
.property .attributes {
	color:#a8a8a8;
	font-size:11px;
}
.listing {
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ebebeb !important;
}
.listing .address-container,.listing .bed, .listing .bath, .listing .garage,.listing .price {
	float:left;
	width:10%;
}
.listing .style{
	float:left;
	width:20%;
}

.listing .price {
	font-weight:bold;
}
.listing .address-container .image, .listing .address-container .image img {
	width:105px;
	height:70px;
	margin-right: 15px;
	float:left;
}
.listing .address-container .image img {
	border:2px solid #fff;
}
.listing .address-container .address {
	float:left;
	width: 40%;
}
.listing .address-container {
	width:40%;
}
.attributes-list {
	float:right;
	width:34%;
}
.attributes-list ul, .attributes-list ul li {
	background:none;
	list-style:none;
	padding:0 0 5px 0;
	margin:0;
	text-align:left;
}
.attributes-list ul li span.right {
	font-size: 12px;
	color: #535353;
}
.details-image {
	float:left;
	width:65%;
}
.details-image .image img {
	width:420px;
}
.details-image .image {
	margin-bottom:15px;
}
#search table.webform br {
	display:none;
}
.prop-form {
	border-top: 1px solid #d8d7ca !important;
	float: left;
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
}

.thumb-image{
	width:80px;
	height:80px;
	float:left;
	overflow:hidden;
	background:#ccc;
	margin: 0 5px 10px 0;
}
/* blog 
----------------------------------------------------------------------------------------------------*/
.blog-post h2.post-title {
	border-bottom:0;
	color:#2c2c2c;
	font-size:21px;
}
.blog-post {
	border-bottom:1px solid #d8d7ca !important
}
.blog-post .post-body {
	color: #464646;
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 36px;
}
/*faq 
--------------------------------------------------------------------------------------------------*/
.faq-question {
	margin-bottom:15px;
	border-bottom:1px solid #d8d7ca !important
}
.faq-question a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none
}
.faq-question .answer {
	padding-bottom:15px;
}

.answer {
	font: 12px/19px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.answer a {
	text-decoration:none;
	color:#F5821F;
	font-size:12px;
}

.faq-details {
	font: 12px/19px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.faq-details a {
	text-decoration:none;
	color:#F5821F;
	font-size:12px;
	display: inline;
	font-weight: normal;
	text-decoration: none

}
/* Misc
----------------------------------------------------------------------------------------------------*/
.align-right {
	float:right;
	margin:0 0 10px 10px;
	display:inline;
}
.align-left {
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.test {
	border:1px solid red;
}
br.clearabove {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.address {
	float:left;
	width:275px;
}
.googlemap {
	width:50%;
	float:right;
}
#user-login {
	border:1px solid #d8d7ca !important;
	padding:10px;

}
#user-login legend {
		font-size:21px;
}
#form-login {
	 padding: 20px 10px 10px;
	 margin:10px 0 20px ;
}
.cat_button.signup {
	 background: url("http://jklpm.siroccowebdesign.com.au/images/icons/sign-up-btn.png") no-repeat scroll 0 0 transparent;
	 border:none;
	 display:block;
	 float:none;
	 height:38px;
	 padding:0;
	 text-indent:-9999em;
	 width:109px;
}
div.form div.item, div.webform div.item {
    padding: 9px 0;
}