/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.231;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(/csp/cms/sites/NHBR2/assets/graphics/html5/back7.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
body, button, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}


/* font */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2011 09:36:48 PM America/New_York */
/* League Gothic */
/******
@font-face {
 font-family: 'LeagueGothicRegular';
 src: url('/csp/cms/sites/NHBR2/assets/fonts/League_Gothic-webfont.eot');
 src: local('?'), url('/csp/cms/sites/NHBR2/assets/fonts/League_Gothic-webfont.woff') format('woff'), url('../League_Gothic-webfont.ttf') format('truetype'), url('/csp/cms/sites/NHBR2/assets/fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'LaneNarrowRegular';
 src: url('/csp/cms/sites/NHBR2/assets/fonts/LANENAR_-webfont.eot?') format('eot'),  url('/csp/cms/sites/NHBR2/assets/fonts/LANENAR_-webfont.woff') format('woff'),  url('/csp/cms/sites/NHBR2/assets/fonts/LANENAR_-webfont.ttf') format('truetype'),  url('/csp/cms/sites/NHBR2/assets/fonts/LANENAR_-webfont.svg#webfontMAZXZguX') format('svg');
 font-weight: normal;
 font-style: normal;
}
******/
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #444;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: white; /*#ff9;*/
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: "Courier New", monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	/* white-space: pre-wrap; 20120706 laa - pre-wrap invalid value */
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h2 {
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
/*	font: bold 50px/50px arial, Verdana, Georgia, Times, serif;*/
}
.break {
	color: #ddd;
	width: 100%;
	background-color: #ddd;
	height: 0px;
	border: 0;
	margin-top: 40px;
	margin-bottom: 15px;
}
.h2smaller {
	font-size:33px; line-height:34px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B90000;
	padding-top: -40px; 

}
.h2smallertodo {
	font-size:28px;
	margin-bottom: -10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B90000;
	margin-top: 22px;
}
.h2footer {
	font-size: 42px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #222;
	font-weight: bold;
	margin-bottom: 20px;
}
.headingsbigger {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: bold 18px/22px;
	margin-bottom: 16px;
}
.titleheadings a {
	font-size:25px;
	font-weight: bold;
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgborder {
	border: 1px #ccc solid;
	padding: 4px;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* navbar */

#navbar {
	height: 40px;
	width: 948px;
	margin-left: -5px;
	text-align: center;
}
* html #navbar {
	margin:0 auto;
	margin-left: px;
}
.basictab {
	font: bold 17px Arial, sans-serif;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -2px;
	padding: 3px 1px 3px 0;
	text-align: left;
	width: 970px;
}
/* 20131114 MS IE11 complaint
.basictab li a:visited {
	background-color: #000000;
	color: #FFFFFF;
	height: 40px;
}
*/
.basictab li a:visited { color: #FFFFFF; }
.basictab li a {
	background-color: #000000;
	border-bottom: medium none;
	color: #FFFFFF;
	margin-right: 4px;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	font-size:20px;
	height: 40px;  /*20131114*/
}
.basictab li a:hover {
	text-decoration: underline;
}
.basictab2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #444;
	list-style-type: none;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-top: 2px;
	padding: 0px 1px 3px 0;
	text-align: left;
	width: 970px;
	border: 0px #ddd solid;
	background: none;
}
.basictab2 li a:visited {
	color: #444;
}
.basictab2 li a {
	border-bottom: medium none;
	color: #444;
	margin-right: 4px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font-size:25px;
	background: none;
}
.basictab2 li a:hover {
	text-decoration: underline;
	color: #CA0000;
}
.basictab2 li {
	margin-right: px;
	padding: 0px 13px 0px 13px;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.imgborder {
	border: 1px #333 solid;
}
.unfloat {
	clear: both;
}


/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
 overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
*overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
.readmore a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
  /*#color:#344877;*/
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* summary templates */
.stdsummarynewtable {
	width: 600px;
	margin-bottom: 17px;
	border-bottom: 1px #ddd solid;
	padding-top: 0px;
}
.headingpages {
	padding-bottom: 5px;
	padding-top: px;
	color: #222222;
	font: bold 25px/28px Times, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
.headlink a {
	color: #222222;
	font: bold 25px/26px Times, Arial, Helvetica, sans-serif;
	padding-top: 24px;
	text-decoration: none;
}
.headlink a:hover {
	color: #222222;
	text-decoration: underline;
}
.headlink2 {
	padding-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 0px;
	margin-top: -10px;
	color: #222222;
}
.headlink2 a {
	color: #222222;
	font: bold 25px/26px Times, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	text-decoration: none;
}
.headlink2 a:hover {
	color: #222222;
	text-decoration: underline;
}
.contactinfo {
	color: #666;
	font-weight: bold;
	font-size: 20px;
}
.contactinfo a {
	color: #666;
}
.contactinfo a:hover {
	color: #222;
}
.headpage {
	padding-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: px #ddd solid;
	margin-bottom: 5px;
	font: bold 28px/32px Times, Arial, Helvetica, sans-serif;
	color: #222222;
}
.date a {
	font-size: 10px;
}
.lftText {
	margin-top: 0px;
}
.adtableright {
	width: 310px;
	padding: 4px;
	padding-right: 0px;
	margin: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
}
.rightcoltd160 {
	width: 160px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 5px;
}
.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #157124;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 140px;
}
.contactul {
	padding: 0 0 0 10px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

.accordion-content
{
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	}

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


/* ==================
   Initializr Theme
   ================== */



.wrapper {
	margin:auto;
	width:980px;
	margin-top: 0px;
}
.wrapper2 {
	width:980px;
}
/*
#header-container {
	height:120px;
	margin-bottom:50px;
}
*/
h2, h3 {
	margin:10px 0 10px 0;
}
#title {
	font-size: 60px;
	color:white;
	float:left;
}
aside {
	padding:0px;
	padding-left: 0px;
	padding-top: -15px;
	padding-bottom: 0; /* was 25px; */
	float:right;
	width:320px;
}
/*
#main p {
	/*font:19px/24px georgia, times, verdana, Helvetica, Helvetica Neue, Arial;* /
	font:0.8em Arial, Sans-Serif;
	margin: 0;
}
*/
article header {
	margin-bottom:50px;
	padding-bottom:30px;
	width:660px;
	-webkit-box-shadow:0 45px 60px -60px #AAA;
	-moz-box-shadow:0 45px 60px -60px #AAA;
	box-shadow:0 45px 60px -60px #AAA;
}

.headingsub

{	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #B90000; font-size: 24px; margin-top: 40px; margin-bottom: 0px;
}

.headingsubsub

{ font-family: Verdana, Arial, Helvetica, sans-serif;
color: #222; font-size: 26px; margin-top: 40px; margin-bottom: 0px;
}

.headingbigsub

{	font-family: Verdana, Arial, Helvetica, sans-serif;
color: #111; font-size: 30px; margin-top: 10px; margin-bottom: 0px;
}
/* ====== new styles ========== */


/* footer styles */

.date {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333;
}
#footer-container {
	background-color:#444;
	/*width: 1019px;*/
	margin-top:120px;
	margin-left: 2px;
	margin:auto;
	/*background: url("/csp/cms/sites/NHBR2/assets/graphics/html5/back2.png") no-repeat scroll center top transparent;*/
	height: 300px;
	text-align: center;
}
#footer-container footer {
	color:white;
}
#bottominfo {
	/* border-top:6px solid #42423B; */
	overflow:hidden;
	padding-bottom:0px;
	width: 978px;
	position: relative;
	border-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-left: -13px;*/
	padding-top: 20px;
	text-shadow: 1px 1px #555555;
}
.bottomright {
	margin-right:0;
	width:252px;
}
.bottomcolumn {
	float:left;
	margin-right:10px;
	padding-top:10px;
	width:305px;
}
.bottomcolumn h3 {
	border-bottom:1px solid #ddd;
	/* color:#aaa; */
	color: #ddd;
	font-size:18px;
	padding:5px 0 5px 5px;
}
ul.borderedlist li a {
	/*color:#AAB6B9; */
	
	display:block;
	font-size:12px;
	height:20px;
	padding:3px 0 0 2px;
	margin-left: -30px;
	color: #ddd;
	text-shadow: 1px 1px #444;
}

