/*  @import url("/apps/js/polls/polls-pack.css");  */

html {
	height: 100%;
}

body {
	background: url(/pics/background_inside.png) 0 0 repeat-x #f1eee9;
	padding: 0;
	margin: 0;
	height: 100%;
}

body.index {
	background-image: url(/pics/background.png); 
	background-color: #f1eee9;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -245px; /* the bottom margin is the negative value of the footer's height */ 
}

body, body table td, body .content, body .content td {
	font-family: Arial, sans-serif;
	font-size: 9.5pt; 
}

.inner {
	padding: .4em 1.2em 1.4em 1.2em;
}
.skiplink {
	display: block;
	height: 0;
	overflow: hidden;
}

#header {
	width: 100%; 
	background: url(/pics/header.jpg) center 0 no-repeat;
	height: 161px;
	padding: 0 0 0 0;
}

#header h1 {
	padding: 0;
	margin: 0 auto;
	width: 958px;
}

#header h1 a {
	display: block;
	width: 540px;
	height: 0;
	overflow: hidden;
	padding-top: 125px;
	font-size: 8px;
}

#topnav {
	margin: 0 auto;
	padding: 0;
	height: 36px;
	width: 958px;
	list-style: none;
}
#topnav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 7px;
	float: left;
	position: relative;
	z-index: 999;
	background: url(/pics/topnav_sprite.png) right bottom no-repeat;
}
#topnav li.last {
	background-image: none;
}
#topnav li.last a {
	margin-right: 0;
}
#topnav li a {
	width: 0;
	white-space: nowrap;
	display: block;
	text-align: center;
	padding: 0 17px;
	margin-right: 7px
	letter-spacing: 0.3px;
	text-decoration: none;
	color: #fff;
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	line-height:36px;
}
#topnav > li a {
	width: auto;
	white-space: normal;
}
#topnav li:hover a, #topnav li.over a {
	background: url(/pics/topnav_sprite.png) center top no-repeat;  
}
/* Drop down items */

#topnav ul, 
#topnav li:hover ul ul, #topnav li.over ul ul, 
#topnav li:hover ul ul ul, #topnav li.over ul ul ul,
#topnav li:hover ul ul ul ul, #topnav li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 141px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#topnav ul li {
	margin: 0;
}
#topnav li:hover ul, #topnav li.over ul {
	left: auto;
	background: none;
}
#topnav ul li:hover ul, #topnav ul li.over ul,
#topnav ul ul li:hover ul, #topnav ul ul li.over ul,
#topnav ul ul ul li:hover ul, #topnav ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */
#topnav li ul.wider li a {
	width: 175px!important;
}
#topnav li:hover ul li a, #topnav li.over ul li a {
	text-align: left;
	text-decoration: none;
	padding: .42em 6px; 
	width: 128px;
	line-height: 1;
	color: #fff;
	background: #073103;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#topnav li ul li a:hover, 
#topnav li ul li:hover a, #topnav li ul li.over a,
#topnav li ul li:hover ul a:hover, #topnav li ul li.over ul a:hover,
#topnav li ul li ul li:hover a, #topnav li ul li ul li.over a,
#topnav li ul li ul li:hover ul a:hover, #topnav li ul li ul li.over ul a:hover,
#topnav li ul li ul li ul li:hover a, #topnav li ul li ul li ul li.over a,
#topnav li ul li ul li ul li:hover ul a:hover, #topnav li ul li ul li ul li.over ul a:hover {
	color: #000;
	background: #b1a277;
}
#topnav li ul li:hover ul a, #topnav li ul li.over ul a,
#topnav li ul li ul li:hover ul a, #topnav li ul li ul li.over ul a,
#topnav li ul li ul li ul li:hover ul a, #topnav li ul li ul li ul li.over ul a {
	color: #fff;
	background: #073103;
}

/*  Top Area  */
#toparea {
	width: 350px;
	padding: 0 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 32px;
	background-color: #063503;
	position: absolute;
	top: 0;
	left: 49.999%;
	margin-left: 130px;  /* 960/2 - element's width */
}

#top_quicklinks {
	margin: 0 auto;
	padding: 0;
	height: 32px;
	list-style: none;
}

#top_quicklinks li {
	float: left;
	padding: 0 1px 0 0;
	background: url(/pics/top_quicklinks_sprite.png) right bottom no-repeat;
}

#top_quicklinks li.last {
	background-image: none;
}


#top_quicklinks li a {
	display: block;
	padding: 0 9px; 
	line-height: 32px;
	text-decoration: none;
	color: #ecf6f0;
	font-family: 'Times New Roman', serif;
	font-size: 13.5px;
}

