#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	padding: 4px;

	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.PageBorder {
	background-color: #FFFFFF;
	width: 964px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link 		{font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #0066CC; font-weight: normal;} 
a:visited	{font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #0066CC; font-weight: normal;} 
a:hover		{font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #CC0000; text-decoration: underline; font-weight: normal;}

a.LinkBox:link 			{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration: none; color: #003399; font-weight: normal; letter-spacing: -1px;} 
a.LinkBox:visited		{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; text-decoration: none; color: #003399; font-weight: normal; letter-spacing: -1px;} 
a.LinkBox:hover			{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; color: #CC0000; text-decoration: none; font-weight: normal; letter-spacing: -1px;}

a.LinkNav:link 		{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
} 
a.LinkNav:visited	{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px; text-decoration: none; color: #FFFFFF;} 
a.LinkNav:hover		{font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 15px;color: #EDD8AD; text-decoration: none;}

body		{
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
form		{margin: 0px;}

.HeadLogo 	{
	height: 120px;
	width: 960px;
	background-image: url(../images/mfslogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}
.HeadImage {
	height: 248px;
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.HeadImageRight {
	float: right;
	height: 246px;
	width: 196px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;

}

.ConBody {
	padding: 10px;
}


.ContentBody {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
	background-color: #FFFFFF;


}
.ContentLeft {
	float: left;
	text-align: left;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fade_d.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ContentRight {
	float: right;
	width: 196px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../images/fade_r.jpg);
	background-repeat: no-repeat;
	background-position: center top;




}



.FootText {
	background-color: #CC9900;
	height: 100px;
	text-align: left;
	width: 960px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.HeadNav {
	text-align: left;
	padding-top: 91px;
	padding-left: 21px;


}
.NavSplit {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: -9px;






}
.ConBodyText {
	padding: 20px 10px 10px;

}
.FootLeft {
	float: left;
	text-align: left;
	width: 762px;
	background-image: url(../images/fade_u.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	margin-right: auto;
	margin-left: auto;


}
.FootRight {
	float: right;
	width: 196px;
	background-color: #999999;
	height: 10px;
	margin-right: auto;
	margin-left: auto;

}
.FootBody {

	width: 960px;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
.PageHeading {
	font-family: "Lucida Bright", Calibri, Arial, Helvetica, san-serif;
	font-size: 18px;
}
.PageHoriz {
	background-image: url(../images/horiz_line.gif);
	background-repeat: repeat-x;
	height: 14px;
	background-position: center center;
}
.PageText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;





}
.ContentBoxes {
	height: 110px;
	width: 762px;
}
.Box {
	background-color: #FFFFFF;
	text-align: left;
	width: 191px;
	float: left;
}
.FadeDown {
	background-image: url(../images/fade_d.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.BoxR {
	float: right;
}
.HomeLeft {
	width: 320px;
	float: left;
}
.HomeRight {
	float: right;
	width: 360px;
}
.SearchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}
.SearchBox {
	height: 22px;
	width: 160px;
}

.PagingBody {
	width: 100%;
	height: 20px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;

}
.PagingLeft {
	width: 50%;
	float: left;
	height: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PagingRight {
	width: 50%;
	float: right;
	text-align: right;
	height: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;

}
.singleBox 							{
	border: 1px solid #999999;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CC3333;
	margin: 0px;
	color: #FFFFFF;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
.singleBoxOff 						{
	border: 1px solid #999999;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

.BoxContainer {
	width: 740px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;


}
.BoxLeft {
	width: 120px;
	float: left;
	background-color: #FFFFFF;

}
.BoxRight {
	width: 610px;
	float: right;
	background-color: #FFFFFF;

}
.BoxThumb {
	padding: 6px;
}
.PageSubheader {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-align: left;
}
.RightFill {
	height: 450px;
}
.ContactLeft {
	width: 220px;
	float: left;
	height: 250px;


}
.ContactRight {
	float: right;
	width: 460px;
	height: 250px;


}
.StoneBox {
	width: 120px;
	float: left;
	display: inline;
}
.StonePic {
	text-align: left;
	height: 98px;
	width: 98px;
}
.StoneCode {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	letter-spacing: -1px;
}
.StoneName {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: left;
	letter-spacing: -1px;
}
.StonePad {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.StoneText {
	background-image: url(../images/stones/stone_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 60px;
	width: 98px;
}
.StoneBoxSmall {
	width: 90px;
	float: left;
	display: inline;
}
.StonePicSmall {
	text-align: left;
	height: 80px;
	width: 80px;
}
.StoneTextSmall {
	background-image: url(../images/stones/stone_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 40px;
	width: 80px;
}
.StoneNameSmall {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-align: left;
	letter-spacing: -1px;
}

.PageBreak {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;

}
.PicBox {
	margin: 6px;
	padding: 6px;
	border: 1px solid #999999;
	float: left;
	text-align: center;
}
