﻿body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: normal 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form, hr
{
	margin: 0;
	padding: 0;
}

a
{
	color: #FFFFFF;
}

input, select, textarea, button
{
	font: normal 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
}

label
{
	font-weight: bold;
}

#header
{
	height: 71px;
	border-bottom: 2px solid #B0C4DE;
	background: #B0C4DE;
}

#header #sllogo
{
	position: absolute;
	top: 0px;
	left: 2px;
}

#header #districtlogo
{
	position: absolute;
    	top: 4px;
    	right: 4px;
    	width: 221px;
    	height: 60px;
}

#content
{
	position: relative;
	height: 500px;
	overflow: hidden;
}

#infopane
{
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 500px;
	border-right: 2px solid #B0C4DE;
	background-color: #B0C4DE;
	overflow: auto;
}

.infopanehead
{
	height: 16px;
	border: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
	padding: 3px 4px;
	background: #4682B4 url(images/common/floatingpanelgradient.png) repeat-x top left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
}

.infopanehead .title
{
	float: left;
}

.infopanehead .collapse
{
	float: right;
	cursor: pointer;
}

.infopanebox
{
	border: 1px solid #B0C4DE;
	border-top: 0;
	padding: 8px;
	background-color: #B0C4DE;
}

.infopanebox p
{
    margin: 0;
    padding: 0;
}

.infopanebox .pseudolink
{
	text-decoration: underline;
	color: #547754;
	cursor: pointer;
}

#collapseimages, #results_body, #toc_body, #navigation_body, #searching_p, #error_p, #invisible_text
{
	display: none;
}

#search_address
{
	width: 150px;
}

#example
{
	display: block;
	margin: 0 0 2px 0;
	font: normal 10px Verdana, Arial, sans-serif;
	color: #696969;
}

#results_body h3
{
	font-size: 11px;
	font-weight: bold;
}

#results_body p.schoolbox
{
	margin-bottom: 6px;
	padding: 0 8px;
}

#help_body h4
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#help_body p
{
	font-family: Arial, Sans-Serif;
	padding: 0 0 4px 0;
}

#help_body ul
{
	margin-top: 0;
}

#map_container
{
	position: relative;
	height: 500px;
	margin-left: 258px;
	background-color: #fdfdfd;
	overflow: hidden;
}

#navigation_box
{
	position: absolute;
	z-index: 99;
	top: 8px;
	left: 8px;
	background-color: #fafdfa;
	border: 1px solid #000;
	padding: 4px;
	font-size: 0;
	line-height: 0;
}

#mapzoom
{
	padding-left: 20px;
}

#navboundaries_box
{
	position: absolute;
	z-index: 99;
	top: 8px;
	right: 8px;
	padding: 0 0 20px 0;
}

#mapscale
{
	position: absolute;
	z-index: 99;
	bottom: 8px;
	right: 4px;
}

.errorbox
{
	width: 75%;
	margin: 16px auto 0 auto;
	background-color: #fff;
        border: 1px solid #ebf2ea;
        padding: 12px;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: center;
}

#footer
{
	height: 28px;
	border-top: 2px solid #4682B4;
	background: #265a1e url(images/common/footergradient.png) repeat-x top left;
	color: #FFFFFF;
}

#footer #copyright
{
	margin: 6px 0 0 8px;
	font-size: 11px;
	font-weight: normal;
}