html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #1b1e1e url(../images/bg.jpg) repeat-x top;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #181b1b;
}


A:link { color: #1b1e1e;

}

A:visited { color: #686b6b;

}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 216px;
        
}
#nav {
  	width: 755px;
  	height: 41px;
  	background: url(../images/nav-bg.jpg) repeat-x;
	border-top: solid 1px #000000;
	position:relative;
	top: -43px;
	left: 205px;
}
#nav ul {
  	height: 41px;
  	list-style: none;
}
#nav ul li {
	height: 41px;
 	float: left;
}
#nav li a {
	height: 41px;
	line-height: 41px;
	display: block;
	text-align: center;
	text-decoration: none;

}
#home-tab a, #about-tab a, #resume-tab a, #gallery-tab a {
	width: 149px;
	color: #a6b0b0;
	border-right: solid 1px #000000;
	border-left: solid 1px #4a5454;
}
#contact-tab a {
	width: 149px;
	color: #a6b0b0;
	border-right: solid 1px #000000;
	border-left: solid 1px #4a5454;
}
#home-tab a:hover, #about-tab a:hover, #resume-tab a:hover, #gallery-tab a:hover, #contact-tab a:hover {
	color: #404f4f;
}
#active-tab a {
	width: 151px;
	margin-top: -1px;
	background: #dee1e1;
	color: #000000;
	border: none;
	border-bottom: solid 2px #dee1e1;
}

#content {
	width: 960px;
	background: #dee1e1;
	padding: 20px 0;
}
#tagline {
	width: 920px;
	height: 38px;
	margin: 20px;
	border-top: solid 1px #e3d7c5;
	border-bottom: solid 1px #e3d7c5;
}
#tagline p {
	float: left;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 38px;
}
#tagline img {
	float: right;
	margin: 4px 20px;
}
#content-left {
	width: 280px;
	float: left;
	margin: 0 40px 0 20px;
}
#content-right {
	width: 600px;
	float: right;
	margin: 0 20px 0 0;
}
#content-left p {
	margin: 20px 0;
}
#content-right p {
	margin: 0 0 20px;
}

#content-left2 {
	width: 440px;
	float: left;
	margin: 0 40px 0 20px;
}
#content-right2 {
	width: 440px;
	float: right;
	margin: 0 20px 0 0;
}
#content-left2 p {
	margin: 20px 0;
}
#content-right2 p {
	margin: 0 0 20px;
}


#content-gallery {
	width: 650px;
	position:relative;
	left: 100px;
	margin: 0 40px 0 20px;
}

.clear {
	clear: both;
}
h2 {
	font-size: 24px;
	line-height: 36px;
	color: #262d2d;
}
h3 {
	color: #262d2d;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}
.top-margin {
	margin-top: 20px;
}
#footer {
	padding: 20px;
}
#footer a {
	color: #686b6b;
}
/* Slider */
#slider-container { 
	width: 920px;  
	background: #e3d8c5;
	margin: 0 20px;
	padding: 5px 0;
}
#slider {
	margin: 0 5px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
		}
#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width: 910px;
	height: 240px;
	overflow: hidden; 
}
span#prevBtn { 
	display: none; 
}
span#nextBtn { 
	display: none; 
}


.highslide-wrapper, .highslide-outline {
	background: #1b1e1e;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: none;
}
.highslide-caption {
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highslide-loading {
	color: white;
	border: 1px solid white;
	background-color: black;
	background-image: url(graphics/loader.black.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
}
.highslide-controls .highslide-close {
	display: none;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}



#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; }

