/*Find a school CSS document*/

*{
	padding: 0;
	margin: 0;
	list-style: none;
}

body{
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333333;
}


#container{
	position: relative;
	margin: 0 auto;
	padding:0;
	height: 600px;
	width: 768px;
	background: transparent url(../graphics/bck.png) repeat-x 0 0;	
}

#map_border{
	position: absolute;
	z-index: 10;
	left: 150px;
	top: 130px;
	width: 515px;
	height: 445px;
	background: transparent url(../graphics/bck_shadow.png) no-repeat 0 0;
	padding-top: 5px;
	padding-left: 9px;
}

#logo{
	width: 166px;
	height: 114px;
	background: transparent url(../graphics/logo_bck.png) no-repeat 0 0;
}

#selected_district{
	position: absolute;
	z-index: 3; 
	top: 10px;
	left: 170px;
	width: 206px;
	height: 163px;	
}


#school_type{
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 355px;
	width: 245px;
	height: 140px;	
}

#search_districts{
	position: absolute;
	display: block;
	top: 340px;
	left: 0px;
	width: 99px;
	height: 99px;
	background: transparent url(../graphics/search_districts_bck.png) no-repeat 0 0;		
}


#search_districts a{
	display: block;
	width: 99px;
	height: 99px;
	margin: 10px auto;
}

#search_all_schools{
	position: absolute;
	display: block;
	top: 340px;
	left: 0px;
	width: 99px;
	height: 99px;
	background: transparent url(../graphics/search_all_schools_bck.png) no-repeat 0 0;		
}

#search_all_schools a{
	display: block;
	width: 99px;
	height: 99px;
	margin: 10px auto;
}


#search_postcode{
	position: absolute;
	top: 440px;
	left: 10px;
	width: 128px;
	height: 128px;
	background: transparent url(../graphics/postcode_soon_bck.png) no-repeat 0 0;	
}

#img_holder{
	position: absolute;
	z-index: 30;
	background-color: transparent;
}

#img_holder img{
	width: 100px;
	height: 100px;
	margin: 150px 0 0 200px;
}

#map{
	width: 500px;
	height: 400px;
}

.tooltip {
     background-color:#ffffff;
   	 border:1px dotted #999;
	 font-size: 0.8em;
	 color: #333;
	 padding: 5px;
	 white-space: nowrap; 
 }


.loading_bk{
	position:absolute;
	z-index: 10;
	xtop: 27px;
	width: 500px;
	height: 423px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*school types navigation*/
ul#school_types{
	position: absolute;
	top: 120px; 
	width: 139px;
	height: 220px;
	background: transparent url(../graphics/schtype_bck.png) no-repeat 0 0;
	font-size: 0.7em;
	padding-top: 50px;
}

ul#school_types li{
	padding: 4px 0 0 18px;
	margin: 0 0 0 5px;
	background: transparent url(../graphics/arrow_nav.png) no-repeat 0 0.7em;
	list-style: none;
}


ul#school_types li.map{
	margin-top: 20px;
}

ul#school_types a, ul#school_types a:link, ul#school_types a:visited{
	text-decoration: none;
	color:#333333;
}

ul#school_types a:hover{
	text-decoration: underline;
}

/*districts navigation*/
#districts{
	width: 500px;
	height: 400px;
}

/*lancashire districts heading*/
#districts h4{
	float: right;
	width: 176px; 
	height: 22px;
	background: transparent url(../graphics/lancs_dist_header_bck.png) no-repeat 0 0;
	margin: 5px 5px 0 0;
}

/*district navigation*/
#districts ul{
	margin: 10px 0 0 0;
	padding: 0; 
	float: right;
	width: 200px;
	list-style: none;
}

#districts a{
	display: block;
	height: 26px;
}

#districts li{
	width: 108px;
	height: 26px;
	padding: 0 0 7px 0;
	margin: 0px;
	list-style: none;
}

/*district navigation graphics*/
#districts li.lancaster{
	background: transparent url(../graphics/nav/lancaster.png) no-repeat 0 0;	
}

