/* General Template */

body{
	background: #fff url('../images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif, serif;
}

div#container{
	margin: 0 auto;
	width: 940px;
}

div#wrapper{
	background: url('../images/wrapper-bg.png')  no-repeat;
	padding: 0 60px;
}
div#main{
  background: #fff;
  width: 100%;
  padding: 25px 0 0;
}

div#main h1{
  padding-top: 5px;
}

div#columns{
  clear: both;
  background: #153458 url('../images/columns-bg.png') top center repeat-x;
  color: #fff;
  width: 100%;
  padding: 30px 0 0;
}
img.main{
  float: left;
  background: url('../images/border.gif') no-repeat;
  padding: 14px;
  margin: 0 10px 15px 0;
}

img.headmistress{
  float: right;
}

div.column{
  	background: url('../images/column.png') no-repeat;
  	color: #424242;
	width: 235px;
	height: 230px;
	padding: 20px 15px;
	float: left;
	/*overflow: hidden;*/
}

div.column-margin{
  margin: 0 12px;
}

div#calendar{
  position: relative;
}

div#calendar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#calendar ul li{
  margin: 5px 0 0;
}

div#calendar img{
  position: absolute;
  top: -77px;
  left: 50px;
}

div.column h1{
  color: #153249;
  font-size: 22px;
  padding: 0 0 0 45px;
}

div.column h2{
  font-size: 16px;
  font-weight: normal;
  color: #424242;
  padding: 0;
  margin: 10px 0;
}

div#weekly-notices ul{
  margin: 5px 0 0;
  padding: 0 15px;
}

div#weekly-notices ul li{
  margin: 10px 0 0;
}

div#weekly-notices a{
  text-decoration: none;
  font-weight: bold;
  color: #062547;
}

div#weekly-notices a:hover{
  text-decoration: underline;
}

div#columns table{
  width: 95%;
  border: 0;
}

div#columns table th{
  padding: 5px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #000;
}


div#columns table td{
  text-align: center;
  padding: 5px;
}

.column-borders{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
/* Header Styling */

div#header{
}

div#header-right{
	background: url('../images/header-right.png') center center no-repeat;
	float: right;
	width: 543px;
	padding: 45px 60px 0 0;
	height: 77px;
	text-align: right;
	font-size: 11px;
}

div#header-logo{
	float: left;
	width: 337px;
	height: 122px;
	background: url('../images/header-logo.png') center center no-repeat;
}

div#header-logo img{
	border: 0;
}

div#header-right input{
	border: 1px solid #295587;
	background: #173E69;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	margin: 0 20px 0 0;
	font-size: 11px;
	width: 150px;
}

div#header-right ul{
	list-style: none;
	margin: 20px 15px 0 0;
	text-transform: uppercase;
}

div#header-right li{
	float: right;
	padding: 0 5px;
}

li.breaker{
	color: #244F7F;
}

div#header-right a, div#header-logo a{
	text-decoration: none;
	font-weight: bold;
	color: #B99B11;
}

div#header-right a:hover, div#header li.current a{
	color: #fff;
}

div#header-logo h1{
	position: absolute;
	left: -9999px;
}

/* Nav Bar Styling */

div#nav-bar{
	clear: both;
	height: 31px;
	font-size: 11px;
	padding: 0 57px 0 58px;
	
}

ul#nav, ul#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	
}

ul#nav ul li {
	float: left;
	width: 130px;
	background: none;
	
	
}

#nav li ul {
	position: absolute;
	width: 90px;
	left: -999em;
	margin: 9px 0 0;
	background: #153457;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 150px;
	
	
	
}
ul#nav a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

ul#subnav1  a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

ul#subnav2  a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

ul#subnav3  a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}



ul#nav li{
	float: left;
	width: 102px; /* CHANGES WIDTH OF EACH MENU ITEM */
	height: 23px;
	padding: 8px 0 0;
	background: url('../images/spacer.png') right center no-repeat;

}

div.spacer{
	background: url('../images/spacer.png') center center no-repeat;
	float: left;
	width: 2px;
	height: 31px;
}

/* Content Styling */

div#content{
	padding: 0 20px;
}

div#breadcrumb{
	color: #B49818;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
}

h1, h2{
	font-size: 24px;
	font-family: georgia;
	font-weight: normal;
	color: #143356;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
	text-align: center;
}

div.content-left{
	float: left;
	width: 770px;
	color: #424242;
	line-height: 16px;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
}

div.short-content-left{
	float: left;
	width: 570px;
	color: #424242;
	line-height: 16px;
	margin: 0 20px 0 0;
}

div.content-right{
	float: left;
	width: 178px;
	padding: 5px;
}

div#print-page{
	text-align: right;
	color: #B99B11;
	background: url('../images/print.png') center center no-repeat;
	size: 11px;
}

.clear{
	clear: both;
}

.arrow-right{
	background: url('../images/arrow-right.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

.arrow-up{
	background: url('../images/arrow-up.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

div#content hr{
	border: 0;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	color: #DADBDC;
	background: #DADBDC;
}

div#content img{
	float: right;
	border: 1px solid #CBCBCB;
	padding: 3px;
}

/* Right Box Styling */

div#right-box{
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
}

div#right-box ul{
	margin: 0;
	padding: 0 25px 0;
	font-size: 11px;
	color: #B99B11;
}
div#right-box li{
	margin: 5px 0;
}

div#right-box li a{
	text-decoration: none;
	color: #B99B11;
	font-weight: bold;
}

/* Footer Styling */
div#footer{
	background: url('../images/footer.png') top center no-repeat;
	height: 41px;
	padding-right: 100px;
	font-size: 11px;
	color: #4D739F;
	text-align: center;
}
div#footer a {
	color: #4D739F;	
}
div#footer-home{
	background: url('../images/footer-home.png') top center no-repeat;
	height: 41px;
	padding-right: 100px;
	font-size: 11px;
	color: #4D739F;
	text-align: center;
}
div#footer-home a {
	color: #4D739F;	
}
div#footer p{
	margin: 0;
	padding: 5px 0 0;
}