/* CSS Document */

* {margin: 0; padding: 0;}

body {
	margin: 0;
	background-image: url(images/TopBG.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

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

#header {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0px;
}

#header ul {
	list-style-type: none;
	margin: 0;
}

#logo {
	position: absolute;
	width: 100px;
	height: 119px;
}

#topspace {
	height: 63px;
	margin-bottom: 2px;
	padding-left: 310px;
	overflow:hidden;
	background: 100px 30px no-repeat;
}

#topspace ul {
	font-size: 0.8em;
	float: right;
	width: 200px;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

#topspace li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#topspace li a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.borders li {
	float: right;
	background: none;
	padding: 0 6px;
	border-bottom-width: 0;
}

.borders .noBd{
	border-right: 0;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/

#nav {
	height: 49px;
	padding-left: 225px;
	font: 1.3em Georgia;
}

#nav li {
	height: 49px;
	float: left;
	border-bottom: 0;
	background: url() 0 0 no-repeat;
	padding: 0;
	margin: 0;
}

#nav li a {
	color: #544f41;
}

#nav li a:hover {
	color: #a33f01;
}

#nav a { /*image replace */
	display: block;
	padding: 49px 0 0 0;
	height: 0px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav a:hover, #nav a.on {
	background-position: 0 -49px;
}


#nav li#home, #home a {
	background-image: url(images/Menu_Home.gif);
	width: 80px;
}

#nav li#mgmt, #mgmt a {
	background-image: url(images/Menu_SchoolManagement.gif);
	width: 185px;
}

#nav li#website, #website a {
	background-image: url(images/Menu_WebSiteServices.gif);
	width: 165px;
}

#nav li#why, #why a {
	background-image: url(images/Menu_WhyPrinciple.gif);
	width: 140px;
}

#nav li#contact, #contact a {
	background-image: url(images/Menu_Contact.gif);
	width: 165px;
}

#nav li#workLife, #workLife a {
	background-image: url(images/Menu_Home.gif);
	width: 80px;
}

/*-------------------------------------------------
Main
-------------------------------------------------*/


p, li {
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}

h1 {
	font-size: 16px;
	margin: 0 0 4px 0;
	font-family: verdana;
}

h2 {
	font-family: verdana;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 3px 0;
}

h3 {
	margin: 0 0 2px 0;
	font-family: verdana;
	font-size: 12px;
}

div.container {
	width: 880px;
	margin: 0 auto;
}

span.highlight {
	background-color: #FFF;
	font-weight: bold;
	color: #555555;
}

td, th {
	vertical-align: top;
	font-family: verdana;
}

div.colorless {
	background-color: transparent;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------------------------------------------
Home Image
-------------------------------------------------*/

div.band {
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border: 1px solid #D8D8D8;
}

div.picture {
	float: right;
	width: 410px;
}

div.picture img {
	border: 1px solid #ccc;
	padding: 1px;
}

/*-------------------------------------------------
Home Left
-------------------------------------------------*/

div.boxes {
	float: left;
	width: 420px;
	text-align: left;
	margin-bottom: 20px;
}

div.boxes p {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	color: #333333;
}

div.boxes h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #38363a;
	font-family: Tahoma;
}

div.boxes h2 {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	color: #235ba5;
}

/*-------------------------------------------------
Boxes Right
-------------------------------------------------*/

div.boxesright {
	float: right;
	width: 612px;
	text-align: left;
	margin-bottom: 20px;
}

div.boxesright p {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #333333;
}

div.boxesright h1 {
	font-size: 22px;
	color: #68AA3C;
	font-family: Tahoma;
	margin-bottom: 10px;	
}

div.boxesright h2 {
	font-size: 16px;
	margin-bottom: 2px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

div.boxesright li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	list-style-image: url(images/ListBullet_Blue.gif);
	color: #333333;
}

div.boxesright img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

/*-------------------------------------------------
Boxes Nav
-------------------------------------------------*/

