@charset "utf-8";
/* CSS Document */

/***************************
remove defaults
****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***************************
general
****************************/

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.basiclist li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 2em;
}

.basicnumlist {
	padding-bottom: 1em;
}

.basicnumlist li{
	padding-left: .5em;
	list-style-position: inside;
	list-style-type: lower-alpha;
}

/***************************
default links
****************************/

a:link, a:visited, a:active {
	color: #84414A;
	text-decoration: none;
}

a:hover {
	color: #84414A;
	text-decoration: underline;
}

/***************************
layout
****************************/

html, body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}

/***************************
header
****************************/

#header {
	min-height: 220px;
	_height: 220px;
	width: 980px;
	background-repeat: no-repeat;
	background-color: #84414A;
	position: relative;
	background-image: url(../images/top/top_bg/top_bg4.jpg);
	margin-top: 5px;
}

ul#mainnav {
	color: #d6bdb9;
	text-align: right;
	width: 121px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	list-style-type: none;
}

ul#mainnav li{
	padding-top: .10em;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #d6bdb9;
}


ul#mainnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul#mainnav li#currentpage a:link, ul#mainnav li#currentpage a:visited, ul#mainnav li#currentpage a:active {
	color: #FFFFFF;
}

/***************************
rotation script
****************************/

#topleftrotate {
	top: 1px;
	right: 149px;
	position: absolute;
}

#toprightrotate {
	position: absolute;
	top: 1px;
	right: 0px;
}

/***************************
sidebar
****************************/

#siderbar_left {
	background-color: #FFFFFF;
	float: left;
	width: 190px;
	padding-top: 1em;
}

ul#subnav {
	text-align: right;
}

ul#subnav li {
	padding-right: .5em;
}

/***************************
content
****************************/

#main {
	background-color: #F7F7F7;
	width: 785px;
	float: left;
	border: 1px solid #D6D6D6;
	margin-top: .8em;
	display: inline;
	margin-left: 3px;
}

#content {
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}

#content h1 {
	font-size: 16px;
	color: #84414A;
	text-align: center;
}
#content h2 {
	font-size: 16px;
	color: #84414A;
	text-align: center;
}
#content h3 {}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#content h4.contact {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 1em;
}


#content p {
	padding-top: .75em;
	padding-bottom: .75em;
}

.mainpageul {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#twocolmain {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#twocolmain  td {
	padding-top: .5em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/content/list_arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/***************************
teacherpages
****************************/
.teacherpicsleft {
	float: left;
	border: 3px double #D6D6D6;
	margin-top: .75em;
	margin-right: 2em;
	margin-bottom: 1.25em;
}

.teacherpicstable{
	border: 3px double #D6D6D6;
}

#teachertable {
	margin-right: auto;
	margin-left: auto;
}

#teachertable td{
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 10px;

}

.clearteacherpic {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/***************************
Classroom Login
****************************/

#loginpage h2 {
	font-size: 12px;
	background-color: #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
}

#loginpage h4 {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: italic;
	font-weight: normal;
}

/***************************
montessori
****************************/

.montessori {
	background-image: url(../images/content/montessori/tableback.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.montessori td{
	padding: 1em;
}

/***************************
footer
****************************/

#footer {
	text-align: right;
	margin-top: 5px;
	color: #999999;
	background-color: #FFFFFF;
	background-image: url(../images/footer/footerbg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
}

#footer_text {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0.5em;
}
