/*Main Page Components--------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: .75em;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #999;
	line-height: 1.25em;
	background: #000 url(../images/header_repeat.jpg) repeat-x;
	font-weight: bold;
}

h1 {
	font: bold 1.5em "Helvetica", Verdana, Arial, sans-serif;
	color: #FFF;
}
a {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	color: #999;
	text-decoration:underline;
	text-align: left;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus {
	color: #C3C3C3;
	text-decoration: none;
}
h2 {
	font: bold 1em "Helvetica", Verdana, Arial, sans-serif;
	color: #00636E;
}
/*---Container Information---*/
#container {
	margin: 0;
	padding: 0;
	width: 1024px;
	text-align: left;
	background-color: #000;
}
/*Header*/
#blackbar {
	width: 100%;
	height: 8px;
	background-color: #000;
}
#header {
	height: 142px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #00636E;
}
/*Left Column Navigation*/
#leftcolumn {
	float: left;
	width: 200px;

}
#leftcolumn img {
	margin: 0;
	padding: 0;

}
#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftcolumn a {
	display: block;
	width: 200px;
}
.newsnav a:link, .newsnav a:visited {
	background:  url(../images/news.gif);
}
.newsnav a:hover {
	background:  url(../images/news-over.gif);
}
.newsnav li a#active {
	background:  url(../images/news-over.gif);
}
.portfolio a:link, .portfolio a:visited {
	background-image: url(../images/portfolio_01.gif);
}
/* Footer */
#footer {
	clear: both;
	color: #999;
	text-align: center;
	padding: 5px;
	font-size: .75em;
}

#footer a {
	font-family: "Helvetica", Verdana, Arial, sans-serif;

}
#footer a:link {
	text-decoration: none;
	color: #FFCC66;
}
#footer a:hover {
	color: #CC6633;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CC6633;
}
/*Photogallery----------------------------------------------*/
.a, .a:visited {color:#FFF;}

#photography {
	margin: 20px 0 0 225px;
	width: 765px;
}
#photogallery {
	position: relative;
	margin: 0px;
	padding: 0;
	width: 537px;
	height: 400px;
	background: #000 url("photo_gallery/Sailboat.jpg") 285px 0px no-repeat;
}
#photography p{
	font-weight: bold;
}
#photogallery ul {
	width: 265px;
	height: 380px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
#photogallery li {
	float: left;

}
a.gallery, a.gallery:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 5px solid #000;
	margin: 0;
	text-align: left;
	cursor: default;

}
a.slidea {
	background:  url("photo_gallery/Sailboatthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slideb {
	background:  url("photo_gallery/presco_flowersthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidec {
	background:  url("photo_gallery/DeluxeEditionCdCoverthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slided {
	background:  url("photo_gallery/Clownfish-thumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidee {
	background:  url("photo_gallery/crg-1thumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidef {
	background:  url("photo_gallery/crg2thumb.jpg");
	width: 56px;
	height: 90px;
}
a.slideg {
	background:  url("photo_gallery/harristhumb.jpg");
	width: 56px;
	height: 90px;
}
a.slideh {
	background:  url("photo_gallery/ladderthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidei {
	background:  url("photo_gallery/aip-golfthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidej {
	background:  url("photo_gallery/makeupkymthumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidek {
	background:  url("photo_gallery/nuvueultrathumb.jpg");
	width: 56px;
	height: 90px;
}
a.slidel {
	background:  url("photo_gallery/nuvuestudiothumb.jpg");
	width: 56px;
	height: 90px;
	}
a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 1px;
	left: 1px;
	overflow: hidden;
	visibility:hidden; 
	display:block; 
	width: 252px;
	height: 400px;
	top: 0;
	left: 285px;
	color: #FFF;
	background: #000;
	text-align: right;

}

a.gallery:active, a.gallery:focus {
	border:5px solid #000; 
	z-index:10;
	white-space:normal; 

}

a.gallery:active span, a.gallery:focus span {
	visibility:visible; 
	z-index:10;
}

a.gallery:active span img, a.gallery:focus span img {
	position:relative; 
	margin:0px;
	z-index:10;
	border: 0px solid #FFF;
}
#forward {
	position: absolute;
	top: 545px;
	left: 433px;
	z-index: 1;
}
#dynloadarea {
	position: absolute;
	top: 254px;
	left: 500px;
	z-index: 1;
}
