/****************************************
|
| LHBA.on.ca
| Created by: Kevin Biskaborn
| Copyright 2008 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/****************************************
|	IMPORT STYLES
****************************************/

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body { 
	background:#336633 url(../gfx/global_bg.gif) repeat-x;
	cursor:default;
	overflow:auto;
	margin-bottom:20px;
}

body, select, input, textarea {
	font-family:arial, tahoma, verdana, sans-serif;
	font-size:12px;
	color:#155f8c;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style:none;
}

/* all headings */
h1, h2, h3, h4, h5 {
	font-size:12px;
	line-height:12px;
}

form .hidden {
	display:none;
}
img {
	border:0px;
}

/****************************************
|	GLOBAL CLASSES
****************************************/
.uc { 
	text-transform:uppercase;
}

.filterPng {}

.flash {
	display:block;
	border:0px;
	background:#fff;
}
.noflash a {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

/****************************************
|	PAGE LAYOUT
****************************************/
#skn, #shl {
	position:relative;
}

#skn {
	width:100%;
}

#shl {
	width:1000px;
	text-align:left;
}

/****************************************
|	MASTHEAD
****************************************/
#masthead {
	position:relative;
	width:1000px;
	height:85px;
	z-index:20;
	background:url(../../images/common/leaf_banner.gif) top right no-repeat;
}
#masthead #banner {
	position:relative;
}
#masthead #options {
	position:absolute;
	right:10px;
	top:62px;
	color:#fff;
	font-size:11px;
}

/****************************************
|	FOCAL DISPLAY
****************************************/
#display {
	position:relative;
	width:1000px;
	height:666px;
	border:1px solid #999;
	border-width:0px 1px 0px 1px;
	overflow:hidden;
}
#display #sidearm,
#display #focalarea {
	position:absolute;
	top:0px;
	height:100%;
}
/****************************************
|	SIDE ARM
****************************************/
#display #sidearm {
	width:194px;
	left:0px;
	background:#dedfaf url(../gfx/map_side_arm.gif) no-repeat;
}
#display #sidearm #hoodHolder {
	position:absolute;
	left:0px;
	top:108px;
	width:100%;
}
#display #sidearm #hoodHolder img {
	position:relative;
}
#display #sidearm #hoodHolder #hoodListDisplay {
	position:relative;
	height:532px;
	overflow:auto;
	overflow-x:hidden;
	background:#dedfaf;
}
#hoodListDisplay li a {
	display:block;
	width:177px;
	color:#336633;
	font-size:12px;
	font-weight:bold;
	background:#dedfaf url(../gfx/nbhood_icon_arrow_ou.gif) 11px center no-repeat;
	border-bottom:1px solid #cccc99;
}
#hoodListDisplay li a span.label {
	display:block;
	padding:4px 0px 3px 25px;
	/*background:url(../gfx/nbhood_icon_house_ou.gif) 170px center no-repeat;*/
	background-repeat:no-repeat;
}
#hoodListDisplay li a span.prefix {
	display:block;
	color:#669966;
	font-size:11px;
	font-weight:normal;
	line-height:9px;
	padding-top:1px;
}
#hoodListDisplay li.alt a {
	background-color:#eff0c6;
}
#hoodListDisplay li.active a span.label {
	padding-left:30px;
	background-position:7px center;
	background-image:url(../gfx/nbhood_icon_house_ov.gif);
}
#hoodListDisplay li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#336633;
	background-image:url(../gfx/nbhood_icon_arrow_ov.gif);
	border-color:#062606;
}
#hoodListDisplay li a:hover span.label {
	/*background-image:url(../gfx/nbhood_icon_house_ov.gif);*/
}
#hoodListDisplay li a:hover span.prefix {
	color:#cccc99;
}
#hoodListDisplay li.active a {
	color:#fff;
	background-color:#003300;
	background-position:178px center;
	/*background-image:url(../gfx/nbhood_icon_arrow_ov.gif);*/
	border-color:#000;
}
#hoodListDisplay li.active a span.prefix {
	color:#cccc99;
}
/****************************************
|	FOCAL AREA
****************************************/
#display #focalarea {
	width:806px;
	right:0px;	
}
#display #content,
#display #content #focusFader,
#display #globalMap {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
#display #globalMap {
	z-index:1;
}
#display #content {
	z-index:2;
}
#display #content #focusFader {
	z-index:5;
	display:none;
}
#display #content #focusFader img {
	width:100%;
	height:100%;
	border:0px;
}


