/*
Styles for JTA Template
Author: Bruce Hiles, Designwise
Date: December 2015
*/

/* normalization */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code, cite, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

/* common layout styles */

body {
	background-color: rgb(118, 145, 145);
}

#header {
	position: relative;
	width: 960px;
	height: 128px;
	margin: 0 auto;
}
#jta_logo {
	position: absolute;
	top: 19px;
	left: 376px;
	height: 90px;
	width: 202px;
}
#footer_wrapper {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 20px auto 0 auto;
	background-color: rgb(77, 115, 115);
}
#footer {
	position: relative;
	width: 960px;
	height: 80px;
	margin: 0 auto;
}
#footer_logo {
	position: absolute;
	top: 32px;
	left: 24px;
	height: 16px;
	width: 197px;
}
#social {
	position: absolute;
	top: 24px;
	right: 0;
	height: 32px;
}
#social img {
	float: left;
	padding-left: 8px;
}
#address {
	position: absolute;
	top: 36px;
	left: 0;
	height: 80px;
}
#copyright {
	position: relative;
	height: 48px;
	width: 960px;
	margin: 0 auto 32px auto;
}
#dw_contact {
	position: absolute;
	width: 24px;
	height: 21px;
	top: 10px;
	right: 0;
}

/* home page layout styles */

#slider_wrapper {
	width: 100%;
	/*height: 340px;*/
    height: 500px;
	background-color: rgb(0,0,0);
	-webkit-box-shadow: 0 10px 10px rgba(88,115,115,60);
	box-shadow: 0 10px 10px rgba(88,115,115,60);
	-moz-box-shadow: 0 10px 10px rgba(88,115,115,60);
}

#slider_wrapper.video {
	width: 100%;
    height: 560px;
	background-color: rgb(0,0,0);
	-webkit-box-shadow: 0 10px 10px rgba(88,115,115,60);
	box-shadow: 0 10px 10px rgba(88,115,115,60);
	-moz-box-shadow: 0 10px 10px rgba(88,115,115,60);
}

#slider_wrapper.video video {
	width: 960px;
    height: 540px;
}

#hp_slider {
	width: 960px;
	/*height: 340px;*/
    height: 500px;
	margin: 0 auto;
  	padding-top: 20px;
}
#feature_box_wrapper {
	position: relative;
	overflow: hidden;
	width: 960px;
  	min-height: 150px;
	/*min-height: 360px;*/ 
	margin: 20px auto 24px auto;
	border-left: 1px dotted rgb(255, 255, 255);
  	border-right: 1px dotted rgb(255, 255, 255);
}
#description {
	min-height: 120px;
	width: 960px;
	padding: 0 0 8px 0;
}
div.fbox {
	min-height: 240px;
	width: 319px;
	border-left: 1px dotted rgb(255, 255, 255);
}
#feature_box1 {
	float: left;
	border: none;
}
#feature_box2 {
	float: left;
}
#feature_box3 {
	float: left;
}
div.fbox img {
	float: left;
	padding: 6px 0 0 0;
}

/* primary navigation */

#primary_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 480px;
	height: 18px;
}
#primary_nav ul {
	text-align: left;
	text-transform: uppercase;
}
#primary_nav ul li {
	display: inline-block;
 	height: 18px;
 	margin-right: 24px;
}
#primary_nav ul li a {
	margin: 0;
	padding: 0;
}
#primary_nav ul li.item-101 {
    display: none;
}
#primary_nav a:link, #util_nav a:link {
	text-decoration: none;
	color: rgb(255,255,255);
}
#primary_nav a:visited, #util_nav a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
}
#primary_nav a:hover, #util_nav a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}
#primary_nav a:active, #util_nav a:active {
	text-decoration: none;
	color: red;
}
#util_nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 480px;
	height: 18px;
}
#util_nav ul {
	text-align: right;
	text-transform: uppercase;
}
#util_nav ul li {
	display: inline-block;
 	height: 18px;
	margin-left: 24px;
}
#util_nav ul li a {
	margin: 0;
	padding: 0;
}

/* secondary page layout styles */

#content_wrapper {
	height: auto;
	width: 100%;
	background-color: rgb(0, 0, 0);
	-webkit-box-shadow: 0 10px 10px rgba(88,115,115,60);
	box-shadow: 0 10px 10px rgba(88,115,115,60);
	-moz-box-shadow: 0 10px 10px rgba(88,115,115,60);
}
#main_content_sec {
	position: relative;
	min-height: 420px;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 32px 0;
}
#main_content_sec.projGallery {
	position: relative;
	min-height: 420px;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#overview_slider {
	height: 360px;
	width: 450px;
	background-color: silver;
	margin-top: 400px; /*pushes element to next column because breaks don't work in most browsers*/
}

/* row for project thumbnails */

#thumbnails_row {
  	height: 116px;
  	width: 960px;
    margin: auto 0;
}
/*#thumbnails_row {
  	font-size: 0;
}*/
#thumbnails_row figure {
  	position: relative;
  	height: 116px;
  	width: 192px;
  	float: left;
	/*display: inline-block;
    zoom:1;
    *display:inline; /* this fix is needed for IE7- */
  	margin: 0;
  	padding: 0;
}
#thumbnails_row figure > figcaption {
  	position: absolute;
    bottom: 0;
  	left: 0;
  	font-size: 1.1em;
  	color: rgb(240,240,240);
}

