	/* SITE WIDE FOUNDATIONAL STYLES */
	body 
	{
		background: #dbddd1;
		font: 11px/18px verdana, arial, helvetica, sans-serif;
		color: #000;
		text-align: left;
		padding: 0;
		margin: 0;
		behavior: url(/assets/src/csshover.htc);
	}
	a:link 
	{
		border:0;
		color: #400040;
		text-decoration: none;
	}
	a:visited
	{
		border: 0;
		color: #400040;
		text-decoration: none;
	}
	a:hover
	{
		border: 0;
		color: #8D73B1;
		text-decoration: underline;
	}
	a:active
	{
		border: 0;
		color: #48D73B1;
		text-decoration: underline;		
	}
	img
	{
		border: 0;
		margin: 0;
	}
	
	/* HOMEPAGE CONTAINTERS/CONTENT */
	#outer-container 
	{
		width: 747px;
		padding: 5px 40px 0 30px;
		background: url("/assets/img/container_bg.jpg") no-repeat -2px 3px;
		position: absolute;
		left: 50%;
		margin-left: -373px;
	}
	#content
	{
		width: 676px;
		margin: 23px 0 32px 0;
		background-color: #fff;
		border: 1px solid #af9cc3;
		padding: 0 0 1px 0;
		background: #fff url("/assets/img/gradient_3000px.gif") no-repeat;
		background-position: 0px 150px;
	}

	#copy-box
	{
		float:left;
		width: 357px;
		margin: 0;
		padding: 10px 28px 28px 28px;
		border-bottom: 1px solid #fff;
	}
	#sidebar
	{
		float: left;
		width: 226px;
		margin: 0;
		padding: 12px 18px 28px 10px;
	}
	#sidebar p 
	{
		font: 10px/13px verdana, arial, helvetica, sans-serif;
		margin: 4px 0 10px 0;
	}
	.home-logo
	{
		margin: 0px 0 14px 19px;
	}


	/* PORTFOLIO PAGE STYLES */
.project {
	padding-bottom: 20px;
}
.project h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	padding: 0 0 5px 0; 
	margin: 0;
}
.project a:link, .project a:visited {
	color: #5068FD;
	text-decoration: underline;
}
.project p {
	padding: 0; margin: 0;
}
img.style1 {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
}
img.style1:hover {
	border: 1px solid #8D73B1;
}
/* PORTFOLIO NAVIGATION STYLES */
#port-nav {
	background: url(/assets/img/port_nav.jpg) no-repeat top left;
	width: 216px;
	height: 200px;
}
#port-nav h2 {
	color: #fff;
	text-align: center;
	padding: 12px 0 10px 0;
	font-size: 16px;
}
#port-nav li {
	list-style: none;
	text-align: right;
	padding: 4px 25px 0 0;
}
#port-nav a:link, #port-nav a:visited {
	color: #8b8b8b;
	padding-right: 10px;
}
#port-nav li a#highlight {
	color: #5068FD;
	background: url(/assets/img/highlight_bg.gif) no-repeat right 5px;
	padding-right: 10px;
}

/* PORTFOLIO FEATURE Project STYLES */
.feature h3 {
	color: #52126d;
	font-size: 11px;
	margin: 0 0 10px 0;
}
img.thumb {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px 7px 5px 7px;
}
img.thumb:hover {
	border: 1px solid #8D73B1;
}

	/* SUBPAGE CONTAINTERS/CONTENT */
	#sub-content
	{
		width: 676px;
		margin: 23px 0 32px 0;
		background-color: #fff;
		border: 1px solid #af9cc3;
		padding: 0 0 1px 0;
		background: #fff url("/assets/img/subpage_gradient.jpg") no-repeat;
		background-position: 0px 100px;
	}
	#sub-copy-box
	{
		float: left;
		width: 357px;
		height: 1%;
		margin: 0;
		padding: 10px 10px 24px 14px;
	}

	#sub-sidebar
	{
		float: left;
		clear: none;
		width: 226px;
		height: 1%;
		margin: 0;
		padding: 12px 18px 28px 28px;

	}
	#sub-sidebar p 
	{
		font: 10px/13px verdana, arial, helvetica, sans-serif;
		margin: 4px 0 10px 0;
	}
	
	/* NAVIGATION */
	#navcontainer
	 {
	 	margin: 0;
		padding: 0;
	 	float: right;
	 }
	#navlist
	 {
	 	margin: 19px 19px 0 0;
		padding: 0;
	 }
	#navlist li
	{
		font: 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		margin: 0;
		display: inline;
		list-style-type: none;
		padding: 0 4px 0 10px;
		background: url("/assets/img/bullet.gif") no-repeat;
		background-position: -1px 6px;
	}
	#navlist li#nobullet
	{
		background: transparent;
	}
	
	/* SITE-WIDE TYPE AND HEADERS */
	h1
	{
		font: 18px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #50096c;
		margin: 0 0 10px 0;
	}
	h2
	{
		font: 14px/20px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #50096c;
		margin: 0 0 -10px 0;
	}
	h3
	{
		font: 18px/20px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #400040;
		margin: 21px 0 0 0;
	}
	h4
	{
		font: 14px/20px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #50096c;
		margin: 21px 0 0 0;
	}
	h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 
	em	{font-weight: bold;}
	i {font-style: italic;}
	.float-l 
	{
		float: left;
		margin: 23px 10px -3px 0;
	}
		.float-lsub 
	{
		float: left;
		margin: 5px 10px 0 0;
	}
	.float-r 
	{
		float: right;
	}
	.copyright
	{
		font: 10px/12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #6D6D6D;
		margin: 4px;
	}
	.pr_listing {
		border-left: 2px solid #af9cc3;
		padding-left: 10px;
		margin-bottom: 8px;
	}
		.port_listing {
		padding-left: 12px;
		margin-bottom: 4px;
	}
	.clear {
		clear: both;
	}
	#next_steps h4
	{
		font: 14px/20px "trebuchet ms", verdana, arial, helvetica, sans-serif;
		color: #50096c;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 6px 0;
	}
	#next_steps {
	background-color: #DCD3DC;
	border: 1px solid #af9cc3;
	padding: 6px;
	margin-top: 20px;
	}
	
	#next_steps p {
	font-size: 1.2em;
	line-height: 1.4em;
	}







/* LIGHTBOX STYLES */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/assets/img/lightbox/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(/assets/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/assets/img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	