/* COLOR SCHEME 2 */


/*debug helper
* { outline: 1px dotted red }
* * { outline: 1px dotted green }
* * * { outline: 1px dotted orange }
* * * * { outline: 1px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

.contentpane {
	padding:0;
	/* float:left; display:inline; */
}
.rightpane {
	padding:0; display:inline;
}


/* fix for IE6 'centering' */
h1,h2,h3,h4,h5,h6,p,div,span {
	text-align: left;
}

/* basic styling */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*links*/
a {
	color: #cf6301 /* 6b94c1 */
}
	a:active {
		color: #000
	}
	a:hover {
		color: #606a8b
	}
	
	
	
	
html {
	background-color: #c3bf99;  /* e2e2d6;  */
	background-image: url(/Portals/_default/Skins/MV/Style/img/bg-body.png);
	background-repeat: repeat-x;
	background-position: top;
	height:101%; 
}

body {
	background-color: #c3bf99; /* e2e2d6; */
	background-image: url(/Portals/_default/Skins/MV/Style/img/bg-body.png);
	background-repeat: repeat-x;
	background-position: top;
	/* font-size:62.5%; */
	/* IE6 center */
	text-align: center; 
	min-height:100%;


	
}

/* page wrap */
.wrap {
	background-color: #fff;
	background-image: url(/Portals/_default/Skins/nhoh/Style/img/bg_page.png);
	background-repeat: repeat-y;
}



/* header */
#header {
	height: 173px; /* originally 152--------increased for space below masthead */
	
	
	position: relative;
	/* fix for ie superfish z-idex problem with cufon */
	z-index: 100;
}
	/* fix for ie superfish z-idex problem with cufon */
	cvml {
		z-index: 0;
	}

	/* company's logo */
	#logo {
		display: block;
		position: absolute;
		/*background-image: url(/Portals/_default/Skins/MV/Style/img/bg-logo.png);*/
		background-repeat: no-repeat;
		top: 10px;
		left: 7px;
	
		width: 236px;
		height: 62px;
		text-indent: -1000px;
	}

	/* search section */
	#search {
		position: absolute;
		top: 13px;
		right: 15px;
	
		border: 1px solid #606a8b;
		background-color: #fff;
		overflow: hidden;
		height: 24px;
		width: 155px;
	}

		#searchText {
			display: block;
			float: left;
			border: 1px solid #fff;
			width: 110px;
			font-size: 1.4em;
			color: #bbb9a4;
			padding: 3px 0px 3px 6px;
		}
	
		#search button {
			padding: 10px;
			border: 1px solid #fff;			
			float: right;
  			text-decoration:none;
  			background: #fff url(/Portals/_default/Skins/MV/Style/img/btn-search.png) no-repeat scroll top center;
  			margin: 0 2px 0 0;
		}
		
		
		/* top navigation - sitemap, client login, help */
		#top-nav {
			position: absolute;
			right:15px;
			top:57px;
			width: auto;
		}
                        

			#top-nav li {
				display: block;
				float: left;
				margin-left: 20px;
                                margin-top: 10px; /*--------- added to move login links ----------*/
			}
	
			#top-nav li a {
				color: #fff;
				font-size: 1.1em;
				text-decoration: none;
												
				text-shadow: 0 1px 1px #777;
			}
	
			#top-nav li a:hover {
				text-decoration: underline;
			}

	/* man navigation container */
	#nav-wrap {
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 52px;/* changed this to add space (didn't work due to absolute on menu)*/
		text-align: center;
		padding: 13px 14px 0 14px;
		border-top: 1px solid #606a8b;
	}
	


