a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #66CCFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #66CCFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFA600;
	text-decoration: underline;
}

.whiteLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #66CCFF;
	text-decoration: underline;
}

.smWhiteLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smWhiteLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smWhiteLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #66CCFF;
	text-decoration: underline;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.whiteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.medWhiteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.smTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFA600;
}

.ltBlueCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF
}

.smWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.smallerWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.smallerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 774px;
}

#main {
	text-align:left;
	height: 653px;
	background-image: url(images/pg_bg.png);
	background-repeat: no-repeat;
}

#topText {
	position: relative;
	top: 155px;
	left: 280px;
	width: 480px;
}

#servicesBox {
	position: relative;
	float: left;
	top: 205px;
	left: 140px;
	width: 211px;
	height: 145px;
}

#portfolioBox {
	position: relative;
	float: left;
	left: 146px;
	top: 205px;
	width: 211px;
	height: 145px;
}

#faqBox {
	position: relative;
	top: 353px;
	left: 537px;
	width: 211px;
}

.deadButton {
	display: block;
	background-image: url(images/button_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFA600;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.buttonCell a {
	display: block;
	background-image: url(images/button_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFA600;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
}

.buttonCell a:visited {
	display: block;
	background-image: url(images/button_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFA600;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
}

.buttonCell a:hover {
	display: block;
	background-image: url(images/button_bg_over.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #99CCFF;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
}

.lgText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

hr {
	color: #000066;
}

li {
	padding: 5px;
}
