@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #mainContent {
	padding-top: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #maintext {
	width: 620px;
	float: right;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.oneColFixCtr #container #mainContent #leftside {
	float: left;
}
.oneColFixCtr #container #mainContent #rightside {
	float: right;	
	height: 318px;
	bottom: 318px;
}
.oneColFixCtr #container #mainContent #rightsideportfolio {
	width: 590px;
	float: right;	
	height: 318px;
	min-height: 318px;
}
.oneColFixCtr #container #mainContent #rightsideportfolio #itemdetails {
	
	position: relative;
	left: 0px;
	overflow:hidden;
	
}
.oneColFixCtr #container #mainContent #rightsideportfolio #itemdetails #movingItems {
	
	position: relative;
	top: 10px;
	left: 0px;
	height: 318px;
	max-height: 318px;
	
}
.oneColFixCtr #container #mainContent #rightsideportfolio #itemdetails #movingItems p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtr #container #mainContent #leftside #harmon-logo {
	margin-bottom: 9px;	
}
.oneColFixCtr #container #mainContent #leftside #navigation {
	color: #5a5959;
	width: 180px;
	margin-top: 2px;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.menu a:link {
	color: #5a5959;
	text-decoration:none;
	cursor:pointer;
}
.menu a:visited {
	color: #5a5959;
	text-decoration:none;
	cursor:pointer;
}
.menu a:hover {
	color: #5a5959;
	text-decoration:underline;
	cursor:pointer;
}
.menu li {
	list-style-type:none;
	padding: 6px;
	border-bottom: solid #ececec;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}
.oneColFixCtr #container #mainContent #spacerBar {
	height: 6px;
	background-color: #ececec;
	z-index:9999;
	margin-top: 318px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.footer a:link {
	text-decoration: none;
	color: #999;
	cursor:pointer;
}
.footer a:visited {
	text-decoration: none;
	color: #999;
	cursor:pointer;
}
.footer a:hover {
	text-decoration: underline;
	color: #999;
	cursor:pointer;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.smallTextWhite {
	color: #FFF;
	font-size:9px;
}
.smallTextBlack {
	color: #000000;
	font-size:9px;
}
