/* ------------------------body------------------------ */
body {
	margin:0; 
	padding:0px;
	text-align:center;
	background-color:#fff;
	font-size: 12px;
	font-weight:normal;
	color:#666;
	line-height:1.4em;
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

#navContainer {
	margin:0;
	margin-top:42px;
	margin-right:20px;
	width:570px;
	float:right;

	
}

#navContainer2 {
	margin:0;
	margin-top:45px;
	width:150px;
	float:left;
	margin-left:20px;
	
}

#centerContainer {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}


#mainContent {
	width:710px;
	height:450px;
	margin: 0 auto;
	margin-top:20px;
	margin-right:20px;
	text-align:center;
	float:right;
	background-color:#FFF;
}

p {
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	
}
p a:link{
	color:#93BECC;
	
}



.test {line-height:1.2em;}


img {border:none;}

#header {
	width:239px;
	height:47px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}

a:link, a:active, a:visited {
	color: #93BECC;
	text-decoration:none;
}

a:hover	{
	color: #93BECC;
	text-decoration:none;
}

/* images */


#header img { 
	padding:0;
	border:none;
	
}

#header img a:link, h1 img a:active, h1 img a:visited {
	border:none;
}

/* heading */
h2 {
	color:#93BECC;
	font-size:1.7em;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-left:15px;
	padding-top:15px;
}

h3 {
	text-align:left;
	padding-left:15px;
	color:#93BECC;
	background-color: transparent;
	font-size:13px;
	font-weight:normal;
}
h3 a:hover{
	color:#93BECC;
	background-color: transparent;
	font-weight:normal;
}
  
/* ------------------------navbar------------------------ */
#navList {
	text-align:right;
	margin: 0px;
	padding: 0;
	
}

#navList ul, #navList li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navList a:link, #navList a:visited {
	
	line-height: 14px;
	font-weight: normal;
	margin: 0 0px 0 22px;
	padding:2px 3px 2px 3px;
	text-decoration: none;
	color: #666;
	text-transform: lowercase;
}

#navList a:hover, #navList .current a {
	background-color: #fff;
	color: #84ABB8;
	padding:2px 3px 2px 3px;
}




/* ------------------------navbar2------------------------ */
#navList2 {
	text-align:left;
	margin: 0px;
	padding: 20px 0 0px 0px;
}

#navList2 ul, #navList2 li {
	margin: 0;
	display: block;
	padding-bottom:5px;
	list-style-type: none;
}


#navList2 a:link, #navList2 a:visited {
	line-height: 16px;
	font-weight: normal;
	padding:2px 3px 2px 3px;
	text-decoration: none;
	color: #666;
	text-transform: lowercase;
	font-size:12px;
	
}

#navList2 a:hover, #navList2 .current a {
	background-color: #93BECC;
	color: #fff;
	padding:2px 3px 2px 3px;
}







.project {
	margin:0;
	padding:5px 0 5px 0;
	color:#84ABB8;
}
.project a.current{
	color:#8DB3B8;
}


/* ------------------------thumbnails------------------------*/


.thumbnail {
	float:left;
	height: 100px;
	width:100px;
	margin: 0 15px 0px 15px;
	padding: 0px;
	border:1px dotted #9BA6B1 ;
}

.thumbnail2 {
	float:left;
	height: 100px;
	width:100px;
	margin: 0 15px 30px 15px;
	padding: 0px;
	border:1px dotted #9BA6B1 ;
}

.thumbnail3 {
	float:left;
	height: 60px;
	width:60px;
	margin: 0 5px 20px 15px;
	padding: 0px;
	border:1px dotted #9BA6B1 ;
	
}

.clearboth { clear: both; }




/* ------------------------FOOTER------------------------*/

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
	width: 900px;
	margin: 0;
	color:#fff;
	margin-top:5px;
	
}
#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: 5px 20px 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 1.2em;

}

#footer p a {
	color:#84ABB8;
	font-weight:bold;
	font-style:normal;
	text-transform:lowercase;
}



/* ------------------------CONTACT FORM------------------------*/

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 550px;
	margin-top: 25px;
	margin-left:50px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #84ABB8;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px dotted #84ABB8;
}

#contact-area input.submit-button {
	width: 50px;
	color:white;
	float:right;
	margin-right:16px;
	background-color:#84ABB8;
	font-size:12px;
	text-transform:lowercase;
}


label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
	color:#84ABB8;
	text-transform:lowercase;
}










/* ------------------------LIGHTBOX------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px "Palatino Linotype", "Book Antiqua", Palatino, serif; background-color: #fff; border-top:1px dotted #93BECC; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 12px; color: #808080; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;color:#999;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ---------------------------------------------*/
