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

body {
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
min-width:600px;    	/* Minimum width of layout - remove line if not required */
font-size:90%;
font-family: Arial, Helvetica, sans-serif;
text-align: center; /* adding for fixed width layout */
background: #001e5a url(/images/uploads/bg-triangles-dk.gif) center 30px no-repeat; /* 001e5a 012d6a */
}
#pg {
margin:0 auto;
width: 968px;   /* you can use px, em or % */
text-align:left;
/*
border: 4px solid #fff;
border-top: 0;
*/
}
img {
border: 0;
vertical-align: middle;
}
a {
color: #369;
text-decoration: none;
}
h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h6 {font-size: 0.8em;}
h1,h2,h3,h4,h5,h6 {
color: #036;
}
p {
padding: 0;
margin: 0.25em 0 1em 0;
}
a:hover {
color: #036;
}
/* header styles */
#pg-header {
position: relative;
clear:both;
float:left;
width:100%;
height: 93px;
background: #fff;
border-left: 4px solid #fff;
border-right: 4px solid #fff;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	/* padding:0 0 1em 0; */
	padding:0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftnav {
	background:#fff;		/* right column background colour */
}
.leftnav .colleft {
	/* right:75%;			 right column width */
		/* background:#f4f4f4; left column background colour */
	right: 796px;
}
.leftnav .col1 {
	/* width:71%;			 right column content width */
	/* left:102%;			100% plus left column left padding */
	width: 800px;
	left: 960px;
}
.leftnav .col2 {
	/* width:21%;			left column content width (column width minus left and right padding) */
	/* left:6%;			(right column left and right padding) plus (left column left padding) */
	width: 156px !important;
	left: 0;
}

.col1 {
/* background: #888;  url(/images/uploads/bg-sidebar-2.gif) top right repeat-y */	
}
.col2 {
background: #8b191d;	
}
.colmask {
background: #e1e1e1;
padding: 4px 0;
border-left: 4px solid #fff;
border-right: 4px solid #fff;
}

/* footer styles */
#pg-footer {
clear:both;
float:left;
/* */
width:968px; 
background: #a0a0a0 url(/images/uploads/corner-blue-gray.gif) top left no-repeat;
border: 4px solid #fff;
border-top: 0;

}
#pg-footer .padbox {
color: #fff;
padding: 15px 20px 18px 15px;
font-size: 10px;
}

/* navigation */
/*
#navcontainer {
width: 148px;
background: #8b191d url(/images/uploads/corner-blue-red.gif) top left no-repeat;
min-height: 200px;
}
*/
ul#navigation {
list-style: none;
padding: 10px 10px 20px;
margin: 0;
background: #8b191d url(/images/uploads/corner-blue-red.gif) top left no-repeat;
}
ul#navigation li {
display: inline;
}
ul#navigation li a {
display: block;
padding: 10px 0;
color: #fff;
text-transform: uppercase;
text-align: right;
font-size: 12px;
background: transparent url(/images/uploads/navbar-underline.gif) -5px 27px no-repeat;
}
ul#navigation li a:hover {
color: #300;
}
ul#navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
ul#navigation ul li a {
background: #7b151d;
margin: 1px 8px 1px 0;
text-transform: lowercase;
padding: 1px 4px;
}
ul#navigation li ul { display: none; }  
ul#navigation li.current ul { display: block; } 


.bigintro {
min-height: 300px;
background: #001433;
}
.homehighlights {
margin: 4px 0 0;
height: 1%;
}
.homehighlights ul {
list-style: none;
margin: 0;
padding: 0;
}
.homehighlights ul li {
display: block;
float: left;
width: 130px;
background: #fff;
padding: 0;
margin: 0 4px 0 0;
text-align: right;
font-size: 11px;
}
.homehighlights ul li a {
margin: 0;
}
.homehighlights ul li.lastone {
margin: 0;
}
.homehighlights ul li p {
margin: 5px 0;
padding: 0 8px;
color: #777;
}

