﻿body {
	background-color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h2 a {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}

ul {
	list-style-image: url('../images/bullet.gif');
}

:link {
	color: #214174;
}

.hgreen {
	color: #81d681
}

.imagecontainer {
	width: 710px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image:url('../images/brushed-steel.jpg');
	margin:0 auto;
	overflow: hidden;
}

.pagearea {
	background-color: #FFFFFF;
	text-align:left;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0 0 3px 3px #888;
	overflow: hidden;
}

.header {
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:right;
}

.leftcolumn {
	width:174px;
	height:100%;
	float:left;
}

.middlecolumn {
	width:496px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
}

.middlenonav {
	width:552px;
	padding-bottom:20px;
	float:left;
	margin-left: 79px;
}

.footer {
	width: 710px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left: 40px;
	padding-right: 20px;
	margin:0 auto;
	overflow: hidden;
	font-size: 10px;
	color: #CCCCCC;
	text-align:left;
}

.nav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	text-decoration:none;
	font-weight: 600;
	display: block;
}

.navActive {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #214174;
	text-decoration:none;
	font-weight: 600;
}

.lnavbg {
	text-align: left;
	padding-top: 6px;
	height: 23px;
	padding-left: 30px;
}

.topnavbar {
	float:right;
	margin-top:17px;
}

.topnavlink {
	float:left;
	margin-left:16px;
}

.promobox {
	float: left;
	width: 168px;
	height: 168px;
	margin: 5px;
	padding: 2px;
	background-image: url('../images/promo-box.png');
	border: 1px #e0e5ed solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.promobox h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
}

.projecthero {
	float: left;
}

.projectcaption {
	height: 15px;
	width: 124px;
	text-align: center;
	float: left;
	background-color: #000000;
	filter:alpha(opacity=70);      
    -moz-opacity:0.70;             
    -khtml-opacity: 0.70;          
    opacity: 0.70;
}

.projectcaption span {
	color: #FFFFFF;
}

.galtable {
	width: 496px;
}

.galtable td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}

.galtable img {
	margin-right: 22px;
	margin-left: 22px;
}

.galtable a {
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
}

.preload {
	display: none
}

.preload img {
	width:0px;
	height:0px;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}