@import url('global.css');

@media print {
	#primary-nav { display: none; }
}




/* 

org- 827970
new- c5b9ac

 */

body{
	font-family: 'Nunito',  Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;

	margin:0px;
	padding: 0px;
	color: #F5F5F5;
	/* text-shadow: #111 1px 1px 0; */
	}

img{
	border: none;
	}

.italicize{
	font-style:oblique;
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 20px;
	}

hr {
	height:1px;
	border: 0;
	background-color: #3f3a36;
	color: #3f3a36;
	margin: 30px 0px;
}


/* Common font formating */


h1 { 
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-transform:uppercase;
	color: #FFF;
 }	
 
/*#socialMediaLinks h2*/

 h2 { 
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-transform:uppercase;
	color: #FFF;
	}
 
 a.detailBtn{ 
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
 }
 	

 a {
	 color: #c5b9ac;
 }	

.topLink{
	/*display:block;*/
	margin: 5px 0px 0px 5px;
	float:right;	
	text-align:right;
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}


/* Header Layout */

#headerWrapper{
	background-image: url(/images/pattern-header-bg.jpg);
	background-position: top center;
	height:	126px;
	}		
	
#header{
	background-image: url(/images/header-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	}

#headerContent{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	margin: 0 auto;
	width:980px;
	height:	126px;
	overflow:hidden;
	}	


/* Footer Layout*/


#footerWrapper{
	background-image: url(/images/footer-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;	
	background-color:#000;
	border-top: solid 3px #141110;
	height:	200px;
	}		
	
#footer{
	padding: 10px 0px;
	}

#footerContent{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;	
	font-size: 11px;
	color: #c5b9ac;
	margin: 0 auto;
	width:920px;
	line-height: 18px;
	}	



/* Home Page feature pic and description layout*/


#featureWrapper{
	/*background-image: url(/images/feature-bg.jpg);*/
	background-color:#1b1715;
	height:	200px;
	width: 100%;
	/*min-width: 980px;*/
	overflow: hidden;
	position: relative;
	}

#feature{
	
	}


#feature div.image {
	margin-left: -700px;	
	left: 50%;
	width: 1400px;
	position: absolute;
	overflow: hidden;
	height: 390px;
}

#featureContent{
	margin: 0 auto;
	width:980px;
	height:	390px;
	overflow:hidden;
	}
	
	
#featureContentText{
	padding: 80px 0px 0px 0px;
	margin-right: 1px; 
	float: right;
	width: 400px;
	overflow:hidden;
	position: relative;
	z-index: 100;
	visibility: hidden;
	}	

#featureContentTitle, #contactFeatureContentTitle{
	background-color:#000;
	padding: 2px 2px 2px 20px;
	width: 360px;
	margin-left: 0px;
	}

#contactFeatureContentTitle{
	width: 377px;
	}

#featureContentTitle h1{
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-transform:uppercase;
	line-height: 30px;
	padding: 0px;
	margin: 15px 0px 0px 0px;	
	}

#featureContentTitle h2{
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 14px;
	color: #c5b9ac;
	padding: 0px;
	margin: 6px 0px 15px 0px;
	}

#featureContentDesc, #contactFeatureContentDesc{
	background-color: #16120F;
	padding: 6px 30px;
	font-size:14px;
	width: 322px;
	margin-left: 20px;	
	}


#featureContentText a.moreBtn{
	display:block;
	margin-left: 18px;
	background-color:#000;
	padding: 2px 30px;
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	text-transform:uppercase;
	color: #c5b9ac;
	text-align:right;
	text-decoration: none;
	margin-left: 20px;
	width: 322px;
	}				


 ul#featureContentNav{
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	overflow:hidden;
}

#featureContentNav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#featureContentNav li.prev{
	float: left;
}
#featureContentNav li.next{
	float: right;
}

#featureContentNav a{
	padding: 5px 10px;
	display:block;
	text-decoration: none;
	background-color: #000;
	font-size:18px;
	width: 9px;
	font-style: normal;	
}




/* Home Page projects and services layout*/


#homeNavWrapper{
	background-image: url(/images/pattern-home-nav-bg.jpg);
	background-position: top center;
	}

#homeNav{
	background-image: url(/images/home-nav-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	}

#homeNavContent{
	margin: 0 auto;
	width: 980px;
	height:	512px;
	overflow:hidden;
	}	

#homeNavContentRow1,#homeNavContentRow2 {
	padding-top: 20px;
	width: 980px;
	height:	230px;
}	

