﻿/* -----------------------------------
Site:       Mathiowetz Construction Company
CSS author: Denise Horner
Updated:	May 13, 2011
Updated by: Denise Horner
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

legend
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

html
{
	margin: 0;
	padding: 0;
}

img { border: 0; }

fieldset { border: 0; }
legend { color: #000; }

button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

select
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

textarea
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

input
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

th
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

caption
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

abbr
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

pre
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body {
	color:#FFFFCC;
	background-color: #294061;
	font-family:"DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Ariel, "Microsoft Sans Serif", sans-serif;
}


h6 {margin:0 0 .5em;}
h5 {margin:0 0 .5em;}
h4 {margin:0 0 .5em;}
h3 {margin:0 0 .5em;}
h2 {margin:0 0 .5em;}
h1 {margin:0 0 .5em;}
h1 { font-size:200%; }
h2 { font-size:180%; }
h3 { font-size:160%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

h2 {
	font-family: "Monotype Corsiva", "Helvetica Neue", Helvetica, Ariel, "Microsoft Sans Serif", sans-serif;
	font-weight: bold;
	color: #DDC83B;
}

h1 {
	font-family: "Monotype Corsiva", "Helvetica Neue", Helvetica, Ariel, "Microsoft Sans Serif", sans-serif;
	font-weight: bold;
	color: #DDC83B;
}
h3 {
	font-family: Georgia, Ariel, sans-serif;
}
.h3g {
	color: #DDC83B;
}

p { 
	margin:0 0 1.5em;
	line-height:1.4;
}
a:link {color:#FFFFCC; }
a:visited {color:#999999; }
a:hover {color:#00FF00; }
a:active {color:#00FF00; }

/* -----------------------------------
layout
----------------------------------- */
#wrapper {
	position: relative;
	width: 1000px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: .5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .5em;
}

/* -----------------------------------
header
----------------------------------- */
#header {
	background-image: url('../images/head_bg.jpg');
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
}
#lhead {
	float: left;
}
#logo {
	border: 0;
	margin-left: 20px;
	margin-top: 68px;
	width: 106px;
	height: 96px;
}
#logo_desc {
	position: absolute;
	top: 75px;
	left: 131px;
	width: 201px;
	height: 82px;
	border-width: 0;
	font-family: "Monotype Corsiva", sans-serif;
	font-size: 150%;
	color: white;
}
#header_pic {
	position: absolute;
	top: 0px;
	left: 400px;
	height: 225px;
	border: 0;
	margin:0;
	padding:0;
}
#head_pic {
	border: 1px;
	background-color: #FFFFFF;
	border-style: inset;
	border-width: thin;
}
#rhead {
	position: absolute;
	top: 3px;
	left: 800px;
	width: 200px;
	height: 170px;
	margin-top: 2px;
	color:#FFFFCC;
}
#time {
	font-family: "Times New Roman", Times, serif;
	margin-top: 50px;
}

/* -----------------------------------
search-form
----------------------------------- */

/* -----------------------------------
primary-nav
----------------------------------- */
#navMenu {
	clear: both;
	background-image: url('../navMenu/Background98.jpg');
	background-repeat: repeat-x;
	height: 40px;
	margin-top: 0px;
	border-top: medium #003366 ridge;
	border-bottom: medium #003366 ridge;
}
#navPad {
	margin: .5em;
	border: 0;
	padding-top: 0px;
}
#nav li {
	background-image: url('../navMenu/button.png');
	background-repeat: no-repeat;
	display: inline-block;
	list-style: none;
	width: 98px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav a:link {color: #FFFFCC;}
#nav a:visited {color:#FFFFCC;}
#nav a:hover {color:#003366;}
#nav a:active {color:#003366;}
/* -----------------------------------
Submenu Nav
----------------------------------- */
#submenu {
	background: url('../images/foot_bg.jpg') #294061 no-repeat ;
	border-bottom: thin #003366 ridge;
}
#submenu ul {
	margin:0;
	padding:5px;
}
#submenu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width:125px;
}
#submenu a:link {color:#FFFFCC;}
#submenu a:visited {color:#999999;}
#submenu a:hover {color:#00FF00;}
#submenu a:active {color:#00FF00;}
/* -----------------------------------
Sidebar Links
----------------------------------- */
#sbLink {
	padding:.5em;
	font-family: Georgia, Ariel, sans-serif;
	font-weight: bold;
	font-size: 90%;
}
#sbLink a {text-decoration:underline;}
#sbLink a:visited {color:#999999;}
#sbLink a:hover {color:#00FF00;}
#sbLink a:active {color:#00FF00;}
/* -----------------------------------
About Us Links
----------------------------------- */
#aboutusLink li {
	margin:1em;
}
#aboutusLink a:link {
	color:#FFFFCC;
	text-decoration:underline;
}
#aboutusLink a:visited {color:#999999;}
#aboutusLink a:hover {color:#00FF00;}
#aboutusLink a:active {color:#00FF00;}
/* -----------------------------------
Career Links
----------------------------------- */
#careerLink li {
	margin:1em;
}
#careerLink a:link {
	color:#FFFFCC;
	text-decoration:underline;
}
#careerLink a:visited {color:#999999;}
#careerLink a:hover {color:#00FF00;}
#careerLink a:active {color:#00FF00;}