#pg-header h1 {
margin: 0 4px 4px 0;
padding: 0;
width: 200px;
height: 80px;
background: #fff url('/images/uploads/logo-delta-t.gif') right 16px no-repeat; /* image is 197x60 */
float: right;
text-indent: -5000px;
overflow: hidden;
}
.homesearch {
width: 600px;
height: 25px;
position: absolute;
bottom: 13px;
left: 4px;
}
.homesearch form {
margin: 0;
padding: 0;
display: inline;
}
.homesearch form input {
vertical-align: bottom;
}
.homesearch .hiddenFields {
display: none;
}

.tricolor-hr {
background: #fff url(/images/uploads/tricolor-bar.gif) 0 4px repeat-x;
height: 13px;
width: 968px;
}
#pg-header .tricolor-hr {
position: absolute;
bottom: 0;
}

#pg-footer h4 {
margin: 0 0 2px;
padding-bottom: 2px;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 12px;
}
#pg-footer .navigation-footer {
width: 200px;
float: right;
text-align: right;
}
#pg-footer a {
color: #fff;
}
#pg-footer a:hover {
color: #333;
}

.col1 .col-content {
background: #fff;
width: 636px;
float: left;
min-height: 480px;
}
.col1 .col-content .padbox {
padding: 10px 15px;	
font-size: 11px;
}
.col1 .col-content .padbox h3 {
font-size: 13px;
text-transform: uppercase;
border-bottom: 1px solid #ccc;
padding: 2px 0;
margin: 0;
}
.col1 .col-content .padbox h2 {
padding-top: 5px;
margin-top: 0;
}
.col1 .col-content .padbox {
padding: 10px 15px;	
}

#col-sidebar {
width: 160px;
float: right;
color: #fff;
}
#col-sidebar h1,
#col-sidebar h2,
#col-sidebar h3,
#col-sidebar h4,
#col-sidebar h5,
#col-sidebar h6 {
color: #fff;
}
#col-sidebar ul.navigation-sidebar {
width: 152px;
background: #012d6b url(/images/uploads/corner-red-blue-interior.gif) top left no-repeat;
list-style: none;
margin: 0 8px 0 0;
padding: 15px 4px 4px 4px;
border-bottom: 4px solid #e1e1e1;
}
#col-sidebar ul.navigation-sidebar li {
display: inline;
}
#col-sidebar ul.navigation-sidebar li a {
display: block;
padding: 4px;
margin: 1px 0;
color: #fff;
text-transform: uppercase;
text-align: right;
font-size: 11px;
background: #022042;
}
#col-sidebar ul.navigation-sidebar li a:hover {
background: #012d6b; 
}
#col-sidebar .sidebar {
width: 136px;
background: #464646 url(/images/uploads/corner-blue-dkgray.gif) top left no-repeat;
margin: 0 8px 4px 0;
padding: 15px 8px 4px 12px;
color: #fff;
font-size: 11px;
}

#col-sidebar .sidebar ul {
margin-left: 1.6em;
padding-left: 0;
}
#col-sidebar .sidebar ul li {
padding: 1px 0;
}
#col-sidebar .sidebar h3 {
margin-top: 0;
padding-top: 0;
}
#col-sidebar .sidebar a {
color: #fff;
text-decoration:underline;
}

.tricol {
background: #e1e1e1 url(/images/uploads/bg-sidebar.gif) top right repeat-y;
}

.titling-interior {
background: #000 url(/images/uploads/bg-photo-buildings.jpg) top left no-repeat;
position: relative;
height: 200px;
width: 636px;
overflow: hidden;
text-align: right;
/* font-family: Verdana, Geneva, sans-serif; */
}
.titling-interior p {
margin: 0;
background: transparent url(/images/uploads/bg-interior-summarybox.png) top left repeat;
width: 604px;
padding: 10px 16px;
position: absolute;
bottom: 0;
color: #fff;
height: 40px;
font-size: 10px;
}
.titling-interior h1 {
margin: 0;
padding: 0;
position: absolute;
right: 16px;
bottom: 56px;
text-transform: uppercase;
color: #fff;
font-size: 36px;
}
#galleryheader {
/* background: #8B191D; 
background-image: none; */  /* #001E5A; */
position: relative;
height: 60px;
}
#galleryheader h1 {
margin: 0;
padding: 0;
position: absolute;
right: 16px;
bottom: 6px;
}