#districts li.wyre{
	background: transparent url(../graphics/nav/wyre.png) no-repeat 0 0;	
}

#districts li.fylde{
	background: transparent url(../graphics/nav/fylde.png) no-repeat 0 0;	
}

#districts li.preston{
	background: transparent url(../graphics/nav/preston.png) no-repeat 0 0;	
}

#districts li.south_ribble{
	background: transparent url(../graphics/nav/south_ribble.png) no-repeat 0 0;
	width: 134px;
}

#districts li.west_lancashire{
	background: transparent url(../graphics/nav/west_lancs.png) no-repeat 0 0;
	width: 161px;
}

#districts li.chorley{
	background: transparent url(../graphics/nav/chorley.png) no-repeat 0 0;	
}

#districts li.hyndburn{
	background: transparent url(../graphics/nav/hyndburn.png) no-repeat 0 0;
	width: 203px;
}

#districts li.burnley{
	background: transparent url(../graphics/nav/burnley.png) no-repeat 0 0;	
}

#districts li.pendle{
	background: transparent url(../graphics/nav/pendle.png) no-repeat 0 0;	
}

#districts li.rossendale{
	background: transparent url(../graphics/nav/rossendale.png) no-repeat 0 0;	
	width: 120px;
}

#flash{
	position: absolute;
	z-index: 50;
	width: 280px;
	height: 375px;
}

select{
	width: 500px;
	margin-bottom: 2px;
}

.hide{
	text-indent:-9999px;
}

.display_none{
	display: none;
}

.clear{
	clear: both;
}

/*district*/
.lancaster{
	background: transparent url(../graphics/lancaster_bck.png) no-repeat 0 0;
}

.wyre{
	background: transparent url(../graphics/wyre_bck.png) no-repeat 0 0;
}

.fylde{
	background: transparent url(../graphics/fylde_bck.png) no-repeat 0 0;
}

.preston{
	background: transparent url(../graphics/preston_bck.png) no-repeat 0 0;
}

.south_ribble{
	background: transparent url(../graphics/south_ribble_bck.png) no-repeat 0 0;
}

.west_lancashire{
	background: transparent url(../graphics/westlancashire_bck.png) no-repeat 0 0;
}

.chorley{
	background: transparent url(../graphics/chorley_bck.png) no-repeat 0 0;
}


.hyndburn_ribble{
	background: transparent url(../graphics/hyndburn_ribble_bck.png) no-repeat 0 0;
}


.burnley{
	background: transparent url(../graphics/burnley_bck.png) no-repeat 0 0;
}

.pendle{
	background: transparent url(../graphics/pendle_bck.png) no-repeat 0 0;
}

.rossendale{
	background: transparent url(../graphics/rossendale_bck.png) no-repeat 0 0;
}

.lancashire{
	background: transparent url(../graphics/all_lancashire_bck.png) no-repeat 0 0;
}

/*school types*/
.all{
	background: transparent url(../graphics/all_bck.png) no-repeat 0 0;
}

.primary{
	background: transparent url(../graphics/primary_bck.png) no-repeat 0 0;
}

.secondary{
	background: transparent url(../graphics/secondary_bck.png) no-repeat 0 0;
}

.nursery{
	background: transparent url(../graphics/nursery_bck.png) no-repeat 0 0;
}

.SEN{
	background: transparent url(../graphics/sen_bck.png) no-repeat 0 0;
}

.FE{
	background: transparent url(../graphics/fe_bck.png) no-repeat 0 0;
}

/*format info bubble*/
#bubble{
	font-size: 0.8em;
	color:#333333;
	width: 350px;
	word-break: break-all;	
}

/*html>body #bubble{
	font-size: 0.8em;
	color:#333333;
	width: auto;
	min-width: 400px;
}
*/

#bubble h2{
	font-size: 1.0em;
	padding: 0;
	color:#333333;
	margin:0;
}

#bubble li{
	padding: 7px 0 0 0;
	list-style: none;
	line-height: normal;
	margin:0;
}

#bubble input{
	width: 300px;
	font-size: 0.8em;
}
