/* 
 -----------------------------------
 Adaptations
 by Project Seven Development
 www.projectseven.com
 Layout 5 - PMM Menu
 -----------------------------------
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #ccc;
	background-image: url(../images/background/p5.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 12px auto;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 100%;
	padding-bottom: 1em;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-callout {
	height: auto;
	width: auto;
	max-width: 100%;
	padding: 1px;
	background-color: transparent;
	color: #d6a33a;
	display: block;
	border: 5px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 3px 3px 12px #000;
	-webkit-box-shadow: 3px 3px 12px #000;
	box-shadow: 3px 3px 12px #000;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 5px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #333;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
img.scaled-logo {
	height: auto;
	width: auto;
	max-width: 100%;
}
img.scaled-logo-border {
	height: auto;
	width: auto;
	max-width: 100%;
	border: 1px solid #404040;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #000;
}
img.scaled-project {
	height: auto;
	width: auto;
	max-width: 100%;
	padding: 1px;
	background-color: transparent;
	color: #d6a33a;
	display: block;
	border: 6px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px 6px 20px #000;
	-webkit-box-shadow: 6px 6px 20px #000;
	box-shadow: 6px 6px 20px #000;
}
img.nwuca {
	height: auto;
	width: auto;
	border-radius: 6px;
}
.masthead {
	margin: 0px auto;
	font-size: 8px;
}
#logo {
	position: relative;
	z-index: 3;
	margin: 0px auto;
	background-color: #101010;
	padding: 6px 4px;
	border: 2px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	overflow: hidden;
	max-width: 1432px;
}
#logo .left-side {
	margin-left: 1%;
	float: left;
	width: 34%;
}
#logo .logo {
	margin-left: 2%;
	float: left;
	width: 30%;
	margin-right: 2%;
}
#logo .right-side {
	margin-right: 1%;
	float: right;
	width: 30%;
}
#logo .left-side {
	text-align: left;
	margin-top: 6px;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
}
#logo .logo {
	margin: 0px auto;
}
#logo .right-side {
	text-align: right;
	margin-top: 6px;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
}
#logo img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 36px;
	color: #d6a33a;
	margin: 18px 0;
}
h2 {
	color: #d6a33a;
	font-size: 24px;
	margin-top: 12px;
}
h3 {
	color: #d6a33a;
	font-size: 18px;
	margin-bottom: 12px;
}
h4 {
	color: #d6a33a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
}
h5 {
	color: #e1e1e1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}
h6 {
	color: #d6a33a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0px;
}
p { margin: 12px 0;}
ul { color: #CCCCCC;
	list-style: square
}

#columns {
	margin: 12px auto;
	border-radius: 7px;
	border: 2px solid #000;
	position: relative;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}
.navigation {
	width: 22%;
	float: left;
}
#columns, #footer {
	max-width: 1440px;
	margin: 0px auto;
}
.main-content {
	width: 78%;
	float: left;
}
.navigation .content {
	background-color: #202020;
	background-image: url(images/none.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	border-right: 1px solid #404040;
	box-shadow: none;
	position: relative;
	overflow: hidden;
}
.main-content .content {
	padding: 24px 32px;
	color: #e1e1e1;
	background-color: #101010;
	background-image: url(../images/background/gradient.png);
	background-repeat: repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 21px;
	border-radius: 0px 5px 5px 0px;
	overflow: hidden;
}
.affiliations {
	margin: 12px auto;
}
.address-border-top {
	margin-top: 12px;
	line-height: normal;
	padding-top: 12px;
	border-top: 1px solid #333;
}
.address-border-middle {
	margin: 12px 0;
	line-height: normal;
	padding: 12px 0;
	border-top: 1px solid #333;
}
.address-border-bottom {
	margin-bottom: 12px;
	line-height: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
}
.address-border-special {
	padding-top: 11px;
}
.company {
	font-size: 14px;
	font-weight: bold;
	color: #d6a33a;
	text-align: left;
	text-transform: none;
}
.company-logo {
	margin-bottom: 12px;
}
.container {
	margin: 24px 18px 18px 18px;
	color: #e1e1e1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #000;
	padding: 10px 12px;
	border: 1px solid #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0px 0px 12px #202020, 0px 0px 12px #000;
	-webkit-box-shadow: inset 0px 0px 12px #202020, 0px 0px 12px 000;
	box-shadow: inset 0px 0px 12px #202020, 0px 0px 12px #000;
}
.callout {
	float: right;
	margin: 16px 6px 12px 12px;
	background: transparent;
}
.callout-left {
	float: left;
	margin: 12px 12px 12px 0;
	background: transparent;
}
.callout-image {
	margin: 0 6px 6px 0;
	max-width: 240px;
	padding: 1px;
	background-color: #000;
	border: 5px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 6px 6px 10px #000;
	-webkit-box-shadow: 6px 6px 10px #000;
	box-shadow: 6px 6px 10px #000;
}
.callout-text {
	margin: 0 0 12px 0;
	color: #d6a33a;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: normal;
}
.employment {
	color: #ababab;
	font-size: .75em;
	text-transform: uppercase;
	margin: 12px 0;
}
.equipment {
	font-size: 12px;
	font-weight: normal;
	color: #d6a33a;
	text-align: left;
	text-transform: none;
}
.gallery {
	margin: 20px auto;
	background-color: #101010;
	padding: 6px 20px 18px 22px;
	border: 1px solid #404040;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 3px 3px 12px #000;
	-webkit-box-shadow: 3px 3px 12px #000;
	background-color: #101010;
	box-shadow: inset 0px 0px 20px #333;
}
#links {
	position: relative;
	z-index: 3;
	margin: 12px 0;
	background-color: transparent;
	overflow: hidden;
	padding: 4px;
	max-width: 75%;
	line-height: 2em;
}
#links .left {
	float: left;
	width: 23%;
}
#links .middle {
	float: left;
	margin-left: 3%;
	width: 23%;	
}
#links .right {
	float: left;
	margin-left: 3%;
	width: 23%;
}
#links .text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}
.logo {
	margin: 2px auto 12px auto;
}
.marketing {
	margin: 0;
	color: #ccc;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}
#media {
	margin: 20px auto;
	padding: 4px auto;
	background-color: transparent;
	overflow: hidden;
	max-width: 100%;
}
#media .image {
	float: left;
	width: 16%;
	margin-bottom: 20px;
}
#media .description {
	margin-left: 2%;
	float: right;
	width: 80%;
}
#media .image {
	padding: 1px;
	color: #000;
	border: 4px solid #fff;
	border-radius: 5px;
}
#media .button {
	margin-top: 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2em;
	background-color: #d6a33a;
	background-color: rgba(214,163,58,.95);	
	color: #202020;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.25);
	border: 1px solid #000;
	border-radius: 5px;
	padding: 3px 5px;
}
#media .description {
	text-align: left;
	margin-top: 0px;
	color: #e1e1e1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px; 
	text-transform: normal;
	line-height: 1.6em;
}
#media .title {
	color: #e1e1e1;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px; 
	font-weight: normal;
	text-transform: normal;
	line-height: 1.3em;
}
#media img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;	
}
.note {
	margin: 18px;
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #000;
	padding: 12px 15px;
	border: 1px solid #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 12px #000;
	-webkit-box-shadow: 3px 3px 12px #000;
	box-shadow: 3px 3px 12px #000;
}
#people {
	position: relative;
	z-index: 3;
	margin-top: 18px;
	background-color: transparent;
	padding: 0px auto;
	overflow: hidden;
	max-width: 100%;
}
#people .title {
	float: left;
	width: 25%;
	margin-right: 4%;
}
#people .description {
	float: right;
	width: 70%;
	margin-right: 1%;
}
#people .title {
	text-align: left;
	margin-top: 0px;
	color: #d6a33a;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	text-transform: normal;
	text-decoration: none;
	line-height: 1.5em;
}
#people .description {
	text-align: left;
	margin-top: 0px;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px; 
	text-transform: normal;
	line-height: 1.5em;
}
#people .position {
	color: #d6a33a;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
}
#project {
	position: relative;
	z-index: 3;
	margin-top: 12px;
	background-color: transparent;
	padding: 0px auto;
	overflow: hidden;
	max-width: 100%;
}
#project .heading {
	float: left;
	width: 25%;
}
#project .description {
	margin-left: 2%;
	float: left;
	width: 73%;
}
#project .value {
	margin-left: 2%;
	float: right;
	width: 73%;
}
#project .heading {
	text-align: left;
	margin-top: 0px;
	color: #d6a33a;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em; 
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.6em;
}
#project .description {
	text-align: left;
	margin-top: 0px;
	color: #e1e1e1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em; 
	text-transform: normal;
	line-height: 1.6em;
}
#project .value {
	text-align: left;
	margin-top: 0px;
	color: #e1e1e1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em; 
	text-transform: normal;
	line-height: 1.6em;
}

.references {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #e1e1e1;
}
.references2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #d6a33a;
}
.social-networks {
	margin: 6px 0;
	line-height: 1.6em;
}
.testimonial {
	margin: 24px 12px;
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	background-color: #101010;
	background-image: url(../images/background/maincontent.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 6px 16px;
	border: 1px solid #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 12px #000;
	-webkit-box-shadow: 3px 3px 12px #000;
	box-shadow: 3px 3px 12px #000;
}
.thumbnail { 
	color: #ababab; 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.title {
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	color: #ccc;
}
.tooltip	{ 
	color: #d6a33a; 
	border-bottom: 1px dotted #ffcb78;
	font-size: 14px;
	text-transform: uppercase;
}

/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}
.three-column-content {
	padding: 16px;
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #F0F0F0;
	box-shadow: inset 0px 0px 30px #CCC;
}
.three-column-column2 .three-column-content {
	background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;
}
.shadow-wrapper {
 z-index: 1; 
 position: relative;
}

/*Dividers
------------------------------------*/
.divider.divider-dotted {
 border-top: 2px dotted #eee;
}
.divider.divider-dashed {
 border-top: 2px dashed #eee;
}

