body {
	background-color:#fff;
	font-family:arial, san-serif;
	font-size:11px;
	line-height:16px;
}

#container {
	width:1013px;
	height:725px;
	margin:0 auto;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	position:relative;
}

#header {
	position:absolute;
	top:60px;
	width:1013px;
	height:111px;
	background-image:url('../images/background-header.png');
	background-repeat:no-repeat;
}

#header h1  {
	margin-top:45px;
	margin-left:50px;
	float:left;
	width:248px;
	height:40px;	
}

#header h1 a {
	display:block;
	width:248px;
	height:0;
	padding-top:40px;
	overflow:hidden;
	background-image:url('../images/why-choose-mc.gif');
}

#apply-now {
	float:right;
	margin-right:100px;
	width:108px;
	height:84px;
}

#apply-now a {
	display:block;
	width:108px;
	height:0;
	padding-top:84px;
	overflow:hidden;
	background-image:url('../images/apply-now.png');
}

#content {
	width:893px;
	height:380px;
	position:absolute;
	top:170px;
	left:60px;	
}

#find-faith {
	left:15px;
}

#find-family {
	left:312px;
}

#find-your-future {
	left:609px;
}

.find-box {
	float:left;
	width:267px;
	height:365px;
	background-image:url('../images/background-box.png');
	position:absolute;
	cursor:pointer;
}

.find-box:hover {
	background-image:url('../images/background-box-hover.png');
}

.find-box h3 {
	position:absolute;
	background-color:#215601;
	border:solid 2px #fff;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	margin-top:8px;
	margin-left:-10px;
	width:220px;
}

.find-box p {
	margin-top:20px;
	padding:0 10px;
}

.find-box p img {
	border:solid 2px #fff;
	margin-bottom:10px;
}

#video-box {
	display:none;
	background-image:url('../images/background-box.png');
	height:365px;
	width:540px;
	position:absolute;
	left:312px;
}

#names-list {
	float:right;
	text-align:left;
	margin-right:60px;
	margin-top:45px;
}

#footer {
	position:absolute;
	top:540px;
	width:1013px;
	height:112px;
	background-image:url('../images/background-footer.png');
	background-repeat:no-repeat;
}

#mc-footer {
	position:absolute;
	top:680px;
	width:1013px;
	height:112px;
	text-align:center;
}

#mc-footer, #mc-footer a {
	color:#777;
	text-decoration:none;
}

#mc-footer a:hover {
	color:#444;
}

#mc-footer-top {
	font-size:14px;
	margin:5px;
	font-weight:bold;
}

#mc-footer-top a{
	color:#777;
	text-decoration:none;

}

#mc-logo {
	position:absolute;
	right:50px;
	top:39px;
	width:116px;
	height:51px;
}

#mc-logo a {
	display:block;
	width:116px;
	height:0;
	padding-top:51px;
	background-image:url('../images/mississippi-college.png');
	overflow:hidden;
}

.name-popup {
	display:none;
}

.popup-table {

}

.popup-table tr td {
	font-size:11px;
	padding:3px;
}

.name-title {
	font-size:30px;
	color:#999;
	border-bottom:solid 4px #ccc;
	margin-bottom:20px;
}

.name-popup-text {
	font-size:11px;
}

.profile-photo {
	float:right;
	border:solid 2px #ccc;
	padding:4px;
}

#simplemodal-container a.modalCloseImg {
	background:url('../images/x.png') no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

.simplemodal-container {
	width:500px;
	height:350px;
	border:solid 5px #2782c2;
	background-color:#fff;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.name-image-link {
	display:block;
	margin-left:39px;
	float:left;
}

.video-container {
	display:none;
	float:left;
	margin-top:10px;
	margin-left:10px;
	text-align:center;
}

#back-button {
	display:none;
	position:absolute;
	top:147px;
	right:75px;
	z-index:1000;
}