@charset "UTF-8";
/* CSS Document */

#workBanner{
	margin-top:-16px;
	display:block;
	height:42px;
	width:100%;
	background-image:url(../images/background_footer_tile.jpg);
}

#workBanner p {
	padding-top:12px;
	font-family: Avenir_LT_Std_Light, sans-serif;
	color:#DDDDDD;
	text-align:center;
}

#workIFrame {
	
}

#IFrameDiv{
	position:static;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

#indexButton{
	height:45px;
	width:824px;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}

/*  SLIDE SHOW */
#slideshowBackground {
	background-image:url(../images/portfolio_slideshow_background.jpg);
	background-repeat:repeat-x;
	height:575px;
	width:100%;
}

#slideshow {  
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:824px;
	height:525px;
} 
#slideshow-caption{
	padding:0;
	margin:0;
}

#slideshow img, #slideshow div {  
	padding: 0px;
	margin: 0; 
}

#slideshowNav
{
	width:1280px;
	top:250px;
	position:absolute;
	z-index:100;
	display:block;
}

#next{
	width:100px;
	height:200px;
	display:block;
	float:right;
	
}

#prev{
	width:100px;
	height:200px;
	display:block;
	float:left;
}

/*index grid*/

#grid{
	padding-top:132px;
	padding-bottom:72px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	border-spacing: 0;
	border-collapse: collapse;
}

#grid tr td{
	padding:2px 8px 2px 0px;
	margin:0px 0px 0px 0px;
	border:0;
}

/* subnavigation */
#subNavContainer
{
	width:350px;
}


/*work info */

.smallTitle {
	margin:0px;
	padding:20px 0px 0px 0px;
}

#workInfo
{
	width:824px;
	background-color:#FFFFFF
	padding-top:18px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#workColumn1
{
	width:200px;
	float:left;
}

#workColumn2
{
	padding-right:40px;
	width:424px;
	float:left;
}

#workColumn3
{
	width:160px;
	float:left;
}

#workServices ul {
	list-style: none; /* this removes the list marker */
	margin-left:0px;
	margin-right:auto;
	padding-top:8px;
	line-height:20px;
	font-family: Avenir_LT_Std_Light, sans-serif;
	font-size:14px;
	color: #373737;
	
}
#workServices ul li {
	text-decoration: none;
}

#workRelatedImages{
	border-spacing: 0;
	border-collapse: collapse;
	
	margin-left: -6px;
	
	margin-top: 10px;
}

#workRelatedImages tr td{
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0;
}

#relatedImageOverlay {
	position:absolute;
	width:44px;
	height:44px;
	background-color:#FFb400;
	opacity:0.5;
	border-style:solid;
	border-width:3px;
	border-color:#FFb400;
	display:block;
}

#relatedImageOverlayBorder {
	position:absolute;
	width:44px;
	height:44px;
	border-style:solid;
	border-width:3px;
	border-color:#FFb400;
	display:block;
}

#technologiesSection {
	width:824px;
	height:715px;
	padding-top:113px;
	margin-left:auto;
	margin-right:auto;
	line-height:175%;
}


#technologiesSectionColumn1 table tr td {
	vertical-align:top;
}

#technologiesSectionColumn1 table tr td p {
	line-height:120%;
	padding-top:20px;
	padding-bottom:4px;
	margin:0px;
}

#technologiesSectionColumn1 {
	width:392px;
	float:left;
	
}

#technologiesSectionColumn2 {
	width:432px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
	
}

#loader {
	/*width:104px;
	height:73px;*/
	background-image:url(../images/loader.png);
	position:absolute;
	z-index:101;
}

#loadMore {
	width:940px;
}

#loadMore p {
	text-align:center;
}

#loadMore a {
	text-decoration:none;
}

.gridItemOver {
	position:absolute;
	width:306px;
	height:240px;
	background-color:rgba(44, 44, 44, 0.9);
	opacity:0;
	
}

.gridItemOverProjectTitle {
	margin:0px;
	padding-top:75px;
	text-align:center;
	color:#ffb400;
	font-family: Avenir_LT_Std_Roman, sans-serif;
	font-size:12px;
}


.gridItemOverTitle {
	margin:0px 10px 10px 10px;
	padding-top:0px;
	text-align:center;
	color:#FFFFFF;
	font-family: Rockwell_Std, sans-serif;
	font-size:30px;
}

.gridItemOverSubtitle {
	margin:10px;
	text-align:center;
	color:#ffb400;
	font-family: Avenir_LT_Std_Roman, sans-serif;
	font-size:12px;
}


/* VIDEO PLAYER */

#videoPlayer {
	width:824px;
	height:525px;
	position:absolute;
	top:109px;
	z-index:104;
}




