body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center; /* fix for IE 5.5 and below */
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12pt;
}
div#header
{
	margin: 0;
	height: 81px;
	background-image: url(../images/Header_Bricks.jpg);	
}
div#navbar
{
	margin: 0;
	height: 71px;
	background-image: url(../images/Nav_Background.jpg);
}
div#content
{
	background-color: #826732;
	background-image: url(../images/Content_Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 !important;
	padding: 0 !important;
	height: 548px !important;
	overflow: hidden !important;
}
div#column
{
	margin: 0px auto;
	text-align: left;
	background:url(../images/Column_Background.jpg);
	background-repeat: no-repeat;
	width:858px;
	height:548px;
	padding-left:18px;
}
div#bottombar
{
	margin: 0px;
	text-align: center;
	height: 48px;
	background-image: url(../images/Bottom_Bar_Background.jpg);
}
div#footer
{
	margin: 0;
	height: 30px;
	background-image: url(../images/Footer_Bricks.jpg);
}
p#copy
{
	padding-top: 3px;
	font-size: 8pt;
	margin: 0;
}
div#logo
{
	position: absolute;
	top: 63px;
	z-index: 30;
}
/* Navigation */
div#navcolumn
{
	margin: 0 auto;
	width: 826px;
}
ul#nav
{
	margin: 0;
	list-style: none;
	float: right;
	margin-right: -10px;
}
ul#nav li
{
	float: left;
}
ul#nav li a
{
	display: block;
	height: 71px;
	background-position: top left;
	background-repeat: no-repeat;
}
ul#nav li a:hover
{
	background-position: bottom left;
}
.linkText
{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
}
.linkText-vert
{
	padding-top: 0;
	padding-left: 10px;
}
.selected
{
	background-position: bottom left !important;
}
/* Links */
a#about
{
	width: 98px;
	background-image: url(../images/Nav_About.jpg);
}
a#services
{
	width: 98px;
	background-image: url(../images/Nav_Services.jpg);
}
a#projects
{
	width: 136px;
	background-image: url(../images/Nav_Projects.jpg);
}
a#contact
{
	width: 90px;
	background-image: url(../images/Nav_Contact.jpg);
}
/* Home Page */
table#introStuff {
	position: relative;
	top: -50px;
	width: 95%;
	margin: 0px 10px;
	padding: 0;
}
div#flashContainer
{
	 margin-left:80px;
}
/* Gallery */
#gallery-nav a {
	display: block;
	height: 33px;
	background-position: bottom left;
	background-repeat: no-repeat;
	float: right;
	margin: 10px;
}
#gallery-nav a:hover{
	background-position: top left;
}
#gallery-nav a.selected{
	background-position: top left !important;
}
a#gallery-comm {
	width: 126px;
	background-image: url(../images/Gallery_Comm_Link.png);
}

a#gallery-bank {
	width: 85px;
	background-image: url(../images/Gallery_Bank_Link.png);
}

a#gallery-health {
	width: 82px;
	background-image: url(../images/Gallery_Health_Link.png);
}

a#gallery-indstrl {
	width: 109px;
	background-image: url(../images/Gallery_Indstrl_Link.png);
}
a#gallery-menu-comm {
	display: block;
	height: 56px;
	width: 142px;
	background-image: url(../images/Gallery_Menu_Comm.png);
	background-position: top left;
	background-repeat: no-repeat;
}
a#gallery-menu-comm:hover {
	background-position: bottom left;
}
a#gallery-menu-bank {
	display: block;
	height: 33px;
	width: 147px;
	background-image: url(../images/Gallery_Menu_Bank.png);
	background-position: top left;
	background-repeat: no-repeat;
}
a#gallery-menu-bank:hover {
	background-position: bottom left;
}
a#gallery-menu-health {
	display: block;
	height: 40px;
	width: 172px;
	background-image: url(../images/Gallery_Menu_Health.png);
	background-position: top left;
	background-repeat: no-repeat;
}
a#gallery-menu-health:hover {
	background-position: bottom left;
}
a#gallery-menu-indstrl {
	display: block;
	height: 32px;
	width: 179px;
	background-image: url(../images/Gallery_Menu_Indstrl.png);
	background-position: top left;
	background-repeat: no-repeat;
}
a#gallery-menu-indstrl:hover {
	background-position: bottom left;
}
#slides {
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#slides img {
	position: absolute;
	top: 0;
	left: 0;
}
/* Contact */
select
{
	width: 100px;
}
input, textarea
{
	width: 330px;
}
textarea
{
	height: 70px;
}
label
{
font-size: small;
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
position: relative;
bottom: -2px;
}
#contactInfo
{
	text-align: center;
	margin-left:90px;
}
#contactInfo .cheader
{
	color: #d79f28;
}
#contactInfo address
{
	font-size: small;
	font-style: normal;
}