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

body {
	background-color:#19171a;
	background-image: url(images/bkgd-image-xl.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 100%;
	text-align: left;

}

#entireSite {
	width: 100%;
}

#content {
	width: 1024px;
	text-align: left;
}

#header {
	background-image: url(images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 137px;
	width: 1024px;
}


.masthead {
	font-family: museo-slab,Georgia, Times, serif;
	color: #6b536f;
	font-style: normal;
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	line-height: 46px;
}
.masthead a:link {  
	text-decoration: none; 
	color: #6b536f;
	}
	
.masthead a:visited { 
	text-decoration: none; 
	color: #6b536f;
	}
	
.masthead a:hover, a:active { 
	text-decoration: none; 
	color: #969696;
	}
	
.leftColumn {
	width: 226px;
	float:left;
	margin-right: 20px;
	margin-left: 30px;
}


.rightColumn {
	width: 719px;
	float:left;
	margin-right: 20px;
}

.workItem {
	width: 719px;
	float:left;
	}

.workColumnOne {
	width: 472px;
	float:left;
	padding-right: 20px;
}

.workColumnTwo {
	width: 226px;
	float: left;
}


hr {
	color: #6d5671;
	background-color: #6d5671;
	height: 1px;
	border: 1px;
}

.thinGrayHR {
	color: #969696;
	background-color: #969696;
	height: 1px;
	border: 1px;
}	

.thickPurpleHR {
	color: #6d5671;
	background-color: #6d5671;
	height: 3px;
	border:2px;
}

.thickGrayHR {
	color: #969696;
	background-color: #969696;
	height: 3px;
	border:2px;
}

.nav {
	font-family: museo-slab,Georgia, Times, serif;
	color: #6b536f;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height: 48px;
	margin-left: 15px;
	letter-spacing: 1px;
}

.nav a:link {  
	text-decoration: none; 
	color: #6b536f;
	}
	
.nav a:visited { 
	text-decoration: none; 
	color: #6b536f;
	}
	
.nav a:hover, a:active { 
	text-decoration: none; 
	color: #969696;
	}
	
.subNav {
	font-family: museo-slab,Georgia, Times, serif;
	color: #6b536f;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	line-height: 48px;
	margin-left: 15px;
	letter-spacing: 1px;
}

.subNav a:link {  
	text-decoration: none; 
	color: #6b536f;
	}
	
.subNav a:visited { 
	text-decoration: none; 
	color: #6b536f;
	}
	
.subNav a:hover, a:active { 
	text-decoration: none; 
	color: #969696;
	}
	
h1 {
	font-family: museo-slab,Georgia, Times, serif;
	color: #969696;
	font-style: normal;
	font-size: 36px;
	font-weight: 300;
	line-height: 33px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: museo-slab,Georgia, Times, serif;
	color: #6b536f;
	font-style: normal;
	font-size: 24px;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: museo-sans, Helvetica, Arial, sans;
	color: #969696;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}


.callOut {
	font-family: museo-slab, Helvetica, Arial, sans;
	color: #969696;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}

.callOut a:link {  
	text-decoration: none; 
	color: #969696;
	}
	
.callOut a:visited { 
	text-decoration: none; 
	color: #969696;
	}
	
.callOut a:hover, a:active { 
	text-decoration: none; 
	color: #6b536f;
	}

.imageFrame {
	padding: 12px;
	background-color: #c1c1c1;
}

.icon {
	margin-top: 10px;
	padding-right: 10px;
}



#footer {
	height: 175px;
	position: relative;
	padding-top: 50px;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

#footer960 {	
	width: 1024px;
	
	padding-left: 30px;
	position: relative;
}
#footerColumn {
	float: left;
	width: 333px;
}

.footerText {
	color: #636363;
	line-height: 20px;
	text-align: left;
	font-family: museo-sans, Helvetica, Arial, sans;
	font-style: normal;
	font-size: 11px;
	font-weight: 300;
}

.footerText a:link {  
	text-decoration: none; 
	color: #636363;
	}
	
.footerText a:visited { 
	text-decoration: none; 
	color: #636363;
	}
	
.footerText a:hover, a:active { 
	text-decoration: none; 
	color: #6b536f;
	}