
/*general styles*/

h1{
font-weight:bold;
font-size:18px;	
color:#5b5b5b;
}

h2 {font-weight:bold; font-size:14px; color:#5b5b5b; }
h3 {font-weight:bold; font-size:12px; color:#5b5b5b; }

a:link{ color:#f04138; font-weight:normal; text-decoration:none; outline:none; }

a:visited{ color:#f04138; font-weight:normal; text-decoration:none; outline:none; }

a:hover{ color:#f04138; font-weight:normal; text-decoration:underline; outline:none; }

a:active{ color:#f04138; font-weight:normal; text-decoration:underline; outline:none; }

a img
{ border:0px;
}

ul li{ padding-top:5px; }
ol li{ padding-top:10px; }

/*special classes*/

.inputs
{
font-family:tahoma, serifSansSerifMonospace;
font-size:12px;
color:#5b5b5b;	
}

.global{
color:#8c8c8c;
font-size:11px;
}

.global a:link{
color:#fff;
outline:none;
text-decoration:none;
font-size:11px;
line-height:18px;
}

.global a:visited{
color:#fff;
outline:none;
text-decoration:none;
font-size:11px;
}

.global a:hover{
color:#fff;
outline:none;
text-decoration:underline;
font-size:11px;
}

.global a:active{
color:#fff;
outline:none;
text-decoration:underline;
font-size:11px;
}

.newsTitle{
float:left;
width:65%;
font-weight:bold;
color:#000;
}

.newsTitle2{float:left; width:100%; font-weight:bold; }

.newsMore{
float:right;
padding-right:10px;
}

.newsDivider{
clear:both;
padding:3px 0px 3px 0px;
}

.footer a:link{
color:#fff;
outline:none;
text-decoration:none;
}

.footer a:visited{
color:#fff;
outline:none;
text-decoration:none;
}

.footer a:hover{
color:#fff;
outline:none;
text-decoration:none;
}

.footer a:active{
color:#fff;
outline:none;
text-decoration:none;
}

.breadcrumb a {
	color:#f04138;
	font-weight:bold;
	text-decoration:none;
	outline:none;	
}
.breadcrumb-current a:link, .breadcrumb-current a:visited, 
.breadcrumb-current a:hover, .breadcrumb-current a:active {
	font-weight: normal;
	color:#5b5b5b;	
}
.quickLink a:link{
color:#f04138;
text-decoration:none;
outline:none;
}

.quickLink a:visited{
color:#f04138;
text-decoration:none;
outline:none;
}

.quickLink a:hover{
color:#f04138;
text-decoration:underline;
outline:none;
}

.quickLink a:active{
color:#f04138;
text-decoration:underline;
outline:none;
}

.careerNav 
{
	margin-top:8px;
	margin-bottom:5px;	
	font-size:11px;
}

.careerNav a:link
{
	text-decoration:none;
	outline:none;
	font-weight:bold;
	text-align:left;
	color:#5b5b5b;
		
}

.careerNav a:visited
{
	text-decoration:none;
	outline:none;
	font-weight:bold;
	text-align:left;
	color:#5b5b5b;	
}

.careerNav a:hover
{
	text-decoration:underline;
	outline:none;
	font-weight:bold;
	text-align:left;
	color:#5b5b5b;	
}

.careerNav a:active
{
	text-decoration:underline;
	outline:none;
	font-weight:bold;
	text-align:left;
	color:#5b5b5b;	
}

.careerNavSub 
{
	margin-top:5px;
	margin-bottom:5px;
	text-indent:20px;
	font-size:11px;
	
}

.careerNavSub a:link
{
	text-decoration:none;
	outline:none;
	font-weight:normal;
	text-align:left;	
	color:#5b5b5b;	
}

.careerNavSub a:visited
{
	text-decoration:none;
	outline:none;
	font-weight:normal;
	text-align:left;
	color:#5b5b5b;	
}

.careerNavSub a:hover
{
	text-decoration:underline;
	outline:none;
	font-weight:normal;
	text-align:left;
	color:#5b5b5b;	
}

.careerNavSub a:active
{
	text-decoration:underline;
	outline:none;
	font-weight:normal;
	text-align:left;
	color:#5b5b5b;	
}



/*layout*/
body{
width:100%;
margin:0px;
font-family:tahoma, serifSansSerifMonospace;
font-size:12px;
color:#5b5b5b;
text-align:left;
}

#wrapper{
width:973px;
height:auto;
margin:20px auto;
text-align:center;
}

#footer{
background-image:url(../images/layout/b-Footer.gif);
background-repeat:no-repeat;
height:20px;
width:973px;
padding-top:10px;
}

#copyright{
color:#000;
float:left;
padding-left:20px;
}

#footerLinks{
float:right;
padding-right:30px;
color:#747474;
}


/*home layout*/

#globalBar
{
	width:972px;
	height:48px;
	background-image:url(../images/layout/b-MHS-GlobalNavBar.jpg);
	background-repeat:no-repeat;
}

#global
{
	width:100%;
}


.moveUp
{
	margin-top:-1px;
}

#global td
{
	width:33%;	
}

#search{
padding-top:50px;
text-align:left;
margin-left:130px;
clear:both;
}



#bnrHome
{
	width:972px;
	height:192px;
}

#careerHome
{
	width:972px;
	height:96px;
}



#contentHome
{
	width:970px;
	background-color:#f3ebda;
	border:solid 1px #d7d7d7;
	background-image:url(../images/layout/b-home.jpg);
	background-repeat:repeat-x;
}

#logoTable
{
	width:920px;
}

#logoTable td
{
	vertical-align:top;
	border-right:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	font-size:11px;
	text-align:left;
	padding-top:8px;
}

#logoTable td p
{
	padding-left:15px;
	padding-right:20px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
}

#quickLinks{
background-image:url(../images/layout/b-QuickLinks.gif);
background-repeat:no-repeat;
height:21px;
padding-top:10px;
color:#000;
clear:both;
text-align:center;
}


