@charset "UTF-8";
/* CSS Document */
#mainFrame {
	width: 980px;
	height: 645px;
	background-position: center top;
	position: relative;
	margin: 0 auto;
	background-image: url(images/mainframe.gif);
	background-repeat: no-repeat;
	}
#footerFrame {
	width: 980px;
	height: 66px;
	top: 598px;
	position: absolute;
	background-image: url(images/footer-bkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#footerRight {
	display: block;
	width: 400px;
	height: 20px;
	top: 630px;
	right: 0px;
	position: absolute;
	margin-right: 15px;
	margin-top: 10px;
	text-align: right;
	}
#frameNav{
	height: 200px;
	width: 130px;
	top: 105px;
	left: 30px;
	position: absolute;
}
.mainNav {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 48px;
	text-transform: uppercase;
	text-align: right;
}
.mainNav li{
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: none;
	line-height: 48px;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.mainNav li a {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 48px;
	text-transform: uppercase;
}
.mainNav li a:hover{
	color: #cc9900;
}
#aboutLine{
	width: 121px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 47px;
	left: 6px;
}
#capabilitiesLine{
	width: 121px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 95px;
	left: 6px;
}
#portfolioLine{
	width: 121px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 143px;
	left: 6px;
}
#copyBox {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	height: auto;
	width: 690px;
	top: 365px;
	left: 230px;
	position: absolute;
	}
.yellowtxtBox {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #cc9933;
	line-height: 30px;
	font-style: italic;
}
#propertyBox {
	height: auto;
	width: 760px;
	top: 90px;
	left: 195px;
	position: absolute;
	}

