html,body {
	padding: 0;
	margin: 0;
}
#page {
	width: 710px;
	margin: 48px auto 0px;
	text-align: left;
	font: 9pt Arial;
}
#nav {
	position: relative;
	overflow: visible;
	top: 0;
	left: 0;
	width: 710px;
	height: 53px;
	background-image: url('/img/abacus.png');
	background-position: 0 16px;
	background-repeat: no-repeat;
}
#nav #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 355px;
	height: 63px;
}
a:focus {
	outline: none;
}
#nav #separator, hr.separator {
	height: 2px;
	width: 710px;
	background-color: #333333;
	border: none;
	line-height: 0;
	font-size: 0;
}
#nav #separator {
	position: absolute;
	top: 52px;
	left: 0px;
}
#nav #greenfield {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 237px;
	height: 8px;
	background-color: #339933;
}
#portfolio {
	position: absolute;
	display: block;
	background-image: url('/img/portfolio.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	left: 476px;
	top: 25px; 
	width: 86px;
	height: 27px;
}
#portfolio:hover, #portfolio.active {
	background-image: url('/img/portfolio_hover.png');
}
#vanity_link {
	position: absolute;
	display: block;
	left: 400px;
	top: 25px; 
	width: 86px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
#vanity_link:hover, #vanity_link.active {
	color: #090;
	text-decoration: underline;
}

#services {
	position: absolute;
	display: block;
	background-image: url('/img/services.png');
	background-position: 8 10;
	background-repeat: no-repeat;
	left: 560px;
	top: 25px;
	width: 74px;
	height: 27px;
	
}
#services:hover, #services.active {
	background-image: url('/img/services_hover.png');
}
#logout {
	position: absolute;
	display: block;
	background-image: url('/img/logout.png');
	background-position: 8 10;
	background-repeat: no-repeat;
	left: 560px;
	top: 25px;
	width: 75px;
	height: 27px;
	
}	
#logout:hover, #logout.active {
	background-image: url('/img/logout_hover.png');
}
#company {
	position: absolute;
	display: block;
	background-image: url('/img/company.png');
	background-position: 7 10;
	background-repeat: no-repeat;
	left: 634px;
	top: 25px;
	width: 76px;
	height: 27px;
}
#crash {
	background-image: none;
	position: absolute;
	display: block;
	left: 686px;
	top: -24px;
	width: 24px;
	height: 24px;
}
#crash:hover {
	background-image: url('/img/abacus_crash_medium.gif');
}
hr {
	border: none;
	width: 100%;
	background-color: #339933;
	height: 1px;
	margin: 0.75em auto 0.5em;
}
.ctr {
	text-align: center;
}
.clr {
	clear: both;
}
.chev {
	color: #669966; 
	font-size: 1.25em;
	font-weight: bold;
}
.chevIndent {
	position: relative; 
	left: 0.9em;
}
.small {
	font-size: 0.9em;
}
.big {
	font-size: 1.1em;
}
.light {
	color: #666666;
}
.nounder {
	text-decoration: none;
}
.hand {
	cursor: pointer;
	#cursor: hand;
}
.t3col {
	float: left; 
	width: 30%; 
	position: relative;
}
.c1 {
	margin-right: 3%; 	
}
.c2 {
	margin: 0 2%;
}
.c3 {
	margin-left: 3%;
}
.t3cols2 {
	float: left;
	width: 65%;
	position: relative;
}
.green {
	color: #339933;
}
.white {
	color: #FFFFFF;
}
.greenbg {
	background-color: #339933;
}
.caps {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.t2col {
	float: left; 
	width: 47%; 
	position: relative;
}
.c1 {
	margin-right: 3%; 	
}
.c2 {
	margin: 0 2%;
}
.c3 {
	margin-left: 3%;
}
.tall {
	line-height: 2em;
}
.indent10px {
	margin-left: 2.25em;
}
.cache {
	position: absolute;
	top: -100%;
	left: -100%;
	opacity: 0.01;
	#filter: alpha(opacity=1);
}
a img, a:link img, a:visited img, a:active img, a:focus img, a:hover img {
	border: none;
}
hr.double {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: transparent;
	height: 3px;
	#height: 1px;
	margin: 0.75em auto 0.5em;
}
.black {
	color: black;
}
