﻿@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0}

body {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFF;
	background-image: url(../images/JSAbackground.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a:hover{text-decoration: none; }	

.logo {
	width: 400px;
	height: 40px;
}

.text1 {
	position: absolute;
	left: 533px;
	top: 175px;
	background-color: #fff;
	padding: 10px;
	padding-top: 0px;
	width: 420px;
	text-align:justify;
	line-height: 15px;
}

.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	position: absolute;
	padding: 10px;
	padding-top: 0px;
	top: 175px;
	left: 610px;
	width: 343px;
	text-align:justify;
	line-height: 15px;
}

.text3 {
	position: absolute;
	left: 533px;
	top: 175px;
	background-color: #fff;
	padding: 10px;
	padding-top: 0px;
	width: 420px;
	text-align:justify;
	line-height: 15px;
}

.text4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	padding: 10px;
	padding-top: 0px;
	top: 175px;
	left: 610px;
	width: 300px;
	line-height: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #CCC;
	padding-top: 22px;
	padding-bottom: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #CCC;
	padding-bottom: 2px;
	line-height: 18px;
}

.lg_image {
	position: absolute;
	top: 180px;
	left: 112px;
}

/* Slider */
.menu {
	position:absolute;
	top: 135px;
	left: 99px;
	background: #FFF;
	height:32px;
	width:500px;
	font-size:14px;
}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:9px 5px}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#CCC; padding:13px}
.menu a:hover {color:#F00}
#slide {position:absolute; bottom:0px; height:1px; background:#CCCx; z-index:10}
/* end Slider */

.projects {
	position: absolute;
	left: 112px;
	top: 180px;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border: none; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; border: none; }
#imageContainer{ padding: 10px; border: none; }

#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 45% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 45% no-repeat; }

#imageDataContainer{ font: 14px Georgia, "Times New Roman", Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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: 100; width: 100%; height: 500px; background-color: #fff; }
/* end Lightbox */

.red {
	color: #F00;
}
