@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f7f7f8;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#indexHeaderWrapper {
	background-image: url(../images/patterns/indexBG.jpg);
	background-repeat: repeat;
	height: 582px;
	width: 100%;
}#indexHeaderContent {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 90px;
}
#indexHeaderContent .heading {
	font-size: 30px;
	font-weight: bold;
}
#indexHeaderContent .subHeading {
	position:relative;
	top:10px;
	font-size: 14px;
	font-weight: bold;
	color: #cf0d15;
	text-transform: uppercase;
}
#indexHeaderContent .content {
	position:relative;
	top:18px;
	height: 110px;
}
#indexHeaderContent .clickImg {
	position: relative;
	top: 22px;
}
#indexWebsiteButtons {
	position: relative;
	top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	height: 148px;
}
#indexWebsiteButtons .headwayEscuela_button {
	float: left;
}
#indexWebsiteButtons .headwayEscuelaJunior_button {
	float: right;
}
#indexWebsiteButtons .headwayEscuela_button .link {
	width: 120px;
	position: relative;
	left: 26px;
	top: 25px;	
}
#indexWebsiteButtons .headwayEscuelaJunior_button .link {
	width: 161px;
	position: relative;
	left: 8px;
	top: 25px;	
}
#indexWebsiteButtons a:link {
	font-size: 12px;
	color: #cf0d15;
	text-decoration: none;		
}
#indexWebsiteButtons a:visited {
	font-size: 12px;
	color: #cf0d15;
	text-decoration: none;		
}
#indexWebsiteButtons a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;		
}
#indexWebsiteButtons a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;		
}