/* homepage feature block */
	#feature {
		/* padding: 0;
		height: 437px; */
		/*fix for separator*/
		padding-bottom: 10px;
		margin-bottom: -10px;
	}

		/* left part: message */
		#message {
			position: relative;
			height: 437px;
		}
		
			#message h1,
			#message p {
				color: #0a7282;
			}

			#message h1 {
				position: absolute;
				top:62px;
				left: 60px;
				font-size: 4.8em;				
			}

			#message p {
				position: absolute;
				top: 100px;
				left: 60px;
				padding-right: 25px;
				font-size: 1.8em;
				line-height: 1.3em;				
			}
		
			#message a {
				position: absolute;
				left: 60px;
				top: 288px;
			}

		/* messagepane */
		#message_pane {
			/* position: relative; */ padding:10px;
			height: /* 437px; */ 
			
			
		}
		
			#message_pane h1,
			#message_pane p {
				color: #5a5d5d; /* e27e15; orange 0a7282; blue */
			}

			#message_pane h1 {
				/*position: absolute;
				top:15px;
				left: 60px; */
				padding:30px 0 0 30px;
				font-size: 2em;				
			}

			#message_pane p {
				text-transform:none;
				padding: 10px 0 10px 30px;
				font-size: 1.8em;
				line-height: 1.2em;				
			}
		
			#message_pane a {
				text-align:center;
				padding:15 0 0 0px;
			}
				#message_pane ol.list,
				#message_pane ul.list {
					margin-top:3px;
					margin-left: 5em;
					color: #5a5d5d; /* e27e15 orange 0a7282; blue*/
					font-size: 1.6em;

			}
				#message_pane ol li,
				#message_pane ul li {
		
			}
				#message_pane ol.list,
				#message_pane ul.list li {
					list-style:disc;
			}
				#message_pane ol.list li {
					list-style: decimal;
			}
		

		
		/* right part - container */
		#rotator-wrap {			
			position: relative; 
		}
			#Flash_Pane .inner {
				/* position: absolute;
				top: 10px;
				right:45px;
				width: 560px;
				padding: 10px;
				overflow: hidden; */
				padding-right:30px;				
				height: 288px; /* 364px; */
			}
	
	
		/* right part - jquery item rotator */
		#rotator {
			
		}
			#rotator li img {
				border: 1px solid #7f7565
			}
		
			/* for images without border */
			#rotator li img.clean {
				border: none;
			}
		
			#rotator p {			
				font-size: 12px; /* 1.2em */
				line-height: 1.3;
				color: #565861;
				margin-top: 0px;
				font-family:verdana, Helvetica;
			}
			
			#rotator p.title {
				font-size: 1.8em;
				text-transform: uppercase;
				color: #565861;
				margin-top: 15px;
				margin-left: -1px;
			}
		
				#rotator p.title a {
					text-decoration: none;
				}
		
		/* pager */	
		#rotator .pager {
			position: absolute;
			right: 18px;
			bottom: 0px;
		}
		
			#rotator .pager li {
				display: inline;
				list-style: none;
				list-style-type: none;
				list-style-image: none;
			}
	
			#rotator .pager li a {
				display: block;
				float: left;
				padding: 3px 7px;
				margin-left: 1px;
				font-size: 11px;
				color: #fff;
				background-color: #6b94c1;
				background-image: url(/Portals/_default/Skins/MV/Style/img/bg-nav.jpg);
				background-repeat: repeat-x;
				background-position: top;
				text-decoration: none;
				text-align: center;
			}
			#rotator .pager li a:hover {
				color: #fff;
				background-image: url(/Portals/_default/Skins/MV/Style/img/bg-nav-hover.png);
			}
			#rotator .pager li a.current {			
				background-image: url(/Portals/_default/Skins/MV/Style/img/bg-nav-active.png);
			}


/* main content */	
#content {
	padding-bottom: 0px;
}

	/* headings */
	#content h1 {
		/* margin-top: 1.3em; */
		/* font-size: 3.6em; */
		font-size:3em;
		color: #e27e15;
		margin-bottom: .8em;
	}
	
	/* subtitle/slogan */
	#content h1 span {
		color: #938875; /* 606a8b blue */
		font-size: .4em;
		display: block;
		margin-bottom: .8em;
		margin-top: -1px;
		margin-left: 5px;
	}
	
	#content h2 {
		font-size: 2.2em;
		margin-bottom: 7px;
		color: #313435;
	}
	
	#content h3 {
		font-size:1.8em;
	}
	
	#content h4 {
		font-size:1.6em;
	}
	
	#content h5 {
		font-size:1.4em;
	}
	
	#content h6 {
		font-size:1.3em;
		font-weight: bold;
	}	
	
	#content p  {
		font-size:1.2em;
		font-size: 1.3em;
		line-height: 1.35;
		margin-bottom: 1.32em;
	}
	
	
	
	/* secondary content gradient */
	div.secondary {
		background-image: url(/Portals/_default/Skins/MV/Style/img/bg-secondary.png);
		background-repeat: no-repeat;
		background-position: top center;
	
		padding-top: 20px;
		margin: 0px 0px;
	}
	
		.secondary h3 {
			font-size:1.8em;
			margin-bottom: 1.5em;
			color: #5a5d5d;
		}
	
	