/* -----------------------------------
Sales Links
----------------------------------- */
#forsale {
	padding-left: 1em;
	display:block;
	text-align:left;
	list-style:none;
}
#forsale ul {
}
#forsale li {
	height: 50px;
	list-style-type:none;
}
#forsale a:link {
	color:#FFFFCC;
	text-decoration:underline;
}
#forsale a:visited {color:#999999;}
#forsale a:hover {color:#00FF00;}
#forsale a:active {color:#00FF00;}
/* -----------------------------------
Links
----------------------------------- */
#wellness a:visited {
	color: aqua;
	text-decoration: underline;
}
#wellness a:link {
	color: lime;
	text-decoration: underline;
}
#right_col a:link {
	color: #FFFFCC;
}
#right_col a:visited {
	color: #FFFFCC;
}
#right_col a:hover {
	color: #00FF00;
}
.dblinks {
	padding-left: 6em;
	padding-bottom: 1em;
	display: block;
	vertical-align: middle;
}
.newsLink {
	color: #FF0000;
}
.newsLink a:link {
	color: #FFFF00;
	background-color: transparent;
	padding: 1em;
	text-decoration: none;
}
.newsLink a:active a:visited {
	color: #FFFFCC;
	background-color: transparent;
	text-decoration: none;
}
.newsLink a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #00FF00;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
}
#navNews a:link {
	color: #FFFFCC;
}
#navNews a:hover {
	color: #000066;
	text-decoration: underline;
}
a:link {
	color: #00FF00;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

/* -----------------------------------
footer
----------------------------------- */
#footer {
	clear: both;
	position: relative;
	background-image: url('../images/foot_bg.jpg');
	background-repeat: no-repeat;
	border-top-style: groove;
	border-top-width: thin;
	border-top-color: white;
	height: 75px;
	color:#FFF;
}
#footerl {
	float: left;
	font-size: 85%;
	width: 17em;
	border-right-color: #FFFFFF;
	border-right-style: dotted;
	border-right-width: thin;
	padding: 1em;
	text-align: center;
}
#navf a:hover {
	color: #00FF00;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navf .address {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: white;
}
#navf {
	float: right;
	width: 740px;
	padding-top: 1em;
}
#navf ul {
	list-style: none;
	margin: .5em;
	padding: 0;
	border: none;
}
#navf li {
	display: inline;
	font-size: 14px;
}
#navf a:link {
	color: #FFFFFF;
	background-color: transparent;
	padding: 1em;
	text-decoration: none;
}
#navf a:visited {
	color: #FFFF00;
	background-color: transparent;
	padding: 1em 0 0 10px;
	text-decoration: none;
}

/* -----------------------------------
box
----------------------------------- */

/* -----------------------------------
colors
----------------------------------- */

/* -----------------------------------
classes
----------------------------------- */

/* -----------------------------------
ID's
----------------------------------- */