#homeNavContentBlurb{
	float: left;
	padding: 0px 20px;
	width: 125px;
	height:	175px;
	overflow:hidden;
	}

#homeNavContentCarousel{
	padding: 10px 0px;	
	float: left;
	width: 810px;
	height:	190px;
	overflow:hidden;
	_padding: 25px 0px;
	}	
	
#homeNavContentCarousel li{
	margin: 0px 0px;
	padding: 0px 35px 0px 5px;
	list-style: none;
	float: left;
    width: 220px;
    height: 185px;	
}

@-moz-document url-prefix() {
	#homeNavContentCarousel p { margin-top: -6px; }
}

#homeNavContentCarousel a{
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height: 14px;
}

#homeNavContentCarousel a img, #homeNavServiceCarousel a img{
	border: 1px solid #999;
}		

#homeNavContentCarousel a .desc{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	font-size: 12px;
	text-transform: none;
	text-decoration:none;
	line-height: 16px;
}


#homeNavServiceBlurb{
	float: Right;
	padding: 0px 25px 0px 0px;
	width: 125px;
	height:	180px;
	overflow:hidden;	
	}
	
#homeNavServiceCarousel{
	padding: 15px 0px;
	_padding: 10px 0px;		
	float: left;
	width: 830px;
	height:	200px;
	overflow:hidden;
	}


#homeNavServiceCarousel ul{
	padding: 0px;
	list-style: none;
}

#homeNavServiceCarousel li{
	margin: 0px 45px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	float: left;
    width: 220px;
    height: 185px;	
}
#homeNavServiceCarousel li.last{
	margin: 0px 0px 0px 0px;	
}

#homeNavServiceCarousel a{
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height: 24px;
}


/* Home Page social media layout*/

	
#socialMediaWrapper{
	border-top: solid 1px #3f3a36;
	border-bottom: solid 1px #3f3a36;
	background-color:#000;
	}

#socialMedia{
	background-image: url(/images/social-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	}

#socialMediaContent{
	margin: 0 auto;
	width: 920px;
	overflow:hidden;
	padding: 30px;
	}
	
#socialMediaBlog{
	float:left;
	width: 500px;
	padding-right: 80px;
	overflow:hidden;	
	border-right: solid 1px #3f3a36;
	}	
#socialMediaLinks{
	float: right;
	width: 280px;
	overflow:hidden;
	}		





.smicon{
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	padding-right: 26px;
	}

#socialMediaLinks .last{
	padding-right: 0px;
	}			


.featureNewsImage{
	padding: 15px 0px;
	}




/* Work Gallery Page layout*/

	
#workWrapper{
	background-image: url(/images/feature-bg-top.jpg);
	background-repeat: repeat-x;
	background-color:#1b1715;
	width: 100%;
	overflow: hidden;
	position: relative;
	}
	
	
#workWrapperBot{
	background-image: url(/images/feature-bg-bot.jpg);
	background-repeat: repeat-x;
	background-position:center bottom;
	width: 100%;
	overflow: hidden;
	position: relative;
	}	


#workContent{
	margin: 0 auto;
	width: 960px;
	padding: 20px 0px;
	}
	
	
#workBlurb{
	float:left;
	padding: 10px 30px 10px 10px;
	width: 195px;
	_width: 185px;
	}	
	
	
ul#workGallery{
	float: left;
	width: 720px;
	_width: 730px;
	overflow:hidden;
	padding: 30px 0px;
	list-style: none;
	margin: 0px;
	}		

#workGallery li{
	margin: 8px 2px;
	padding:8px;
	list-style: none;
	float: left;
    width: 220px;
	height: 195px;	
	background-color:#000; 
}



#workGallery a{
	font-family: 'Lato', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height: 18px;
}

#workGallery a img{
	border: 1px solid #999;
}		

#workGallery a .desc{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	font-size: 12px;
	text-transform: none;
	text-decoration:none;
	line-height: 12px;
}


#workBottomDivider{
	background-image: url(/images/pattern-bg.jpg);
	background-position: center top;
	height: 209px;
	border-bottom: solid 1px #3f3a36;
	}
	
#workBottomBg{
	background-image: url(/images/work-bottom-divider.jpg);
	background-position: center top;
	height: 209px;
	}	





/* Home Page feature pic and description layout*/

