@charset "UTF-8";
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
ul li {
	float: left;
}
ul a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/downstate-not-pressed.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
ul a:hover {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/downstate.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
#ACTIVE a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/downstate.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#company-desc h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
	color: #eeeeee;
	font-weight: lighter;
}
#wrap-cap #content-area h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	display: block;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 45px;
	border: 1px solid #CCCCCC;
	color: #1964B5;
	line-height: 23px;
}
#wrap-cap #content-area h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #1964B5;
	line-height: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

