body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

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

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
	margin:0 0 10px 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;

}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

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

ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #FF5723;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

.center {
text-align:center;
}


/* Header */

#header {
	width: 700px;
	height: 235px;
	margin: 0 auto;
	background: #A4C0C8 url(images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 40px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #610720;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

#page2 {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding-top: 8px;
}

#content2 {
	float: left;
	width: 730px;
	padding-top: 8px;
}

#content3 {
	float: left;
	width: 800px;
	padding-top: 8px;
}


.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

.twocols .col1, .twocols .col2 {
	width: 190px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}

#publicStates {

}

#publicStatesTable {
	padding:4px;
}

#publicStatesTable tr {
	text-align:center;
}

#publicStatesTable tr.title{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3F586B;
}

#publicStatesTable td.title{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3F586B;
}

#publicStatesTable tr.odd{
	background-color:#FFFFFF;
}

#publicStatesTable tr.even{
	background-color:#e6f3f5;
}

#publicStatesTable td {
	padding:4px 2px 4px 2px;
	border-right:1px solid #3F586B;
	border-bottom:1px solid #3F586B;
	
}

.publicStatesTableLeftBorder {
	border-left:1px solid #3F586B;
}

.stateTotals {
	color: #000;
	font-size: 1em;
	font-weight:normal;
	margin-top:-20px;
	float:right;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	width: 250px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #A8C3CB url(images/img03.jpg) no-repeat;
	font-size: 136%;
	color: #144B6B;
}

.boxed .content {
	padding: 20px;
	border: 1px solid #97C984;
	border-top: none;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 8px 0 8px 10px;
	background: url(images/img04.gif) no-repeat 0px 13px;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

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

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #5F919E;
	border-top: 5px solid #4C747E;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Pagination */

.numberPagination {
	margin:10px 0 10px 0;
}

.numberPagination a{
	padding:2px 4px 2px 4px;
	border:1px solid #FF5723;
	color: #FF5723;
	text-decoration:none;
}

.numberPagination a:hover {
	color: #FFFFFF;
	background-color:#FF5723;
}

.numberPagination span.numberPaginationResults {
	margin-top:-10px;
}

.numberPaginationResults {
	float:right;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}

/* school.php */

.descriptionLeft {
width:120px;
text-align:right;
float:left;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color: #FF5723;
}

.descriptionRight {
width:270px;
padding-left:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
text-transform: capitalize;
}

.privateDescriptionLeft {
width:170px;
text-align:right;
float:left;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color: #FF5723;
}

.privateDescriptionRight {
width:215px;
padding-left:10px;
float:left;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
text-transform: capitalize;
margin-right:5px;
}

#leftDescription {
width:400px;
float:left;
}

#mapContainer {
float:right;
width:398px;
height:398px;
border:1px solid #FF5723;
}

#rightCol {
float:right;
width:400px;
}

#rightCol h2 {
margin:12px 0 10px 0;
}

#rightCol p {
margin:0 0 10px 0;
line-height:16px;
}

.capitalizeWord {
text-transform: capitalize;
}

.clearThis {
clear:both;
}

#private {
display:none;
}

#public {
display:none;
}

.jive{ font-family:"Lucida Calligraphy";}