/*html . no class or id . generic structure and text display*/	
body {
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: transparent;
	margin: 0 auto 10px auto;
	color: #333;
	}
table {
	font-size: 100%;
	margin: 0px;
	border-collapse: collapse;
	border: 0px none;
	border-spacing: 0px;
	}
tr,td {
	text-align:left;
	vertical-align: top;
	padding: 0px;
	border:0px none;
	font-size: 100%;
	}
h1 {
	font-size: 1.6em;
	font-style: bold;
	margin: 0px 0px 15px 0px;
	}
h2 {
	font-size: 1.2em;
	font-style: bold;
	margin: 12px 0px 15px 0px;
	}	
h3 {
	font-size: 1.1em;
	margin:3px 0px 0px 0px;
	}
h4 {
	font-size: 1em;
	margin: 12px 0px 15px 0px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	font-style: bold;
	margin: 0px 0px 7px 0px;
	}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #333;
	text-decoration: underline;
	outline: none;
	}
a:hover {
	color: #06618E;
	text-decoration: none;
	}
p {
	/*line-height:18px;*/
	margin: 0px 0px 7px 0px;
	}
	
	
	
#fullwrapper {
	width: 890px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px solid green;
	background: url("/commonimages/sidebar2.gif") no-repeat 10px 140px;
	}

/*header*/
#header {
	width:890px;
	height:auto;
	text-align:left;
	background:#fff;
	
	}
img#mhlogo {
	display:inline;
	float:left;
	}
div#quotecall {
	width:250px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	margin:20px 0px 0px 80px;
	background: url("../commonimages/mh_phone.gif") no-repeat 0px -2px;
	padding-left:50px;
	color:#666;
	border:0px dashed green;
	float:left;
	}
img#headerpdalogo {
	margin: 5px 0px 0px 0px;
	display:inline;
	float:right;
	}
/*end footer*/

/*navigation*/
#nav {
	width:890px;
	height:auto;
	border:0px solid green;
	clear:both;
	padding-top:17px;
	font-weight:bold;
	}
#nav ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	border:0px;
	float:right;
	}
#nav li {
	float: left;
	border:0px;
	padding:0px;
	}
#nav li a {
	/*display: block;*/
	display:inline-block;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	height: auto;
	background: url("/commonimages/nav-button.gif") repeat-x 0 0;
	border:0px solid red;
	width: 158px;
	text-align:center;
	padding:6px 0px;
	}
/*
li#homenav a {
	background: url("../buttons/mh_home_button.gif") no-repeat 0 0;
	}
	
li#aboutnav a {
	background: url("../buttons/mh_about_button.gif") no-repeat 0 0;
	}
	
li#projnav a {
	background: url("../buttons/mh_projects_button.gif") no-repeat 0 0;
	}
	
li#servnav a {
	background: url("../buttons/mh_services_button.gif") no-repeat 0 0;
	}
	
li#contnav a {
	background: url("../buttons/mh_contact_button.gif") no-repeat 0 0;
	}
	*/
#nav li a:hover {
	background-position: 0px -40px;
	}
	
.navblock {
	border:0px;
	padding:0px;
	margin:0px;
	}
.navblock ul {
	list-style:none;
	margin: 0px;
	padding:0px;
	border:0px;
	}
.navblock li {
	margin:0px;
	padding:0px;
	border:0px;
	height:36px;
	width:144px;
	}
.navblock li a,#navblock li a:visited {
	height:36px;
	width:144px;
	display: block;
	text-decoration: none;
	}
/*end navigation*/

/*common*/
.hidden {
	visibility:hidden;
	}
#sidebar {
	width:60px;
	float:left;
	display:block;
	}
#middlewrapper {
	width:880px;
	background: url("../commonimages/sidebar.gif") no-repeat;
	margin-left:10px;
	display:table;
	}
#rightcol {
	width: 800px;
	height:auto;
	float:right;
	border:0px solid red;
	padding-top:15px;
	margin-bottom:30px;
	}
.rightimgs{
	float:right;
	display:inline;
	margin-left:20px;
	}
.rightimgs img{
	display:block;
	margin-bottom:10px;
	}
	
.prop {
	height:400px;
	width:1px;
	/*visibility:hidden;*/
	background:transparent;
	font-size:0px;
	line-height:0px;
	float:left;
	}
#mainbox td {
	padding-top: 20px;
	padding-left: 20px;
	}
.164 {
	width:164px;
	height:200px;
	}
.text {
	width:100%;
	}
.text ul {
	margin:3px 0px 5px 25px;
	padding:0px;
	}
div.spacerline {/*use inside fullwrap - at beginning and end (floated elements wont be wrapped around by divs)*/
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
	}
div.spacerline img {
	height:0px;
	}

img.transoff {
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	}	
img.transon {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	}	
	
.floatcontrol {
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
	height:0px;
	overflow:hidden;
	}
/*end common*/


/*gallery work portfolio*/
.gallery {
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
.galleryitem {
	border:1px solid #ccc;
	padding:4px;
	float:left;
	display:inline;
	margin:0 5px 5px 0;
	width:250px;
	height:200px;
	}
.galleryitem a{
	text-decoration:none;
	display:block;
	}
.galleryitem img{
	width:250px;
	/*vertical-align:bottom;*/
	}
.project img{
	margin:4px;
	/*float:right;*/
	vertical-align:top;
	}
/*footer*/
#footer {
	width: 800px;
	height:auto;
	background: #fff;
	margin:0px 0px 0px 90px;
	clear:both;
	text-align:left;
	padding:10px 0 3px 0px;
	border-top:1px solid #C4E5F7;
	color:#999999;
	}
#footer p {
	margin:2px 0 ;
	}
#footer a {
	color:#999999;
	}
#footer a:hover {
	color: #06618E;
	}
	
#designlink {
	color:#999;
	display:inline;
	margin-top:7px;
	display:block;
	}
#judlink {
	}
#designlink a:hover {
	
	}
#judlink  {
	text-decoration:none;
	color:#999;
	display:inline-block;
	height:15px;
	font-size:11px;
	background:url("/commonimages/jud-link.gif") no-repeat left top ;
	padding-left:17px;
	margin-top:7px;
	}
#judlink:hover {
	background:url("/commonimages/jud-link.gif") no-repeat left bottom; color:#666;
	}
	
	
/*end footer*/

/**********************************
printing style
***********************************/
@media print {
body {
	background-color: transparent; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.hidden {
	visibility:visible;
	}
}
/*end printing style*/
	