@charset "utf-8";
/* Habs Home page CSS */
@import "reset.css";
@import "type.css";
@import "top_strip.css";
@import "banner.css";


html{overflow-y:scroll;}

body{
	text-align:center;
	background-color: #FFFFFF;
	background-image:url(images/background_2.jpg);
	background-repeat:repeat-x;
	background-position:0px 387px;
}
#wrapper{
	width:995px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#banner_image{
	width:990px;
	height:350px;
	float:left;
	position:relative;
	background-color:#f3efc5;
	overflow:hidden;
}
#banner_image_overlay_juniors{
	width:990px;
	height:350px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:37px;
	background-image:url(banners/Button-Juniors.jpg);
	opacity:0;
	z-index:10;
}
#banner_image_overlay_seniors{
	width:990px;
	height:350px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:37px;
	background-image:url(banners/Button-Seniors.jpg);
	opacity:0;
	z-index:10;
}
#banner_image_overlay_sixth_form{
	width:990px;
	height:350px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:37px;
	background-image:url(banners/Button-Sixthform.jpg);
	opacity:0;
	z-index:10;
}
/*
Banner fade on home
#banner img{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
*/


#main_buttons{

}


#side_strip{
	width:5px;
	height:85px;
	background-image:url(images/side_strip_2.jpg);
	float:right;
	margin-top:383px;
}

#home_content{
	width:990px;
	background-image:url(images/back_green.gif);
	background-repeat:repeat-y;
	background-position:580px 0px;
}
#home_news{
	margin-top:17px;
	margin-bottom:7px;
	padding-left:10px;
	width:569px;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7f7f7f;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
#home_news_leftcol{
	float:left;
	width:275px;
}
#home_news_rightcol{
	width:275px;
	float:left;
	margin-left:10px;
}
#home_coming_soon{
	width:380px;
	float:right;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:8px;
	padding-top:7px;
	background-image:url(images/back_green_fade.gif);
	background-repeat:no-repeat;
}
#mandeep_home_coming_soon{
	width:380px;
	float:right;
	padding-top:7px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:8px;
	background-image:url(images/back_green_fade.gif);
	background-repeat:no-repeat;
}
#footer{
	width:990px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7f7f7f;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
#clear{
	clear:both;
}
