﻿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: inline;
}

#tabs {
}

.tab {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#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 {
	display: none;
	color: rgb(3,92,0);
	text-decoration: none;
}

#leftlink {
	display: none;
}

#title {
	color: rgb(3,92,0);
	font-size: 12pt;
	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: 628px;
	height: 450px;
	margin-top: 20px;
	margin-bottom: 10px;
	white-space: normal;
	font-family: Century Gothic;
}

#bigimage {
	display: none;
}

#text {
	font-family: Century Gothic;
	font-weight: 200;
	width: 443px;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 10px;
	text-align: justify;
}

#greenbartexttable {
	display: none;
	width: 171px;
	font-size: 12px;
	background-color: rgb(201,235,200);
	border-style: solid;
	border-width: 4px;
	border-color: #024200;
	color: black;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
	overflow: hidden;
}

#img1 {
	padding-left: 0px;
	display: block;
}

.greenbarimage {
	display: block;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.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 {
	display: none;
	font-size: 12pt;
	text-align: center;
}

#date {
	font-size: 8pt;
}

.bottomlink {
	display: none;
	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;
}