@charset "UTF-8";
/* CSS Document */

#left div.red 
{
	float:right;
	margin-top: 42px;
	background-image: url(images/flag_left_red.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 76px; height: 61px;
}
#left div.grey 
{
	float:right;
	margin-top: 1px;
	background-image: url(images/flag_left_grey.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 58px; height: 44px;
}
#right div.red 
{
	float: left;
	margin-top: 42px;
	background-image: url(images/flag_right_red.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 77px; height: 61px;
}
#right div.grey 
{
	float: left;
	margin-top: 1px;
	background-image: url(images/flag_right_grey.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 58px; height: 44px;
}

#head
{
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	height: 83px;
	text-indent: -9999em;
}
#southridge a
{
	display: block;
	background-image:url(images/head_southridge_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 85px;
	width: 349px;
}
#skyhawk
{	
	position: absolute;
	right: 10%;
	top: 13px;
	background-image:url(images/head_skyhawk_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 109px;
	width: 385px;
}
div#menu {background-image:url(images/menu_bg.gif); width: 100%;} 
#menu ul ul {background-image: url(images/menu_item_bg.gif); background-position: 0px 0% ; background-repeat: no-repeat; padding-top: 15px;border-bottom: 1px solid #bbb;}
#menu ul ul ul {padding-top: 0; background-image: none;}


#home_link {background-image: url(images/menu_home.gif); width: 57px; text-indent:-9999em;}
#students_link {background-image: url(images/menu_students.gif); width: 93px; text-indent: -9999em;}
#new_students_link {background-image: url(images/menu_new_students.gif); width:132px; text-indent: -9999em;}
#parents_link {background-image: url(images/menu_parents.gif); width:84px; text-indent: -9999em;}
#staff_link {background-image: url(images/menu_staff.gif); width:62px; text-indent: -9999em;}
#community_link {background-image: url(images/menu_community.gif); width:105px; text-indent: -9999em;}
#workshops_link {background-image: url(images/menu_workshops.gif); width:111px; text-indent: -9999em;}

#content.single, #content.double {background-image: url(images/skyhawkEmblem.png); background-position: center center; background-repeat: no-repeat;}

#home_link li li, #home_link li,
#students_link li li, #students_link li,
#new_students_link li li, #new_students_link li,
#parents_link li li, #parents_link li,
#staff_link li li, #staff_link li,
#community_link li li, #community_link li,
#workshops_link li li, #workshops_link li
{ text-indent:0;}

#dis_logo a {background-image: url(images/bsd_logo.gif); text-indent:-9999em; text-align: left;}
	
