body {
	margin: 0px;
	background: #9db0bd url(images/background.gif) repeat-x left top !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FB7600;
}

a:hover, a.highlight {
	background: none;
	text-decoration:underline;
	/* border-bottom: 1px dotted #CC0001; */

}




#wrapper {
	width: 967px;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: White;
}

/* Header */

#header {
	width: 967px;
	height: 105px;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: White;
}

/* Logo */

#logo {
	float: left;
	color: #000000;
}

#logo img {
	float: left;
	border: none;
	padding: 2px 30px 0px 2px;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 967px;
	height: 44px;
	background: url(images/nav_bg.gif) no-repeat left top;
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 170px; /* 170px left without contest, 85px with contest */
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #ff9638;
	text-decoration: none;
}

#menu .on a {
	background: #ff9638;
}
#menu .contest_on a, #menu .contest {
	background:#F30;	
}

/* Page */

#page {
	width: 967px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content{
	float: right;
	width: 677px;
	padding: 20px 20px 0 0;
}

#contentFull {
	width: 927px;
	padding: 0px 20px 0 20px;
	position:relative;
	top:-15px;
}

.container {
	padding-bottom: 30px;
}

.title {
	padding-left: 10px;
	border-left: 4px solid #ff9638;
	color: #000000;
}

.title a {
	background: none;
	color: #444444;
	border: none;
}

.container .title a:hover {
	text-decoration: underline;
}

.containerFooter {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.container .containerContent {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 20px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li li {
	border-bottom: 1px dashed #BCBCBC;
	padding:7px 0px;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

/* Footer */

#footer {
	width: 967px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background: #275170;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}
#footer a:hover {
	color: #FB7600;
	text-decoration: none;
}

.center { text-align:center; }
.alignleft { float: left; }
.alignright { float: right; }

/* School District Maps */
.district { display: none; }
.districtName { font-weight:bold; font-size:12px; padding-bottom:10px; }
ul.schoolDistricts li { margin:0; padding:0; line-height: 15px; }


/* Search Page */
form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  position:relative;  
}

form fieldset legend {
	font-size:1.1em; 
	font-weight:bold;
}
form fieldset legend a:link, form fieldset legend a:visited, form fieldset legend a:hover {
	display:block;
	font-weight: normal;
	background-color: White;
	padding:0px 3px;
	position:absolute;
	bottom:-17px;
	*bottom:-7px;
	right:15px;
	*right:10px;
}
form fieldset legend a:hover {
	bottom:-18px;
	*bottom:-8px;
}
.searchLinkFix {
	position:absolute;
	bottom:-17px;
	*bottom:-7px;
	right:15px;
	*right:10px;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 125px; 
	padding: 0; 
	margin: 3px 0 5px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 5px 10px; /* set margin on left of form elements rather than right of  label aligns textarea better in IE */
}

form.quickSearch label {
	width: auto;
	text-align:left;
}
