﻿/* -----------------------------------
Site:       Milwaukee General Construction (MilwaukeeGeneral.com)
CSS author: Jacob Olson
Updated:	09/26/2011
Updated by: Jacob Olson
----------------------------------- */

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}


/* -----------------------------------
elements
----------------------------------- */

body {
	font-family: Calibri, "Gill Sans", “Trebuchet MS”, sans-serif;
	color: white;
	background: black url('../img/body-back.jpg') repeat center top;	
}

h2 {
	font-size: 14pt;
	color: #C80000;
}
.content h2 {
	font-size: 17pt;
}

a {
	border-bottom: 1px solid;
	text-decoration: none;
}
a:hover {
	border-bottom: 0;
}


/* -----------------------------------
layout
----------------------------------- */

#siteCon {
	margin: 100px auto 0;
	width: 800px;
}

.content {
	overflow: auto;
	padding: 20px;
	color: #464646;
	background: white;
}


/* -----------------------------------
header
----------------------------------- */

#header {
	position: relative;
	margin: 0 0 30px;
	height: 370px;
	text-align: center;
	background: url('../img/header-back.png') repeat;
}

#logo {
	position: relative;
	top: -90px;
	
}

#header h2 {
	margin-bottom: 0;
	color: #FAC626;
}

#headerLeft {
	position: absolute;
	top: 25px;
	left: 25px;
	text-align: left;
}
#headerLeft h2 {
	margin-top: 50px;
}
#headerLeft li {
	margin-left: 20px;
	list-style-type: disc;
}
#headerCenter {
	position: absolute;
	top: 240px;
	left: 170px;
	width: 470px;
}
#headerCenter h2 {
	margin-bottom: 15px;
}
#headerCenter .names {
	float: left;
	text-align: left;
}
#headerCenter .emails {
	float: right;
	text-align: right;
}
#headerCenter .emails a {
	color: white;
}
#headerRight {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align: right;
}
.phoneFax {
	margin-bottom: 107px;
	font-weight: bold;
	color: #FAC626;
}


/* -----------------------------------
footer
----------------------------------- */

#footer {
	margin: 30px 0;
	padding: 20px;
	text-align: center;
	background: url('../img/footer-back.png') repeat;
}

#footer .nav li {

}
#footer .nav li a {

}
#footer .nav li a:hover {

}

#footer address, #footer p {
	display: inline;
}

#backLink {
	border-bottom: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #40403E;
}
#backLink:hover {
	color: #51514F;
}


/* -----------------------------------
classes/content
----------------------------------- */

.pesch {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #FAC626;
}
.pesch span {
	font-size: 12pt;
	font-weight: normal;
	color: white;
}
.pesch strong {
	color: white;
}

#slideshowCon {
	float: right;
	width: 420px;
	height: 330px;
	margin-left: 30px;
	border: 1px #D3D3D3 solid;
	padding: 5px;
	text-align: center;
	background: #F6F6F6;
}

.separator {
	margin-bottom: 20px;
	border-bottom: 1px #CFCFCF solid;
}

.bio {
	text-align: center;
	font-size: 18pt;
	color: #C80000;
}

.members {
	display: inline-block;
	margin-left: 75px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #464646;
}
.members img, .members p {
	float: left;
}
.members p {
	height: 56px;
	margin: 0;
	padding: 25px 20px 0;
}


.clearFix {
	clear: both;
}

.offLeft {
	position: absolute;
	left: -9999px;
}

.noScript {
	position: relative;
	top: 0;
	padding: 10px;
	border: 1px #B77700 dotted;
	background: orange;
	color: #936000;
	text-align: center;
	font-weight: bold;
}