/*sub layout*/

#bnrSub
{
	width:973px;
	height:174px;
}

#contentWrapper{width:972px; background-image:url(../images/layout/b-contentTable.jpg); background-repeat:repeat-y;}

#logosLanding
{
	width:229px;
	background-image:url(../images/layout/b-ChooseMemorial-Bar.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:-91px;
	margin-bottom:25px;
	position:relative;
	z-index:100;
	padding-top:70px;
}

#logosCareers
{
	width:229px;
	min-height:550px;
	background-image:url(../images/layout/b-ApplyOnline-Bar.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:-91px;
	margin-bottom:25px;
	position:relative;
	z-index:100;
	padding-top:70px;
}

#logosCareers p
{
	margin-top:4px;
}

#logosLanding p
{
	margin-top:4px;
}


#contentLeft{
width:221px;
background-image:url(../images/layout/b-PrimaryNavigation.jpg);
background-repeat:repeat-y;
height:100%;
padding-top:20px;
padding-bottom:50px;
vertical-align:top;
text-align:left;
}

#contentMiddleSub{
/*width:753px;*/
text-align:left;
vertical-align:top;
background-image:url(../images/layout/b-SubRight-ContentArea.gif);
background-repeat:repeat-y;
}

#breadcrumb{
height:30px;
padding-left:38px;
padding-top:12px;	
}

td
{
	padding:0px;
}

#contentSubLanding{
width:425px;
min-height:320px;
padding:0px 48px 50px 38px;
}

#contentSub{
width:667px;
min-height:320px;
padding:0px 46px 50px 38px;
}

#contentSub img{
padding:3px;
border:solid 1px #c4c4c4;
}

#contentSub .imgNoBorder{ border:0px; }

#aboutHeader{
background:url(../images/layout/hdr-AboutMHS.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}

#affiliatesHeader{
background:url(../images/layout/hdr-Affiliates.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}

#newsHeader{
background:url(../images/layout/hdr-MHSNews.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}

#careersHeader{
background:url(../images/layout/hdr-Careers.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}

#disclaimerHeader{
background:url(../images/layout/hdr-Disclaimer.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}

#privacyHeader{
background:url(../images/layout/hdr-PrivacyPolicy.gif);
display:block;
height:40px;
text-indent:-10000px;
width:100%;
}


img { behavior: url(/scripts/iepngfix.htc) }

/* BEGIN TABLE STYLES */
.borderTop {
	border-top-style: solid; border-top-width: 1px; border-top-color: #DEDBD7;
	border-bottom-style: none; border-bottom-width: 0px;
	border-right-style: none; border-right-width: 0px;
	border-left-style: none; border-left-width: 0px;	}

.borderBottom {
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #DEDBD7;
	border-top-style: none; border-top-width: 0px;
	border-right-style: none; border-right-width: 0px;
	border-left-style: none; border-left-width: 0px;	}
