/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, h6, p, pre, table, blockquote, form { 
	margin:0 0 .5em 0;
	}

img {
	border:0;
	}

.clear {
	clear:both
	}

body { 
	margin:0 auto;
	background:#c1c1c1 url(../images/bdy_bg.jpg) repeat-x top left;
	text-align:center;
	min-width:780px;
	}

/* =Typography
-------------------------------------------------------------*/
body {
	font:62.5%/1.2 Arial, Helvetica, sans-serif;
	}

p, li{
	text-align:left;
	font-size:120%;
	}
	
td {
	font-size:11px;
	}
	
.red {
	color:#ff0300;
	}
	
.black {
	color: #000;
}

div.box p, div.box h2{
	padding:0 10px;
	margin:0;
	margin-bottom:5px;
	}
	
/* =Headings
-------------------------------------------------------------*/
h1 {
	font-size:20px;
	}
	
h2 {
	font-size:16px;
	}
	
h3 {
	font-size:14px;
	}
	
div.box h1.blackback {
	background-color:#333;
	color:#fff;
	padding:5px 10px;
	font-size:16px;
	*height:20px;
	}
	
#sidebar h2.red {
	width:230px;
	height:19px;
	padding:3px 10px;
	margin-left: 15px;
	background:url(../images/sidehead_red.jpg) no-repeat top left;
	color:#fff;
	margin-bottom:5px;
	}
	
#sidebar h2.black {
	width:175px;
	height:19px;
	padding:3px 10px;
	background:url(../images/sidehead_black.jpg) no-repeat top left;
	color:#fff;
	margin-bottom:5px;
	}
	

/* =Links
-------------------------------------------------------------*/
a, a:visited, a:hover {
	padding-right:13px;
	color:#ff0300;
	text-decoration:none;
	font-weight:bold;
	}
	
	
p a {
	background:url(../images/aback.gif) no-repeat right;
	}
	
p a:hover {
	background:url(../images/a_hoverback.gif) no-repeat right;
	color:#000;
	}

/* =Layout
-------------------------------------------------------------*/
div#container, div#container.asphalt, div#container.concrete, div#container.careers, div#container.about, div#container.knowledge, div#container.media, div#container.resources, div#container.quote, div#container.news, div#container.contact, div#container.newsletter {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	padding: 0 40px;
	*padding: 0 30px 0 40px;
	border-top:5px solid #fe0908;
	border-bottom:5px solid #000;
	background-color:#fff;
	display:table;
	}
	
div#container.asphalt {
	background:#fff url(../images/asphalt_bg.gif) no-repeat 3px 50%;
	}
	
div#container.resources {
	background:#fff url(../images/resources_bg.gif) no-repeat 3px 50%;
	}
	
div#container.quote {
	background:#fff url(../images/quote_bg.gif) no-repeat 3px 50%;
	}
	
div#container.knowledge {
	background:#fff url(../images/knowledge_bg.gif) no-repeat 3px 50%;
	}
	
div#container.media {
	background:#fff url(../images/media_bg.gif) no-repeat 3px 50%;
	}
	
div#container.about {
	background:#fff url(../images/about_bg.gif) no-repeat 3px 50%;
	}
	
div#container.contact {
	background:#fff url(../images/contact_bg.gif) no-repeat 3px 50%;
	}
	
div#container.careers {
	background:#fff url(../images/careers_bg.gif) no-repeat 3px 50%;
	}
	
div#container.concrete {
	background:#fff url(../images/concrete_bg.gif) no-repeat 3px 50%;
	}
	
div#container.gallery {
	background:#fff url(../images/gallery_bg.gif) no-repeat 3px 50%;
	}
	
div#container.news {
	background:#fff url(../images/news_bg.gif) no-repeat 3px 50%;
	}
	
div#container.newsletter {
	background:#fff url(../images/newsletter_bg.gif) no-repeat 3px 50%;
	}
	
div#container {
	background:#fff url(../images/hutch_bg.gif) no-repeat 3px 50%;
	}
	
div#banner {
	width: 900px;
	height:160px;
	background: url(../images/banner_bg.jpg) left top no-repeat;
	margin-top:-20px;
	*margin-top:0;
	}
	
div#content {
	width: 655px;
	margin-top:10px;
	display:table;
	}
	
div#mainContent {
	width:630px;
	position:relative;
	float:left;
	}
	
div#sidebar {
	float:right;
	width:254px;
	margin-right:4px;
	margin-bottom:-10px;
	display:table;
	}
	
div#pagebanner {
	width:630px;
	height:260px;
	}
	
div#footer {
	padding-top:20px;
	margin-left: 120px;
	width:90%;
	padding-bottom:15px;
	}
	
