body { margin: 0; padding: 0; font: 90% Arial, Tahoma, Verdana, sans-serif; color: #191970; background: #000066 url(background.gif) repeat-x; }

#container { width: 760px; \width: 780px; w\idth: 760px; margin: 10px; margin-left: auto; margin-right: auto; padding: 5px; background-color: transparent; }
html>body #container { width: 760px; \width: 780px; w\idth: 760px; margin: 0px; margin-left: auto; margin-right: auto; padding: 0; background-color: transparent;}

/* the following three areas need hacks to get around an IE bug - see point 4 here: http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml */

#banner { padding: 0; margin-bottom: 8px; background-color: transparent; height: 85px; display: block; }
html>body #banner { margin-bottom: 0px; height: 91px;}

#textarea {	padding: 0; margin: 32px 20px 0px 20px; background-color: transparent; height: 80px; display: block; text-align: justify; }
html>body #textarea { margin: 24px 20px 0px 20px; } 

#montage { padding: 0; margin: 0; background: transparent url(images/banner02.jpg) no-repeat; height: 105px; display: block; }
html>body #montage { height: 105px; }


#content { padding: 5px; margin-left: 190px; margin-top: 30px; background-color: transparent; color: #f5f5f5; }
#homepagecontent { padding: 5px; margin: 0px; background-color: transparent; color: #dcdcdc; text-align:center}
#navcontainer { float: left; width: 180px; color: #dcdcdc; margin-top: 30px; }
#footer { clear: both; padding: 5px; margin-top: 20px; background-color: transparent; border-top: 1px solid #cc0033; }

/* navigation styling */
#navcontainer ul { margin-left: 0; padding-left: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; }
#navcontainer a { display: block; padding: 3px; width: 175px; background-color: transparent; border-bottom: 1px solid #eeeeee; }
#navcontainer a:link, #navlist a:visited { color: #ffffff; text-decoration: none; }
#navcontainer a:hover { background-color: #4682b4; color: #ffffff; }

#navlist li a#current, #navlist li a#current:link { color: #ffffff; font-weight: bold; border-bottom: 2px solid #cc0033; }
#navlist li a#current:hover { background-color: transparent; }


/* other style bits */
a { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #cc0033; }
a:active { color: #000000; }

h1 { font-size: 1.9em; letter-spacing: -1px; word-spacing: 3px; margin-bottom: 0px; padding: 10px 0px 5px 0px; }
h2 { font-size: 1.7em; font-weight: strong; padding: 10px 0px 5px 0px; margin: 0px; color: #ffffff; font-family: Arial, Verdana, sans-serif; }
h3 { }


p { font-size: 0.9em;}


#textarea { color: #993365; font-size: 1.2em; }

img { border: 3px solid #cccccc; }
img.nostyle { border: 0px; }

/* and finally the footer bits */
#footer p { color: #c0c0c0; font: normal 0.7em Arial, Helvetica, sans-serif; margin: 4px 0 10px 0; padding: 0; text-align: center; }
a.oneman { color: #696969; text-decoration: none; font-size: 0.9em; }
a.oneman:hover { color: #ccc; text-decoration: none; font-size: 0.9em; }

/* the fancy image effect bits */

#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: #ffffff; 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: #ffffff; margin: 0 auto; line-height: 1.4em; }
#imageData { padding:0 10px; }
#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: #000000; 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 */	}	
	
input { color: #993365; border: 1px solid #a9a9a9; }
input.button { background: #cccccc; color: #000000; }
