@CHARSET "UTF-8";
.boxHeader {
	width: 100%;
	height: 53px;
	background-image: url(imgs/oliveBoxMiddle_1x1.jpg);
	margin-bottom: 1em;
}

.boxHeader img {
	float: left;
	padding-right: .5em;
}

.boxHeader h3 {
	font-size: medium;
	padding-top: 1em;
}

/* About Page */
#logos {
	margin-top: 1em;
	padding: 0 2em;
}

#logos img {
	border: 2px solid #322224;
}

#aquisLogo {
	float: left;
}

#comsoftLogo {
	float: right;
}

/*Request Page*/
#requestForm {
	margin: 0 auto;
	width: 410px;
}

#requestForm label, #requestForm input, #requestForm textarea {
	margin: 0 1em 1em 1em;
}

/* Services Page */
#services {
	width: 375px;
	min-height: 600px;
	float: left;
	border-right: 3px solid #322224;
	margin-top: 1em;

}

.superScript {
	font-size: xx-small;
	vertical-align: top;
}

.grayBox ul li {
	list-style: none;
}


/* Contact Page */
#contactInfo {
	border: 2px solid #322224;
	width: 300px;
	margin: 0 auto;
}

#contactInfo .boxHeader {
	background-image: none;
	border-bottom: 2px solid #322224;
}

#contactInfo #address {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:1em;
}

#contactInfo #address p {
	display: block;
}

#contactInfo .group {
	padding-left: 1em;
	margin-bottom: .5em;
}

#contactInfo .group, #contactInfo .group p {
	float: left;
}

#contactInfo .group .bold {
	width: 55px;
}

#contactInfo .group .info {
	width: 225px;
}

/* Terms and Policies */
#termsAndPolicies {
	padding: 0 2em;
}

#termsAndPolicies p {
	margin-top: .5em;
}

#termsAndPolicies h3 {
	margin-top: 1em;
	border-bottom: 1px solid #322224;
}

#termsAndPolicies ul li {
	list-style: none;
	text-indent: 2em;
}

#termsAndPolicies #address {
	margin-top: .5em;
	text-align: center;
}
