﻿/* Main page styling */
#tour-section {
	width: 950px;
	height: 250px;
	clear: both;
	margin-bottom: 12px;
}

#tours {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}

#left-tour, #center-tour, #right-tour {
	width: 275px;
	height: 250px;
	position: relative;
	float: left;
	border: 1px #e4e8f1 solid;
	cursor: pointer;
}

/* Text box positioning */
#left-tour {
	margin: 0px 0px 0px 0px;
}

#center-tour {
	margin: 0px 12px 0px 12px;
}

#right-tour {
	margin: 0px 0px 0px 0px;
}

/* Text box styling */
#left-tour:hover, #center-tour:hover, #right-tour:hover {
	background-color: #e4e8f1;
	background-image: url('/recruit/graphics/background-gradient.gif');
	background-repeat: repeat-x;
	background-position: 0px -75px;
}

#left-tour p, #center-tour p, #right-tour p {
	margin-left: 10px;
	margin-right: 10px;
}

#left-tour h3, #center-tour h3, #right-tour h3 {
	text-align: center;
}

.tour-link-container {
	width: 100%;
	position: absolute;
	bottom: 5px;
}

.tour-link-container p {
	text-align: center;
}

#sub-sections {
	width: 950px;
	height: 125px;
	clear: both;
	margin-bottom: 25px;
}

#subs {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}

#recruiter, #counselors {
	width: 419px;
	height: 125px;
	position: relative;
	float: left;
	border: 1px #e4e8f1 solid;
	cursor: pointer;
	margin-bottom: 12px;
}

#recruiter {
	margin: 0px 7px 0px 0px;
}

#counselors {
	margin: 0px 0px 0px 6px;
}

#recruiter:hover, #counselors:hover {
	background-color: #e4e8f1;
	background-image: url('/recruit/graphics/background-gradient.gif');
	background-repeat: repeat-x;
	background-position: 0px -75px;
}

#recruiter p, #counselors p {
	margin-left: 10px;
	margin-right: 10px;
}

#recruiter h3, #counselors h3 {
	text-align: center;
}
