/* Invizio Studios CSS */
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding: 2px;
}
img {
	border: 0px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
a {
	color: #6b675b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #a9c7c7;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
ul {
	margin-top: 0px;
	padding-left: 16px;
}
ul li {
	padding-bottom: 1px;
}
.form-label {
	width: 100px;
	text-align: right;
}
input, select, textarea {
	font-size: 11px;
}
sup {
	font-size: 9px;
	color: #6b675b;
}
#frame {
	width: 800px;
	border: 1px solid #cccccc;
	text-align: left;
}
#frame-inner {
	width: 765px;
	margin: 5px 30px 0px 5px;
	background: url(/images/bg-main.jpg) top left repeat-y;
}
#nav {
	float: left;
	width: 200px;
}
#nav-buttons {
	background-color: #ffffff;
	padding-bottom: 3px;
}
#nav-buttons .nav-button {
	background-color: #575247;
	margin-bottom: 3px;
}
#nav-buttons .nav-button:hover {
	cursor: pointer;
}
#nav-buttons .nav-button-bottom {
	background-color: #575247;
}
#nav-buttons .nav-button-bottom:hover {
	cursor: pointer;
}
.nav-widget-top {
	height: 27px;
	background: url(/images/nav-widget-top.jpg) top center #a9c7c7;
}
.nav-widget-content {
	background-color: #a9c7c7;
}
.nav-widget-bottom {
	height: 27px;
	background: url(/images/nav-widget-bottom.jpg) top center #a9c7c7;
}
#content {
	width: 525px;
	float: right;
}
#logo-main {
	margin-top: 8.5em;
	text-align: center;
}
#text-construction{
	text-align: center;
	margin-top: 36px;
}
#footer {
	width: 765px;
	margin: 0px 30px 0px 5px;
	padding: 0px;
	background: url(/images/bg-bottom.jpg) top left no-repeat;
	height: 36px;
}
#footer-main {
	width: 765px;
	margin: 0px 30px 0px 5px;
	padding: 0px;
	background: url(/images/bg-bottom-main.jpg) top left no-repeat;
	height: 36px;
}
#copy {
	width: 795px;
	text-align: left;
	font-size: 9px;
	color: #6b675b;
	padding-left: 5px;
}

.lightboxProject img.page {
	padding-right: 20px;
	float: left;
}
.lightboxProject .projectCopy {
	float: right;
	width: 305px;
}