div#pagebanner h1 {
	padding:132px 0 0 10px;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	}
	
div.box {
	border:1px solid #999;
	margin-top:10px;
	}
	
div#internal_box {
	background: #fff url(../images/internal_box_bg.gif) no-repeat top center;
	border:1px solid #bcbcbc;
	padding:10px;
	margin-top:10px;
	}
	
div#internal_box h2 {
	border-bottom:1px solid #f03000;
	}
	
div#internal_box h2 a, div#internal_box h2 a:visited {
	color:#000;
	}
	
div#internal_box ul, div#internal_box ol {
	margin: .5em;
	margin-left:30px;
	}
	
div#internal_box h3 {
	margin:.5em 0;
	border-bottom:1px solid #f03000;
	}

/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
div#banner a.home {
	display: block;
	width: 200px;
	height: 60px;
	margin-top:20px;
	}
/* =Main Content Styles
-------------------------------------------------------------*/
div#banner ul#top {
	list-style:none;
	width:660px;
	margin-top:55px;
	*margin-top:35px;
	}
	
div#banner ul#top li {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	}
	
/*Reduce padding L & R by 10px*/
div#banner ul#top li a, div#banner ul#top li a:visited {
	display:block;
	padding:0 27px;
	*padding:0 25px;
	margin:5px 0;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #999;
	}
	
div#banner ul#top li a:hover {
	color:#fe0908;
	}
	
	/*Change Back to 4px*/
div#banner ul#top li a.first {
	padding-left:24px;
	}
	
div#banner ul#top li a.last {
	padding-right:0;
	margin-right:0;
	border-right:none;
	}
	
/*Bottom Banner Nav*/
div#banner ul#bottom {
	list-style:none;
	width:660px;
	margin-top:40px;
	*margin-top:0;
	}
	
div#banner ul#bottom li {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}
	
div#banner ul#bottom li a, div#banner ul#bottom li a:visited {
	display:block;
	padding:0 30px 0 44px;
	margin:5px 0;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #999;
	background: url(../images/ban_nav_bg.jpg) 10px no-repeat;
	}
	
div#banner ul#bottom li img {
	padding-top:4px;
	}
		
div#banner ul#bottom li a:hover {
	color:#fe0908;
	background: url(../images/ban_nav_bg_hover.jpg) 10px no-repeat;
	}
	
div#banner ul#bottom li img {
	padding-top:5px;
	}
	
div#banner ul#bottom li a.last {
	border-right:none;
	}

/* =Secondary Content Styles
-------------------------------------------------------------*/
div#index_bottom {
	width:630px;
	clear:both;
	margin-top:10px;
	}
	
div#index_bottom ul#tabs {
	list-style:none;
	padding-top:15px;
	padding-left:8px;
	padding-right:-8px;
	z-index:100;
	}
	
div#index_bottom ul#tabs li {
	width:112px;
	height:20px;
	float:left;
	margin-left:-8px;
	margin-bottom:1px;
	*margin-bottom:-2px;
	z-index:100;
	}
		
div#index_bottom ul#tabs li a, div#index_bottom ul#tabs li a:visited {
	display:block;
	height:10px;
	padding:5px 4px 7px 10px;
	color:#999; 
	background: #fff url(../images/bottom_li_bg.gif) no-repeat left bottom;
	border:none;
	cursor:pointer;
	}
	
div#index_bottom ul#tabs li a:hover{
	background: #fff url(../images/bottom_li_bg_hover.gif) no-repeat left bottom;
	color:#f00;
	}
	
div#index_bottom ul#tabs li a.active{
	background: #fff url(../images/bottom_li_bg_active.gif) no-repeat left bottom;
	color:#f00;
	}
	
div#index_bottom div#bottom1, div#index_bottom div#bottom2, div#index_bottom div#bottom3, div#index_bottom div#bottom4 {
	width:610px;
	display:none;
	padding:10px;
	clear:both;
	background: #fff url(../images/bottom_div_bg.gif) no-repeat bottom center;
	border:1px solid #bebebe;
	margin-top:1px;
	margin-bottom:20px;
	z-index:90;
	}

/* =Sidebar Content Styles
-------------------------------------------------------------*/
#sidebar div#services ul, ul.other {
	list-style:none;
	margin: 0 0 17px 15px;
	}
	
#sidebar div#services ul li, ul.other li {
	margin:.5em 0;
	}
	
#sidebar div#services ul li a, #sidebar div#services ul li a:visited,  ul.other li a, ul.other li a:visited  {
	padding-left:19px;
	background: url(../images/services_ul_bg.jpg) no-repeat left;
	color:#000;
	margin-left: 15px;
	}
	
