/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 13px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin:0; padding: 0; }

html, button, input, select, textarea { font-family: Arial; color: #000; }

body { margin: 0; font-size: 1em; line-height: 1.4; padding: 0; background: url('img/bg_body.jpg') repeat; }

/* =============================================================================
   Font Include
   ========================================================================== */

 
@font-face {
    font-family: 'MetrophobicRegular';
    src: url('fonts/Metrophobic-webfont.eot');
    src: url('fonts/Metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Metrophobic-webfont.woff') format('woff'),
         url('fonts/Metrophobic-webfont.ttf') format('truetype'),
         url('fonts/Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ccc; color: #000; text-shadow: none; }
::selection { background: #ccc; color: #000; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }

body.new-england-msca a { color: #0D93CD; }
body.new-england-msca a:visited { color: #0D93CD; }
body.new-england-msca a:hover { color: #000; }

body.new-england-ncpwb a { color: #20239F; }
body.new-england-ncpwb a:visited { color: #20239F; }
body.new-england-ncpwb a:hover { color: #000; }
	

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
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: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _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; 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: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 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; white-space: normal; }

/*
 * 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)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Phil Bennett [Nehlsen Communications]
   ========================================================================== */


/* COMMON STYLES */
.container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	padding-bottom: 25px;	
}

h1 {
	color: #003366;	
	margin-top: 0px;
}

		
.center {
	text-align: center;	
}




/* LAYOUT */

/* HEADER */
header {
	background: url('img/bg_header.jpg') repeat-x;
	/*height: 367px;*/
	height: 342px;
	padding-top: 18px;
	padding-bottom: 7px;18
	width: 100%;	
}
	header .city_scape {
		background: url('img/bg_city_scape.jpg') center center no-repeat;
		height: 274px;
		width: 100%;
	}
	
	/* NAV */
	nav {
		height: 68px;
	}
	nav ul {
		margin: 0;
		padding: 0;	
		height: 100%;
	}
	nav ul li {
		display: inline;
		position: relative;	
		float: left;
		width: auto;	
	}
	nav ul li a {
		text-decoration: none;
		height: 68px;
		display: block;	
	}
	nav ul li a span { visibility: hidden; }
		/* BUTTONS */
		/* HOME */
		nav ul li a.home {
			background: url('img/bg_nav.jpg') top left no-repeat;
			width: 	70px;
		}
			nav ul li a.home:hover, nav ul li a.home.active {
				background-position: 0px -68px;
			}
		/* NEMCA */
		nav ul li a.nemca {
			background: url('img/bg_nav.jpg') -70px 0px no-repeat;
			width: 	150px;
		}
			nav ul li a.nemca:hover, nav ul li a.nemca.active {
				background-position: -70px -68px;
			}
			nav ul li ul li a.nemca_logo {
				background: url('img/bg_logos.png') 0px 0px no-repeat transparent;
				height: 70px;
				width: 	150px;
			}
		/* NEMSCA */
		nav ul li a.nemsca {
			background: url('img/bg_nav.jpg') -220px 0px no-repeat;
			width: 	150px;
		}
			nav ul li a.nemsca:hover, nav ul li a.nemsca.active {
				background-position: -220px -68px;
			}
			nav ul li ul li a.nemsca_logo {
				background: url('img/bg_logos.png') -150px 0px no-repeat transparent;
				height: 70px;
				width: 	150px;
			}
		/* ncpwb */
		nav ul li a.ncpwb {
			background: url('img/bg_nav.jpg') -372px 0px no-repeat;
			width: 	150px;
		}
			nav ul li a.ncpwb:hover, nav ul li a.ncpwb.active {
				background-position: -372px -68px;
			}
			nav ul li ul li a.ncpwb_logo {
				background: url('img/bg_logos.png') -300px 0px no-repeat transparent;
				height: 70px;
				width: 	150px;
			}
		/* ASSOCIATE MEMBERS */
		nav ul li a.associate_members {
			background: url('img/bg_nav.jpg') -524px 0px no-repeat;
			width: 	122px;
		}
			nav ul li a.associate_members:hover, nav ul li a.associate_members.active {
				background-position: -524px -68px;
			}
		/* CONTACT */
		nav ul li a.contact {
			background: url('img/bg_nav.jpg') -648px 0px no-repeat;
			width: 	108px;
		}
			nav ul li a.contact:hover, nav ul li a.contact.active {
				background-position: -648px -68px;
			}
		/* LINKS */
		nav ul li a.industry_links {
			background: url('img/bg_nav.jpg') -756px 0px no-repeat;
			width: 	110px;
		}
			nav ul li a.industry_links:hover, nav ul li a.industry_links.active {
				background-position: -756px -68px;
			}
		/* MEMBERS */
		nav ul li a.members {
			background: url('img/bg_nav.jpg') -867px 0px no-repeat;
			width: 	100px;
		}
			nav ul li a.members:hover, nav ul li a.members.active {
				background-position: -867px -68px;
			}
		/* SUB LEVEL NAV */
		nav li ul {
			height: auto;
			/*border: 1px solid #666666;*/
			position: absolute;
			top: 68px;
			z-index: 1000;
            width: 150px;
		}
		
		nav li ul li {
			/*background-color: #aaaaaa;
			padding: 3px;*/
			height: auto;
			display: block;
			clear: both;
			width: 139px;
		}

/* CONTENT */
#page {
	background-color: #FFF;	
	padding-top: 20px;
}

	#page .column {
		float: left;
		padding-right: 40px;
		position: relative;
		width: 280px;
	}
	
	#page .column .last {
		padding-right: 0px;
		width: 320px;	
	}
	#page .column .vr {
		border-right: 1px solid #CCC;
		height: 105px;
		position: absolute;
		right: 25px;
		bottom: 0px;
		width:1px;
	}
	
/* SUB PAGE */
#copy {
	float: left;
	width: 675px;	
}

.subNav {
	float: left;
	padding-right: 50px;
	width: 235px;
}
	.subNav ul {
		border: 1px solid #9a9a9a;
		list-style-type: none;
		margin: 15px 0px;	
		padding: 0;
	}
	.subNav ul li a, .subNav ul li a:visited {
		background-color: #d2d2d2;
		color: #000;
		display: block;
		padding: 10px 0px 10px 10px;
		text-decoration: none;
		width: 223px;	
	}
	.subNav ul li a:hover {
		background-color: #003366;
		color: #FFF;
	}
	body.new-england-mca .subNav ul li a:hover, body.new-england-mca .subNav ul li.active a {
		background-color: #003366;
		color: #FFF;
	}
	body.new-england-msca .subNav ul li a:hover, body.new-england-msca .subNav ul li.active a  {
		background-color: #0D93CD;
		color: #FFF;
	}
	body.new-england-ncpwb .subNav ul li a:hover, body.new-england-ncpwb .subNav ul li.active a  {
		background-color: #20239F;
		color: #FFF;
	}
	
/* SECTION COLORS */
body.new-england-msca h1 {
	color: #0D93CD;
}

body.new-england-ncpwb h1 {
	color: #20239F;	
}
	

/* HOME PAGE */

#homeRotator {
	float: left;
	height: 208px;
	margin: 10px 10px 0px 0px;	
	width: 352px;
}

div.introtext {
	/* color: #1d232d; */
	color: #666666;
	float: left;
	font-family: "MetrophobicRegular";
	font-size: 14px;
	width: 615px;	
}

div.introtext h1 {
	font-size: 24px;
}

div.introtext p {
	float: left;	
}

/* RECENT NEWS - SCROLL BAR */
#recent_news { width: 310px; margin: 20px 0 10px; float: right; background: url('img/scrollbar/bg_scrollbox.jpg'); border: 1px solid #000; padding: 5px; color: #000}
#recent_news .viewport { width: 280px; margin: 0px 5px; height: 520px; overflow: hidden; position: relative; }
#recent_news .overview { list-style: none; position: absolute; left: 0; top: 0; width: 280px;  }
#recent_news .thumb .end,
#recent_news .thumb { background: url('img/scrollbar/bg_scroller.png') 0px 1px no-repeat transparent; }
#recent_news .scrollbar { position: relative; float: right; width: 18px; }
#recent_news .track { background: url('img/scrollbar/bg_scrollbar.png') -1px 0px transparent no-repeat; height: 519px; width:18px; position: relative; padding: 0 1px; }
#recent_news .thumb { height: 31px !important; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0px; }
#recent_news .thumb .end { overflow: hidden; height: 5px; width: 18px; }
#recent_news .disable{ display: none; }


/* FOOTER */
footer {
	background: url('img/bg_footer.jpg') repeat-x;
	color: #FFF;
	font-size: 12px;
	height: 194px;
	width: 100%;	
}
	footer p, footer h3 {
		margin-top: 0;
	}
	/* COLUMNS */
	footer .column {
		float: left;
		margin-top: 15px;
		position: relative;
		padding: 0 5px;
	}
	footer .column .vr {
		background-color: #3eb7f1;
		border-right: 1px solid #2981aa;
		height:100px;
		margin: 0 10px;
		position: absolute;
		right: 10px;
		top: 0px;
		width:1px;
	}
	#address {
		width: 255px;
	}
	#nemca {
		width: 160px;
	}
	#nemsca {
		width: 160px;
	}
	#ncpwb {
		width: 175px;
	}
	#footlinks {
		width: 155px;
	}
		ul.footlinks {
			list-style-type: none;
			margin: 0;
			padding: 0;	
			float: left;
		}
		
		ul.footlinks li {
			padding-bottom: 10px;	
		}
		
		ul.footlinks a:link {
			color: #FFF;
			display: block;
			text-decoration: none;	
		}	
		
		ul.footlinks a:hover {
			color: #000 !important;
		}	
		ul.footlinks a:visited {
			color: #FFF !important;
		}




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  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; } /* h5bp.com/t */
  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; }
}


/* FORMS */
.form {
	width: 100%;
	margin-top: 25px;
}

.form input, .form textarea, .form select {
	padding: 5px;
	width: 70%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.form select { width: 71%; }

.form textarea:focus, .form input:focus {
	border: 1px solid #900;
}

.form input.submit-button {
	float: right;
	width: auto !important;
	margin-right: 31px;
}

.base input.submit-button, .base span.error {
	margin-right: 66px;
}

.form label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 20%;
	padding-top: 5px;
}
.form .error {
	color: red;
	display: block;
	text-align: right;
	margin-right: 31px;
	clear: both;	
}

td.mass 
{ 
width: 286px; 
background-image: url(/assets/css/img/mass.jpg);
background-repeat:no-repeat;
background-position:left top;
}

td.nh 
{ 
width: 286px; 
min-height: 169px;
background-image: url(/assets/css/img/nh.jpg);
background-repeat:no-repeat;
background-position:left top;
}

td.ri 
{ 
width: 286px; 
min-height: 162px;
background-image: url(/assets/css/img/ri.jpg);
background-repeat:no-repeat;
background-position:left top;
}



/*extra styles*/
.center {text-align:center;}