@charset "ISO-8859-1";


#WhitePage {background-color: #FFFFFF;}
#homePage #heading{border-top:none;}

#Archrecord #homePage #footer {
	margin-top: 0px;
}
#Archrecord #homePage #mainContent {
	padding: 0px 10px;
}
#Archrecord #homePage #topDiv{
	background-image:url(http://construction.com/_MHC_shared_assests/images_graphics/backGroundFade-top_noAd.gif);
	padding-top:10px;
}
#Archrecord div#homePage {
	background-image:url(http://construction.com/_MHC_shared_assests/images_graphics/backGroundFade-top_noAd.gif);
}


#homePage #leftColumn {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 0px 0px;
	width: 650px;
}
#homePage #rightColumn {
	padding: 0px 0px 0px 10px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #efefef;
	margin: 10px 0px 0px;
	width: 310px;
}
#homePage #heading #tabs table#homeLinkTab{display:none;}


/* SLIDESHOW STYLES */
#slideshow {
	height: 400px;
	width: 650px;
	overflow: hidden;
	margin-bottom: 20px;
}
#imageWrapper {
	height: 400px;
	width: 650px;
	overflow: hidden;
	z-index:5000;
	background-color: #C0C0C0;
}
#photodiv {
	position:relative;
	z-index:100;
}
#slideshowNav {
	top: -280px;
	margin-left: 20px;
	margin-right:400px;
	position:relative;
	z-index:4000;
	height:20px;
}
#slideshowNav a {
	display: block;
	padding: 2px;
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #3992C3;
	font-weight: bold;
	color: #006699;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
#slideshowNav a:hover, #slideshowNav a.current, .navA #navA, .navB #navB, .navC #navC, .navD #navD, .navE #navE, .navF #navF, .navD #navD  {
	background-color:#006699;
	color:#FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
#slideshowNav #pausebtn, #slideshowNav #playbtn {
	font-size:10px;
	text-transform:uppercase;
	color:#666666;
	padding-top:4px;
	border-color:#666666;
	font-weight:bold;
	height:12px;
}
#slideshowNav #pausebtn{
	background-image: url(/images/icon_pause.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 10px;
	width:43px;
	display: none;
}
#slideshowNav #playbtn {
	background-image: url(/images/icon_play.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 9px;
	width:33px;
}
#slideshowNav #pausebtn:hover, #slideshowNav #playbtn:hover{
	background-color:#FFFFFF;
	color:#FF9900;
	opacity: 1;
	filter: alpha(opacity=100);
}
#slideshowCaptionBgrd{
	height: 120px;
	width: 290px;
	background-color: #FFFFFF;
	border: 1px solid #3992C3;
	position: relative;
	opacity: 0.70;
	filter: alpha(opacity=70);
	z-index:2000;
}
#slideshowCaptionTxt{
	height: 110px;
	width: 283px;
	overflow: hidden;
	position: relative;
	z-index:3000;
	line-height:13px;
	padding: 5px;
}

	/*different positions for caption box*/
	.bottomRight #slideshowCaptionBgrd{
		top: -140px;
		left: 340px;
	}
	.bottomRight #slideshowCaptionTxt {
		top: -260px;
		left: 340px;
	}
	.topRight #slideshowCaptionBgrd{
		top: -380px;
		left: 330px;
	}
	.topRight #slideshowCaptionTxt {
		top: -500px;
		left: 330px;
	}
	.topLeft #slideshowCaptionBgrd{
		top: -380px;
		left: 20px;
	}
	.topLeft #slideshowCaptionTxt {
		top: -500px;
		left: 20px;
	}

#slideshow #slideshowCaptionTxt .photoCredit {
	float: right;
	margin-top: 3px;
	color: #666666;
	word-spacing: normal;
	font-size: 9px;
}
#slideshow .titleLink {
	font-size: 20px;
	line-height: 19px;
}
#slideshow .titleLink:hover {
	text-decoration:underline;
	background-color:transparent;
}
#slideshow .category {
	margin-bottom: 10px;
}
#slideshow .caption {
	padding-top: 4px;
	display: block;
	color: #333333;
	text-decoration: none;
	height: 50px;
	overflow: hidden;
}

#slideshowAdvert-BottomLeft, #slideshowAdvert-BottomRight, #slideshowAdvert  { /*LARGE ad placement*/
	position:absolute;
	height:800px;
	z-index:100000;
	border: 2px solid #FF9900;
	width: 646px;
	background-color: #FFFFFF;
	overflow: hidden;
	display:none;
}
#slideshowAdvert-Sm, #slideshowAdvert-TopLeft, #slideshowAdvert-TopRight  { /* ad placement in slideshow*/
	position:absolute;
	height:396px;
	z-index:3900;
	border: 2px solid #FF9900;
	width: 646px;
	background-color: #FFFFFF;
	overflow: hidden;
	display:none;
}
#blackScreen{
	position:fixed;
	height:100%;
	width:100%;
	z-index:90000;
	background-color:#000000;
	opacity: 0.70;
	filter: alpha(opacity=70);
	top:0;
	left:0;
	display:none;	
}
*html #blackScreen {
	position:absolute;
}
.adCallout {
	position:absolute;
	width:646px;
	background-color:#FF9900; 
	text-align:center; 
	padding:2px; 
	font-style:italic; 
	font-size:11px;
	text-transform:uppercase;
	opacity: 0.70;
	filter: alpha(opacity=70);
	color:#333333;
	font-weight:bold;
	z-index:3950;
}
.cloaseAdBtn img:hover{
	cursor:pointer;
}
.cloaseAdBtn {
	position:absolute; 
	z-index:4100;
}
*html #fixedBottomBand{
	position:absolute;
 }

