*{ margin: 0; padding: 0; }

body{
	background: url(../images/bg.gif) 0 0 repeat-x #91A9CD;
	font-family: lucida sans, verdana, arial, helvetica, times;
	font-size: 11.5px;
}

#header{
	position: relative;
	background: url(../images/header-bg.gif) 0 0 no-repeat;
	width: 535px; /*700*/
	height: 138px; /*164*/
	margin: auto;
	padding: 26px 0 0 165px;
}

#logo_link { position: absolute; top: 3px; left: 6px; width: 140px; height: 140px; }
#logo_link a { display: block; width: 100%; height: 100%; cursor: pointer; }
#logo_link span { display: none; }


/******NAVIGATION******/

#header ul{
	 list-style-type: none;
	 font-family: arial;
	 font-size: 11px;
	 width: 100%;
}
/*body>#header ul{ margin-top: 1px; }*/

#header ul li{
	float: left;
	/*height: 25px;*/
	position: relative;
}

body>#header ul li{ margin-bottom: -1px; }

#header ul li.about{ background: #91C6D6; }
#header ul li.why{ background: #C3D74E; }
#header ul li.calendar{ background: #CBC8D2; }
#header ul li.news{ background: #8ECC7E; }
#header ul li.spanish{ background: #DEA304; }
#header ul li.classes{ background: #A4CDD9; }
#header ul li.student{ background: #C9CA7C; }

#header ul span{ float: left; display: block; height: 25px; }

#header ul span.active{ background: #fff; }

#header ul li.about .active a{ color: #91C6D6; }
#header ul li.why .active a{ color: #C3D74E; }
#header ul li.calendar .active a{ color: #CBC8D2; }
#header ul li.news .active a{ color: #8ECC7E; }
#header ul li.spanish .active a{ color: #DEA304; }
#header ul li.classes .active a{ color: #A4CDD9; }
#header ul li.student .active a{ color: #C9CA7C; }

#header ul li a{ 
	color: #fff;
	text-decoration: none;
	padding: 6px 5px 4px 9px;
	display: block;
	background: url(../images/nav-edge.gif) 0 0 no-repeat;
	
}

/***2nd level***/
#header ul li ul{
	position: absolute;
	width: 100px;
	left: -999em;
	background: #fff;
	margin: 25px 0 0 0;
	border-width: 0 0 0 0;
	border-style: solid;
}

#header ul li:hover ul, #header ul li.sfhover ul{ left: 0; }

#header ul li ul li{
	width: 100px;
}
#header ul li ul li a{
	display: block;
	background: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	
}
body>#header ul li ul li a{ border-width: 1px; }

#header ul li.about ul li a, #header ul li.about ul{
	color: #91C6D6;
	border-color: #91C6D6;
}
#header ul li.about ul li a:hover{
	background: #91C6D6;
	color: #fff;
}
#header ul li.why ul li a, #header ul li.why ul{
	color: #C3D74E;
	border-color: #C3D74E;
}
#header ul li.why ul li a:hover{
	background: #C3D74E;
	color: #fff;
}
#header ul li.calendar ul li a, #header ul li.calendar ul{
	color: #CBC8D2;
	border-color: #CBC8D2;
}
#header ul li.calendar ul li a:hover{
	background: #CBC8D2;
	color: #fff;
}
#header ul li.news ul li a, #header ul li.news ul{
	color: #8ECC7E;
	border-color: #8ECC7E;
}
#header ul li.news ul li a:hover{
	background: #8ECC7E;
	color: #fff;
}
#header ul li.spanish ul li a, #header ul li.spanish ul{
	color: #DEA304;
	border-color: #DEA304;
}
#header ul li.spanish ul li a:hover{
	background: #DEA304;
	color: #fff;
}
#header ul li.classes ul li a, #header ul li.classes ul{
	color: #A4CDD9;
	border-color: #A4CDD9;
}
#header ul li.classes ul li a:hover{
	background: #A4CDD9;
	color: #fff;
}
#header ul li.student ul li a, #header ul li.student ul{
	color: #C9CA7C;
	border-color: #C9CA7C;
}
#header ul li.student ul li a:hover{
	background: #C9CA7C;
	color: #fff;
}



/**************************/
#container{
	background: #fff;
	width: 700px;
	margin: auto;
}

