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

body	{
	font-family:Tahoma, Calibri, Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
#main	{
	width:98%;
	position:absolute;
	overflow:hidden
	}
	
#header	{
	width:auto; 
	margin-top:5px; 
	position:relative;
	}
	
#header img.logo	{
	float:left; 
	padding-left:10px;
	margin-top:5px
	}
	
#header img.basics	{
	float:right; 
	padding-right:10px;
	margin-top:5px
	}
	
#welcomeicon	{
	width:690px; 
	height:235px; 
	margin-top:100px; 
	position:relative
	}
	
/* Conditional statements were used to identify a different style for the contenttxt div.  The margin-top property performs differently in Firefox and Safari than it does in Internet Explorer */
.ie div#welcomeicon	{
	width:690px; 
	height:235px; 
	margin-top:10px; 
	position:relative
	}
	
#sectionicon	{
	width:700px; 
	height:250px; 
	background-image:url(../images/bg_home_section.jpg); 
	margin-top:10px; 
	position:relative
	}
	
#welcomeicon img.welcome	{
	float:left;
	border:none
	}
	
#sectionicon img.teachers	{
	float:left; 
	margin-left:10px;
	border:none
	}
	
#sectionicon img.parents	{
	float:left; 
	margin-left:40px;
	border:none
	}
	
#sectionicon img.students	{
	float:left; 
	margin-left:30px;
	border:none
	}
	
#footer	{
	width:100%; 
	margin-top:10px; 
	text-align:center; 
	position:relative
	}
	
#footer a:link	{
	color:#005cab;
	text-decoration:none
	}
	
#footer a:hover	{
	color:#e03127;
	text-decoration:underline
	}
	
#footer a:visited	{
	color:#005cab;
	text-decoration:none
	}
	