/* right sidebar */
#sidebar {
	margin: 0px 30px 20px 0; /* 55px 30px 20px 0; */
	height: auto;
}

	#sidebar h3 {
		border: 0;
	}
	
	/* sidebar on about page */
	#sidebar.about {
		background-color: #f5f5df;
		border: 1px solid #606a8b;
		border-left: 0;
		border-right: 0;
		padding: 10px 20px;		
	}
	
		#sidebar.about h3 {
			font-size: 2.1em;
			text-align: center;
			border: 0;
			margin-bottom: 30px;
			color: #5a5d5d
		}
		/* team */
		#sidebar.about ul.imglist {
			margin-top: 20px;
		}
		
			#sidebar.about ul.imglist li {
				list-style: none;
				margin: 0;
			}
		
			#sidebar.about ul.imglist li p {
				padding-left: 60px;
				color: #606a8b
			}	
			
			#sidebar.about ul.imglist li p span.name {
				font-weight: bold;
				color: #000;
			}
		
			#sidebar.about ul.imglist li img {
				border: 0;
			}
	
	/* sidebar on contact page */
	#sidebar.contact {
		/* border-left: 1px solid #606a8b;
		padding-left: 30px; */
	}
	
		#sidebar.contact dl {
			margin-bottom: 20px;
			font-size: 1.4em;
		}
		
		#sidebar.contact dt {
			margin-top: 10px;
			font-weight: bold;
		}
		
		#sidebar.contact .note {
			display: block;
			padding: 15px;
			margin: 15px 0 15px;
			
			border-width: 1px;
			border: double;
			border-color: #fff;
			font-size: 11px;
			color: #fff;
			
			background-color: #872300;
		}
			
		/* google maps frame */
		#sidebar .google-maps iframe {
			width: 247px !important;
			height: 250px !important;
			border: 1px solid #606a8b;
		}
		
		
	/* sidebar on services page */
	#sidebar.services {

	}
		#sidebar.services img {
			margin: auto;
			display: block;
			margin-bottom: 10px;
		}
		
		#sidebar.projects {
			border-left: 1px solid #606a8b;
			padding-left: 35px;
		}
		
			#sidebar.projects h3 {
				padding-top: 4px;
				margin-bottom: 17px;
			}
			
			#sidebar.projects p a {
				display: block;
				margin-top: 10px;
			}
		
	
/* extra spacing for columns & content */
#content div.space {
	padding: 0px 30px 0 0px;
	margin-left: 30px;
}

	/* columns with icons as background images - homepage & services page */	
	#content div.icon {
		background-repeat: no-repeat;
		background-position: -3px 5px;
	}

		/* icon images */
		#content .shield {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-shield.png);
		}	
		#content .recycle {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-recycle.png);
		}
		#content .globe {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-globe.png);
		}
		#content .megaphone {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-megaphone.png);
		}
		#content .refresh {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-refresh.png);
		}
		#content .chart-up {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-chart_up.png);
		}
		#content .accept {
			background-image: url(/Portals/_default/Skins/MV/Style/img/ico-accept_male_user.png);
		}

		#content div.icon h2 {
			padding-left: 40px;
			margin-bottom: 25px;
			line-height: 1.2;
		}
	
		/* read more button */	
		#content .more {
			display: block;
			margin-top: 38px;
		}


	/* imglist - used on homepage & about page */
	#content ul.imglist li {
		min-height: 95px;
		position: relative;
		display: block;
		clear: both;
		margin: 0;
		list-style: none;
		border-bottom: 1px solid transparent;
	}
	
		#content ul.imglist li h4 {
			font-size: 1.3em;
			margin: 0;
			margin-bottom: 5px;
		}
		
			#content ul.imglist li h4 a {
				text-decoration: none;
			}
		
		#content ul.imglist li p {
			font-size: 1em;
			line-height: 1.2;
			padding-left: 68px;
		}
		
			#content ul.imglist p a.more {
				margin-top: 5px;
				margin-bottom: 10px;
				padding: 0;
				float: right;
				clear: both;
			}
		
		#content ul.imglist img {			
			display: block;
			padding: 3px;
			border: 1px solid #dfddd1;
			position: absolute;
			left: 0;
		}
		
		#content ul.imglist span.name {
			display: block;
			font-size: 1.3em;
			margin-bottom: 4px;
		}
		

		
