/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	color: white;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
}

* {
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

h1, h2, h3 {
	margin-top: 5px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFEDCF;
	font-size: 13px;
	text-decoration: none;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFEDCF;
	font-size: 13px;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}


#fullheight{
	height:100%
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.titles, .description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #8CBF3B;
	font-weight: 600;
}
.normal, .copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

.copy a{
font-weight: bold;
}

.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}


/*---------------------------- layout ------------------ */
#container {
	margin: 0px auto;
	width: 780px;
	background: url(/images/right-shadow.gif) top right repeat-y;
}

#header {
	width: 780px;
	height: 141px;
	background: url(/images/header.jpg) no-repeat;
	margin: 0px auto;
}

#headertext {
	width: 770px;
	padding: 10px;
	float: left;
	position: absolute
	top: -80px
	
}
#footer {
	width: 780px;
	height: 20px;
	background: url(/images/bottom-shadow.gif) no-repeat;
	margin: 0px auto;
}

#content {
	width: 720px;
	padding: 20px;
	background: #2f67A4;
}

ul{
	padding-left: 6px;
	padding-bottom: 20px;
	
}

#map {
	width: 720px;
	height: 300px;
	border: 1px solid black;
	color: black;
	margin-bottom: 10px;
}

#school-info-holder {
	width: 720px;
	margin: 0px;
}

#map a, #map a:visited {
	color: blue;
}

ul#menu {
	list-style-type: none;
	position: relative
	top: 60px;
	padding-left: 5px;
}

ul#menu a{
	color: #461111;
	text-decoration: none;
}

ul#menu a:hover{
	color: #495aa8;
	text-decoration: none;
}

ul#menu li {
	display: inline;
	font-weight: 400;
	font-size: 6px;
	padding-right: 6px;
}

ul#zoom {
	list-style-type: none;
	margin-bottom: 15px;
}

ul#zoom li {
	display: inline;
	padding-right: 12px;
}

/*------------------------ forms ------------------ */

table.form tr td, table.form tr th {
	vertical-align: top;
	text-align: left;
}

table.form tr th small {
	font-weight: normal;
}

/*------------------------ notifications ------------------ */

.notice, .warning {
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.notice {
	background-color: green;
	font-weight: bold;
}

.warning {
	background-color: red;
	font-weight: bold;
}

/*---------------------- school list ------------------ */
#school_list ul {
	list-style-type: none;
}