@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	background-color: #FFF;
	margin-top: 5px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align: top;
	border: 10;
	border-color: #fe701b;
	border-width: 5;
}
a:link {
	color: #969696;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #969696;
}
a:hover {
	text-decoration: underline;
	color: #5f5f5f;
}
a:active {
	text-decoration: none;
	color: #373737;
}
.oneColLiqCtrHdr #container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	border-top-width: 5px;
	margin-bottom: 5px;
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0;
}
.oneColLiqCtrHdr #menu {
	padding-top: 5px;
	padding-bottom: 10px;
	height: 40px;
	z-index: 60;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 10pt;
	text-align: left;
	margin: 0;
	vertical-align: top;
	color: 3c3c3c;
	min-height:100%
}
.oneColLiqCtrHdr #footer {
	padding: 0px 10px;
	margin-top:10px;
	background-color: #3c3c3c;
	clear:both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10pt;
}
.L2012_SiteHeader {
	color: 3c3c3c;
	font-size: 38pt;
}
.L2012_SiteSubHeader {
	color: #969696;
	font-size: 14pt;
}
.L2012_PageHeader {
	font-size: 12pt;
	color: #373737;
}
.L2012_SiteFooter {
	color: #969696;
	text-align: center;
}
.L2012_Special1 {
	font-size: 22pt;
	color: #373737;
	text-align: center;
}
.L2012_Special2 {
	font-size: 14pt;
}
.L2012_Special2_Red {
	font-size: 16pt;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}
.L2012_Caption {
	font-style: italic;
}
.L2012_Highlight {
	color: #373737;
	font-weight: bold;
}
.L2012_Special3 {
	text-align: center;
}
.L2012_SubNote {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
.L2012_Special4 {
	font-weight: normal;
	text-align: left;
}
.L2012_InventoryDate {
	font-size: 9pt;
}
.L2012_Normal {
	font-size: 10pt;
}
.L2012_Normal_HomePage {
	font-size: 11pt;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 50px; /*position where enlarged image should offset horizontally */
} 
#Content {
	/*margin:0px 0px 0px 0px;
	padding:0px;*/
	width:818px;
	float:left;
	}
#Menu {
	/*margin:0px 0px 0px 818px;
    position: absolute;*/
	width:115px;
	padding:10px;
	background-color:#3c3c3c;
	color:#969696;
	line-height:20px;
	border:thin;
	border-style: solid;
	float:right;
	}
#orange {
	color: #FF8000;
}
#menutop {
	color: #fff;
	font-size:14px;
}
#menusub {
	color: #fff;
	font-size:12px;
}
#undertable {
	clear:both;
}
#TopName {
	width:818px;
	float:left;
	}
#TopLogo {
	width:115px;
	float:right;
	}	