#gallery {
	position: relative;
	padding-top: 0;
}
#gallery ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#gallery ul li {
	float: left;
	text-align: center;
}
#gallery ul img {
 //border: 5px solid #3e3e3e;
 //border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
 //border: 1px solid #fff;
 //border-width: 5px 5px 20px;
 //color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
html {
	width: 100%;
}
body {
	margin: 0 0.8em 0.8em 0.8em;
	font-family: geneva, helvetica;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.1em;
	text-transform: uppercase;
}
p {
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}
.innertext {
	width: 450px;
	padding: 1em 3em 1em 3em;
}
input {
	border:1px solid black;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
	padding: 0.4em;
	text-transform: uppercase;
}
input[type="submit"] {
	border: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
}
li, div {
	margin: 0;
	padding: 0;
}
a, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
.middle a, .middle a:visited, .middle a:active {
	color: #eee;
	text-decoration: underlined;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	padding: 0;
	margin: 0;
}
.left {
	height: 100%;
	width: 110px;
	text-align: right;
	padding: 0 1.3em 1.3em 0;
	background-color: #000;
	line-height: 0.5em;
}
.middle {
	height: 337px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 12px solid #000;
	color: #efefef;
}
.content {
	width: 900px;
	height: 337px;
 //float: left;
	margin: 0;
 //padding: 0 1em 0 1em;
	border-right: 0;
}
.content img {
	float: left;
 //border-bottom: 10px solid black;
}
.right {
	height: 337px;
	width: 100%;
	text-align: left;
	padding: 0.5em 0 0 0.5em;
	background-color: #FFF;
	border-bottom: 12px solid #000;
	line-height: 0.5em;
}
.top {
	height: 60px;
	width: 100%;
	text-align: left;
	line-height: 1px;
}
.wrapper {
	border-top: 12px solid #000;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
.quote {
	position: absolute;
	top: 7.5em;
	right: 3em;
	float: right;
}
.quote2 {
	position: absolute;
	top: 7.5em;
	padding-left: 600px;
	margin-top: -6px;
}
.services {
	position: absolute;
	top: 7em;
	right: 1em;
	text-align: right;
}
#con .text img {
	border: 0;
	overflow: visible;
}
#con img {
 //border: 1px solid #bbb;
 //height: 337px;
	float: left;
}
#toggleSection {
	display: none;
}
#toggleSection2 {
	display: none;
}
#projects {
	margin: 0.5em 0 0 0.5em;
	width: 580px;
	height: 317px;
	border:5px solid #EEE;
	text-align: center;
}
.info {
	font-family: sans-serif,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #000;
	padding-bottom: 10px;
	max-width: 350px;
}

.gray {
	color: #999;
}
