@charset "UTF-8";

body {
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #0a0a0a url(../images/bg.jpg) 50% 0 no-repeat;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#index {
	background: #0a0a0a url(../images/index_bg.jpg) 50% 0 no-repeat;	
}

td, p, li {
	font-size: 12px;
}

img, div { behavior: url(css/iepngfix.htc); }

img {
	border: none;
}

a {
	color: #4e7ec1;
	text-decoration: none;
}

a:visited {
	color: #4e7ec1;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3a4e6f;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3a4e6f;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}



/* --------------------------------------------------------------------------------------------------------------------- INDEX STYLES ------------ */
.index_flash {
	padding: 110px 0 0;	
	text-align: right;
}

	
	
/* --------------------------------------------------------------------------------------------------------------------- SUB STYLES ------------ */
.content {
	padding: 160px 40px 20px;
	height: 325px;
	overflow: hidden;
	line-height: 18px;
}

#about h1 {
	width: 175px;
	float: left;
	height: 20px;
}

#about .subs {
	width: 300px;
	float: right;
	text-align: right;
	height: 20px;
}

#about p, #about ul {
	clear: both;
	margin-top: 0;
}

*:first-child+html #about_ie_fix {
	margin-top: -155px;	
}

*:first-child+html #about #accolades {
	margin-top: -155px;	
}

*:first-child+html #about h2 {
	margin: 0;	
}

*html #about_ie_fix {
	margin-top: -155px !important;	
}

*html #about #accolades {
	margin-top: -155px !important;	
}

*html #about h2 {
	margin: 0;	
}

.port_thumb {
	width: 103px;
	float: left;
	margin: 0 0 25px 0;
}

#contact #left {
	float: left;
	width: 190px;
}

#contact #right {
	float: right;
	width: 300px;
	text-align: right;
}

#contact #right iframe {
	border: 1px solid #666;	
}


/* --------------------------------------------------------------------------------------------------------------------- GENERAL STYLES ------------ */
.wrapper {
	width: 953px;
	margin: 0 auto;
}

.left_col {
	width: 308px;
	float: left;
}

.logo {
	padding: 97px 0 0 36px;	
}

.right_col {
	width: 599px;
	float: right;
}

.clearer {
	clear: both;	
}

.footer {
	margin: 95px 0 0;
	text-align: right;
	font-size: 11px;
	color: #555;
}

.footer a, .footer a:visited {
	color: #777;
}

.footer a:hover, .footer a:visited:hover {
	color: #555;	
}

.hidden {
	display: none;	
}
	


/* --------------------------------------------------------------------------------------------------------------------- NAVIGATION STYLES ------------ */
.navigation {
	padding: 25px 70px 0 0;
}

#nav_home {
	height: 14px;
	background: url(../images/nav_home.gif) 100% 0 no-repeat;
	display: block;
	margin: 0 0 18px;
}

#nav_home:hover {
	background: url(../images/nav_home_on.gif) 100% 0 no-repeat;
}

#nav_about {
	height: 20px;
	background: url(../images/nav_about.gif) 100% 0 no-repeat;
	display: block;
	margin: 0 0 16px;
}

#nav_about:hover {
	background: url(../images/nav_about_on.gif) 100% 0 no-repeat;
}

#nav_portfolio {
	height: 26px;
	background: url(../images/nav_portfolio.gif) 100% 0 no-repeat;
	display: block;
	margin: 0 0 10px;
}

#nav_portfolio:hover {
	background: url(../images/nav_portfolio_on.gif) 100% 0 no-repeat;
}

#nav_contact {
	height: 28px;
	background: url(../images/nav_contact.gif) 100% 0 no-repeat;
	display: block;
}

#nav_contact:hover {
	background: url(../images/nav_contact_on.gif) 100% 0 no-repeat;
}



/* ------------------------------------------------------------------------------------------------------------ SLIMBOX STYLES ------------ */

#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; }