.gallerythumbs img {
padding: 3px 2px;
}

.homehighlights3 {
margin: 4px 0 0;
height: 1%;
}
.homehighlights3 ul {
list-style: none;
margin: 0;
padding: 0;
}
.homehighlights3 ul li {
display: block;
float: left;
width: 130px;
background: #fff;
padding: 0;
margin: 0 4px 0 0;
text-align: right;
font-size: 11px;
}
.homehighlights3 ul li a {
background: #fff;
display:block;
color: #777;
}
.homehighlights3 ul li.lastone {
margin: 0;
}
.homehighlights3 ul li span {
display: block;
margin: 0;
padding: 5px 8px 0;
}
.homehighlights3 ul li span.blue {
color: #036;
font-weight: bold;
padding-bottom: 5px;
}
.homehighlights3 ul li span.whitetext {
color: #fff !important;
}
.homehighlights3 ul li a:hover {
background: #001e5a; /* #001e5a; 8b191d*/
color: #fff;
}
.homehighlights3 li img {
padding-bottom: 60px;
}
.homehighlights3 li#construction a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-construction.jpg) 0 26px no-repeat;
}
.homehighlights3 li#construction a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-construction-clr.jpg) 0 26px no-repeat;
color: #fff;
}
.homehighlights3 li#roofing a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-roofing.jpg) 0 26px no-repeat;
}
.homehighlights3 li#roofing a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-roofing-clr.jpg) 0 26px no-repeat;
color: #fff;
}
.homehighlights3 li#canopies a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-canopies.jpg) 0 26px no-repeat;
}
.homehighlights3 li#canopies a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-canopies-clr.jpg) 0 26px no-repeat;
color: #fff;
}
.homehighlights3 li#cold-storage-panels a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-cold-storage-panels.jpg) 0 26px no-repeat;
}
.homehighlights3 li#cold-storage-panels a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-cold-storage-panels-clr.jpg) 0 26px no-repeat;
color: #fff;
}
.homehighlights3 li#misc-metals a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-misc-metals.jpg) 0 26px no-repeat;
}
.homehighlights3 li#misc-metals a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-misc-metals-clr.jpg) 0 26px no-repeat;
color: #fff;
}
.homehighlights3 li#commercial-panels a {
background: #fff url(http://www.deltatconstruction.com/images/uploads/highlight-commercial-panels.jpg) 0 26px no-repeat;
}
.homehighlights3 li#commercial-panels a:hover {
background: #001e5a url(http://www.deltatconstruction.com/images/uploads/highlight-commercial-panels-clr.jpg) 0 26px no-repeat;
color: #fff;
}


ul.toclist {
list-style-type: none;
margin: 1em 0;
padding: 0;
}
ul.toclist li {
padding: 0 0 0.5em 0;
}
.toclist li {
position: relative;
}
.toclist li a {
margin-left: 100px;
display: block;
}
.toclist .datepublished {
font-size: 10px;
color: #888;
display: block;
width: 80px;
position: absolute;
left: 0;
margin-left: 15px;
}
.toclist p {     /* summary */
margin: 2px 0;
padding: 0;
color: #888;
margin-left: 100px;
font-style: italic;
}

a#assoclogo {
position: absolute;
left: 36px;
bottom: 10px;
}
#assoclogos {
text-align: center;
position: absolute;
bottom: 10px;
left: 14px;
}
a#gcca, a#iacsc {
display: block;
position: relative;
margin-top: 4px;
}
a#iacsc {
padding-left: 10px;
}