@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: #FFFFFF;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* 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. */
	background-image: url(../images/header.gif);
	height: 107px;
	width: 792px;
}
.oneColFixCtrHdr  #header  .contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F77931;
	text-decoration: none;
}
.oneColFixCtrHdr  #header  .contact a:hover {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr   #flash  {
	height: 167px;
	width: 792px;
}
.oneColFixCtrHdr #topnav {
	height: 30px;
	width: 792px;
	background-color: #f47836;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F98F51;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 26px;
	padding-left: 26px;
}
.oneColFixCtrHdr #topnav a:hover {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr  #topnav .topnavspace {
	display: block;
	padding-top: 3px;
	padding-left: 6px;
}
.oneColFixCtrHdr      #mainContentArea   {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/content.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
.oneColFixCtrHdr #mainContentArea #rightnav {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContentArea #rightnav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 8px;
	padding-right: 4px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContentArea #rightnav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContentArea #rightnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	padding-top: 4px;
	margin-top: 6px;
}
.oneColFixCtrHdr #mainContentArea #rightnav a {
	color: #4D4D4D;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 2px;
}
.oneColFixCtrHdr #mainContentArea #rightnav a:hover {
	color: #F47836;
	text-decoration: none;
	background-color: #E4E4E4;
}
.oneColFixCtrHdr   #mainContentArea   #content  {
	width: 590px;
	padding: 0px;
	margin: 0px;
}


.oneColFixCtrHdr   #mainContentArea  #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	
}
.oneColFixCtrHdr   #mainContentArea   #content   code  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContentArea #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.oneColFixCtrHdr #mainContentArea #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.oneColFixCtrHdr #mainContentArea #content a {
	color: #CC6600;
}

.oneColFixCtrHdr #mainContentArea #content a:hover {
	color: #CC6600;
}
.oneColFixCtrHdr #mainContentArea #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContentArea #content .home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 1.8
}
.oneColFixCtrHdr #mainContentArea #content #locations {
	background-image: url(/images/AlcalMap.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContentArea #content #locations p {
	font-size: 12px;
}
.oneColFixCtrHdr #mainContentArea #content .form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContentArea #content .back {
	text-align: center;
	display: block;
	padding: 2px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContentArea #content .back a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F5783E;
	padding: 4px;
	border: 1px solid #663300;
}
.oneColFixCtrHdr #mainContentArea #content .back a:hover {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr  #mainContentArea  #bottomNav {
	background-color: #F47836;
	display: block;
	height: 24px;
	width: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.oneColFixCtrHdr    #mainContentArea    #bottomImages  {
	margin: 0px;
	padding: 0px;
	width: 792px;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	display: block;
	height: 48px;
	background-color: #F47836;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #footer #footerContent {
	background-image: url(/images/footer.gif);
	height: 48px;
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer #footerContent a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
.oneColFixCtrHdr #footer #footerContent a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer #footerContent .footerContentSpace {
	text-align: right;
	display: block;
	padding-top: 8px;
	margin: 0px;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
}
#orange {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #E8AD84;
scrollbar-darkshadow-color: #8C3A00;
scrollbar-face-color: #F47836;
scrollbar-highlight-color: #F7893B;
scrollbar-shadow-color: #EA5900;
scrollbar-track-color: #DDA675;
}
/* 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; }

/* END LIGHTBOX 2 CSS */

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background-color: #F5783E;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 120px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 120px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #F5783E;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.75em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #F5783E;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #F5783E;
	color: #000000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #F5783E;
	}
}