/* END TABLE STYLES */


	/*share*/
		 .addthis_share_btn a, .addthis_share_btn a:visited {
    background: #222 url(/images/layout/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(/images/layout/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}

a.btn
{
    border:solid 1px #ccc; border-radius:4px; background-color:#e2e0eb; padding:5px; text-align:center;
    color:#5b5b5b;
}

a:hover.btn
{
    border:solid 1px #ccc; border-radius:4px; background-color:#ccc; padding:5px; text-align:center;
    color:#fff; text-decoration:none;
}





.followFlyout{
		/* REQUIRED */
		list-style:none;
		position:relative;
		float:right;
		margin-top:0px;
		margin-left:0px;
		padding-left:10px;
		padding-top:0px;
		z-index:50000;

	}
	.followFlyout li{
		/* REQUIRED */
		display:block;
		position:relative;
		padding:0px;
		margin:0px;	
	}
	
	.followFlyout li a.follow{
		/*REQUIRED */
		position:relative;
		
	background: #222 url(/images/layout/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    /*margin-top:4px;*/
	}
	
	/* top level link hover state */
	.followFlyout li a.follow:hover,
	.followFlyout li a.follow:focus
	{
		background-color: #111; color: #fff;
	}
	
	/* keep top level hover state when mousing over sub menu */
	.flyout li:hover > a.follow,
	.flyout li:focus > a.follow
	{
		background-color: #111; color: #fff;
	}
	
	/* 2nd level */
	.followFlyout li ul{
		/* REQUIRED */
		display:none; 
		position:absolute;
		z-index:300;
		
		/* SAMPLE */
padding: 0px 0px 5px 0px;
    border: 3px solid #4c4c4c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		top:20px;
		left:20%;
		width:110px;
		background-color:#fff;
		text-align:left;
	}
	
	/* show sub menu when mousing over top level item */
	.followFlyout li:hover ul{
		/* REQUIRED */
		display:block;
	}
	

	
	.followFlyout li ul li
	{
	    margin:0px;
	    line-height:20px;
	    padding:0px 10px 0px 10px;
	}
	
	a.facebook
	{
	    background-image:url(/images/layout/b-facebook.jpg);
	    background-repeat:no-repeat;
	    background-position:0px 2px;
	    padding-left:20px;
	    color:#4c4c4c !important;
	    text-align:left;
	    line-height:20px;
	    height:20px;
	    width:80%;
	    border:solid 1px #fff;
	    display:block;
	    
	}
	
	a.facebook:hover
	{
	    background-color:#f2f2f2;
	    text-decoration:none;
	    line-height:20px;
	    height:20px;
	    border:solid 1px #e5e5e5;
	    color:#000;
	    width:80%;
	    background-image:url(/images/layout/b-facebook.jpg);
	    background-repeat:no-repeat;
	    padding-left:20px;
	    display:block;

	}
	
	a.flickr
	{
	    color:#4c4c4c !important;
	    text-align:left;
	    line-height:20px;
	    height:20px;
	    width:80%;
	    border:solid 1px #fff;
	    background-image:url(/images/layout/b-flickr.jpg);
	    background-repeat:no-repeat;
	    padding-left:20px;
	    display:block;
	    background-position:0px 2px;
	}
	
	a.flickr:hover
	{
	    background-color:#f2f2f2;
	    text-decoration:none;
	    line-height:20px;
	    height:20px;
	    border:solid 1px #e5e5e5;
	    color:#000;
	    width:80%;
	    background-image:url(/images/layout/b-flickr.jpg);
	    background-repeat:no-repeat;
	    padding-left:20px;
        display:block;

	}
	
	a.youTube
	{
	    color:#4c4c4c !important;
	    text-align:left;
	    line-height:20px;
	    height:20px;
	    width:80%;
	    border:solid 1px #fff;
	    background-image:url(/images/layout/b-youTube.jpg);
	    background-repeat:no-repeat;
	    padding-left:20px;
	    display:block;
	    background-position:0px 2px;
	}
	
	a.youTube:hover
	{
	    background-color:#f2f2f2;
	    text-decoration:none;
	    line-height:20px;
	    height:20px;
	    border:solid 1px #e5e5e5;
	    color:#000;
	    width:80%;
	    background-image:url(/images/layout/b-youTube.jpg);
	    background-repeat:no-repeat;
	    padding-left:20px;
	    display:block;
	}
	
	.followTitle
	{
	    font-size:12px;
	    color:#4c4c4c;
	    background-color:#f2f2f2;
	    border-bottom:solid 1px #e5e5e5;
	    line-height:20px;
	}
	
	img { behavior: url(/scripts/iepngfix.htc) }
	

	
.globalBar{
color:#8c8c8c;
font-size:11px;
}

.globalBar a:link{
color:#fff;
outline:none;
text-decoration:none;
font-size:11px;
}

.globalBar a:visited{
color:#fff;
outline:none;
text-decoration:none;
font-size:11px;
}

.globalBar a:hover{
color:#fff;
outline:none;
text-decoration:underline;
font-size:11px;
}

.globalBar a:active{
color:#fff;
outline:none;
text-decoration:underline;
font-size:11px;
}

/*.chooseGlobalWrapper
{
    position:relative; right:30px; top:5px;
}*/


#global td
{
	width:auto;	
}

.globalShare
{
    float:left; position:relative; line-height:48px; margin-top:12px;
}




