/* @override http://davisandelkins.edu/homepage.css */

@charset "iso-8859-1";

.bLink {
	color: #fff;
}

a.bLink {
	color: #fff;
}

a.bLink:active {
	color: #fff;
	text-decoration: none;
}

a.bLink:visited {
	color: #fff;
	text-decoration: none;
}

a.bLink:hover {
	color: black;
	text-decoration: none;
}


div#bottomSwoosh {
	background: url(images/bottom_swoosh.png);
	width: auto;
	height: 102px;
	margin-top: -55px;
	z-index: 99;
	position: relative;
}

#pictureImport {
	background: url(images/importjpg.jpg) 0 -25px;
	width:300px;
	height:360px; /* defaults to 340px */
	z-index:0;
	margin-top: 0px;
	padding-top: 25px;

}


/* POSITION HACK */

.ff3 #pictureImport,
.ff3_5 #pictureImport,
.safari3 #pictureImport,
.webkit #pictureImport {
	height: 340px !important;
}

div#blackContent {
	padding: 20px;
}

a strong {
	color: #fff;
}
a strong:hover {
	color: #eee;
}

div#blackBox {
	padding: 0;
	width: 300px;
	height: 140px; 							/* defaults to 130px */
											/* center = 70px */
	margin-top: 240px; 						/* defaults to 220px */
											/* center = 180px */
	margin-bottom: -80px !important;  		/* center = NO Margin-Bottom */
	background: url(images/black_bg_redux.png) repeat-x ;
	overflow: hidden;
}

div#blackBox strong {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	font-style: normal;
}

div#blackBox p {
	color: #FFF;
	font-size: 9px;
	line-height: 140%;
}

div#marquee {
	width:575px; 
	background: #666; 
	height: 25px; 
	margin-left: 15px;
}

div#readMore {
	text-align: right;
	margin-left: 80px;
}

div#contentHome {
	width: 900px;
	
}

marquee {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #FFF;
	vertical-align: middle;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
}

div#contentStudents {
	width: 280px;
	height: 258px;
	background: #fff;
	overflow-y: scroll;
	margin-top: 8px;
	margin-left: 15px;
}

div#contentStudents2 {
	width: 295px;
	height: 258px;
	background: #fff;
	margin-top: 8px;
	overflow-y: scroll;
	
	/* margin-left: 15px; */
}

div#contentImport {
	padding: 10px;
	
}