@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #414143;	/*background-image: url(/images/background.jpg);*/
}
.oneColFixCtrHdr #container {
	width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_home.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerParAdv {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_ParAdv.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerParamount {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_Paramount.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerCascade {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_Cascade.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerPremierAdv {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_PremAdv.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerPrecise {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_Precise.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerPremier {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_Premier.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #headerSG30 {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(/images/mainImages/mainImage_top_SG30.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 973px;
}
.oneColFixCtrHdr #container #topnav {
	height: 20px;
	width: 973px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.oneColFixCtrHdr #container #topnav ul {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #topnav li {
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container #topnav a {
	color: #003063;
	text-decoration: none;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #topnav a:hover {
	color: #FF3300;
	text-decoration: none;
}
.oneColFixCtrHdr  #container #flash {
	padding: 0px;
	height: 300px;
	width: 973px;
	background-color: #808080;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #flash #nav .redli {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #flash #nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #58595b;
	font-weight: bold;
	height: 16px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-decoration: none;
}
.oneColFixCtrHdr #container #flash #nav a:hover {
	background-color: #EF2C31;
}
.oneColFixCtrHdr #container #flash #nav a:active {
	background-color: #EF2C31;
}
.oneColFixCtrHdr #container #flash #nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.oneColFixCtrHdr #container #flash #nav li {
	list-style-type: none;
	background-position: center;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.oneColFixCtrHdr #middlenav {
	background-color: #847d84;
	height: 21px;
	width: 973px;
	color: #FFFFFF;
	vertical-align: middle;
}
.oneColFixCtrHdr #middlenav ul {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	vertical-align: middle;
	padding-top: 1px;
}
.oneColFixCtrHdr #middlenav li {
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	padding-top: 2;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: 2;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
    vertical-align: middle;
	padding-top: 1px;
}
.oneColFixCtrHdr #middlenav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
		vertical-align: middle;
		padding-top: 1px;
}
.oneColFixCtrHdr #middlenav a:hover {
	color: #FF0000;
	text-decoration: none;
		vertical-align: middle;
		padding-top: 1px;
}
.oneColFixCtrHdr #bottomnav {
	background-color: #CCCCCC;
	height: 20px;
	width: 973px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #bottomnav ul {
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
.oneColFixCtrHdr #bottomnav li {
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 14px;
	text-transform: uppercase;
	padding-left: 14px;
}
.oneColFixCtrHdr #bottomnav a:hover {
	color: #FF3300;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr  #mainContent  a:hover {
	color: #FF0000;
}

.oneColFixCtrHdr #mainContent code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.oneColFixCtrHdr  #mainContent  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003063;
}
.oneColFixCtrHdr  #mainContent  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
}
.oneColFixCtrHdr  #mainContent  h3  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	text-transform: uppercase;
}
.oneColFixCtrHdr  #mainContent  H3  a  {
	color: #9C6500;
	text-decoration: none;
}
.oneColFixCtrHdr  #mainContent  H3  a:hover  {
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr  #mainContent  .events  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
}
.oneColFixCtrHdr #mainContent    sup  {
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent #bluescroll {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #223470;
}

.oneColFixCtrHdr  #mainContent  .normaltext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.oneColFixCtrHdr #mainContent .large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

/* END LIGHTBOX 2 CSS */
.oneColFixCtrHdr #mainContent .tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003063;
	display: block;
	padding: 4px;
}
.oneColFixCtrHdr #mainContent .tableheader code {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent .tableheader a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .tableheader a:hover {
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.oneColFixCtrHdr #footer .smallFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.oneColFixCtrHdr #footer a {
	color: #003366;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* LIGHTBOX 2 CSS */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#imageContainer #hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.oneColFixCtrHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

