/***********************************************/
/* master.css                                  */
/* Use with template sample1.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
	color: #ffffff;
	background-color:#000000;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #990099;
	text-decoration: none;
}

a:visited{
	color: #663366;
	text-decoration: none;
}

a:hover{
	color: #990099;
	text-decoration: underline;
}

h1{
 font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
 font-size: 125%;
 color: #000000;
 margin: 0px;
 padding-top: 25px;
}

h3{
 font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
 font-size: 115%;
 font-weight: bold;
 color: #000000;
 margin: 5px 0px -20px 0px;
 padding: 0px;
}

h4{
 font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Trebuchet MS, Trebuchet,Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo{
	background-image:url(/i/mh.gif);
	height: 152px;
}

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#body {
	float: left;
	margin-top: 15px;
	background-color: #FFFFFF;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	padding: 10px 0px 5px 10px;
	position:absolute;
	left:370px;
	top:75px;
	width:500px;
	height:50px;
	z-index:1;
	font-size:110%;
}

#globalNav a{
 	text-decoration: none;
 	padding: 5px 10px 5px 10px;
	color: #000000;
}

#globalNav a:hover{
 	text-decoration: none;
 	font-weight:bold;
 	background-color: #000000;
 	color:#FFFFFF;
}

/************* #navBar styles **************/
#navBar{
	float: left;
	width: 190px;
	margin: 5px 0px 2px 2px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 90%;
/*	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
}

#navBar a{
	color: #ffffff;
}


/************** .content styles ***************/

.content{
	padding: 20px 15px 15px 15px;
	font-size: 90%;
	background-color: #FFFFFF;
	color:#000000;
	line-height: 140%;
	width: 550px;
}

.content_wide{
	padding: 20px 15px 15px 15px;
	font-size: 90%;
	background-color: #FFFFFF;
	color:#000000;
	line-height: 140%;
	width: 700px;
}

.content td{
	color:#000000;
}

.catalog {color: #000000;
	font-size: 90%;
	border: 1px;
	padding: 3px;
	margin: 0px;
	border-color: #000000;
	border-style: solid;
	vertical-align: top;
}

#catLink {
	width: 550px;
	position: relative;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

.catLinkImg {
	padding: 0px 10px 0px 0px;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.catLinkText {
	position: relative;
	top: -25px;
	width: 430px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.catLinkText h2 a{
	font-size: 95%;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.catLinkLink{
	list-style-image: url(/i/link.gif);
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

.catLinkLink a:link {
	color: #000000;
	font-weight: bold;
}



/*********** Highlight box styles ***********/
#highlightZone {
	position: absolute;
	left: 770px;
	top: 157px;
	width: 200px;
}

.highlightBox {
	background-color: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #333333;
	margin: 10px;
	padding: 5px;
	color: #000000;
	font-size: 80%;
}
.highlightBox P {
	margin-top: 25px;
}
.highlightBanner {
	margin: 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	color:#666666;
	font-size: 70%;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#breadCrumb a{
	color:#333333;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}

#siteInfo a{
	color: #ffffff;
	text-decoration: none;
}

#siteInfo a:link{
	color: #ffffff;
	text-decoration: none;
}

#siteInfo a:visited{
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #cccccc;
	text-decoration: underline;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000000;}

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 85%;
	line-height: 150%
}

#sectionLinks h2{
	font-size: 120%;
	padding: 10px 0px 2px 0px;
}

#sectionLinks a {
	display: block;
	padding: 5px 0px 4px 10px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

/*********** .subNav styles ***********/

.subNav {
	position: relative;
}

.subNav h3{
	font-size: 115%;
	margin: 0px 0px 0px 0px;
}

.subNav ul{
/*	list-style: inside; */
	list-style-image: url(/i/link.gif);
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

.subNav a:link {
	color: #000000;
	font-weight: bold;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	line-height: 140%
}

.relatedLinks h2{
	font-size: 110%;
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/*********** Box styles ***********/
.exerptRight {
	float: right;
	width: 30%;
	font-size: 95%;
	font-style: italic;
	padding: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 5px 0px 5px 10px;
}

.exerptLeft {
	float: left;
	width: 30%;
	font-size: 95%;
	font-style: italic;
	padding: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 5px 0px 5px 10px;
}

/*********** Graphics styles ***********/
#illustration {
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

.contentImgLeft {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentImgRight {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*********** Special text styles ***********/

.disclaimer {
	font-style: italic;
	font-size: 80%;
}

.indent {
	margin-left: 20px;

}

/***********************************************/
/* Homepage Only                               */
/***********************************************/

#hpLogo{
	background-image:url(i/mh_hp.gif);
	height: 180px;
}

#hpTagline{
	position:absolute;
	top: 172px;
	left: 36px;
	margin: 0px;
}

.hpTagline {
	color: #ffffff;
	font-size: 16px;
}

#hpPhotoBar{
	position:absolute;
	top: 200px;
	left: 35px;
}

#hpImg1 {position:absolute;	top: 0px;	left: 0px; }
#hpImg2 {position:absolute;	top: 0px;	left: 200px; }
#hpImg3 {position:absolute;	top: 0px;	left: 360px; }
#hpImg4 {position:absolute;	top: 120px;	left: 0px; }
#hpImg5 {position:absolute;	top: 120px;	left: 360px; }
#hpImg6 {position:absolute;	top: 120px;	left: 460px; }

.hpImages{
	padding: 0px;
	margin: 0px;
}

.hpFeature {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 350px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

.hpSummary {
	position: relative;
	top: 10px;
	left: 10px;
	color: #000000;
	width: 95%;
	font-size: 85%;
	font-style: italic;
}

.hpFeature h2 {
	position: relative;
	left: 20px;
	top: 0px;
	font-size: 115%;
}

.hpSpotlight {
	position: relative;
	left: 16px;
	top: 0px;
	width: 90%;
	padding: 4px;
	font-size: 95%;
	color: #000000;
}

.hpSpotlight a:link {
	color: #000000;
	font-weight: bold;
}

.hpNav1 {
	position: absolute;
	background-color: white;
	width: 200px;
	height: 120px;
	padding: 10px;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	top: 450px;
	left: 35px;
}

.hpNav2 {
	position: absolute;
	background-color: white;
	width: 200px;
	height: 120px;
	padding: 10px;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	top: 450px;
	left: 265px;
}

.hpNav3 {
	position: absolute;
	background-color: white;
	width: 200px;
	height: 120px;
	padding: 10px;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	top: 450px;
	left: 495px;
}

.hpNav4 {
	position: absolute;
	background-color: white;
	width: 200px;
	height: 120px;
	padding: 10px;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	top: 450px;
	left: 725px;
}

.hpNav1 a{color: #000000;}
.hpNav2 a{color: #000000;}
.hpNav3 a{color: #000000;}
.hpNav4 a{color: #000000;}

.hpNav1 h3{margin-bottom: 3px;} 
.hpNav2 h3{margin-bottom: 3px;} 
.hpNav3 h3{margin-bottom: 3px;} 
.hpNav4 h3{margin-bottom: 3px;} 

.hpMore {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 600px;
	left: 35px;
}

.hpFooter {
	position: absolute;
	top: 660px;	
}
