/* -------------------------------------------------------------------------*/
/* ------------------------------>>> RESET <<<------------------------------*/
/* -------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }

/* -------------------------------------------------------------------------*/
/* ----------------------------->>> GLOBAL <<<------------------------------*/
/* -------------------------------------------------------------------------*/
h1{ 
	color:#e2383f;
	font-size:2em;
	margin-bottom:15px;
	}
	
h2{ 
	color:#e2383f;
	font-size:1.6em;
	margin-bottom:5px;
	}

h3{ 
	color:#383838; 
	font-size:1.2em; 
	font-weight:bold; 
	margin-bottom:3px; 
	}


p{ 
	color:#383838; 
	font-size:1.2em; 
	margin-bottom:15px;
	}

a{ color:#e2383f; font-weight:bold; outline:none; text-decoration:none; }
a:hover{ color:#000; cursor:pointer; }

li{ font-size:1.2em; }
li ul li{ font-size:inherit; }

table td, table th{ font-size:1.1em; vertical-align:top; }
table td table td, table th table th{ font-size:inherit; }



/* -------------------------------------------------------------------------*/
/* ----------------------------->>> LAYOUT <<<------------------------------*/
/* -------------------------------------------------------------------------*/
body{ 
	background:url(../images/bkrnd_page.jpg) repeat-x; 
	font-family:'Helvetica Neue', Helvetica, sans-serif; 
	font-size:62.5%;
	}

html, body, #wrap { height: 100%; }					/* for sticky footer */
body > #wrap {height: auto; min-height: 100%;}		/* for sticky footer */

#site {
 	margin:auto; 
	padding:25px 0 235px 0;	 /* 235px = height of sticky footer */
	width:1000px;
	}  

#sidebar{
	float:left; 
	padding-right:30px; 
	width:285px;
	}

#content{ 
	display:inline;
	float:left;
	padding:0 90px 40px 10px;
 	width:585px; 
	}
	
	#content ul{ list-style-type:disc; padding:0 2px 10px 15px; color:#383838; }	
	#content .twoCol{ width:50%; }
	
#footer {
	font-size:1.1em; padding-top:30px; color:#b2b0af;
	position: relative;
	margin-top: -235px; /* negative value of footer height */
	height: 205px;
	background:#000 url(../images/bkrnd_footer.jpg) top center no-repeat; 
	clear:both;
	width:100%;
	} 
		#footer p		{ font-size:84%; }
		#footer ul		{ margin-left:40px; }
		#footer li		{ background:url(../images/bullet_arrow.png) 0 .25em no-repeat; 
						  line-height:1.2em; margin-bottom:5px; padding-left:10px; }
		#footer li a	{ color:#b2b0af; font-size:90%; }
		#footer li a:hover{ color:#efefef;}
		
		/*** Footer Containers **********************************************/
		/********************************************************************/		
		.secA			{ float:left; width:630px; }
		.secB			{ float:left; padding-left:10px; width:360px; }
		.footer-grouping{ margin:auto; width:1000px; }
		#legalese		{ background-color:#1c1c1c; bottom:5px; 
						  padding:5px 0 15px 0; position:absolute; width:100%; }\
			#legalese li{ margin-bottom:0px; }
		#tertiaryNav li	{ font-size:98%; line-height:1.3em;}
		#tertiaryNav a	{ font-size:100% !important; }
		
/* -------------------------------------------------------------------------*/
/* -------------------------->>> NAVIGATION <<<-----------------------------*/
/* -------------------------------------------------------------------------*/		

