@charset "utf-8";
/* Washa Construction, Inc.
 * Site design by Geebo Design, Inc. (www.geebodesign.com)
 * Site implementation by Jeffrey Powell (jeff@ the above domain)
 * 
 * Copyright In Perpetuum
 * But seriously - take this, learn from it, just thank me and/or Geebo in the comments somewhere.
 */

html {
	height: 100%;
}

body {
	background-color: #231f20;
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
}

p {
	line-height: 115%;
}

#content
{
	height: 400px;
	width: 762px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 19px solid #95979a;
	border-right: 19px solid #95979a;	
}

#gallery_content
{
	height: 325px;
	width: 762px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 19px solid #95979a;
	border-right: 19px solid #95979a;	
}

table#footer
{
	margin: -50px auto 0 auto;
}

#header {
	height: 295px;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#phone_us {
	float: right;
	text-align: left;
	position: absolute;
	color: #fff;
	top: 152px;
	padding-left: 641px;
}

table {
	background-color: #ffffff;
}

ul {
	font-size: 10px;
	list-style: none;
	margin-left: 5px;
	margin-top: 30px;
	padding-top: 0px;
	padding-left: 0px;
	color: #6B6B6B;
}

li {
	padding-top: 5px;
}

.subcontractor_list li {
	padding-top: 1px;
}

.section_header {
	color: #a0252a;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section_subnav {
	color: #95979a;
}

.gallery_thumb {
	margin: 8px 5px 0px 5px;
	border: 1px solid black;
	z-index: 2;
}

.gallery_header {
	/*position: absolute;*/
	display: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-bottom: 5px;
}

.gallery_header_red {
	color: #a0252a;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.gallery_description {
	position: absolute;
	width: 250px;
	height: 200px;
	display: none;
	font-size: 12px;
	color: #6b6b6b;
	z-index: 0;
}

.footer_area {
	font-size: 10px;
	color: #6b6b6b;
}

.section_footer {
	color: #95979a;
	font-style: italic;
}

.site_footer {
	color: #ffffff;
	font-size: 12px;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}

.services_list {
	margin-left: 15px;
}

.services_list td {
	padding-bottom: 5px;
	color: #95979a;
	font-size: 10px;
}

.geebo_footer, .geebo_footer a {
	color: #95979a;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 7px;
	padding-bottom: 0px;
}

/* 
 * Washa Construction Menus / Navigation
 *
 * The following is developed as a result of lessons learned from
 * the CSSPlay Site (http://www.cssplay.co.uk).  Many thanks to them
 * for pointing the right direction.
 */

.menu {
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
	overflow: hidden;
	font-size: 12px;
}

.menu a, .menu a:visited {
	text-decoration: none;
	font-weight: bold; 
	color: #000000; 
	text-transform: uppercase;
}

.menu table {
	visibility: hidden; 
	position: relative; 
	top: -30px;
	left: 0px;
	overflow: hidden;
}

.menu table td {
	padding-top: 3px;
	padding-bottom: 6px;
	vertical-align: top;
}

.menu table tr td a, .menu table tr td a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
}

.menu:hover a,
.menu a:hover {
	text-decoration: none; 
	border: 0;
	color: #ffffff;
	background: solid #ffffff;
}

.menu:hover table,
.menu a:hover table {
	visibility: visible; 
	position: relative;
	background: solid;
	background-color: #ffffff;
	height: auto; 
	width: 100%; 
	left: 0px; 
	top: -20px; 
	overflow: hidden;
}

.menu:hover table tr td a,
.menu a:hover table tr td a {
	font-weight: normal; 
	text-decoration: none; 
	height: auto;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}

.menu:hover table tr td:hover a,
.menu a:hover table tr td a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}
	
	
/* Active Page Menu - Copied from the main menu */
.menu_active {
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
	overflow: hidden;
	font-size: 12px;
}

.menu_active a, .menu_active a:visited {
	text-decoration: none;
	font-weight: bold; 
	color: #a0252a; 
	text-transform: uppercase;
}

.menu_active table {
	visibility: hidden; 
	position: relative; 
	top: -30px;
	left: 0px;
	overflow: hidden;
}

.menu_active table td {
	padding-top: 3px;
	padding-bottom: 6px;
	vertical-align: top;
}

.menu_active table tr td a, .menu_active table tr td a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
}

.menu_active:hover a,
.menu_active a:hover {
	text-decoration: none; 
	border: 0;
	color: #ffffff;
	background: solid #ffffff;
}

.menu_active:hover table,
.menu_active a:hover table {
	visibility: visible; 
	position: relative;
	background: solid;
	background-color: #ffffff;
	height: auto; 
	width: 100%; 
	left: 0px; 
	top: -20px; 
	overflow: hidden;
}

.menu_active:hover table tr td a,
.menu_active a:hover table tr td a {
	font-weight: normal; 
	text-decoration: none; 
	height: auto;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}

.menu_active:hover table tr td:hover a,
.menu_active a:hover table tr td a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #95979a;
	text-transform: lowercase;
	font-style: italic;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
}