.divider.divider-db {
 margin: 12px 0;
 height: 4px;
 width: 40%;
 border-top: 1px solid #202020;
 border-bottom: 1px solid #202020;
}
.divider.divider-db-dashed {
 height: 5px;
 border-top: 1px dashed #000;
 border-bottom: 1px dashed #000;
}
.divider.divider-db-dotted {
 height: 5px;
 border-top: 1px dotted #000;
 border-bottom: 1px dotted #000;
}
.divider.divider-light {
 margin: 12px 0;
 height: 4px;
 width: 100%;
 border-top: 1px solid #404040;
 border-bottom: 1px solid #404040;
}
.box-shadow {
	background: #fff;
	position: relative;
}
.box-shadow:after,
.box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;	
}
.shadow-effect-2 {
	position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
 transform: rotate(3deg);
 -o-transform: rotate(3deg);
 -ms-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 -webkit-transform: rotate(3deg);
}
.tag-box {
 padding: 12px 15px;
 background-color: #000;
 box-shadow: inset 5px 5px 10px #202020, 3px 3px 12px #000;
 margin-top: 18px;
 margin-bottom: 18px;
 border-radius: 0 0 7px 7px;
}
.tag-box-v1 {
 border: solid 1px #404040;
 border-top: solid 3px #d6a33a;
}
.dropcap {
 float: left; 
 color: #e1e1e1;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 background-color: transparent; 
 padding: 12px 0px;
 font-size: 48px; 
 font-weight: normal;
 line-height: .3em; 
 margin: 0px 5px 5px 0;
}
.disclaimer {
	margin: 0;
	color: #333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

.motto {
	margin: 12px 0;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-decoration: none;
}
/* FOOTER */

#footer {
	margin: 12px auto;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.footer	{
	padding: 6px auto;
}

/* PAGE LINK COLORS */

a:link		{ color: #d6a33a; text-decoration: none; }

a:visited	{ color: #d6a33a; text-decoration: none; }

a:active	{ color: #aa2421; text-decoration: none; }

a:hover		{ color: #aa2421; text-decoration: none; }

.container a:link		{ color: #d6a33a; text-decoration: none; }

.container a:visited	{ color: #d6a33a; text-decoration: none; }

.container a:active		{ color: #fff; text-decoration: none; }

.container a:hover		{ color: #fff; text-decoration: none; }

#datatable a:link		{ color: #d6a33a; border-bottom: none; text-decoration: none; }

#datatable a:visited	{ color: #d6a33a; text-decoration: none;  }

#datatable a:active		{ color: #fff; text-decoration: none; }

#datatable a:hover		{ color: #fff; text-decoration: none; }

#logo a:link		{ color: #aa2421; border-bottom: none; text-decoration: none; }

#logo a:visited		{ color: #aa2421; text-decoration: none;  }

#logo a:active		{ color: #fff; text-decoration: none; }

#logo a:hover		{ color: #fff; text-decoration: none; }

#media a:link		{ color: #000; border-bottom: none; text-decoration: none; }

#media a:visited	{ color: #000; text-decoration: none;  }

#media a:active		{ color: #fff; text-decoration: none; }

#media a:hover		{ color: #fff; text-decoration: none; }

.marketing a:link		{ color: #fff; border-bottom: 1px dotted #aaa; text-decoration: none; }

.marketing a:visited	{ color: #fff; border-bottom: 1px dotted #aaa; text-decoration: none; }

.marketing a:active		{ color: #d6a33a; border-bottom: 1px dotted #d6a33a; text-decoration: none; }

.marketing a:hover		{ color: #d6a33a; border-bottom: 1px dotted #d6a33a;  text-decoration: none; }

.footer a:link		{ color: #c98a07; text-decoration: none }

.footer a:visited	{ color: #c98a07; text-decoration: none  }

.footer a:active	{ color: #aa2421; text-decoration: none; }

.footer a:hover		{ color: #aa2421; text-decoration: none; }

span.clearfix {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
