body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	margin: 20px; /* 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 */

}

a:link {	color: #000000;	text-decoration: none;}

a:visited {	text-decoration: none;	color: #000000;}

a:hover {	text-decoration: none;	color: #000000;}

a:active {	text-decoration: none;	color: #000000;}

.container {width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: none;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */}

.header {

	background: #FFFFFF; 

	padding: 0 0px 0 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. */

	color: #000000;	 
	
	border: 2px;  
	
	border-color: #CC3366;

	border-style: dotted;

}

.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.mainContent {

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background: #FFFFFF;

	border: 2px;

	border-color: #CC3366;

	border-style: dotted;

	color: #AAAAAA;

}

.footer {	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background: #FFFFFF;	color: #000000;}

.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}

#lightbox{	position: absolute;	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;	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{	width: 49%;	height: 100%;	background: transparent url(../images/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/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;	}

#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;	}	

#overlay{	position: absolute;	top: 0;	left: 0;	z-index: 90;	width: 100%;	height: 500px;	background-color: #000;	}/* Min-Width */

.lbWidth { /* most browsers */	position: absolute;	top: 0px; left: 0px;	width: 100%;	min-width: 790px;	}

* html .lbContent { /* IE6 */	margin-left: -790px;	position:relative;	}

* html .lbMinWidth { /* IE6 */	padding-left: 790px;	}/* Clearfix */	

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.clearfix {display: inline-block;}/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}/* End hide from IE-mac */ 

.stepcarousel{position: relative; /*leave this value alone*/border: 1px solid white;margin: 5px 5px 5px 5px;overflow: scroll; /*leave this value alone*/width: 760px; /*Width of Carousel Viewer itself*/height: 250px; /*Height should enough to fit largest content's height*/}

.stepcarousel .belt{position: absolute; /*leave this value alone*/left: 0;top: 0;}

.stepcarousel .panel{float: left; /*leave this value alone*/overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/margin: 5px; /*margin around each panel*//*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */}

.navhead {font-size: 75%}

.footertext {font-size: 60%}

.style14 {color: #000000; font-size: 12px;}

.style13 {	color: #000000;	font-size: 12px; padding-left: 10px;}

.style15 {color: #000000}

.style16 {font-size: 12px; color: #000000; }

.style18 {color: #000000; font-size: 14px; }

.style20 {font-size: 12px; color: #000000; font-style: italic; }	

.style21 {font-size: 16px; color: #000000;  }

.style25  {font-size: 25px; color: #000000; font-style: italic; }  



 .container1 {
   position: relative; 
   top: 10px;
   width: 770px;
   height: 110px;
   }

.left-element {
   position: absolute;
   left: 10px;
   top: 0px;
   width: 200px; 
   
   }

.right-element {
   position: absolute;
   left: 560px;
   width: 200px;
   top: 0px ;
  
   text-align: right; /* depends on element width */
   } 
  
 .centre-element {
   position: absolute;
   left: 230px;
   width: 320px;
   top: 0px; 
  
   }   
   
   .ul {list-style-position:inside;}
  
 .left-element1 {
   position: absolute;
   left: 10px;
   top: 0px;
   width: 300px; 
   
   }

.right-element1 {
   position: absolute;
   left: 560px;
   width: 270px;
   top: 0px ;
  
   text-align: right; /* depends on element width */
   } 
  
 .centre-element1 {
   position: absolute;
   left: 230px;
   width: 200px;
   top: 0px; 
  
   }   
   