.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-weight: normal;
}
.ul1 {
	list-style-type: disc;
}
.ul2 {
	list-style-type: square;
}
.ul3 {
	margin: 0 0 0 2em;
	padding-left: 2em;
	list-style-type: lower-alpha;
}
.ulNoStyle {
	list-style-type: none;
}
.back {
	display: block;
	background-color: #CCCCCC;
	width: 100px;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.margin {
	margin: 1em;
}
.halfem {
	padding-left: .5em;
	padding-right: .5em;
}
.pad1em {
	padding: 1em;
}
.pad1emBottom {
	padding-bottom:1em;
}
.pad2em {
	padding: 1em;
}
.pad1emtop {
	padding-top: 1em;
}
.pad2emtop {
	padding-top:2em;
}
.padding2em {
	padding-left: 2em;
	padding-right: 2em;
}
.padding3em {
	padding-left: 3em;
	padding-right: 3em;
}
.padding1em {
	padding-left: 1em;
	padding-right: 1em;
}
.padding7em {
	padding-left: 7em;
	padding-right: 7em;
}
#content {
	width: 1000px;
	margin: 0;
	padding: 0;
}
contentplaceholder1 {
}
#left_col {
	float: left;
	width: 770px;
	padding-top: 1em;
}
#right_col {
	width: 210px;
	background-color: #847CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	float: right;
	margin-right: 2px;
}
.r_col_wrap {
	background-image: url('../images/right_bg.jpg');
	margin-left: 4px;
	overflow: hidden;
	padding:.25em;
	color: #000066;
}
.r_col_wrap h1 {
	color: #000066;
}
.r_col_wrap h2 {
	color: #000066;
}
.right_colBlueText {
	color: #000066;
}
#right_col h2 {
	color: #000066;
}
#right_col p {
	color: #FFFFCC;
}
#right_col address {
	font-size: 12px;
	font-weight: bold;
}
.specialtiesLcol {
	width: 400px;
	float: left;
	margin-left: 4em;
	margin-right: 2em;
}
.specialtiesRcol {
	width: 400px;
	float: right;
	margin-left: 2em;
	margin-right: 4em;
}
.pic {
	border: 4px;
	border-color: #CCCCCC;
	border-style: ridge;
	width: 175px;
}
.pic150 {
	border: 4px;
	border-color: #CCCCCC;
	border-style: ridge;
	width: 150px;
}
.icon {
	height: 40px;
	float: left;
	text-decoration: none;
	border: 0;
	padding:0 .25em 0 .5em;
}
.box_bg {
	padding: 1em;
	background-image: url('../images/box_bg.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: block;
	height: 80px;
}
#gallery {
	list-style-type: none;
	width: 750px;
}
#gallery li {
	float: left;
	width: 240px;
	height: 250px;
	margin-right: 6px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}
#gallery img {
	display: block;
	border: 1px solid #333300;
}
.home_ul {
	padding-left: 250px;
	font-family: Georgia, Ariel, sans-serif;
	font-size: 110%;
	font-weight: normal;
	background-image: url('../images/home_bg.gif');
	background-position: left;
	background-repeat: no-repeat;
}
#bottom {
	clear: both;
}
#aboutus {	
	height:400px;
	padding-left: 425px;
	margin-top:2em;
	margin-left: 2em;
	font-family: Georgia, Ariel, sans-serif;
	font-size: 110%;
	font-weight: normal;
	background-image:url('../images/aboutus/proudlyBuilt.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
#career {	
	height:400px;
	padding-left: 425px;
	margin-top:2em;
	margin-left: 2em;
	font-family: Georgia, Ariel, sans-serif;
	font-size: 110%;
	font-weight: normal;
	background-image:url('../images/careers/careerDay.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.rightcolLI li {
	border:0;
	margin:0;
	padding:0;
	
}
.picRtext {
	float: left;
	margin-right: 1em;
	border-width: 4px;
	border-color: #CCCCCC;
	border-style: ridge;
}
.picLtext {
	float: right;
	margin-left: 1em;
	border-width: 4px;
	border-color: #CCCCCC;
	border-style: ridge;
}
#goGreen {
	color: #006600;
	height: 80px;
	font-weight: bold;
	padding-top: 35px;
	font-family: "Lucida Calligraphy";
	font-size: large;
}
.goGreen img {
	float:left;
	width: 75px;
	padding:5px;
}
.rightalign {
	text-align: right;
}
.verticalaligncenter {
	vertical-align: middle;
}
#history {
	position: absolute;
	top: 320px;
	left: 63px;
	padding: .5em;
}
#facility {
	position: absolute;
	top: 320px;
	left: 375px;
	padding: .5em;
}
#equip {
	position: absolute;
	top: 320px;
	left: 687px;
	padding: .5em;
}
#people {
	position: absolute;
	top: 590px;
	left: 63px;
	padding: .5em;
}
#news {
	position: absolute;
	top: 590px;
	left: 375px;
	padding: .5em;
}
.news {
	padding: 10px;
	color: #FFFFCC;
	font-size: 110%;
}
.newsBorder {
	padding: 5px;
	border: 5px thin #C0C0C0 hidden;
}
#community {
	position: absolute;
	top: 590px;
	left: 687px;
	padding: .5em;
}
#FleetLeft {
	float: left;
	width: 350px;
	margin-left: 20px;
	text-align: center;
}
#FleetRight {
	float: right;
	width: 350px;
	margin-right: 20px;
	text-align: center;
}
.FleetImg {
	width: 180px;
	border: 4px;
	border-style: ridge;
	border-color: #CCCCCC;
}
.ImgBoarder {
	border-style: ridge;
	border: 2px;
	border-color: #FFFFFF;
}
.leftalign {
	text-align: left;
}
.liHead {
	font-size: 120%;
}
.projectmanagers {
	background-image: url('../images/aboutus/people/supervisors.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 325px;
	margin-left: 2em;
}
.engineering {
	text-align: left;
}
.people {
	background-image: url('../images/aboutus/people/Training_sm.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 2em;
}
.head_bg {
	background-color: #FFFFCC;
	color: #000066;
}
#contacts {
	table-layout: fixed;
	display: table;
	display: table-column;
	display: table-row;
	display: table-cell;
}
.table_LeftCol {
	width:200px;
	text-align:left;
}
.table_RightCol {
	width:200px;
	text-align:right
}
.table_picwidth {
	width:170px;
	text-align:center;
}
.email {
	float: right;
	padding: .5em;
}
#left_colRentals {
	float: left;
	width: 425px;
	padding: 2em;
}
.lcrRentals {
	background-image: url('../images/specialties/GroveTM875.jpg');
	background-repeat: no-repeat;
	height: 500px;
}
.crane {
	position: absolute;
	left: 250px;
	top: 590px;
	width: 150px;
	height: 150px;
	padding: 10px;
	font-size: 110%;
	background-image: url('../images/right_bg.jpg');
}
#right_colRentals {
	width: 425px;
	float: right;
	padding: 2em;
}
.rcrRentals {
	background-image: url('../images/specialties/rent_bellyDumps.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}
.truck {
	position: absolute;
	left: 785px;
	top: 450px;
	width: 150px;
	height: 150px;
	padding: 10px;
	font-size: 105%;
	vertical-align: middle;
	background-image: url('../images/right_bg.jpg');
}
.awardsHeader {
	background-image: url('../images/right_bg.jpg');
	height: 40px;
	padding: 2px;
	color: #000066;
	text-align: left;
}
#sales {
	background-image: url('../images/sales/sales_bg.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 433px;
}
#ForSaleLeft {
	float: left;
	width: 325px;
	margin-left: 50px;
	text-align: center;
}
#ForSaleRight {
	float: right;
	width: 325px;
	margin-right:50px;
	text-align: center;
}
.ForSaleImg {
	width: 300px;
	border: thin #333333;
}

