/* @override https://www.elon.edu/shell/css/presidents-report/index.css
	http://www.elon.edu/shell/css/presidents-report/index.css */

/* President's Report */

#questions .boxHeader {
	background: #98002e;
}

#questions .boxHeader div {
	background: #98002e;
}

#questions .boxContent {
	border-top: 1px solid #98002e;
	padding-top:1em
}

#questions.cms td h3 {
	font-size: 14px;
}

#nav .boxContent {
	background: none;
	border: none;
}

#nav ul {
  text-align: center;
}

#nav li:last-child {
  border-right: none;
  padding-right: 0;
}

#nav p {
	float: left;
	height: 117px;
	width: 628px;
	margin-left: 156px;
	/*background-color: lightcyan;*/
}

#nav p a {
	text-align: center;
	text-decoration: none !important;
	border-bottom: none !important;
	margin: 0 20px !important;
	display: block;
	width: 117px;
	height: 117px;
	float: left;
	/*background-color: pink;*/
}

img.title_banner{
	margin-top: -40px;
	margin-left:50px;
}

div.boxContent .title_image {
	margin-bottom: 20px;
}

div.boxContent .title_image a {
	text-decoration:none;
	border:none;
}

.main_text{
	width:650px;
	margin:auto;
}

.questions {
	float: left;
	margin-top: 10px;
}

.questions {
	width: 908px;
}

.questions table {
	width: 875px !important;
	margin-left: 20px;
}

td{
	vertical-align: top
}


.questions td {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 300px;
}

.questions td.button {
	padding-top: 0;
	width: 100px;
}

.questions td p {
	background: url('http://www.elon.edu/images/e-web/academics/presidents_report/lines2.png') repeat-y 0 0;
	padding-left: 14px;
	padding-right: 10px;
}

.questions td.button p {
	background: none;
	padding: 0;
}

.questions a:link, a:active, a:visited{
	color:#444444;
	text-decoration:none;
	border-bottom: none;
}

.cms .questions table td a:hover{
	color:#444444;
	border-bottom: 1px solid #990000;
}

.questions table td.button a:hover {
	border-bottom: none;
}

a.read_more {
	color: #990000;
}
