body {
	margin: 0px;
	padding: 0px;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	background-color: #FFFFFF;
	line-height:1.5em;
	margin-bottom:10px;
}

p {
	margin-top:0px;
	padding-top:0px;
}

a:link {
	font-size:12px;
	color:#993333;
	text-decoration:none;
}
a:visited {
	font-size:12px;
	color:#993333;
	text-decoration:none;
}

a:hover {
	background-color:#e4e4e4;
}

#content {
	margin: 0px 20px 20px 20px;
}

#wrapper {
	position: relative;
	margin-top: 10px;
	width:842px;
	height:400px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#sidebar {
	background-image:url(images/menu_bg.jpg);
	height:165px;
	width:171px;
	padding-top:10px;
}

#sidebar img {
	padding-right:7px;
	clear:right;
	float: right;
}

#sidebarImage {
	position:absolute;
	background-image:url(images/sidebar_image.jpg);
	border:none;
	margin:0px;
	padding:0px;
	height:259px;
	width:171px;
	top: 274px;
	left: 0px;
}

#portfolioTable {
	vertical-align:middle;
	text-align:center;
}

#portfolioTable img {
	border:solid 3px #993333;
}

.pressStroke {
	vertical-align:middle;
	text-align:center;
}

.pressStroke img {
	border:solid 3px #993333;
}

.pdf {
	margin:5px 5px 0px 0px;
}

a.pdf:hover {
	background-color:#FFFFFF;
}

.gallery {
	font-size:12px;
}

H1 {
	font-size:13px;
	margin-bottom:0px;
	font-weight:normal;
}

/* lightbox css begin */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img { 
	border:none;
}

#lightbox a:hover { 
	background-color: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: 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: 11px Trebuchet MS, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.5em;
	overflow: auto;
	width: 100%;
	padding-bottom:6px;
}
	
#imageDataContainer b {
	font: 12px Trebuchet MS, Helvetica, sans-serif;
	color:#000000;
}

#imageData {
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails {
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption {
	color:#666666;
}

#imageData #numberDisplay {
	display: block; 
	clear: left; 
	padding-bottom: .3em;	
}		

#imageData #bottomNav{
	float:right;
}	

#imageData .bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	margin-bottom:0px;	
}	

#imageData a.bottomNavClose:hover {
	background-color:white;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* lightbox css end */