#top_quicklinks li a:hover { 
	background: url(/pics/top_quicklinks_sprite.png) center top no-repeat;  
}



#toparea #search {
	background-color: #fff;
	width: 100px;
	height: 17px;
	float: right;
	margin-top: 8px;
	margin-right: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#toparea #search #q {
	background: transparent none;
	border: 0 none;
	width: 74px;
	*width: 70px;
	height: 17px;
	padding: 0 0 0 2px;
	font-size: 10px;
	float: left;
}

#toparea #search #sa {
	float: left;
	width: 22px;
	height: 17px;
}




.pageTitle {
	width: 938px;
	height: 20px;
	line-height: 20px;
	background: url(/pics/pagetitle.png) bottom left no-repeat; 
	color: #063503;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 14px 0;
	margin: 0 0 12px 0;
}


/*  Content area(s)  */
#content {

	margin: 0 auto;
	position:relative;
}

.contentIndex {
	width: 958px;
	padding-top: 27px;
	overflow: auto;
	padding-bottom: 12px;
}

.content {
	width: 938px;
	padding: 12px 10px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.contentIndex h2 {
	padding: 0;
	margin: 0;
}


#marquee {
	height: 32px;
	line-height: 30px;
	width: 958px;
	margin: 0 auto;
}


/*  Index  */
#top_photos {
	height: 222px;
	width: 100%;
	border: 4px solid #fff;
	border-width: 4px 0;
	background: url(/pics/top_photos.jpg) center top repeat-x ;
}


#features ul, #features li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#features li {
	width: 216px;
	height: 47px;
}

#features li a {
	display: block;
	width: 216px;
	height: 0;
	overflow: hidden;
	padding-top: 47px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#features li#features_library         a { background-image: url(/pics/features/library.png); }
#features li#features_studentstore    a { background-image: url(/pics/features/studentstore.png); }
#features li#features_givetogranada   a { background-image: url(/pics/features/givetogranada.png); }
#features li#features_facebook        a { background-image: url(/pics/features/facebook.png); }
#features li#features_twitter         a { background-image: url(/pics/features/twitter.png); }
#features li#features_schooltube      a { background-image: url(/pics/features/schooltube.png); }
#features li#features_gaggle   		  a { background-image: url(/pics/features/gaggle.png); }
#features li#features_schoolfusion	  a { background-image: url(/pics/features/schoolfusion.png); }
#features li#features_transcripts	  a { background-image: url(/pics/features/transcripts.png); }
#features li#features_cafeteria       a { background-image: url(/pics/features/cafeteria.png); }

#features li a:hover {
	background-position: -221px 0px;
} 

/*  Quicklinks  */
#quicklinks {
	text-align: center;
	padding: 0 0 18px 7px;
	margin: 0 0 30px 0;
	list-style: none;
}

#quicklinks li {
	list-style: none;
	display: block;
	float:left;
	zoom: 1;
	*display: inline; /* IE6+7 will now apply something akin to inline-block to this element */
	cursor: pointer;
	padding: 0 5px 0 0;
	margin: 0;
	margin-right:2px;
	background: url(/pics/quicklinks_sprite.png) right bottom no-repeat;
}

#quicklinks li.last {
	margin: 0;
}


#quicklinks li a {
	display: block;
	float:left;
	padding: 0 0 0 5px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	text-decoration: none;
	color: #ecf6f0;
	font-family: 'Times New Roman', serif;
	font-size: 13.5px;
	background: url('/pics/quicklinks_sprite.png') left bottom no-repeat; 
}

#quicklinks li a span {
	display: inline-block;
	line-height: 32px;
	padding: 0 4px;
	background: url(/pics/quicklinks_sprite.png) bottom center no-repeat;
}

#quicklinks li:hover, #quicklinks li.over {
	background-position: right top;
} 

#quicklinks li:hover a, #quicklinks li.over a { 
	background-position: left top;
}

#quicklinks li:hover a span, #quicklinks li.over a span {
	background-position: center top;
}








/*  General Homepage stuff  */
.rss_icon {
	float: right;
	width: 48px;
	height: 18px;
	display: inline;
}







/*  Columns  */
#leftcol {
	float: left;
}

#midcol {
	float: left;
	width: 460px;
	margin-left: 12px;
	display: inline;
}

#rightcol {
	float: right;
}
#leftcol, #rightcol {
	width: 216px;
	background: url(/pics/tancolumn_background.png) repeat-y #e6dfd3;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	position: relative;
	padding: 12px 10px 7px 10px;
	z-index: 1;
}