.materials {
	background-image: url('../images/right_bg.jpg');
	color: #000066;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}
#laddpit {
	position: absolute;
	top: 450px;
	left: 125px;
	width: 250px;
	height: 200px;
}
#kolstadpit {
	position: absolute;
	top: 450px;
	left: 400px;
	width: 250px;
	height: 200px;
}
#haulrates {
	margin-top: 275px;
	margin-left: 125px;
}
.ul2 {
	list-style-type: square;
}
#ourpeople {
	background-image: url('../images/employees/employees.png');
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	width: 740px;
}
.openingsBG {
	background-image: url('right_bg.jpg');
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.openingsBG h2 {
	color: #000066;
}
.openingsBG h3 {
	color: #000066;
}
.openingsBG ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
}
.openingsBG li {
	list-style:disc;
	margin:0 1em 0 1em;
}
.ourpeople {
	margin-top: 200px;
}
.benefits {
	border: 1px #DDC83B double;
	padding: 1em;
	text-align: left;
	margin-top: 25px;
	height: 200px;
}
.development {
	border: 1px #DDC83B double;
	padding: 1em;
	text-align: left;
	margin-top: 25px;
	height: 200px;
}
.safety {
	border: 1px #DDC83B double;
	padding: 1em;
	text-align: left;
	margin-top: 25px;
	height: 200px;
}
.incentives {
	border: 1px #DDC83B double;
	padding: 1em;
	text-align: left;
	margin-top: 25px;
	height: 200px;
}
.saleEquip {
	width: 720px;
	background-image: url('../images/sales/700x200bg.png');
	background-repeat: no-repeat;
	background-position: left;
}
#benefitsLeftCol {
	float: left;
	width: 635px;
}
#benefitsRightCol {
	float: right;
	width: 300px;
}
.benefitsAlignR {
	float: right;
	width: 300px;
}
.benefitsAlignL {
	float: left;
	width: 300px;
}
.benefitsBoarder {
	border: 1px;
	border-style: double;
	border-color: #DFCD3D;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom:25px;
}
.safetyList {
	margin-left: 200px;
	margin-right: 10px;
	background-image: url('../images/careers/safetyCone.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.safetyCone {
	margin-left: 650px;
}
.safetyUL {
	font-size: 80%;
	padding-left:20px;
}
.incentiveL {
	float: left;
	width: 450px;
	padding-left: 2em;
}
.incentiveR {
	float: right;
	width: 450px;
	padding-right: 2em;
}
.UL_sbLink {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	font-family: Georgia, Ariel, sans-serif;
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
	list-style-type: none;
}