#nav{ 
	background:url(../images/bkrnd_nav.png) repeat-x; 
	height:36px;
	margin:12px 0 15px 0;
	position:relative; 
	width:100%;
	}
	
	#nav li{ float:left; }
	#nav a{ display:block; border-right:4px solid #fff; font-weight:normal; height:22px; text-indent:-9999px; }
	#nav a:hover, .selected{ background-position:bottom left !important; }

		#about		{ background:url(../images/nav_about.png); width:90px; }
		#products	{ background:url(../images/nav_products.png); width:161px; }
		#locations	{ background:url(../images/nav_locations.png); width:179px; }
		#news		{ background:url(../images/nav_news.png); width:115px; }
		#elist		{ background:url(../images/nav_elist.png); width:124px; }
		#contact	{ background:url(../images/nav_contact.png); width:107px; }
		
/* Drop Down Styles (single level only) */
#nav li ul{ display:none; position:absolute; padding:10px 0; background-color:#e2383f;  }
#nav li ul li{ float:none; display:inline; }
#nav li ul li a{ border:0; color:#fff; display:block;  height:auto; padding:2px 8px; text-indent:0; text-decoration:none; width:185px;}
#nav li ul li a:hover{ color:#dedede; }

#memberLogin{ 
	background:url(../images/btn_memberLogin.png); 
	border-right:0 !important;
	display:inline; 
	float:right;
	margin-right:20px;
	width:125px; height:22px;
	}



#search-nav { padding:0 !important;}
	#search-nav li		{ color:#e2383f; display:inline; list-style-type:none; }
	#search-nav a 		{ color:#666;}
	#search-nav a:hover	{ color:#333; }
	#search-nav #first	{ background:url(../images/bullet_redArrow.png) left center no-repeat; padding-left:8px; }

/* -------------------------------------------------------------------------*/
/* --------------------------->>> UTILITIES <<<-----------------------------*/
/* -------------------------------------------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatR				{ display:block; float:right; }
.oneCol				{ clear:both; float:left; }
.twoCol, .threeCol	{ float:left; }

/* -------------------------------------------------------------------------*/
/* ----------------->>> IMAGE REPLACEMENT HEADERS <<<-----------------------*/
/* -------------------------------------------------------------------------*/
.imgHead{ display:block; text-indent:-9999px; overflow:hidden; }

#t-feed{ background:url(../images/title_sidebar_feed.png); width:220px; height:24px; }
#t-blog{ background:url(../images/title_footer_blog.png); width:137px; height:26px; }
#t-event{ background:url(../images/title_footer_event.png); width:149px; height:26px; }
#t-metro-news{ background:url(../images/title_metronews.png); margin-bottom:33px; width:583px; height:18px; }
#t-other-news{ background:url(../images/title_othernews.png); margin:33px 0; width:583px; height:20px; }
#t-nahb-news{ background:url(../images/title_nahbnews.png); margin:33px 0; width:583px; height:19px; }




/* -------------------------------------------------------------------------*/
/* ---------------------------->>> FORMS <<<--------------------------------*/
/* -------------------------------------------------------------------------*/
form{ width:550px;}
	input{ border:1px solid #dadadc; padding:3px ; margin-bottom:10px;}
	
	label{ font-size:1.2em; }
	div input, 	div select{ width:100%;}
	textarea{ width:430px; height:100px;  border:1px solid #dadadc; padding:3px ;}
	
	form div{ margin-right:30px;}

	table input{ width:auto; }
	form table td{ padding:3px 5px;}
	
.required{ font-weight:bold; }

.error{ background-color:#e9e9e8; padding:20px 10px; margin-bottom:15px; width:430px;}
	.error p	{ margin-bottom:10px;}
	.error ul	{ margin-left:40px; list-style-type:disc; }

form .oneCol		{ width:430px; }	
form .twoCol		{ width:200px !important; }
form .threeCol		{ width:123px;}	


#captcha{
	border-bottom: 3px solid #ccc;  
	border-top: 3px solid #ccc;
	width:450px; 
	margin-top:20px;
	font-size:1.2em;
	}
	#captcha th{  font-size:120%; padding:5px 0 2px 0;}
	#captcha td{  line-height:0.5em; vertical-align:middle;}
	#captcha input{ width:95%; }


/* -------------------------------------------------------------------------*/
/* ------------------------->>> SIDEBARS <<<--------------------------------*/
/* -------------------------------------------------------------------------*/
.centered-sidebar{ margin-top:15px; }
#twitter_update_list li{ color:#545555; margin-bottom:15px; }
	#twitter_update_list li a{ color:#868787; text-decoration:none; display:block; }
	#twitter_update_list li span a{ color:#000; display:inline; color:#e13a3e; font-weight:bold; }

#follow li{ color:#5f5e5f; font-size:98%; background:url(../images/bullet_twitter.png) no-repeat; padding:3px 0 0 20px; line-height:10px;}
	#follow li a{ color:#5f5e5f; font-weight:bold; text-decoration:none;}


/* -------------------------------------------------------------------------*/
/* --------------------->>> COMPANY DIRECTORY <<<---------------------------*/
/* -------------------------------------------------------------------------*/	

.employee, .office{ display:none; }

.employee{ margin-bottom:20px; width:550px; }
	.employee h2{ margin-bottom:0; }
	.employee h2 span{ color:#383838; font-weight:bold; font-size:70%; }
	.employee th{ font-weight:bold; }
	.employee td, .employee th{ padding:2px 5px 2px 0; }
	.employee .emailContact { color:#e13a3e; float:right; font-size:1.3em; width:200px; }
	.employee .emailContact a{ color:#e13a3e; }
	.employee .emailContact a:hover{ border-bottom:1px dotted #e13a3e; }	

.office{ margin-bottom:20px; }
	.office .emailContact { color:#383838; font-size:1.1em; margin:5px 0 25px 0;}
	.office .emailContact a{ color:#383838; }
	.office .emailContact a:hover{ border-bottom:1px dotted #383838;}
	.office table td:first-child{ width:285px; }
	.office h3{ color:#e13a3e; margin-bottom:0; }
	.office h3 span{ color:#383838; font-size:85%;}

.emailContact{ 
	background:url(../images/bullet_metroLogo.png) no-repeat; height:25px; line-height:25px;
	padding-left:35px;
	text-align:left; 
	}

#bioLink{ 
	background:url(../images/bullet_redArrow.png) right center no-repeat; 
	color:#e13a3e;
	font-size:1.2em; 
	font-weight:normal; 
	padding-right:8px;
	}
	#bioLink:hover{ border-bottom:1px dotted #e13a3e; }

.searchForm{ 
	background-color:#efefef; 
	border-left:1px solid #ccc; 
	border-bottom:1px solid #ddd; 
	border-right:1px solid #eee; 
	clear:both;
	display:none; 
	margin-bottom:15px;
	padding:20px 10px; 
	}

	.searchForm input{ width:auto; }
	.searchForm td{ padding:0 3px; }

#searchOptions{ list-style-type:none !important; padding:0 !important; }
#searchOptions li{ float:left; }
#searchOptions li a{ background-color:#dcdcdc; border:1px solid #ccc; border-bottom:0; color:#666; display:block; font-weight:normal; padding:3px 5px; }
#searchOptions .selected{ background-color:#efefef !important;}

#searchError{ background-color:#efefef; color:#d61f33; display:none; font-size:1.1em; font-weight:bold; padding:8px; text-align:center; }

/* -------------------------------------------------------------------------*/
/* --------------------------->>> BIOGRAPHIES <<<---------------------------*/
/* -------------------------------------------------------------------------*/

.bioName{ margin-bottom:0; margin-top:8px;}
	.bioName span{ color:#383838; font-size:70%; }

.empImg{ float:left; margin: 0 10px 15px 0; }	
.bioCopy{ clear:both; }
#bioContact{ width:300px; float:left; font-size:1.2em;}

#backToState{ 
	display:inline;
	clear:right; 
	float:right; 
	margin:15px 25px 0 0; 
	width:140px;
	}