ul.borderedlist ol, ul {
	list-style:none outside none;
}
/* layout styles */
.sectionmain {
	width: 620px;
	border-right: px #ddd solid;
	padding: 10px;
	padding-bottom: 10px;
_padding-bottom: 0px;

}
.sectionwide {
	margin: 0;
}
.wrapping {
	/*
	background-position: right top;
  background-repeat: repeat-y;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	*/
	min-height: 1900px;
	margin-bottom: 7px;
	
	margin-top: 130px;
	_margin-top: -70px;
}
.logotop {
	margin-left: 5px;
	margin-top: 7px;
}
.topad {
	text-align: center;
	margin-bottom: 40px;
}
/* rught col */
.boxheadblue h2 {
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
}
.boxbody a {
	line-height: 10px;
}
.tablerightads {
	width:300px;
	margin-bottom: 15px;
}
/* =============== accordion styles ====================== */

 #accordion {
	background:#fff;
	width: 300px;
	border:1px solid #999;
	color: #000;
}
#accordion-container {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#accordion-header  #accordion .pane {
	color:#000;
	font-size:12px;
}
#accordion h2 {
	/*background: url('http://64.94.90.24/csp/cms/sites/NHBR2/assets/graphics/new/h300.gif');*/
}
#accordion h2 {
	font-size:25px;
	font-weight: bold;
}
.accordiontable {
	border: 1px #888 dashed;
	font-size: 15px;
	font-weight:bold;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 590px;
}
.accordiontables {
	width: 600px;
}
.accordiontable td {
	padding: 4px;
}
/* blue tables */