/* footer */
#footer {
	background-image: url(/Portals/_default/Skins/MV/Style/img/bg-footer.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #868B87;   /* 565861; */
	margin: 0 14px;
	padding-bottom: 80px;
	position: relative;
	overflow: auto;
}
	/* 1/4 width column - footer column */
	#footer .col14 {
		margin-left: 20px;
		margin-right: 20px;
	}
	
		#footer .col14 h6 {
			text-transform: uppercase;
			font-size: 1.2em;
			color: #fff;
			letter-spacing: 1px;
			margin-top: 17px;
		}
			
	#footer ul {
		margin-top: 18px;
	}
			
	#footer ul li {
		padding: 2px 0;
	}
	
		#footer ul li a {
			color: #fff;
			font-size: 1.1em;
			text-decoration: none;
		}
				
		#footer ul li a:hover {
			text-decoration: underline;
		}
#footer .titles ul li{
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 1px;
	/*margin-right: 20;*/
	padding-bottom: 0;
	vertical-align: top;
}
	

/* social links */
#social {
	position: absolute;
	bottom: 15px;
	left: 708px;
}
		
	#social ul li {
		float: left;
		margin-right: 19px;
	}
/* copyright block */	
#copyright p {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #dfddd1;
	font-size: 1.1em;
}
		
	#copyright a {
		color: #fff;
	}

/* footer end */
#footer-bottom {
	height: 14px;
	border-bottom: 1px solid #606a8b;
}

	
/* contact form */
#content label {
	display: block;
	font-size: 12px; /* 1em; */
	padding: 3px;
	text-transform: uppercase;
	color: #5a5d5d;
}
	
	/* #content label:after {
		content: ":";
	} */
	
	#content label.error {
		background-color: #872300;
		border: 1px solid #872300;
		padding: 5px;
		margin-top: -10px;
		width: 100%;
		color: #fff;
		text-transform: none;
	}
		#content label.error:after {
			content: "";
		}

	#content textarea,
	#content input {
		font-size: 1.8em;
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
		background-color:  #f5f5df;
		
		border: 1px solid #7f7565;
		border-bottom: 1px solid #bbb9a4;
		border-right: 1px solid #bbb9a4;
	}

		#content textarea:focus,
		#content input:focus {
			border: 1px solid #000;
		}
	
	#content textarea {
		height: 165px;
	}
	
	#content input.submit {
		margin-top: 10px;
		width: auto;
		padding: 5px 15px;
		background-color: #606a8b;
		border: 1px solid #313435;
		color: #fff;
		text-align: center;
	}

/* Form Master Styles */
/* contact form */
.fmlabel {
	display: block;
	font-size: 12px; /* 1em; */
	padding: 3px;
	text-transform: uppercase;
	color: #5a5d5d;
}
	
	/* .fmlabel:after {
		content: ":";
	} */
	
	.fmlabel.error {
		background-color: #872300;
		border: 1px solid #872300;
		padding: 5px;
		margin-top: -10px;
		width: 100%;
		color: #fff;
		text-transform: none;
	}
		#content label.error:after {
			content: "";
		}

	#fm textarea,
	 #fm input  {
		font-size: 1.8em;
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
		background-color:  #f5f5df;
		
		border: 1px solid #7f7565;
		border-bottom: 1px solid #bbb9a4;
		border-right: 1px solid #bbb9a4;
	}

		#fm textarea:focus,
		#fm input:focus  {
			border: 1px solid #000;
		}
	
	#fm textarea {
		height: 165px;
	}
	
	#fm input.submit {
		margin-top: 10px;
		width: auto;
		padding: 5px 15px;
		background-color: #606a8b;
		border: 1px solid #313435;
		color: #fff;
		text-align: center;
	}



/* End Form Master Styles */

	/* ajaxified form:
	2 divs for display success or error message
	*/
	#contactform div.error,
	#contactform div.success {
		font-size: 2em;
		background-color: #606a8b;
		padding: 10px;
		color: #fff;
	}
		#contactform div.error {
			background-color: #872300;
		}

		
/*frame for images - homepage & projects*/
img.frame {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	display: block;
	margin-bottom: 14px;
}

