@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file styles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{
   	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
    color: #1e1e1e;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 
	{ 
	font-family: Arial,Tahoma,Helvetica,sans-serif; 
	font-weight: normal; 
	color: #000;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

h1
	{
	position: absolute;
	line-height: 0;
	margin: 0; 
	padding: 0; 
	border: 0;
	text-indent: -7000px;
	}

h2
	{
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	color: #000;
	margin: 0 0 12px 0; 
	padding: 0;
	}
	
h2 a:link, h2 a:visited { color: #000; text-decoration: none; }
h2 a:hover, h2 a:active { color: #000; text-decoration: underline; }
	
h2.services,
h2.gallery
	{
	position: relative;
	float: left;
	display: inline;
	width: 330px;
	height: 55px;
	margin: 0; 
	padding: 0 0 0 55px;
	}
	
h2.excellence
	{
	position: relative;
	float: left;
	display: inline;
	width: 365px;
	height: 55px;
	margin: 0; 
	padding: 0 0 0 20px;
	color: #ffef19;
	}
	
h2.services { background: url(../img/tab-paving-services.gif) no-repeat 0 0; }
h2.gallery { background: url(../img/tab-gallery.gif) no-repeat 0 0; }
h2.excellence { background: url(../img/tab-paving-excellence.gif) no-repeat 0 0; }
	
h3
	{
	position: relative;
	font-size: 18px;
	color: #457268;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h4
	{
	position: relative;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h5
	{
	text-align:center;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	margin: 0, 0, 20, 0;
	padding: 0;
	}
	
#header { color: #fff; }

.panel_gallery a:link,
.panel_gallery a:visited { color: #000; text-decoration: none; }
	
.panel_gallery a:hover,
.panel_gallery a:active { color: #000; text-decoration: underline; }

#footer a:link,
#footer a:visited { color: #ffef19; text-decoration: none; }
	
#footer a:hover,
#footer a:active { color: #ffef19; text-decoration: underline; }

#footer .legal { color: #838383; }
	
#footer .legal a:link,
#footer .legal a:visited { color: #838383; text-decoration: none; }
	
#footer .legal a:hover,
#footer .legal a:active { color: #838383; text-decoration: underline; }




/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.skip { display: none; }

a:focus     { color: #000; }
a img { border: none; }

a:link, a:visited { color: #0074bf; text-decoration: underline; }	
a:hover, a:active { color: #0074bf; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }




/* Lists
-------------------------------------------------------------- */

/*li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }*/

ul          { list-style: none; }
ol          { list-style-type: decimal; }

.list ul,
.list ul li	  /*  styles all non-bulleted lists  */
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.bulleted ul   /*  styles all bulleted lists  */
	{
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0px;
	}

.bulleted li	  /*  styles all bulleted lists  */
	{
	background: url(../img/bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 14px;
	margin: 0 0 7px 0;
	}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }






