* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    background: #e6e9f1 url("images/page-back.gif") repeat-x top left;
    height: 100%;
}

img {
    border: 0px;
    vertical-align: middle;
}

td {
    text-align: center;
    font-family: Verdana; sans-serif;
    font-size: 9px;
    width: 25px;
    height: 25px;
}

td.top {
    width: auto;
}

td a.link {
    display: block;
    width: 25px;
    height: 20px;
    color: #ccc;
    background-color: #333;
    text-decoration: none;
    padding-top: 5px;
}

.d {
    background-color: #fff;
    border-bottom: 1px solid #b1ac9f;
    border-right: 1px solid #b1ac9f;
}

.r {
    background-color: #b1ac9f;
}

.h {
    background-color: #dff196;
}

.clear-all {
    clear: both;
    height: 1%;
}

.ar {
    float: right;
}

#container {
		position:relative;
    width: 785px;
    margin: 0 auto;
    height: auto !important;
    /* background: #fff url("images/back.gif") repeat-y center center;*/
    padding-right:34px;
    overflow:hidden;
}

#page-header {
    position: relative;
    height: 115px;
    background: url("images/header-back.gif") no-repeat top left;
}

#page-header h1 {
    position: absolute;
    top: 10px;
    left: 25px;
}

#page-header ul {
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 20px;

    font-size: 1.2em;
    font-weight: bold;
}

#page-header a {
    text-decoration: none;
    color: #d5e1ce;
}

#page-header li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}

.high-school {
		position:absolute;
		top:5px;
		right:0;
	}

#page-content {
    background-color: #fff;
    border-left: 13px solid #4e5863;
    border-right: 13px solid #4e5863;
    padding: 0px 12px 0px 12px;
    background: #fff url("images/body-back.gif") no-repeat top right;
    height: 100%;
}

#page-sidebar {
    width: 223px;
    float: left;
}

* html #page-sidebar {
    position: relative;
    top: -1px;
}

#calendar {
    background-color: #840a1a;
    padding: 10px 20px 10px 20px;
}

#page-sidebar h2 {
    font-size: 1.6em;
    border-top: 12px solid #2e3740;
    padding: 10px;
}

#page-sidebar h3 {
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
}

#page-sidebar h3 a:link, #page-sidebar h3 a:visited {
    color: #336699;
    font-weight: bold;
    text-decoration: underline;
}


#page-sidebar h3 a:hover, #page-sidebar h3 a:active {
    color: #604848;
}

li#pages h2.widgettitle {
		display:none;
	}

#page-sidebar ul,
#page-sidebar li {
	
		list-style:none;
		margin:0;
		padding:0;
		display:inline-block;
		width:221px;
	}

li#pages {
		display:block;
		display:inline-block;
    border-left: 1px solid #ded9c9;
    border-right: 1px solid #ded9c9;
    border-top: 1px solid #ded9c9;
    margin-bottom:15px;
    padding:0;
}

li#pages ul li {
    list-style-type: none;
    font-size: 1.6em;
    text-align: right;
}

li#pages ul li a {
    color: #000;
    background-color: #e1e5f0;
    text-decoration: none;
    display: block;
    border-bottom:1px solid #ded9c9;
    border-top:1px solid #fff;
    padding:5px 10px 5px 0px;
    height:1%;
    overflow:hidden;
}

li#pages ul li a:active, li#pages ul li a:hover, li#pages ul li.current_page_item a {
    color: #990033;
    background-color: #fff;
}



#page-body {
    width: 487px;
	display:block;
    float: left;
    font-family: Arial, Georgia, Verdana, sans-serif;
    margin-left: 25px;
    height: 100%;
}

#page-body h1 {
    color: #7a839f;
    text-transform: uppercase;
    font-family: Georgia, Arial, Verdana, sans-serif;
    text-align: right;
    font-size: 2.2em;
    font-weight: normal;
    padding-bottom: 10px;
}


#page-body h2 {
    color: #7a839f;
    text-transform: uppercase;
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    padding-bottom: 10px;
}

#page-body p {
    font-size: 12px;
    font-weight:normal;
    margin-bottom: 10px;
    line-height: 18px;
}

#page-body p.sm {
    font-size: 1.2em;
}

#page-body a:link, #page-body a:visited {
    color: #336699;
    font-weight: bold;
    text-decoration: underline;
}


#page-body a:hover, #page-body a:active {
    color: #604848;
}

#page-body .announce {
    margin-bottom: 10px;
    font-size: 0.9em;
    background: url("images/circle-bullet.gif") no-repeat left 1%;
    padding-left: 25px;
}

#page-body .announce p {
    margin-bottom: 0px;
    line-height: 18px;
}

#page-body .announce h3 {
    font-size: 1.7em;
}

#page-body .announce .date {
    color: #999;
}

#page-body ol {
    margin-bottom: 10px;
    margin-left: 20px;
	line-height: 18px;
}


#page-body ul {
    margin-bottom: 10px;
    margin-left: 15px;
	line-height: 18px;
}

#page-body ul .li {
    list-style: circle ;
    }

#footer-wrapper {
    background-color: #2d333a;
	font-weight:normal;
}

.footer-inside {
		width: 785px;
    margin: 0 auto;
    padding-right:34px;
  }

#page-footer {
    background-color: #2d333a;
    width: 739px;
    font-size: 1em;
    font-weight: bold;
    border-left: 13px solid #4e5863;
    border-right: 13px solid #4e5863;
    overflow: hidden;
    color: #e1e5f0;
    padding: 10px;
}

#page-footer ul {
    float: left;
    overflow: hidden;
}

#page-footer li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
}

#page-footer a {
    color: #cbd7f7;
    text-decoration: none;
}

#page-footer .copyright {
    float: right;
    width: 400px;
}

#page-footer .disclaimer {
    clear:both;
line-height:14px;
    width: 100%;
font-size:.9em;
padding-bottom:10px;
}

ul.subnav {
		text-align:right;
		list-style:none;
		margin-bottom:40px;
	}
	
	ul.subnav li {
		display:inline;
		background:url(images/sub-li-bg.png) center right no-repeat;
		padding:0 12px 0 0;
		margin-right:8px;
	}
	
	ul.subnav li.last {
		background:none;
		padding:0;
		margin-right:0;
	}
	
	#page-body ul.subnav a,
	#page-body ul.subnav a:link, #page-body ul.subnav a:visited {
		font:bold 15px arial;
		color:#2E64A2;
		text-decoration:none;
	}
	
	#page-body ul.subnav a:hover {
		text-decoration:underline;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	

