/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4B4C4C;
}
body.int {
	background: url(../images/int/bg-intTopLine.gif) top left repeat-x;
	}
a {
	color: #1568B3;
}
a:hover {
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #1568B3;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #1568B3;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	color: #1568B3;
	font-weight: bold;
	margin-top: 0px;
}
p {
	line-height: 1.9em;
}
.popUp p {
	line-height: 1.6em;
}
.portfolioThumb {
	background: url(../images/int/100pxThumbShadow.gif) -1px -1px no-repeat;
	width: 92px;
	height: 92px;
	padding: 0 8px 8px 0;
}
#seeTheWork {
	position:absolute; width: 175px; height: 37px; padding-top: 60px;
	background: url(../images/int/img-menuBottom.gif) repeat-y right top;
}

/* In case we use lightbox later */
/* Start lightbox stylings */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 4px; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
	}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}	

/* End lightbox styling */