div.boxesnav {
	float: left;
	width: 224px;
	text-align: left;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

div.boxesnav p {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #333333;
}

div.boxesnav img.none {
	margin-bottom: 0;
}

/*-------------------------------------------------
Boxes Contact
-------------------------------------------------*/

div.boxescontact {
	float: left;
	width: 224px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

div.boxescontact h1 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333333;
	font-family: Tahoma;
}

div.boxescontact h2 {
	color: #555;
	font-family: Tahoma;
	font-size: 16px;
}

div.boxescontact p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
}

div.boxescontact img {
	border: 1px solid #ccc;
	padding: 1px;
}

/*-------------------------------------------------
Boxes Contact Right
-------------------------------------------------*/

div.boxescontactright {
	float: right;
	width: 612px;
	text-align: left;
	margin-bottom: 20px;
}

div.boxescontactright p {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #333333;
}

div.boxescontactright h1 {
	font-size: 22px;
	margin-bottom: 2px;
	color: #62A038;
	font-family: Tahoma;
}

div.boxescontactright h2 {
	font-size: 14px;
	margin-bottom: 2px;
	color: #333333;
	font-family: Tahoma;
	margin-top: 8px;
}

div.boxescontactright img {
	border: 1px solid #ccc;
	padding: 1px;
}

div.boxescontactright hr {
	color: #DFDFDF;
}

.TextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #54698D;
	padding: 5px;
	margin-bottom: 5px;
}

/*-------------------------------------------------
Sidenav
-------------------------------------------------*/

#sidenav ul {
	font-size: 12px;
	margin:0;
	padding:0;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}

#sidenav ul a:link, ul a:visited, ul a:active {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#sidenav ul a:hover {
	background: #CCCCCC;
}

#litup a {
	color:#235ba5;
	background:#CCCCCC;
}

#sidenav li {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#sidenav h2 {
	color: #555555;
	text-decoration: none;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-size: 18px;
}

/*-------------------------------------------------
Newsletter
-------------------------------------------------*/

#newsletter {
	padding-top: 50px;
}

#newsletter h2 {
	color: #555555;
	font-family: Tahoma;
	font-size: 18px;
	padding: 0px;
}
#newsletter h4 {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 7px;
}

#newsletter p {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
}

#newsletter form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #54698D;
	padding: 5px;
}

/*-------------------------------------------------
Questions
-------------------------------------------------*/

div.questions {
	width: 962px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 0px;

}

div.questions h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #555;
	text-align: center;
}

div.questions h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

/*-------------------------------------------------
PictureRow
-------------------------------------------------*/

div.picturerow {
	clear: both;
	margin: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
}

div.picturerow p {
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	margin-bottom: 0;
	color: #333333;
}

div.picturerow h3 {
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.picturerow img {
	border: 1px solid #ccc;
	padding: 1px;
}

div.picturerow table {
	margin: 0 auto;
	width: 100%;
}

div.picturerow table td {
	width: 1%;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 16px;
}

/*-------------------------------------------------
Screenshots
-------------------------------------------------*/

div.screenshots {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 25px;
	padding-bottom: 10px;
}

div.screenshots img {
	border: 1px solid #ccc;
	padding: 1px;
}

div.screenshots table {
	margin: 0 auto;
	width: 100%;
}

div.screenshots table td {
	width: 1%;
	text-align: left;
	padding-top: 3px;
	padding-right: 35px;
	padding-bottom: 3px;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

div.footer {
	text-align: center;
	background-color: #F4F4F4;
	font-family: verdana;
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
	clear: both;
	border: 1px solid #D8D8D8;
	padding: 15px 0px;
}
/*-------------------------------------------------
Links
-------------------------------------------------*/

a:link {
	color: #235ba5;
	text-decoration: none;
}
a:visited {
	color: #235ba5;
	text-decoration: none;
}
a:hover {
	color: #c76301;
	text-decoration: underline;
}

/*-------------------------------------------------
Browser Outlines Off
-------------------------------------------------*/

a {
	outline:none;
}

.wrapTextPic {
	float: left;
	height: auto;
	width: auto;
	margin-right: 8px;
	margin-top: 4px;
}

