/*** CSS FOR ABOUT SECTION ***/

/*** OVERVIEW PAGE ***/

/* no styles*/

/*** SIGNUP PAGE ***/

#guestInfo {
	opacity: .8;
	margin-top: 25px;
}

#guestInfo h2 {
	color: #e06f23;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

#guestInfo li {
	width: 600px;
	clear: both;
	float: left;
}

#guestInfo p {
	padding: 10px;
	background-color: rgba(121,108,81,0.3); /*#796c51*/ 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-mox-border-radius: 5px;
	margin-bottom: 35px;
}

#guestInfo li div {
	margin-bottom: 35px;
	/*width: 350px;
	margin-right: 0px;*/
}

#guestInfo #registrationTableDiv p {
	background: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#guestInfo li input {
	height: 20px;
	width: 200px;
	margin-bottom: 15px;
	margin-top: -5px;
}

#guestInfo label {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #796c51;
	margin-left: 35px;
	line-height: 16px;
	float: left;
	width: 120px;
}

#guestInfo td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #796c51;
	text-align: center;
}

/*** A-Z SERVICES PAGE **

/* minimal styles - inline in html file */


/*** CAMPUS LOCATIONS PAGE ***/

/* styles in print.css - loads in the print section printcenters.html page */


/*** CONTACT US PAGE ***/

#contactUsInfo {
	opacity: .8;
	width: 600px;
}

#contactUsInfo h2 {
	color: #e06f23;
	text-transform: uppercase;
	/*border: hidden;*/
	font-size: 15px;
	letter-spacing: 0px;
	margin-bottom: 25px;
	opacity: 1;
	padding-top: 35px;
}

#contactUsInfo h3 {
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
	color: #796c51;
}

#contactUsInfo li.contactSection {
	clear: both;
	padding-bottom: 50px;
}

#contactUsInfo li.contactSection ul li {
	float: left;
	margin-right: 85px;
	margin-bottom: 25px;
	width: 200px;
}


/*** CONSULTANTS PAGE ***/

#consultantList {
	float: left;
	margin-top: 35px;
	/*margin-left: 15px;*/
}

#consultantList li {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 35px;
}

#consultantList li p {
	opacity: .8;
}