BODY {
	background-color:#B7B0A8;
	margin:0; padding:0;
	}
A IMG {
	border-width:0;
	}
P { margin-top:0px; }
#contact .right p { margin-bottom:6px; }
h1 {
	font:bold 20px Arial;
}
IMG.fullsize {
  display:none;
  position:absolute;
  top:0px;left:0px;
  z-index:30;
  }
FORM { margin-top:0; }


#nav {
	position:absolute;
	top:117px;
	left:241px;
	background-color:black;
	background-image:url("nav_bg.gif");
	border:1px solid #96B0BC;
	padding:5px 0px 4px 0px;
	font-weight:bold;
	font-family:tahoma;
	text-decoration:none;
	display:inline;
	margin:0px;
	}
#nav LI {
	display:inline;
	margin:0; padding:0;
	}	
#nav a {
	padding:5px 10px;
	text-decoration:none;
	color:#B3E5FF;
	}
#home #home, 
#retrofit #retrofit, 
#maintenance #maintenance, 
#contact #contact, 
#about #about
 	{
	color:white;
	background-color:#003B6E;
	background-image:url("nav_bg_highlight.gif");
	}	

#nav a:hover {
	
	}


#container {
	width:758px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	position:relative;
	}
#footer {
	width:758px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#BFE3F5;
	font-family:tahoma;
	font-size:85%;
}
#footer a { color:#F6F4E6; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
	
.full {
	padding:30px 40px;
}

.right {
	padding-left:253px;
	padding-top:35px;
	padding-bottom:30px;
	padding-right:30px;
	font-family:georgia;
	}
.right h2 {
    color:#837D54;
    font-family:arial;
    margin-bottom:0px;
    margin-top:5px;
    font-size:100%;
    font-weight:normal;
    }
.right h3 {
    margin-bottom:0px;
    margin-top:0px;
    font-weight:normal;
    text-transform:uppercase;
    color:#825300;
    }
.right p {
    margin-bottom:20px;
    }
.right p.intro {
    line-height:140%;
    }
.right ul {
    margin-top:0px;
    padding-left:30px;
    margin-left:0px;
    }
    
.left {
	position:absolute;
	padding-top:35px;
	width:220px;
	left:20px;
	top:142px;
	font-family:verdana;
	font-size:100%;
	color:#30518E;
	}
.left a img {
    border:1px solid #C59E5A;
    }
#contact .left .underline {
	font-weight:bold;
	}
#contact .left .info {
	font-weight:bold;
	margin-right:20px;
	margin-bottom:15px;
	color:#7993B3;

	}
#contact .left .small {
	font-size:60%;
	color:#30518E;
	font-weight:normal;
	}
#contact form {
	color:#825300;
	font-weight:bold;
	}
#contact form i {
	font-size:100%;
	font-weight:normal;
	color:#666;
}
/*
#contact .left .underline {
	border-bottom:1px solid #7B8FB3;
	margin-right:20px;
	}
*/

#home .left {
	line-height:180%;
	}
.caption {
	margin-bottom:6px;
	font-size:85%;
	}
.shaded { background-image: url(input_bg.gif); }
.error { color:#f00; font-weight:bold; background-color:#fee; }

#add_item .textfield {
	width:500px;
}
#add_item textarea {
	width:500px;
	height:150px;
} 

#popup {
	margin:30px;
	background-color:#CCCCCC;
}