/* HOME PAGE STYLESHEET */
/* all of these styles are unique to the home page */
/* this stylesheet must load after the main stylesheet */

/* created by Ken Cox for RT&E */

/* COLOR PALETTE
** #3366ff - St. Francis logo blue
** #508dc2 - med blue
** #d7ebf8 - light blue
 */

/* ---------------- HOME INTRO ---------------- */


#home_intro {
	margin-left: 2px;
}

	#home_intro #left {
		float: left;
		width: 373px;
	}
	
	
		/* logo */
		#home_intro #left h1 {
			width: 373px;
			height: 93px;
			background-color: #fff;
		}
		
			#home_intro #left h1 a, #home_intro #left h1 a:visited{
				display: block;
				width: 100%;
				height: 100%;
				background: transparent url('/resource/image/stfrancis/logo_wide.gif') 0 0 no-repeat;
				text-indent: -9999em;
			}
	
		#home_intro #right {
			width: 517px;
			height: 333px;
			float: left;
			margin-left: 2px;
		}
		
			#home_intro #right h2{
				width: 517px;
				height: 333px;
				text-indent: -9999em;
			}
	
	#home_content{
		clear: both;
		float: left;
		overflow: auto;
		background: #fff url('/resource/image/stfrancis/home_content_bg.gif') 0 0 repeat-y;
		margin: 22px 0 0 2px;
	}
	
		#home_content .column{
			width: 226px;
			float: left;
			margin: 0 4px 0 4px;
			
		}
		
		#home_content .column img{
			float: left;
			clear: left;
		}
		
		#home_content .column p{
			margin: 0 4px .5em 86px;
			font-size: .9em;
		}
		
			#home_content .column p strong{
				font-weight: normal;
				color: #3366ff;
			}
		
		#home_content li{
			margin-bottom: .3em;
			font-size: .9em;
		}
		
		#home_content .column h3{
			margin-left: 86px;
			font-family: Georgia, "Times New Roman", times;
			font-size: 1.3em;
			color: #3366ff;
			line-height: 1em;
			margin-bottom: .3em;
		}
	
		#home_content .last{
			width: 180px;
			margin-left: 6px;
		}
		
			#home_content .last h3{
				margin-left: 0;
			}
			
			#home_content .last ul{
				margin-left: 2em;
				list-style: disc;
			}
			
			#home_content .last li{
				margin-bottom: .5em;
			}
			
			#home_content .last img{
				float: none;
				margin-top: 4px;
			}

#home_bottom_content{
	background: #d7ebf8 url('/resource/image/stfrancis/home_bottom_content_bg.gif') 0 0 repeat-x;
	clear: both;
	overflow: auto;
}

#first_column {
	margin-top: 23px; /* CHANGE THIS WHEN FIND IS RE-IMPLEMENTED */
	/* margin-top: 20px; */
}

#awards{
	float: left;
	width: 694px;
	margin-left: 2px;
}

	#awards .column{
		float: left;
		width: 320px;
		margin-left: 10px;
		margin-bottom: 6px;
	}
	
	#awards img{
		
		float: left;
	}
	
	#awards p{
		font-size: .85em;
		color: #508dc2;
		margin-top: 30px;
		margin-left: 106px;
	}
	
	#awards a, #awards a:visited{
		color: #508dc2;
	}
	
	#awards a:hover{
		color: #3366ff;
	}
	
	
/* BROWSER BUG FIXES */

/* bonk IE6 over the head */
* html #home_content .column{
	display: inline;
}

/* bonk bonk bonk */
* html #home_bottom_content{
	height: 1%;
}