a{ color: #5B78A4; }

hr{ display: block; margin: 20px 0; border: 0; background: transparent; height: 1px; border-bottom: 1px solid #B87E5A; width: 100%; }

.left-side{
	background: url(../images/creamfade-bg.gif)	repeat-x #F9FCEE;
	padding: 15px 0 0 8px;
	width: 145px;
	float: left;
	color: #666;
}

.left-side ul{
	list-style-image: url(../images/2arrow-bullet.gif);
	line-height: 1.8em;
	margin: 0 0 0 15px;
}

.left-side ul a.active{ color: #B87E5A; }

.left-side h1{ color: #B87E5A; font-size: 14px; font-weight: normal; padding-bottom: 5px; }

.right-side{
	float: right;
	width: 524px;
	padding: 15px 0 0 0;
	color: #666;
}
.top-title{
	background: url(../images/top-title.gif) 0 0 no-repeat;
	width: 514px;
	height: 15px;
	text-align: right;
	color: 	#5B78A4;
	padding: 4px 10px 0 0;
}
.right-side h1 {
	color: #5B78A4;
	font-size: 15px;
	font-weight: normal;
}
.right-side h2 {
	color: #5B78A4;
	font-size: 13px;
	font-weight: normal;
}
.right-side h3 {
	color: #5B78A4;
	font-size: 12px;
	font-weight: normal;
}

.right-side h2,
.right-side h3,
.right-side p,
.right-side ul,
.right-side ol,
.right-side dl { margin: 0 0 10px 0; }
.right-side h2, .right-side h3 { margin-top: 25px; }
.right-side ul, .right-side ol { margin-left: 15px; }
.right-side li { margin-bottom: 5px; }

.search{
	margin: 15px 0 0 0;
	color: #5B78A4;
	font-size: 13px;
}
.search form{ display: inline; }
.search_text{
	color: #666;
	border: 1px solid #5B78A4;
	display: inline;
	padding: 2px;
	height: 15px;
}
.search_button{
	background: url(../images/go.gif) 0 0 no-repeat #5B78A4;
	display: inline;
	width: 36px;
	height: 24px;
	border: none;
}

/*********HOME TEMPLATE**************/

.icon{
	float: left;
	margin: 5px 3px 0 0;
}
.icon2{
	float: left;
	margin: 0 3px 0 0;
}


.left-content{ width: 218px; vertical-align: top; padding: 20px 15px 0 0; }
.right-content{ width: 280px; vertical-align: top; padding: 20px 10px 0 0; }

.links-box{
	width: 259px;
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #5B78A4;
	border-left: 1px solid #5B78A4;
	border-right: 1px solid #5B78A4;
	border-bottom: 3px solid #5B78A4;
	background: #F9FCEE;
}
.rounded{ 
	background: url(../images/box-curve.gif) 0 0 no-repeat; 
	width: 20px; 
	height: 20px;
	position: relative;
	top: -11px;
	left: 250px;
}
.links-box ul{
	list-style-image: url(../images/arrow-bullet.gif);
	line-height: 2.5em;
}
.links-left{ float: left; width: 125px; padding: 0 0 0 3px; margin-top: -20px; border-right: 1px solid #5B78A4; }
.links-left ul{ margin: 0 0 0 15px; }
.links-right{ float: right; width: 128px; margin-top: -20px; }
.links-right ul{ margin: 0 0 0 25px; }


/******INTERIOR PAGE********/

.interior-left-content{ float: left; width: 317px; padding: 20px 15px 0 0;  }
.interior-right-content{ float: right; width: 180px; padding: 20px 10px 0 0;  }

.interior-image{
	width: 172px;
	height: 22px;
	padding: 256px 3px 3px 5px;
	color: #5B78A4;
	font-weight: bold;
}

.interior-box{
	width: 160px;
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #5B78A4;
	border-left: 1px solid #5B78A4;
	border-right: 1px solid #5B78A4;
	border-bottom: 3px solid #5B78A4;
	background: #F9FCEE;
}
.interior-rounded{ 
	background: url(../images/box-curve.gif) 0 0 no-repeat; 
	width: 20px; 
	height: 20px;
	position: relative;
	top: -11px;
	left: 151px;
}
.interior-box-content{
	margin-top: -20px;
}
.interior-box ul{
	list-style-image: url(../images/arrow-bullet.gif);
	line-height: 2.5em;
	margin: 0 0 0 20px;
}

/****Search page & Sitemap******/
.search-content{
	padding: 20px 15px 0 0;
}

.sitemap-left{ float: left; width: 218px; padding: 20px 15px 0 0; }
.sitemap-right{ float: right; width: 280px; padding: 20px 10px 0 0; }

.sitemap-left ul{
	margin: 0 0 0 20px;
	font-size: 12px;
}
.sitemap-right ul{
	margin: 0 0 0 20px;
	font-size: 12px;
}


/**************************/
#container-bottom{
	background: url(../images/bottom-fade.gif)  no-repeat;
	width: 700px;
	height: 28px;
}

.cleaner{
	clear: both;
	height: 1px;
	background: transparent;
}
.search-cleaner{
	clear: both;
	height: 8px;
	background: transparent;
	border-bottom: 1px solid  #5B78A4;
}

/******************CALENDAR*****************/

.events-calendar{ 
	padding-bottom: 10px;
}

.events-calendar table{
	text-align: center;	
}

.event{
	padding: 0 0 20px 0;
}

.event_img{ float: left; margin-right: 8px; }

.calendar-rightarea{ padding-right: 5px; }

/************FOOTER*************/
#bottom-nav{
	width: 700px;
	padding: 15px 0 15px 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;	
}
#bottom-nav a{ color: #fff; }

#footer{
	width: 700px;
	margin: auto;
	text-align: center;
	color: #666;
	font-size: 10px;
}