@charset "UTF-8";
/* CSS Document */

/*HIDE SIDEBAR ON FRONTPAGE AND REMOVE IT'S FORMATTING*/
#sidebar1 {
	width: 0px;
	margin-left:0;
	padding: 0;
	display:none; /*IE6 does not read VISIBILITY so Sidebar must be set to Display:none;*/
}

#mainContent { 
	margin: 0 0 0 20px;
	padding: 0 20px 0 0; 
}

#menucontainer {
	margin:5px auto 10px auto;
}

/*QUOTE BANNER*/


#fr_quote_banner {
	background:url(../images/fr_leftbanner.jpg) no-repeat;
	width:430px;
	height:144px;
	float:left;
	margin:0;
}

p.quote {
	color:#213037;
	margin:22px 0 0 20px;
	width:235px;
	font-size:1em;
	line-height:1.2em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}


.fr_banner_right {
	float:right;
}

.fr_image_left {
	float:left;
	margin:0;
}

#learnmore_container {
	background:url(../images/fr_learnmore_bkg_grad.jpg) repeat-x top;
	width:523px;
	height:187px;
	margin-left:186px;
}

#learnmore_container2 {
	background:url(../images/fr_learnmore_bkg_left.jpg) top left no-repeat;
	width:523px;
	height:187px;
	

}

#learnmore_container3 {
	background:url(../images/fr_learnmore_bkg_right.jpg) top right no-repeat;
	width:463px;
	height:164px;
	padding: 18px 5px 5px 55px;
	font-size: .90em;
	

}

#learnmore_container3 p {
	width: 300px;
	float:left;	
	line-height:1.2em;
	margin:0;
}

#learnmore_container3 p .learnmore_big {
	font-size: 1.05em;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}


#learnmore_container3 p .news {
	font-size: 1.05em;
	font-weight:bold;
	
	
}

#learnmore_container3 p .news_title {
	font-weight:bold;
	
	
}

#learnmore_container3 p .news_details {
	line-height:1.13em;
	
}

#learnmore_container3 p .news_details p {
	float:left;
	
}



img.button_cal {
	float:left;
	margin:0 10px 10px 0;
}


#learnmore_star {
	width:150px;
	height:161px;
	background:url(../images/fr_learnmore_star_on.jpg) no-repeat;
	margin:0;
	padding:0;
	float:right;
	display:block;
}


#learnmore_star a:hover img {
	visibility: hidden;
	display:block; /*Make HOVER Not flicker in FF, Saf.*/
}

* html a:hover /******makes this hover appear in IE6*****/

{

visibility:visible

}

/*MEET STUDENTS CONTAINER*/

#meet_stu_container {
	height:152px;
	margin:0;
	float:left;
}

#stu_pic_container {
	width:144px;
	height:152px;
	padding:0;
	float:left;
}

#stu_pic_container img.frame {
	position:absolute;
}

#stu_pic_container img.stupic {
	position:absolute;
	margin-top:24px;
	margin-left:12px;
	border:1px solid #000000;	
	
}

#stu_info_container {
	background:url(../images/fr_stu_meet_bkg.jpg) no-repeat;
	margin-left:142px;
	padding-bottom:70px;
}




h2.stu_name {
	font-size:2em;
	margin-top:28px;
	padding-bottom:18px;
	position:absolute;
	top:570px;
}

#stu_text p {
	margin:0 0 0 65px;
	width:225px;
	line-height:1.2em;
	font-size:.95em;
	padding-top:10px;
	height:65px;
}

h3.learn_more {
	font-size:.80em;
	margin-top:28px;
	margin-left:205px;
	padding-bottom:18px;
	position:absolute;
	top:550px;
	text-align:right;
	line-height:1em;
	font-weight:normal;

}

h3.learn_more a, h3.learn_more a:link, h3.learn_more a:visited {
	text-decoration:none;
}

h3.learn_more a:hover {
	text-decoration:underline;
}

/*ICON HOLDER*/

#fr_icon_container {
	float:right;
	width:255px;
	margin:0;
	padding-top: 20px;
}

img.dvd_but {

	margin-bottom:20px;
}

img.request_but {
	
}

img.give_but {

}





