body {
margin: 0;
padding: 0;
text-align: left;
color: #333;
background: #435A6C;
font: 10pt Verdana, arial, sans-serif;
}
	
#container {
width: 750px;
border: 10px solid #eee;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding: 0;
color: #333;
background: #eee;
}

#banner {	
float: left;
width: 720px;
height:145px;
padding: 0;
margin: 0;
background: url("img/ptc_banner2.jpg") no-repeat;
}
#banner h1 {
font : bold 2em verdana, arial, sans-serif;
letter-spacing : 10px;
padding : 150px 0 0 250px;
color : #435A6C;
background : transparent;
}
#content {line-height: 1.8em;
padding: 10px;
margin-left: 170px;
margin-right: 170px;
margin-top : 0;
}

#content h1 {
margin : 0 0 0 0;
padding : 5px;
letter-spacing : 5px;
font : bold 1.2em verdana, arial, sans-serif;
text-transform: uppercase;
color : #435A6C;
background: url("img/ptc_h1.jpg") no-repeat;
}

/* margin or padding order: top, right, bottom, left */
#img_left {
	margin : 0 0 0 0;
	padding : 6px 10px 5px 5px;
	float : left;
	} 

/* CSS photo caption style */
.picture { 
	background-color: #CCCCFF; 
	border: 1px solid #CCCCCC; 
	padding: 4px; 
	font: 8pt Arial, sans-serif; 
	} 

.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle;
	margin-bottom: 3px; 
	} 

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
	} 

.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	} 
/* end photo caption style */

#sidebar {
float: left;
width: 150px;
margin: 0 0 0 0;
padding: 5px;
}

.menu {
width: 150px;
padding: 10px 0 0 0;
}
.menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.menu li {
margin: 0 0 .1em 0;
}
.menu a {
border-left : 5px solid #7BA1B8;
display: block;
font-size: 12px;
color: #435A6C;
background:#ddd;
width: 120px;
padding : 1em .5em;
text-decoration: none;
}
.menu a:hover {
border-left : 5px solid #333;
background: #7BA1B8 url("img/ptc_hover.jpg") no-repeat;
color: #000;
}

#sidebar-b {line-height: 1.8em;
float: right;
width: 150px;
margin: 0 0 0 0;
padding: 5px;
}

form { 
 background: #EFF5FB;
 border: 2px solid #0B0B61; 
 padding: 8px;
 padding-left: 12px; 
}

#credits {
clear: both;
padding: 5px;
margin-top: 5px;
font-size: .9em;
color: #000;
background: #eee;
}

#footer {
clear: both;
padding: 0;
margin-top: 0;
height: 80px;
color: #000;
background: transparent url("img/ptc_footer2.jpg") no-repeat;
}

#footer a:link, #footer a:visited {
background: inherit;
color: #7AB623;
text-decoration: none;
}

#footer a:hover {
border-bottom: 1px dashed  #f2f2f5;
background: inherit;
color: #000;
}

h1 {
margin : 10px 0 0 5px;
font : bold 1.2em verdana, arial, sans-serif;
letter-spacing : 5px;
text-transform: uppercase;
background: inherit;
}

h2 {
padding : 0;
font : bold 1.3em verdana, arial, sans-serif;
color : #435A6C;
background: inherit;
}

h3 {
margin : 0;
font : normal 1.4em verdana, arial, sans-serif;
color : #4B088A;
background: inherit;
}

a {
color: #369;
font-weight: bold;
text-decoration: none;
background: inherit;
}

a:hover {
text-decoration: none;
color: #5D775A;
background: inherit;
}

div.scroll {
overflow: auto;
height: 7em;
width: 120px;
padding: .5em;
color: #000;
background:#f7f7f7;
border: 0px solid #999;
margin: 20px 0 15px 0;
}

.news {
font-size: 10px;
background: inherit;
color: #333;
}

.imgleft {
float:right;
}

.clear {
clear : both;
height : 50px;
}
/* LightBox CSS */
#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') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }

#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; }
/* end LightBox CSS */