div#sidebar div#history p {
	padding:2px 15px 0px 25px;
	}
	
div#sidebar div#resources ul {
	list-style:none;
	margin-left:10px;
	line-height:20px;
	}
	
div#sidebar div#resources ul li a, div#sidebar div#resources ul li a:visited {
	color:#000;
	background:url(../images/resources_bg.jpg) no-repeat left;
	padding:3px 23px;
	font-weight:normal;
	}
	
div#sidebar div#resources ul li a:hover{
	color:#fff;
	background:#868686 url(../images/resources_hover.gif) no-repeat left;
	}
	
div#resources, div#services, div#history {
	background:url(../images/sidebar_div_bg.jpg) no-repeat right bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	}

/* =Footer Styles
-------------------------------------------------------------*/
ul#logos {
	list-style:none;
	clear:both;
	margin:0 0 0 190px;
	*padding:0;
	}
	
ul#logos li{
	float:left;
	*margin:0;
	*padding:0;
	}
	
div#footer ul.links{
	list-style:none;
	clear:both;
	margin-left:80px;
	*margin:0 0 0 80px;
	*padding:0;
	}

div#footer ul.links li {
	float:left;
	font-size:11px;
	padding:0 auto;
	width:auto;
	}
	
div#footer ul.links li.first {
	border-left:none;
	}
	
div#footer a{
	background:none;
	color:#f03000;
	font-weight:bold;
	text-decoration:underline;
	}

/* =Main Navigation Styles
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	height: 25px;
	margin-left: 700px;
	position: absolute;
	text-decoration: none;
	width: 175px;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/
div#asphalt_nav, div#concrete_nav, div#pro_nav {
	display:none;
	padding:0;
	margin-left:-10px;
	}
		
div#asphalt_nav ul li a, div#concrete_nav ul li a, div#pro_nav ul li a {
	background: url(../images/services_ul_bg.jpg) no-repeat left;
	color: #fe0908;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
	display:block;
	*margin-bottom:-10px;
	*height:17px;
	}
	
div#asphalt_nav ul li a:hover, div#concrete_nav ul li a:hover, div#pro_nav ul li a:hover {
	text-decoration:underline;
	}
	
div#asphalt_nav ul, div#concrete_nav ul, div#pro_nav ul {
	margin:0;
	padding:0;
	}

div#asphalt_nav ul li, div#concrete_nav ul li, div#pro_nav ul li {
	margin:0;
	padding:0;
/*	line-height:10px;
	*line-height:normal;*/
	}
/* =Form Styles
-------------------------------------------------------------*/
div#banner form#newsletter{
	float: right;
	vertical-align: top;
	margin-top: -50px;
	*margin-top:-60px;
	*margin-left:320px;
	}

div#banner form#newsletter fieldset input {
	margin: 5px;
	}
	
div#banner form#newsletter fieldset input#email_address {
	padding-left: 5px;
	}
	
div#banner form#newsletter fieldset {
	border:none;
	}
	
div#banner form#newsletter fieldset label {
	font-size:12px;
	color:#999;
	font-weight:bold;
	width:120px;
	display:block;
	}
	
div#banner form#newsletter fieldset input#submit {
	margin-top:6px;
	*margin-top:7px;
	}

fieldset {
	padding:10px;
	border:1px solid #b8b8b8;
	}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight:bold;
	}
	
fieldset label {
	color:#000;
	font-size:11px;
	font-weight:bold;
	}
	
fieldset input, fieldset select {
	margin:5px;
	width:142px;
	padding:0;
	}
	
fieldset select {
	width:146px;
	}
	
form#application fieldset#part2 select {
	width:auto;
	}
	
fieldset textarea {
	width:95%;
	height:60px;
	margin:10px 0;
	}
	
fieldset input#submit {
	width:auto;
	float:right;
	}
	
fieldset table tr td table input, fieldset table tr td table label {
	width:auto;
	padding:0
	}
	
fieldset table tr td table tr td {
	margin:1px;
	padding-left:5px;
	}
	
fieldset.application_section {
	display:none;
	}
	
fieldset.application_section label{
	margin-left:10px;
	}
	
/* =Table Styles
-------------------------------------------------------------*/
table { 
  	border-spacing:0;
	border-collapse:collapse;
	}

td {
  	text-align:left;
	font-weight:normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
body#popUp {
	background-color:#fff;
	width:450px;
	}
	
body#popUp h1 {
	border-bottom:1px solid #f03000;
	color:#f03000;
	}
	
/* =Print Styles
-------------------------------------------------------------*/
@media print { 

	}