/* 
  -----------------------------------
  PVII Pop Box Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Carbon
  -----------------------------------
*/
.pop_wrap {padding: 0 5px;}
div.btnclose { width:17px; height:17px; float:right; clear:both;}
.pop_wrap .pagelistA p {padding:0 0 4px 0;}
.pop_wrap .pagelistA h2 {font-size:11px;}


/*Force Vertical Scrollbar in non-IE browsers*/
html, body {height: 100.1%;}
/*Font-Family for entire Lightshow*/

/*ROOT WRAPPER DO NOT EDIT*/
.p7LSM02 .p7LSM_wrapper {
	position:relative;
	overflow: hidden;
}
/*Styles for Popup Box for Text Content Slides*/
#p7LSM_box.p7LSM02 #p7LSM_cnt {
	background:#FFFFFF url(../media/images/nh_bk_blend_2.jpg) 0 bottom no-repeat;
	margin:15px;
	padding:5px;
	line-height: 1.5em;
}
#p7LSM_box.p7LSM02 #p7LSM_cnt a, 
#p7LSM_box.p7LSM02 #p7LSM_cnt a:visited {
	color: #000000;
}
#p7LSM_box.p7LSM02 #p7LSM_cnt a:hover {
	color:#5f5b54;
	background-color: #574535;
	text-decoration: none;
}

/*Popup Box: Set border around main box*/
.p7LSM02 #p7LSM_container {
	padding:15px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../media/images/nh_bk_boxgradient.jpg);
	background-repeat: repeat-x;
	background-color: #241d17;
	overflow: hidden;
}
/*Adjust padding if toolbar is hidden*/
.p7LSM02 #p7LSM_container.hideToolbar {
	padding:0;
}
/* The Animation box - Set Background Color ONLY */
#p7lsm_abox.p7LSM02 {
	background-color:#241d17;
}
/* The page overlay - Edit existing properties: Opacity, Filter, and BG Color ONLY */
#p7lsm_overlay.p7LSM02 {
	opacity: .80;
	filter: alpha(opacity=80);
	background-color: #151515;
}

/*Description, Caption,  and Counter*/

/*Hide Description and Links in Dreamweaver Design View*/
.p7lsm_link, .p7lsm_description {display: none;}

/*
Wrapper for Description, Caption,  and Counter
Padding matches the padding on the Full-Size image outer container.
*/
#p7LSM_box.p7LSM02 #p7LSM_info {
	background-color: #241d17;
	font-size: 0.7em;
	color:#5f5b54;
}
/*Padding-Right matches the padding on the Full-Size image outer container.*/
#p7LSM_box.p7LSM02 #p7LSM_desc {
	zoom: 1;
	padding: 3px 0 6px 0;
	font-size: .9em;
}
#p7LSM_box.p7LSM02 #p7LSM_desc a, 
#p7LSM_box.p7LSM02 #p7LSM_desc a:visited,
#p7LSM_descboxW.p7LSM02 a,
#p7LSM_descboxW.p7LSM02 a:visited {
	color:#bc6128;
}
#p7LSM_box.p7LSM02 #p7LSM_desc a:hover,
#p7LSM_descboxW.p7LSM02 a:hover {
	color:#5f5b54;
	text-decoration: none;
	background-color: #241d17;
}

/*Padding-Right matches the padding on the Full-Size image outer container.*/
.p7LSM02 #p7LSM_caption {
	zoom: 1;
	font-size: 1em;
	font-weight:bold;
	padding: 8px 0 0 0;
}
/*Right value matches the padding on the Full-Size image outer container.*/
#p7LSM_box.p7LSM02 #p7LSM_counter {
	font-size: 0.9em;
	padding: 3px 0 0 0;
	zoom: 1;
}
/*Full-Size Image*/
/*Full-Size Image Ineer Container (Hugs Image)*/
.p7LSM02 #p7LSMfsim {
	border: 1px solid #333;
}

/*Loading Image*/
#p7LSM_loading {
	display:none;
	width:78px;
	height:8px;
	background-image: url(../media/images/loading.gif);
}

/*Clear Floats*/
.p7lsm_clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}