/*
	#workFeatureTopWrapper{
		background-image: url(/images/feature-bg-top.jpg);
		background-repeat: repeat-x;
		background-position:center top;
		background-color:#1b1715;
		height: 490px;
		width: 100%;
		min-width: 980px;
		overflow: hidden;
		position: relative;
		padding-top: 100px;
		}
	
	#workFeature{
		background-image: url(/images/feature-bg-bot.jpg);
		background-repeat: repeat-x;
		background-position:center bottom;
		width: 100%;
		overflow: hidden;
		position: relative;	
		}
	
	
	#workFeature div.image {
		margin-left: -700px;	
		left: 50%;
		width: 1400px;
		position: absolute;
		overflow: hidden;
		height: 360px;
	}
	
	#workFeatureContent{
		margin: 0 auto;
		width: 980px;
		height: 360px;
		overflow:hidden;
		}
	
	#workFeatureMedia{
		float: left;
		width: 640px;
		height: 360px;
		border-left: 1px solid #3f3a36;
		overflow:hidden;
		}
			
		
	#workFeatureContentText{
		border-left: 1px solid  #3f3a36;
		border-right: 1px solid   #3f3a36;
		padding: 20px 0px 0px 0px;
		float: right;
		width: 337px;
		height: 360px;
		}	
	
	#workFeatureContentTitle{
		background-color:#000;
		padding: 2px 2px 2px 10px;
		width: 379x;
		margin-left: 0px;
		}
	
	#workFeatureContentTitle h1{
		font-family: 'Lato', arial, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		text-transform:uppercase;
		line-height: 30px;
		padding: 0px;
		margin: 0px;
		}
	
	#workFeatureContentTitle h2{
		font-family: 'Lato', arial, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		text-transform:uppercase;
		line-height: 0px;
		color: #c5b9ac;
		}
	
	#workFeatureContentDesc{
		font-size: 14px;
		line-height: 22px;
		width: 277px;
		padding:  10px 30px;
		height:	200px;
		background-color: #141312;
		overflow: hidden;
		}



	ul#workFeatureContentNav{
		margin: 0px;
		padding: 0px;
		list-style: none;
		background-color: #000;
		overflow:hidden;
	}


	#workFeatureContentNav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#workFeatureContentNav li.prev{
		float: left;
	}
	#workFeatureContentNav li.next{
		float: right;
	}
	
	#workFeatureContentNav a{
		padding: 2px 10px;
		display: block;
		text-decoration: none;
		font-size: 12px;
		font-style: normal;
		font-family: 'Lato', arial, serif;
		text-transform: uppercase;
	}



ul#headerProfileNav{
		clear: right;
		width: 317px;
		height: 40px;
		border: 1px solid   #3f3a36;
		border-bottom: 0px;
		margin: 50px 0px 20px 0px;
		padding: 2px 10px;
		list-style: none;
		background-color: #000;
		overflow:hidden;
		float: right;
		text-align: center;
	}


	#headerProfileNav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: left;
		width: 104px;		
	}
	
	#headerProfileNav li a.prev{
		text-align: left;
		visibility: hidden; 
	}
	
	#headerProfileNav li a.next{
		text-align: right;
		visibility: hidden;
	}
	
	#headerProfileNav a{
		display: block;
		text-decoration: none;
		font-size: 12px;
		font-style: normal;
		font-family: 'Lato', arial, serif;
		text-transform: uppercase;
		padding: 0px;
		
	}





#workFeatureBotWrapper{
	background-image: url(/images/workFeatureBotPattern.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #3f3a36;
	background-color: #000;
}



	#workFeatureBot{
		background-image: url(/images/workFeatureBotTop.jpg);
		background-repeat: no-repeat;
		background-position:center top;
		width: 100%;
		overflow: hidden;
		position: relative;
		}	
	
	
	#workFeatureBotContent{
		background-image: url(/images/workFeatureContentPattern.jpg);
		background-position: top center;
		background-repeat:repeat-y;
		margin: 30px auto 0px auto;
		width: 980px;
		padding: 0px;
		background-color: #000;
		overflow: hidden;
		}
		
		
	#workFeatureBotBlurb{
		background-image: url(/images/workFeatureProfileBg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
		margin: 0px 0px 0px 10px;
		padding: 0px 20px 10px 30px;
		width: 160px;
		float:left;
		_margin: 0px 0px 0px -140px;
		_padding: 0px 20px 10px 160px;
		_background-image:none;
		_width: 120px;
		
		}	
		
	#workFeatureBotBlurb h1{
		margin-top: 0px;
		padding-top: 20px;
	}
		
	ul#workFeatureBotGallery{
		float: right;
		width: 720px;
		_width: 730px;
		overflow: hidden;
		padding: 10px 0px 0px 0px;
		margin: 0px;
		list-style: none;
		}		
	
	#workFeatureBotGallery li{
		margin: 8px 2px;
		padding:8px;
		list-style: none;
		float: left;
		width: 220px;	
		background-color:#000; 
	}
	
	#workFeatureBotGallery a{
		font-family: 'Lato', arial, serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		text-transform:uppercase;
		text-decoration:none;
		line-height: 18px;
	}
	
	#workFeatureBotGallery a img{
		border: 1px solid #999;
	}		
	
	#workFeatureBotGallery a .desc{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#FFF;
		font-size: 12px;
		text-transform: none;
		text-decoration:none;
		line-height: 12px;
	}
	
	.workFeatureBotDivider{
		background-image: url(/images/workFeatureBlurbBotLine.jpg);
		background-position: 8px 0px;
		background-repeat: no-repeat;		
		margin: 0px auto 30px auto;
		width: 980px;
		height:1px;
		clear:both;
		}
	
	
	#workBottomDivider{
		
		background-image: url(/images/pattern-bg.jpg);
		background-position: center top;
		height: 209px;
		border-bottom: solid 1px #3f3a36;
		}
		
	#workBottomBg{
		background-image: url(/images/work-bottom-divider.jpg);
		background-position: center top;
		height: 209px;
		}	

*/
/* Contact  Page projects and services layout*/

