/*File: ex1.css
Created By: Seamus P. H. Leahy

	
}
This is the stylesheet for  example 1 for the Horizontal Menu Bar.
*/

html{
  SCROLLBAR-FACE-COLOR: #fff;
		SCROLLBAR-HIGHLIGHT-COLOR: #cccf;
		SCROLLBAR-SHADOW-COLOR: #b3b2af;
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #000;
		SCROLLBAR-TRACK-COLOR: #000;
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;

		margin: 0;
		background-color: #fff;
		color:#000;
}
#wrap{width:960px; margin:0 auto;}

.goalpost{

	border-bottom: 0;
	border-top: 0;
	border-left: solid 10px; 
	border-right: solid 10px; 
	border-color: Black;
}

a:link,a:visited {
color: #cc0000;
}
a:HOVER {
color: #0000ff;
text-decoration: underline;
}

.menu a, .menu a:visited {
   color: #cc0000;
font-size: 1em;
font-weight:  bold;
text-decoration: none;
text-align: center;
}

.menu a:hover{
color: #000;
font-size: 1em;
background-color: #000;
display: block;
text-decoration: underline;
}


.footer {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
A.footer:LINK, A.footer:VISITED {
	color: white;
	 text-align: right;
     margin-right:2em;

	}
A.footer:HOVER {
	color:  Yellow;
     display: inline;
     background-color: transparent;
}

P {
	color: color:#000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1em 2em 0em 2em;
    text-align: justify;
}

h1{
	font-family:   "Times New Roman", serif;            /* "MS Serif", "New York", */
	font-size:2em;
	color: #000;
	margin:0;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0.5em 1.5em 0em  1.5em ;
	color: #cc0000;
}
  h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0.5em 1.5em 0em  1.5em ;
	color: #cc0000;
}
.rep{
  font-size: 0.8em;
  text-align: center;
  vertical-align: top;
}
#right{
  float:right;
  width:280px;
  background-color:#f4f4f4;
  color:#cc0000;
  font-size: 1em;
  margin: 1em;
  background-image: url(../images/newsitem.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  border:2px dashed #999;
}
#right h2{
  color:#000000;
  font-size: 1em;
  display:block;
  background-color: #e4e4e4;
  margin: 3px 0;
  padding:0.5em;
  text-align:center;
}

#right ul{
  color: #0000ff;
  text-align:left;
}
#right li{
  list-style-position: inside;
  list-style: square;
  padding: 6px 0 0 0;
  margin:0;
  font-size: 0.8em;
}


#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 */


