/* CSS Document */

/* Layout
------------------------------*/
* {
	margin: 0;
}
html, body {
	height: 100%;
	color:#65696A;
}
body {
	background:url(https://hlvaluation.ca/images/body_bkgd.gif) repeat-x left top;	
}
img.right {
	border: 1px solid #B2B4B4;
	float: right;
	margin: 5px 0 10px 20px;
}
img.left {
	border: 1px solid #B2B4B4;
	float: left;
	margin: 5px 30px 10px 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px; /* the bottom margin is the negative value of the footer's height */
	width:970px;
	position:relative;
}
.footer, .push {
	height: 77px; /* .push must be the same height as .footer */
	width: 970px;
	margin: 0 auto;
	
	color:#fff;
}
hr {
	border:0;
	color:#8D8F8E;
	background-color:#8D8F8E;
	height:1px;
	margin: 20px 100px 20px 0;
}
#header {
	height:63px;
	width:960px;
}
#nav_wrapper {
	background-color:#44B649;
	height:58px;
	width:710px;
	margin-bottom:18px;
	position:absolute;
	left:260px;
	margin-top:5px;
}
#search_wrapper {
	margin-top:18px;
	margin-bottom:30px;
	height:28px;
	position:relative;
}
#search_field_wrapper {
	width:211px;
	height:28px;
	background:url(https://hlvaluation.ca/images/search_bg.png) left top no-repeat;
	position:absolute;
	right:0px;
}
#search_field_wrapper input.search-input {
	position:absolute;
	left:0;
	top:0;
	width:164px;
	height:26px;
	line-height:26px;
	background:none;
	border:none;
	padding:0 4px 0 12px;
	margin:0;
}
#search_field_wrapper input.search-button {
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:28px;
	background:none;
	border:none;
}
#logo {
	width:240px;
	height:71px;
	display:block;
	background:url(/uploads/images/hemens-logo.png) left top no-repeat;
	text-indent:-999px;
	font-size:0;
	line-height:0;
}
#inner_wrapper {
	position:relative;
	display:block;
}
#side_nav_wrapper {
	width:276px;
	float:left;
	background:url(https://hlvaluation.ca/images/side_shadow.jpg) 223px 58px no-repeat;
	min-height:795px;
	height:795px;
}
#side_nav_wrapper #section {
	margin:68px 0 8px 49px;
}
#side_nav_wrapper #address {
	margin:68px 60px 0 0;
	text-align:right;
}
#content_wrapper{
	float:right;
	width:684px;
	margin: 0 0px 0 0px;
}
#content {
	padding-left:8px;	
	padding-bottom: 20px;
	padding-right:100px;
}

table #professionals {
	width: 576px;
}
.professionals #content p.pos {
	width:328px;
	margin-right:0;
	/*float:left;*/
	padding-bottom: 24px;
}
.professionals #content, .faqs #content, .contact #content {
	padding-right:10px;
}
.professionals .mugshot {
	margin-bottom: 18px;
}
.professionals blockquote  {
	margin-right:0px;
}
.professionals blockquote .vcard {
	background: url("/images/vcard_sm.png") no-repeat scroll right top transparent;
	display: inline-block;
	height: 35px;
	padding: 6px 85px 0 0;
}
#content .desc {
	border-top: 1px solid #D8D9DA;
	position: relative;
	width: 580px;
	padding-bottom: 20px;
}
#content .desc p {
	margin-right: 0px;
}
#content #accordion li {
	background: none;
	border-top:1px solid #D8D9DA;
	list-style-type:none;
	margin-left:0px;
	padding-left: 0;
}
#content #accordion li h6 {
	background:url(https://hlvaluation.ca/images/read_more_arrow.png) left 13px no-repeat;
	padding-left:36px;
	*text-indent:-16px;
}
#content #accordion p {
	padding-left: 36px;
}
#content #accordion li h6:hover {
	background:url(https://hlvaluation.ca/images/read_more_arrow_over.png) left 13px no-repeat;
}
.home #content #accordion li {
	background: none;
	border-top:1px solid #D8D9DA;
	list-style-type:none;
	margin-left:inherit;
}
.home #content #accordion li h2 {
	background:url(https://hlvaluation.ca/images/read_more_arrow_lg.png) left 19px no-repeat;
	padding-left:48px;
}
.home #content #accordion li h2:hover {
	background:url(https://hlvaluation.ca/images/read_more_arrow_lg_over.png) left 19px no-repeat;
}
blockquote {
	width:230px;
	float:right;
	clear:both;
	border-top:16px solid #44B649;
	border-bottom:8px solid #44B649;
	padding:10px 0px 10px 0;
	margin-left:26px;
	margin-right:-50px;
	margin-bottom:20px;
}
blockquote h4 {
	margin-bottom:14px;
}
#content blockquote p {
	margin-right:0;
	margin-bottom:10px;
	width: inherit;
}
#content blockquote ul, #content blockquote ol {
	margin-right:0;
}
#content blockquote ul li {
	list-style-type:none;
	list-style-position:inside;
	margin-bottom:8px;
	padding-left:18px;
	background:url(https://hlvaluation.ca/images/bullet.gif) left 0px no-repeat;
}
div#map_wrapper {
	width:327px;
	float: right;
	margin: 5px 0 10px 0px;
}
div#map_wrapper a {
	display:block;
}
div#map_wrapper img {
	border: 1px solid #B2B4B4;
	margin: 0px;
}
div#map_wrapper p {
	padding-top:0px;
	font-size:12px;
}
.contact #content p strong {
	display:inline-block;
	display:-moz-inline-stack;
	width:15px;
}

/* Footer
---------------------------------------------*/
#footer_content {
	width:710px;
	height:77px;
	background-color:#44B649;
	margin-left:260px;
	position:relative;
}
#footer_content #copy {
	position:absolute;
	top:20px;
	left:30px;	
}