/*
#genericFeatureBotText{
	float: right;
	width: 470px;
	overflow: hidden;
	padding: 10px 20px 0px 20px;
	margin: 30px 150px 0px 0px;
	list-style: none;
	border-top: solid 2px #1f1712;
	border-bottom: solid 2px #1f1712;
	_margin: 30px 70px 0px 0px;;
}

*/
	
/* Contact  Page projects and services layout*/
/*

#contactFeatureBotText{
	float: right;
	width: 720px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;	
}
*/


/* Home Page projects and services layout*/








/* Generic Page elements*/	
	
	
	
.sectionDivider{
	background-color: #000;
	border-top: solid 1px #28221d;
	border-bottom: solid 1px #1f1712;
	height: 15px;   

	}				
	
.alignLeft{
	float: left;
	text-align: left;
	}	
	
.alignRight{
	float: right;
	text-align: right;
	}	
	
	
#logo{
	padding-top: 35px;
	float:left;
	}	
	
#primary-nav{
	float: right;
	text-transform:uppercase;
	padding-right: 15px;
	text-shadow: none;
	}	
	
#primary-nav ul{
	padding: 0px;
	list-style: none;
}

#primary-nav li{
	margin:0px;
	padding: 0px 12px;
	list-style: none;
	float: left; 	
}


#primary-nav a{
	text-decoration: none;
	color: #FFF;
}

	
	
	
	
	
#featureWrapperNews{
	height: 100px;
	overflow:hidden; 
	
	}
	
#featureWrapperNews #featureContentText{
	padding: 0px 0px;
	
	}
	


#archiveLinks a.archiveLink{
	text-align:center;
	display: block;
	width: 100%;
	padding: 2px;
	font-size: 10;
	margin-top: 1px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	}

#archiveLinks a.archiveLink:hover, #archiveLinks a.current{
	background: url(/images/archiveMenuBg.jpg) top center repeat-y;
	color:#fff;
	}




#workFeatureBotWrapper.mbox #workFeatureBotBlurb h1{
	margin-top: 52px;	
	}
	
.mbox h1{
	line-height: 32px;
	}	
		
	
/* e-Learing elements*/		
	
	
.elearning #featureContentText {
	margin: 15px 74px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	/*border-top: 1px solid #000;*/	
	border-bottom: 1px solid #000;

}	
	
.demos #featureContentText {
	margin: 0px 74px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	/*border-top: 1px solid #000;*/	
	border-bottom: 1px solid #000;

}	

#visual {
	background: black;
}
#visual .bigPic {
	opacity: 0.6 !important;
}


#featureWrapper.demos,
#featureWrapper.demos #feature,
#featureWrapper.demos #visual,
#featureWrapper.demos #featureContent,
#featureWrapper.demos #featureContentText{
	height: 360px;
}

.demos #genericFeatureBotText {
float: right;
width: 640px;
overflow: hidden;
padding: 10px 80px 0px 20px;
margin: 30px 0px 0px 0px;
list-style: none;
border-top: solid 2px #1f1712;
border-bottom: solid 2px #1f1712;
_margin: 30px 70px 0px 0px;
}


	
#workFeatureBot{
	
	}
	
	
#primary-nav ul{
	margin: 0.6em;
	}
	