@charset "UTF-8";

/* CSS Document */

body {
	color: #878787;
	font: .8em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	position: relative;
	width: 800px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menu {
	padding-top: 35px;
}

#content {
	padding-top: 40px;
}

#copy {
	color: #808080;
	text-align: justify;
}

#footer {
	height: 40px;
}

img {
	border-style: none;
}

.pic {
	border: 2px solid #3ea1fe;
}

.gridPic {
	border: 2px solid #3ea1fe;
	margin-bottom: 35px;
}

a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #808080;
}

.middle {
	padding-right: 37px;
	padding-left: 37px;
}

.projectText {
	text-align: justify;
}

.addy {
	font-weight: bold;
	color: #808080;
	font-size: 1.5em;
	line-height: 1.2em;
}

.copyBold {
	font-weight: bold;
	color: #4d4d4d;
}

#images {
	line-height: 1.25em;
}

.caption {
	text-transform: uppercase;
}

.avail {
	color: #3ea1fe;
}

#aboutCopy {
	width: 360px;
	position: absolute;
	left: 400px;
	top: 108px;
}

#form {
	width: 380px;
}

#contactCopy {
	width: 342px;
	position: absolute;
	left: 459px;
	top: 100px;
}

#news {
	color: #808080;
	font-size: .85em;
	line-height: 1.2em;
}

.newsPic {
	border: 1px solid #3ea1fe;
	margin-bottom: 8px;
	margin-right: 8px;
}

#bigLogo {
	padding-top: 150px;
}

#partners {
	font-weight: bold;
}

#projectGrid td {
	padding-bottom: 35px;
}