.table600 {
	width: 600px;
}
.navcontainer2 {
	width: 284px;
	font-size:16px;
}
.navcontainer2 ul {
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:16px;
}
.navlist ul {
	background-color: #333;
}
.navlist li {
	background-color: #333;
}
.navcontainer2 a {
	display: block;
	padding: 5px;
	padding-top: 0px;
	width: 285px;
	background-color: #025288;
	border: 1px solid #fff;
	font-size:18px;
	color: #fff;
  text-decoration: none; /*20131114*/
}
/** IE11 error 
.navcontainer2 a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	font-size:18px;
}
**/
#navlist a { font-size:18px; text-decoration: none; }
.navcontainer2 a:link, #navlist a:visited { color: #fff; } 

.navcontainer2 a:hover {
	background-color: #222;
	color: #fff;
	font-size:18px;
}
.navlist {
	margin-top: 0px;
	padding-top: 0px;
}
.navlist2 {
	margin-top: 0px;
	padding-top: 0px;
}
.tablewidth10 {
	width: 15px;
}
.tablewidth49 {
	width: 310px;
}
/* dont miss section */

#bodyBottom ul {
	background-color: #F1F1F1;
	color: #000000;
	display: block;
	float: left;
	padding: 8px 0 8px 9px;
	width: 944px;
}
#bodyBottom {
	margin-top: 0px;
	padding-top: 0px;
}
ul.borderedlist ol, ul {
	list-style: none outside none;
}
.bottomcolumn {
	float:left;
	margin-right:10px;
	padding-top:10px;
	width:305px;
}
.bottomcolumn h3 {
	border-bottom:1px solid #ddd;
	/* color:#aaa; */
	color: #ddd;
	font-size:18px;
	padding:5px 0 5px 5px;
}
#bodyBottom ul li.one {
	background-color: #FFFFFF;
	border-right: 8px solid #F1F1F1;
	color: #131313;
	display: block;
	float: left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 450px;
	padding: 7px 16px 16px 26px;
	width: 258px;
}
#bodyBottom ul li.two {
	background-color: #FFFFFF;
	border-right: 8px solid #F1F1F1;
	color: #131313;
	display: block;
	float: left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 450px;
	padding: 7px 16px 16px 26px;
	width: 271px;
}
#bodyBottom ul li.three {
	background-color: #FFFFFF;
	border-right: 8px solid #F1F1F1;
	display: block;
	float: left;
	height: 450px;
	padding: 7px 16px 16px 26px;
	width: 262px;
}
ul.borderedlist li a {
	/*color:#AAB6B9; */
	
	display:block;
	font-size:12px;
	height:20px;
	padding:3px 0 0 2px;
	margin-left: -30px;
	color: #ddd;
	text-shadow: 1px 1px #444;
}

.list2 li {
	font:19px/24px georgia, times, verdana, Helvetica, Helvetica Neue, Arial;
	margin-left: -20px; padding-left: 0px;
	list-style-type:disc;
}

ul.borderedlist ol, ul {
	list-style:none outside none;
}
.feedburnerFeedBlock ul {
	padding:0px;
}
.headbrowser {
	font-size: 19px;
}
.feedburnerFeedBlock ul {
	margin-top: -10px;
}
#creditfooter img {
	display: none;
	height: 0px;
}
.feedburnerFeedBlock {
	margin-left: 0px\9;
}
.feedburnerFeedBlock li {
	list-style-type:disc;
	margin-left: 13px;
	margin-left: 0px/9;
	text-indent: -4px;
}
.feedburnerFeedBlock ul {
	margin-left: 10px\9;
}
/* nhevents section of home page */
/* tab pane styling */
.panes div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:200px;
	font-size:14px;
	background-color:#fff;
}
/* image on home page */

.imagehome {
	border: 1px #333 solid;
	margin-bottom: 15px;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.mapborder
{
border: 1px #444 solid;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */

/* 20131114 MS IE11 complaint
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
*/
a { color: #444 !important; text-decoration: underline; }
a:visited { color: #444; }
	
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}


/* table style */

  
  #accordion {
	background:#fff;
	width: 300px;
	border:1px solid #999;
	color: #000;
}
#accordion .pane {
	color:#000;
	font-size:12px;
}
#accordion h2 {
	/*background: url('http://64.94.90.24/csp/cms/sites/NHBR2/assets/graphics/new/h300.gif');*/
}
#accordion h2 {
	font-size:15px;
	font-weight: bold;
}
/* tab pane styling */
.pane div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#fff;
	color: #111;
}
#accordion .pane {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 2px;
	color: #111;
	display: none;
	font-size: 14px;
	height: 120px;
	padding: 15px;
}
.singleImg {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #666666;
	float: right;
	margin: 0 0 10px 10px;
	padding: 4px;
	text-align: center !important;
	width: 280px;
}