#leftcol .top, #leftcol .bot, #rightcol .top, #rightcol .bot {
	display: block;
	width: 236px;
	height: 7px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: url(/pics/tancolumn_top.png) no-repeat;
}

#leftcol .bot, #rightcol .bot {
	background: url(/pics/tancolumn_foot.png) no-repeat;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	_bottom: -10px;
}




#leftcol h2, #rightcol h2 {
	width: 216px;
	padding-top: 22px;
	height: 0;
	overflow: hidden;
	margin-bottom: 8px;
	border-bottom: 1px solid #063503;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.contentIndex .links {
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 18px 0 11px;
	margin: 0;
	line-height: 18px;
}

.contentIndex .links a {
	text-decoration: none;
	font-weight: bold;
}

#welcome_message h2 {
	background-image: url(/pics/welcome_header.png);
}

#features h2 {
	background-image: url(/pics/features_header.png);
}

#events_container {
	margin-bottom: 18px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

#events_container h2 {
	height: 22px;
	padding: 0;
}

#events_container h2 a {
	display: block;
	width: 216px;
	padding-top: 22px;
	height: 0;
	overflow: hidden;
	background: url(/pics/yearataglance_header.png) no-repeat;
}

#dailycalendar h2 {
	padding-top: 36px;
	border: 0 none;
	background-image: url(/pics/dailycalendar_header.png);
}

#dailycalendar ul, #dailycalendar li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#dailycalendar li {
	display: block;
	padding: 11px 0;
	text-align: center;
	background: url(/pics/dot_border.gif) left bottom repeat-x;
}

#dailycalendar li.last {
	background-image: none;
}

#dailycalendar li a {
	text-decoration: none;
}






#midcol h2 {
	width: 460px;
	height: 30px;
}

#midcol h2 a {
	width: 460px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	display: block; 
	background-position: 0 0;
	background-repeat: no-repeat;
}

#news_container {
	clear: both;
	padding-top: 8px;
}
#news_container h2 a  {
	background-image: url(/pics/latest_header.png);
}

#news_container h2 {
/*	margin-bottom: .8em;*/
}


.HPNews #l, .HPEvents #l {
	display: none;
}

.HPNews #r, .HPEvents #r {
	padding: 10px 0px;
	
	background: url(/pics/dot_border.gif) bottom repeat-x;
}

.HPNews {
	margin: 0 10px;
}

.HPNews #r {
/* 	width: 395px; */
}

/*  Footer   */
#footer {
	width: 100%;
	background: url(/pics/footer_photos.jpg) center 38px repeat-x #000; 
	position: relative;
	z-index: 4;
}

#footer_top {
	background: url(/pics/footer_top.png) 0 0 repeat-x;
	height: 38px;
}
#footer, #push {
	display: block;
	height: 245px;
}

#push {
	clear: both;
}


#footer_top_inner {
	width: 960px;
	margin: 0 auto;
}

#footer_top_inner #googleTranslate {
	float: right;
	margin-top: 7px;
}

#footer address {
	color: #ecf6f0;
	font-style: normal;
	font-family: 'Times New Roman', serif;
	line-height: 36px;
	font-size: 14px;
}

#footer address span {
	margin-right: 20px;
}

#footer_bottom {
	height: 164px;
	padding-top: 25px;
	text-align: center;
}

#footer_bottom img {
	margin: 0 3px;
}

#poweredby {
	display: block;
	width: 240px;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
	background: url(/pics/edunet_white.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 190px;
	behavior: url(/apps/shared/iepngfix.htc);
}



/* Right side /pages/ menus */
table#pageNav {
border:none;
margin-left:20px;
}
table#pageNav td {
background-color:#FFF;
background-image:url('/pics/rightmenu_bg.jpg');
background-repeat:no-repeat;
padding-top:18px;
}
table#pageNav ul {
width:222px;
list-style-type:none;
padding:0 4px 18px 4px !important;
margin:0 0 0 0px !important;

background-image:url('/pics/rightmenu_bottom.jpg');
background-repeat:no-repeat;
background-position:bottom;
}
table#pageNav td ul li { 
padding:4px 0;
border-top:1px solid #1f4a1c;
border-bottom:1px solid #1f4a1c;

}

table#pageNav td ul li a {
display:block;
line-height:18px;
padding:0px 5px 3px 25px;

}
table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
color:#fff;
text-decoration:underline;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
color:#fff;
text-decoration:none;
}
table#pageNav td ul li b {
display:block;
line-height:18px;
color:#fff;
background-color:#044a1a;
padding:6px 5px 6px 25px;

background-image:url('/pics/menu_light.png');
behavior: url(/apps/shared/iepngfix.htc);
background-repeat:no-repeat;
background-position:11px bottom;
}