/****************************************
|	FOOTER
****************************************/
#footer {
	position:relative;
	width:1000px;
	height:50px;
}
#footer #options {
	position:absolute;
	left:10px;
	top:10px;
	color:#fff;
	font-size:11px;
}
#footer img {
	position:absolute;
	top:13px;
	right:10px;
}

/****************************************
|	MAP ICONS
****************************************/
#content #mapIcons {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:4;
}
#content #mapIcons .icon_nbhood,
#content #mapIcons .desc_nbhood {
	position:absolute;
}
#content #mapIcons .icon_nbhood a {
	display:block;
	width:24px;
	height:24px;
	background:url(../gfx/nbhood_site_icon.gif) no-repeat;
}
#content #mapIcons .icon_nbhood a:hover {
	background-position:0 -24px;
}
#content #mapIcons .icon_nbhood a span.label {
	display:none;
}
#content #mapIcons .icon_nbhood img {
	display:none;
}

#content #mapIcons .desc_nbhood {
	background:url(../gfx/map_desc_arrow.gif) 1px bottom no-repeat;
	padding-bottom:9px;
	display:none;
	z-index:9;
}
#content #mapIcons .desc_nbhood span.label {
	background:#336633;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:2px 4px;
}

/***** DESC ORIENTATIONS *****/
#content #mapIcons .orientation_SE {
	padding-bottom:0px;
	padding-top:9px;
	background:url(../gfx/map_desc_arrow_up.gif) 1px top no-repeat;
}


/****************************************
|	MAP FOCUS BOXES
****************************************/
#content #focusBoxes {
	text-align:center;
}
#focusBoxes .focus_nbhood {
	position:relative;
	width:740px;
	text-align:left;
	margin:24px auto 0px auto;
	z-index:6;
	display:none;
}

.focus_nbhood .container {
	position:relative;
	border:1px solid #fff;
	background:#fff;
	clear:right;
}

.focus_nbhood .header {
	position:relative;
	background:#777;
	height:214px;
	overflow:hidden;
	border-bottom:1px solid #fff;
}