/* END: SLIDESHOW STYLES */



#homePage .section {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	color: #006699;
	margin-bottom: 0px;
	border-bottom: none;
	background-color:#E5EEF2;
	padding:2px;
}
#homePage .section a {
	text-decoration:none;
	display:block;
	color: #006699;
}
#homePage .section a:hover {
	color:#3399CC;
}
.sectionContainer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E5EEF2;
	border-bottom-color: #E5EEF2;
	border-left-color: #E5EEF2;
	padding: 8px 4px 5px;
}
#homePage .category {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	color: #006699;
	margin-bottom: 6px;
	border-bottom: dotted 1px #006699;
	
}
#homePage .category a {
	text-decoration:none;
	display:block;
	color: #006699;
	border-bottom:1px dotted #FFFFFF;
}
#homePage .category a:hover {
	color:#3399CC;
	border-bottom-color:#3399CC;
}
a.titleLink {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-bottom: 3px;
	display:block;
}
a.titleLink:hover {
	text-decoration: none;
	color:#333333;
	background-color:#FDFFBC;
}

/* styles for 2nd tier of content in leftColumn */
#tiertwo .bucket {
	width: 205px;
	height: 245px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}
#tiertwo .bucket .photo {
	height: 150px;
	width: 205px;
	margin-bottom: 8px;
	overflow: hidden;
}
#tiertwo .middle {
	margin-right: 17px;
	margin-left: 17px;
}
#tiertwo .blurb {
	line-height: 13px;
}
#tiertwo .photo .photoCredit {
	float: right;
	position: relative;
	top: -18px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #757575;
	padding: 2px;
	display: none;
	margin: 0px 3px;
	text-align:right;
	font-size: 11px;
	letter-spacing: normal;
}
*:first-child+html #tiertwo .photo .photoCredit, * html #tiertwo .photo .photoCredit{top: -22px;} /* IE6 & 7 fix */
#tiertwo .photo:hover .photoCredit {
	display:block;
	font-size: 10px;
}
#tiertwo .photo .over {display:block;}/* IE6 photo credit fix - works with JS in maseter.js file */


#tierthree, #tierfour {
	clear: both;
}
#tierthree div.left, #tierfour div.left {
	float: left;
	width: 315px;
}
#tierthree div.right,  #tierfour div.right {
	float: right;
	width: 315px;
}
#tierthree div.left, #tierthree div.right {	
	margin-top: -10px;
}
#tierthree .bucket, #tierfour .bucket {
	clear: both;
	padding-top: 20px;
}
#tierthree .bucket {
	height:105px;
	overflow:hidden;
}

#tierthree .sponsoredby {
	text-align:right;
}
#tierfour {
	/*padding-top:10px;*/
	border-bottom: solid 1px #EFEFEF;
}

/* styles for 3rd tier of content in leftColumn
#tierthree .left .bucket .photo {
	float: left;
	height: 115px;
	width: 100px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-right: 10px;
}
#tierthree .left .bucket {
	clear: both;
	padding-top: 20px;
}
#tierthree .left .titleLink {
	font-size: 15px;
}

#tierthree .left .blurb {
	margin-left: 110px;
}
#tierthree .right .bucket {
	clear: both;
	margin-bottom: 20px;
}
#tierthree .blurb .photoCredit {
	padding-top: 3px;
} */




/* BEGIN: NEWS HEADLINES */
#newsHeadlines .category {
	font-size: 15px;
	line-height: 18px;
}
.bucket#newsHeadlines  {
	padding-bottom:5px;
	border-bottom: dotted 1px #CCC;
}
#newsHeadlines .bulletedlinks a{
	background-image: none;
}
#newsHeadlines .bulletedlinks a:hover{
	background-image: url(/images/icon_news_record.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#newsHeadlines .bulletedlinks a.newswire:hover{
	background-image: url(/images/icon_news_wire.gif);
}
#newsHeadlines .bulletedlinks img {
	float: right;
	margin: 3px 0 0 10px;
	opacity: 0.60;
	filter: alpha(opacity=60);
}
#newsHeadlines .bulletedlinks .bullet {
	background-image: url(/images/icon_doubleArrow_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px 11px;
	display: block;
	height: 20px;
	width: 13px;
	position: absolute;
	z-index: 485;
}
#newsHeadlines .sponsoredby {
	margin-top: -5px;
}
#homePage .sponsoredby img {
	vertical-align: text-top;
}

#homePage #collectionsLinks {
	display: list-item;
}

