/*
---------------------------
Mid-State Montessori - styles
author: Bill Sweeney
http://www.midstatehealth.org
version: 28 August 2007
---------------------------
*/

body {
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #036;
	background: #C9E1A1;
	background-position: top center;
	background-repeat: no-repeat;
   background-attachment: scroll;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Basic -------------------------------- */

div, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #036;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	background: #036;
	text-decoration: underline;
}

a:active {
	color: green;
}

a img {
	border: 1px solid #fff;
}

a:hover img {
	border: 1px solid #CA863D;
}

#main #content a.here {
	color: #99A35C;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Header elements --------------------------- */

h3, h5 {
	margin: 0 0 14px 0;
	color: #CD9328;
	font-size: 1.6em;
}

h4 {
	color: #1853A5;
	font-size: 1.3em;
	margin: 14px 0;
	font-style: italic;
	font-weight: normal;
}

/* images -------------------------- */

img {
	padding: 3px;
	border: 1px solid #ccc;
}

img.logo {
	padding: 3px;
	border: 1px solid #ccc;
	width: 300px;
}

img.left {
	float: left;
	margin-right: 6px;
}

img.right {
	float: right;
	margin-left: 6px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#picr
{
	border: 0;
	margin-top: 10px;
	z-index: -1;
}

/* Lists -------------------------------- */

ol, ul, li {
	list-style-type: disk;
	margin-left: 25px;
	padding: 0px;
}

/* Structure ------------------------------------- */

#container {
	width: 812px;
	margin: 0 auto;
	background: transparent repeat-y center top;
	position: relative;
	z-index: 10;
}

#header {
	width: 812px;
	height: 233px;
	margin: 0 auto;
	background: transparent url(img/header.jpg) no-repeat center top;
	position: relative;
	z-index: 50;
}

#header h1, #header h2 {
	
}

#header h1 span, #header h2 span {
	display: none;
}

#main {
	width: 905px;
	position: relative;
	z-index: 100;
}

/* content --------------------------- */

#content {
   margin-top:200px;
	width: 350px;
	height: 550px;
	overflow: auto;
	padding: 0;
	float: left;
	margin-left: 55px;
	display: inline;
	text-align: justify;
	z-index: -50;
}
#contenttop {
	width: 350px;
	padding: 0;
	display: inline;
	text-align: left;
	z-index: -50;
}
#contentleft {
	width: 170px;
	padding: 0;
	float: left;
	margin-left: 5px;
	display: inline;
	text-align: left;
	z-index: -50;
}
#contentright {
	width: 170px;
	padding: 0;
	float: right;
	text-align: left;
	z-index: -100;
}
#contentbottom {
   margin-top:10px;
	width: 350px;
	overflow: auto;
	padding: 0;
	float: left;
	margin-left: 55px;
	display: inline;
	text-align: justify;
	z-index: -50;
}
#contentHB {
   background: white;
	width: 900px;
	padding: 15px;
	text-align: justify;
	z-index: -50;
}
#righttop
{
   float: right;
	margin-right: -55px;
	margin-top:-565px;
	font-size: 12pt; 
	width: 495px;
	color: white;
	z-index: 0; 
	display: inline;
}
#rightmiddle
{
	float: right;
	margin-top:-355px;
	margin-right: -55px;
	width:495px;
	z-index: 0; 
	display: block;
}
#rightbottom
{
   float: right;
	margin-top:-190px;
	font-size: 12pt; 
	width: 495px;
	color: #003366;
	z-index: 0; 
	display: inline;
}

/* nav --------------------------- */

#nav {
   float: center;
	width: 495px;
	padding: 0;
	margin-top: -125px;
	margin-left: 300px;
	display: inline;
}

#nav ul {
	margin-top: 10px;
}

#nav li {
	padding: 1px 0;
}

#nav li a {
	font-size: 14px;
	display: block;
	padding: 4px 6px 4px 12px;
	text-decoration: none;
	height: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #1853A5;
}

#nav li.admin_nav {
	padding: 2px 6px 2px 12px;
}

html>body #nav li a {
	height: auto;
}

#nav li a:hover {
	color: #7A8B3A;
	background-color: #fff;
	text-decoration: none;
}

#nav li ul {
	border: none;
}

#nav li ul li a {
	font-size: 13px;
	line-height: 1.1em;
	padding: 2px 6px 2px 30px;
}

div#nifty2{margin: 0 0%;background: #C9E1A1}

b.rtop, b.rbottom{display:block; background: #C9E1A1}
b.rtop b, b.rbottom b{display:block; height: 1px; overflow: hidden; background: White}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

table.one
{
	table-layout: auto;
	vertical-align: top;
	text-align: left;
}
td
{
	vertical-align: top;
	text-align: left;
}

ol { 
list-style-type: decimal; 
list-style-position: outside; 
} 