/*blockquote - on about page*/
blockquote {
	padding: 23px 0 20px 40px;
	margin-top: 30px;
	margin-right: 30px;
	margin: 30px 30px 30px 0;
		
	background-image: url(/Portals/_default/Skins/MV/Style/img/bg-quote.png);
	background-repeat: no-repeat;
	background-position: left -10px;
	
	border-top: 1px solid #dfddd1;
	border-bottom: 1px solid #dfddd1;
}
	/* text */
	blockquote p {
		font-size: 1.4em;
		line-height: 1.4;
		font-style: italic;
		color: #308f4a;				
	}
		/* author */	
		blockquote p span {
			margin-top: 2em;
			display: block;
			float: right;
			font-style: normal;
			font-size: 1em;
			color: #948975;
			font-weight: bold;
			letter-spacing: -.09em;
		}

/* lists */
#content ol.list,
#content ul.list {
	margin-top: 20px;
	margin-left: 3em;
}

	#content ol li,
	#content ul li {
		font-size: 1.1em;		
	}

	#content ol.list li,
	#content ul.list li {		
		list-style: disc;		
	}
	
	#content ol.list li {
		list-style: decimal;
	}

#announce ol.list,
#announce ul.list {
	margin-top:3px;
	margin-left: 3em;

}
	#announce ol li,
	#announce ul li {
		font-size: 1em;
	}
	#announce ol.list,
	#announce ul.list li {
		list-style:disc;
	}
	#announce ol.list li {
		list-style: decimal;
	}

/* tables */
#content table {
	font-size: 1.1em;/* ------Mike changed from 1.4em------- */
	width: 100%;
	table-layout:fixed;

	margin-top: 0px;
	overflow:hidden;
	
	border-color:#5a5d5d;
	/* border-width: 0 0 1px 1px; */
    border-width: 0 0 0 0; /* ------Mike changed from 1px 1px 1px 1px------- */
    border-style: solid;
    
   	border-collapse: separate;
}	
	#content table th {
		background-color: #7f7565;
		color: #fff;
		font-weight: bold;
	}
	
	#content table td,
	#content table th {		
		/* padding: 8px 6px; */
		padding: 4px 3px;
		border-style:solid;
		/* border-width:0 1px 1px 0; */
		border-width:0 0px 0px 0;
		text-align:left;
		vertical-align:top;
		
    	border-color:#5a5d5d;
		border-style:solid;
    	/* border-width: 1px 1px 0 0;*/
    	border-width: 0px 0px 0 0;
    	border-collapse: separate;
	}
		
/* page specific elements: */

/*services:*/
#content #services-top  {
	margin-left: 65px;
}






#services {
	margin-top: 12px;
}
	#services .service {
		padding-bottom: 10px;
		/*margin-bottom: 23px;*/
		height: auto;
		overflow: auto;
	}
		/* right image div */
		.service .img {
			float: left;
			width: 230px;
			margin-left: 60px;
			padding: 0;
			padding-top: 35px;
		}
		
			.service .img img {
				margin: 0;
			}
		
		/* left text div */			
		.service .text {
			float: left;
			width: 540px;
			padding-left: 40px;
		}		
		
			#services .service .text p {
				margin-bottom: 17px;
			}
                        
			
			#services .service .text h2 {
				margin-bottom: 10px;
			}
		
			#services .service .text h2 {
				color: #596887;
				border-bottom: 1px solid #bbb9a4;
				font-size: 2em;
				padding: 5px 0 4px 0;
			}
		
			#services .service .text .list {
				margin: 0;
				margin-bottom: 10px;
				font-size: 1.2em;
			}
			
			/* bulleted list */
			#services .service .text .list li {			
				margin-left: 0px;
				margin-bottom: 2px;
			
				list-style: none;
				background-image: url(/Portals/_default/Skins/MV/Style/img/ico-accept.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				padding-left: 20px;
				position: relative;			
			}
		
/*projects page */
#projects {
	margin-top: 10px;
}

	#projects .project {
		display: block;
		float: left;
		width: 280px;
		margin-left: 30px;
		height: 280px;
	}
	
		#projects .project .frame {
			margin-bottom: 5px;
			background-color: #fff;
		}	
	
		#projects .project h2 {
			font-size: 1.8em;
			margin-bottom: 5px;
		}
	
		#projects .project p {
			font-size: 1.1em;
		}
	
		#projects .project p a.out {
			display: block;
			margin-top: 5px;
			font-weight: bold;
		}
	

#services_top .imglist .black ul li h4 a {
			font-size: 1.3em;
			margin: 0;
			margin-bottom: 5px;
			color: #000;
		}


