body {
 margin: 0; padding: 0;
 background-color: #fff;
 text-align: center;
}

* { font-family: Verdana, Arial, sans-serif; text-align: left; }

/* DIVS FOR USE WITH LAYOUT */

/* THE CONTAINER IS 770PX WIDE TO ALLOW FOR A MINIMUM OF 800X600 RESOLUTION (INCLUDING SCROLLBAR) */

#container {  margin: 0 auto 0 auto; padding: 0; height: 810px; width: 770px; background-color: #fff; background-image: url(images/cntnerbkgrnd.gif); background-position: bottom left; background-repeat: no-repeat; overflow: visible; }
#topleft { float: left; margin-bottom: 15px; padding: 0; width: 430px; height: 205px; background-color: #ccc; background-image: url(images/HY_Top ver3.jpg); background-position: left; background-repeat: no-repeat;  }
#topright { float: left; margin-bottom: 15px; padding: 0; width: 340px; height: 205px; background-color: #fff; }
#leftcol { float: left; margin: 0; padding: 0; width: 220px; }
#maincontent { float: left; margin: 0; padding: 0; width: 540px; }
#pmaincontent { float: left; margin: 0; padding: 0; width: 135px; }
#rightcol { float: right; margin: 0; padding: 0; width: 330px; }
#copyright { margin: 0 auto 0 auto ; padding: 0; width: 770px; height: 20px; background-color: #F4F0ED; }
#design { margin: 0 auto 0 auto; padding: 0; width: 770px; height: 20px; background-color: #fff; }

#divblanksquares { 
  float: right; 
  margin-left: 0; padding: 0; 
  width: 340px; height: 35px; 
  background-color: transparent; 
}

#navone { 
  float: right;
  margin-left: 85px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 255px; height: 85px; 
  background-color: transparent; 
}

#navtwo {
  float: right;
  margin-left: 170px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 170px; height: 85px; 
  background-color: transparent; 
}

div.topsquare {
  float: right;
  margin-left: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: rgb(154,198,172);
}

div.midsquare {   /* REPLACE THIS WITH LINKS */
  float: right;
  margin-left: 10px; margin-top: 10px; padding: 0;
  width: 75px; height: 75px;
  background-color: rgb(250,120,123);
}


div.bttmsquare {   /* REPLACE THIS WITH LINKS */
  float: right;
  margin-left: 10px; margin-top: 10px; padding: 0;
  width: 75px; height: 75px;
  background-color: rgb(250,120,123);
}

/* DIVS FOR USE WITH CONTENT */

div.leftitem {
  margin: 0 10px 10px 10px; padding: 0;
  background-color: #F4F0ED;
}

/* TEXT STYLES */
p {
  margin: 5px; padding: 5px;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: normal;
  color: #666;
 }

p.small {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: normal;
  color: #666;
 }

p.design {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: bold;
  text-align: center;
  color: #999;
 }

p.large {
  margin 5px; padding 5px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  color: #666
}

h1 {
  margin-top: 30px; margin-left: 70px; padding: 0;
  font-size: 2em; font-weight: normal; font-style: italic;
  line-height: 2em; color: rgb(210, 80, 60);
 }

#slogan {
  margin-top: 10px; margin-left: 90px; padding: 0;
  font-size: 0.8em; font-weight: bold; font-style: italic;
  line-height: 1.0em; color: #444;
}

h2 {
  margin: 5px; padding: 5px;
  font-size: 1.2em; font-weight: bold; font-style: normal;
  line-height: 1.4em;
  color: rgb(210, 80, 60);
 }

h3 {
  margin: 5px; padding: 5px;
  font-size: 0.7em; font-weight: bold; font-style: normal;
  line-height: 1.4em;
  color: #666;
 }

ul li {
  margin: 0; padding: 0;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
  list-style-type: square;
 }

ol li {
  margin: 0 0 0 10px; padding: 0;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
  list-style-type:  decimal-leading-zero;
 }

/* LINKS */

/* USE MAINNAV FOR THE FIRST ROW OF LINKS */

#mainnav {
  width: 255px;
  height: 85px;
  margin: 0;
  padding: 0;
}

#mainnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#mainnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 12px;
}

#mainnav a:link, #mainnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: rgb(144,209,131);
}

#mainnav a:hover, #mainnav a:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(44,126,79);
}

/* USE SECOND NAV FOR THE SECOND ROW OF LINKS */

#secondnav {
  width: 170px;
  height: 85px;
  margin: 0;
  padding: 0;
}

#secondnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#secondnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 12px;
}

#secondnav a:link, #secondnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: rgb(44,126,79);
}

#secondnav a:hover, #secondnav a:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(144,209,131);
}

/* PARAGRAPH LINKS */
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: rgb(31, 104, 143);
}

a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
  color: rgb(109, 191, 235);
}

/* shadow */
.shadowcss{
position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

/* Pagination Links */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0 auto 0 auto;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 14px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

.pagination li.perious{
font-weight: bold;
padding: 0 5px
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
/* End of Pagination Links */

/* lightbox */
#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;
	}
#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: 14px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 18px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	
/* IMAGES */
/* LEFT AND RIGHT FLOATING IMAGES: */

img.left { float: left, border 0; }
img.right { float: right, border 0; }

/* ACRONYMS */

acronym { border-bottom: 1px dotted #777; }




