/* Page Formatting */

* {
	margin:0;
	padding:0;
}

body {
	background: #ffffff url('images/logo.jpg') no-repeat center; 
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}

a {
	color:#8bbc70;
	text-decoration:none;
}

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

img, img a {
	border:0;
}

p {
	line-height:1.7em;
	margin-bottom:20px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

#dropcap {
  float: left;
  font: normal 36pt/0.8em Copperplate Gothic Light /*Helvetica, Verdana, Arial, sans-serif*/;
  color: #8BBC70;
  margin-right: 3px;
}

/* Header Area */

#topLine {
	height:120px;
	margin: 20px 0 0 0 ;
	background: url('images/gradient2.jpg') repeat-x center;
}

#header{
	width:693px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0 0;
}

#header h1{
	width:450px;
	margin:0 0 0 0;
	background:#ffffff;
	padding:0 0 0 0;
	float:left;
}

ul#nav{
  list-style-type:none;
	margin:0;
	padding:0
}

ul#nav li{
  display:inline;
	float:left;
	text-align: center;
	list-style-type:none;
	margin:0;
	padding:36px 5px 0 0
}

ul#nav a{
  float:left;
	width: 5em;
	padding: 5px 0;
	background: #DBFFA8;
	text-decoration:none;
	color: #666
}

ul#nav a:hover{
  background: #9C6;
	color: #FFF
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
  background: #CCC;
	color: #555
}


/* Page Wrappers */

#outerwrapper {
	width:693px;
	margin:30px auto -10px auto;
	padding:10px;
	background:#fff url(images/top_curve.gif) no-repeat 10px 0px;
/*	background:#fff url(images/top_curve.gif) repeat-y 10px 0px;*/
	clear:both;
}

#wrapper {
	margin-top:1px;
	float:left;
	width:693px;
	background:#fff url(images/content_bg.gif) repeat-y top left;
}


/* Content Area */

#content {
	width:450px;
	margin:10px 0 0 0px;
	float:left;
}

#content h2 {
	margin: 0 20px 0 20px;
	padding: 20px 5px 0 5px;
	border-bottom: 5px solid #8bbc70;
}

#content p {
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
}

#content p img {
	float:left;
	padding-right:15px
}

#content table {
	width:400px;
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
}

#content table td.row_headers {
	background:#DEEAFA;
	text-align:center;
}

#content table td {
	padding: 1px 5px 1px 10px;
	background:#FFFFFF; /* old value E5EFE0 */
}

#content form {
	width:420px; 
	padding:10px;  
}

#content form label { 
	display:block; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding-right:10px;
	margin-left:-15px; 
	margin-bottom:0.5em;
}

#content form input, form textarea {
	border:1px solid #fff;
/*	background:#FFFFA0; */
	border: 0.1em groove #669933;
	background:#dbffa8;
	padding-left:0.5em; 
	margin-bottom:0.6em;
}

#content form #send, form #button2 {
/*	background:#FFFFA0; */
	background:#dbffa8;
	border: 0.2em double #669933;
	padding-right:0.5em; 
	cursor:pointer; 
	width:200px;  
	margin-left:125px;
	font-weight:bold;
	color:#555555;
}

#content form #send:hover, form #button2:hover {
	background-position:center left; 
	color:#8BBC70;
	font-weight:bold;
}


/* Sidebar Area */

#sidebar {
	width:203px;
	margin:50px 30px 0 0px;
	background: url(images/bg-sidebar.gif) repeat top right;
	border:1px solid #dfdfdf;
	float: right;
}

#sidebar h3 {
	padding:10px 10px 0px 10px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;	
}

#sidebar p {
	margin:0 20px 0 0px;
	padding:5px 10px 10px 10px;
	clear:left
}

#sidebar img {
	width:90px;
	margin:5px 5px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;	
}

#portfolio {
  clear: left;
}

#portfolio img {
	width:90px;
	margin:5px 5px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;	
}

#portmain table {
  width: 95%;
	float: center;
	border: 0px;
}

#portmain tr {
  border-bottom: thin solid #cccccc
}

#sidebar ul.side {
	padding:5px 10px 10px 30px;
}

#sidebar ul.side li {
	padding: 1px 0 1px 0;
}

#sidebar ul.side li a {
	text-decoration:underline;
	color:#555555;	
}

#sidebar ul.side li a:hover {
	color:#8bbc70;	
}

#sidebar form .user_box {
	margin:0px 10px 10px 10px;
	width:100px;
}

#sidebar form .button {
	margin:0px 0px 10px 0px;
	background:url(images/top_group_bg.gif) repeat top left;
}

#sidebar_two {
	width:203px;
	margin:40px 30px 0 0px;
	background:#ffffff;
	float:right;
}

#sidebar_two h3 {
	padding:0px 10px 0px 10px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;	
}

#sidebar_two img {
	width:90px;
	margin:5px 0px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;	
}


/* Footer Area */

#footer {
	clear:both;
	width: 693px;
	margin:0 auto 0 auto;
	padding:55px 0 0 0;
	background:url(images/bottom_curve.gif) no-repeat top left;
}

#footer p {
	text-align:center;
	margin:0;
	padding:0px;
	line-height:1.3em;
}

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

#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; outline: none;}	 	

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