.focus_nbhood .header h1 {
	background:#699b69 url(../gfx/focus_top_grad.gif) repeat-x;
	height:46px;
	line-height:46px;
	font-size:24px;
	color:#fff;
}
.focus_nbhood .header h1 span.label {
	padding-left:35px;
	background:url(../gfx/focus_lhba_icon.gif) left center no-repeat;
}
.focus_nbhood .header h1 span.prefix {
	font-size:20px;
	font-weight:normal;
}
.focus_nbhood .header h1,
.focus_nbhood .header h2 {
	font-weight:bold;
	padding-left:213px;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.focus_nbhood .header h2 {
	background:#ccc url(../gfx/focus_top_leaf.gif) top right no-repeat;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#336633;
	font-weight:normal;
}
.focus_nbhood .header h2 a {
	color:#003300;
	font-weight:bold;
	text-decoration:underline;
	margin-left:1px;
}
.focus_nbhood .header h2 a:hover {
	color:#336633;
	text-decoration:none;
}
.focus_nbhood .header h2 .devby {
	margin-right:15px;
}

.focus_nbhood .header .logo,
.focus_nbhood .header .dev {
	position:absolute;
}

.focus_nbhood .header .logo {
	width:204px;
	height:214px;
	left:0px;
	top:0px;
	background:#fff;
}
.focus_nbhood .header .logo img {
	padding:7px;
	background:#fff;
}
.focus_nbhood .header .dev {
	top:85px;
	right:9px;
	width:120px;
	height:120px;
	overflow:hidden;
	background:#fff url(../gfx/dev_box_bg.gif) no-repeat;
}
.focus_nbhood .header .dev img {
	display:block;
	width:118px;
	height:118px;
	border:1px solid #777;
}
.focus_nbhood .header .dev a:hover img {
	border:1px solid #000;
}
.focus_nbhood .header .desc {
	position:absolute;
	width:382px;
	height:126px;
	left:204px;
	padding:10px 14px;
	overflow:hidden;
}
.focus_nbhood .header .desc h3 {
	color:#fff;
	font-weight:normal;
	padding:2px;
	margin-bottom:7px;
}
.focus_nbhood .header .desc p,
.focus_nbhood .header .desc a {
	color:#003300;
}
.focus_nbhood .header .desc a {
	color:#339933;
	text-decoration:underline;
}
.focus_nbhood .header .desc a:hover {
	text-decoration:none;
}
.focus_nbhood .header .desc .desc_contents {
	overflow:auto;
	height:75px;
	padding:9px;
	background:#ccc;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.focus_nbhood .header .desc .desc_contents p {
	padding-bottom:9px;
}

.focus_nbhood .midbar {
	position:relative;
	background:#336633 url(../gfx/focus_mid_leaf.gif) top right no-repeat;
	height:28px;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	border-bottom:1px solid #fff;
}
.focus_nbhood .modelpane {
	position:relative;
	height:230px;
	padding:16px 0px 50px 18px;
	overflow:auto;
	overflow-x:hidden;
}
.focus_nbhood .modelpane .panefinish {
	clear:both;
	width:100%;
	padding-bottom:10px;
}
.focus_nbhood .modelpane .row {
	clear:left;
}
.focus_nbhood .modelpane .model {
	position:relative;
	float:left;
	padding:2px 10px 12px 0px;
}
.focus_nbhood .modelpane .model .corner {
	position:absolute;
	width:16px;
	height:16px;
	top:2px;
	right:10px;
	background:url(../gfx/focus_model_corner.gif) top right no-repeat;
	z-index:2;
}
.focus_nbhood .modelpane .model .holder {
	position:relative;
	width:150px;
	background:#e0e0e0;
	padding:6px;
	border:1px solid #ccc;
}
.focus_nbhood .modelpane .model h3 {
	color:#003300;
	font-size:14px;
	line-height:14px;
	padding:0px 0px 2px 0px;
	margin-right:5px;
}
.focus_nbhood .modelpane .model h3 a {
	color:#003300;
}
.focus_nbhood .modelpane .model h4 {
	color:#336633;
	font-size:11px;
	padding-bottom:8px;
}
.focus_nbhood .modelpane .model .dsp {
	position:relative;
	width:98%;
}
.focus_nbhood .modelpane .model .dsp .preview {
	position:relative;
	width:145px;
}
.focus_nbhood .modelpane .model .dsp .preview img {
	width:145px;
	height:98px;
	border:1px solid #e0e0e0;
}
.focus_nbhood .modelpane .model .dsp .preview a:hover img {
	border-color:#000;
}


.focus_nbhood .footer {
	position:relative;
	background:#083a08 url(../gfx/focus_foot_grad.gif) repeat-x;
	height:46px;
	line-height:46px;
	border-top:1px solid #fff;
}
.focus_nbhood .footer .options {
	padding-left:10px;
	font-size:11px;
	color:#99cc99;
}
.focus_nbhood .footer .options span.e {
	font-weight:bold;
}
.focus_nbhood .footer .options a {
	color:#99cc99;
	text-decoration:none;
}

.focus_nbhood .footer .options a:hover {
	color:#fff;
	text-decoration:underline;
}
.focus_nbhood .footer .source {
	position:absolute;
	top:0px;
	right:0px;
}

.focus_nbhood .actiontabs div {
	float:right;
}
.focus_nbhood .actiontabs,
.focus_nbhood .actiontabs a {
	display:block;
	height:25px;
}
.focus_nbhood .actiontabs .closer,
.focus_nbhood .actiontabs .closer a {
	width:73px;
	
}
.focus_nbhood .actiontabs .printer,
.focus_nbhood .actiontabs .printer a {
	width:64px;
}
.focus_nbhood .actiontabs .printer {
	margin-right:2px;
}
.focus_nbhood .actiontabs a {
	text-decoration:none;
}
.focus_nbhood .actiontabs .closer a {
	background:#fff url(../gfx/close_focus.gif) no-repeat;
}
.focus_nbhood .actiontabs .printer a {
	background:#fff url(../gfx/print_focus.gif) no-repeat;
}
.focus_nbhood .actiontabs a:hover {
	background-color:#cc0000;
	background-position:0px -25px;
}
.focus_nbhood .actiontabs a span {
	display:none;
}

#checkBack {
	position:absolute;
	right:0px;
	top:0px;
	width:252px;
	height:146px;
	z-index:2;
	background:url(../../images/map_items/features/check_back_add.gif) top right no-repeat;
}