/* columns for projects pages */

#left_column {
	float: left;
	min-height: 360px;
	width: 260px;
	margin-top: 24px;
}
#right_column {
	float: left;
  	height: auto;
	min-height: 360px;
	width: 698px;
	border: 1px solid rgb(118, 145, 145);
	margin-top: 24px;
}
/*#aerials_link {
  	position: absolute;
    top: 24px;
  	right: 0;
  	height: 24px;
  	width: 200px;
}*/

/* css3 styles for multiple columns */

#text_wrapper {
	padding-top: 24px;
}
.two-col {
	min-height: 420px;
	-webkit-column-count: 2;
	-webkit-column-gap: 48px;
	-webkit-column-fill: auto;
	-webkit-column-rule: 1px solid rgb(118, 145, 145);
	-moz-column-count: 2;
	-moz-column-gap: 48px;
	-moz-column-fill: auto;
	-moz-column-rule: 1px solid rgb(118, 145, 145);
	column-count: 2;
	column-gap: 48px;
	column-fill: balance;
	column-rule: 1px solid rgb(118, 145, 145);
}
.two-col-ovw {
	height: 960px;
	-webkit-column-count: 2;
	-webkit-column-gap: 48px;
	-webkit-column-fill: auto;
	-webkit-column-rule: 1px solid rgb(118, 145, 145);
	-moz-column-count: 2;
	-moz-column-gap: 48px;
	-moz-column-fill: auto;
	-moz-column-rule: 1px solid rgb(118, 145, 145);
	column-count: 2;
	column-gap: 48px;
	column-fill: balance;
	column-rule: 1px solid rgb(118, 145, 145);
}

/* styles for design philosophy thumbnails and slider */

.dp_slider {
  	position: relative;
  	min-height: 280px;
  	width: 960px;
  	/*margin: 0 auto 30px auto;*/
  	border-bottom: 1px solid rgb(118, 145, 145);
}
.dp_thumbnail_row {
	position: relative;
	min-height: 150px;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.dp_thumbnail_row_next {
	position: relative;
	min-height: 150px;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}
.dp_thumbnail_row_last {
	position: relative;
	min-height: 150px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.dp_thumbnail_lt {
	position: absolute;
	top: 0;
	left: 0;
}
.dp_thumbnail_mid {
	position: absolute;
	top: 0;
	left: 330px;
}
.dp_thumbnail_rt {
	position: absolute;
	top: 0;
	left: 660px;
}
.dp_thumbnail {
	height: 150px;
	width: 300px;
	padding: 0;
	margin: 0;
}
.dp_section_label {
	position: absolute;
	top: 150px;
	left: 0;
	width: 300px;
	color: white;
}

/* sub navigation */

#sub_nav {
	height: 24px;
	width: 960px;
	margin: 0 auto;
}
#sub_nav ul {
	text-align: left;
}
#sub_nav ul li {
	display: inline-block;
 	height: 24px;
 	margin-right: 16px;
 	padding-top: 10px;
}
#sub_nav ul li a {
	margin: 0;
	padding: 0;
}
#sub_nav a:link {
	text-decoration: none;
	color: rgb(109,217,0);
}
#sub_nav a:visited {
	text-decoration: none;
	color: rgb(109,217,0);
}
#sub_nav a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
}
#sub_nav a:active {
	text-decoration: none;
	color: red;
}
#aerials_link ul li {
	margin: 0;
	padding: 6px 0 0 0;
}
#aerials_link a:link {
	text-decoration: none;
	color: rgb(109,217,0);
}
#aerials_link a:visited {
	text-decoration: none;
	color: rgb(109,217,0);
}
#aerials_link a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
}
#aerials_link a:active {
	text-decoration: none;
	color: red;
}

/* for text links on black */

a:link {
	text-decoration: none;
	color: rgb(109,217,0);
}
a:visited {
	text-decoration: none;
	color: rgb(109,217,0);
}
a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
}
a:active {
	text-decoration: none;
	color: red;
}

/*#projects-nc ul.menu li a:before, #projects-reno ul.menu li a:before {
  	content: url(../images/link_arrow2.png);
  	vertical-align: middle;
}*/
#projects-nc ul.menu li a:link {
	text-decoration: none;
	color: rgb(118,145,145);
}
#projects-nc ul.menu li a:visited {
	text-decoration: none;
	color: rgb(118,145,145);
}
#projects-nc ul.menu li a:hover {
	text-decoration: none;
	color: rgb(255,185,115);
}
#projects-nc ul.menu li a:active {
	text-decoration: none;
	color: red;
}
#projects-nc ul.menu li, #projects-reno ul.menu li {
  	height: 48px;
  	width: 320px;
  	padding: 8px 0 8px 0;
  	border-bottom: 1px solid rgb(118, 145, 145);
}
#projects-nc ul.menu li img, #projects-reno ul.menu li img {
  	float: right;
}

#projects-reno ul.menu li a:link {
	text-decoration: none;
	color: rgb(118,145,145);
}
#projects-reno ul.menu li a:visited {
	text-decoration: none;
	color: rgb(118,145,145);
}
#projects-reno ul.menu li a:hover {
	text-decoration: none;
	color: rgb(255,185,115);
}
#projects-reno ul.menu li a:active {
	text-decoration: none;
	color: red;
}



