﻿html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
	background-color: #B0AFAD;
	font-family: Century Gothic;
	height: 100%;
	#margin-top: 7px;
	}

#logospace {
	height: 0px;
}

#logo {
	display: none;
}

#center {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 779px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#tabs {
	padding-top: 76px;
	#margin-top: 76px;
	margin-left: 152px;
	padding-bottom: 0px;
	font-size: 16px;
}

.tab {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.tab:hover {
	color: white;
}

#hometab {
	width: 150px;
	height: 25px;
	text-align: center;
}

#servicestab {
	width: 148px;
	height: 25px;
	text-align: center;
}

#teamtab {
	width: 148px;
	height: 25px;
	text-align: center;
}

#contacttab {
	width: 151px;
	height: 25px;
	text-align: center;
}

.left {
	color: rgb(3,92,0);
	text-decoration: none;
}

#leftlink {
	width: 145px;
	height: auto;
	position: relative; left: 3px; top: -5px;
	font-size: 8pt;
	margin-right: 6px;
	float: left;
}

.leftlinkcell:hover {
	background-color: rgb(201,235,200);
}

.leftlinkcell {
	background-color: white;
	color: rgb(3,92,0);
	width: 135px;
	height: 40px;
	max-height: 40px;
	text-align: center;
}

#title {
	color: rgb(3,92,0);
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}

#texttable {
	display: inline-table;
	background-image: url(images/redrockwatermark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 624px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: 10px;
	white-space: normal;
	font-family: Century Gothic;
}

#bigimage {
	width: 410px;
}

#text {
	font-family: Century Gothic;
	font-weight: 200;
	width: 443px;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 10px;
	text-align: justify;
}

#greenbartexttable {
	width: auto;
	font-size: 12px;
	background-color: rgb(201,235,200);
	border-style: solid;
	border-width: 4px;
	border-color: #024200;
	color: black;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	overflow: hidden;
}

.greenbarimage {
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#teammember {
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#img1 {
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	opacity:0.6;
	filter:alpha(opacity=60)
}

.greenbartitlelarge {
	color: rgb(3,92,0);
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
}

.greenbartitlesmall {
	color: rgb(3,92,0);
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;
}

.greenbarjobtitle {
	font-size: 12px;
	padding-left: 0px;
}

.greenlink {
	color: rgb(3,92,0);
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#hidegreenbar {
	display: none;
}

.emaillink {
	color: rgb(3,92,0);
	font-weight: bold;
	text-decoration: underline;
}

#bottomcenter {
	font-size: 12pt;
	text-align: center;
}

#date {
	font-size: 8pt;
}

.bottomlink {
	color: rgb(3,92,0);
	font-weight: bold;
}

.serviceslink {
	color: black;
	text-decoration: none;
}

a.serviceslink:hover {
	text-decoration: underline;
}

.projectlink {
	color: black;
	text-decoration: none;
}

a.projectlink:hover {
	text-decoration: underline;
}

li:before {
	color: green;
}

li {
	color: black;
	list-style-type: disc;
	margin-left: -10px;
}