/* import additional style sheets */
@import "news.css";
@import "calendar.css";

/* ------------------ default styling ----------------- */

body	{
	background-color: #DFF8FF;
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 170%;
	color: #000;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover	 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; font-weight: bold; text-decoration: none;}

.whitetext	{color: #FFF;}
.redtext	{color: #C00;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	background: #FFF; 
	width: 768px;  
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#repeater {
	background-image: url(../images/repeater.gif);
	width: 768px;
	background-repeat: repeat-y;
	float: left;
	}

#header		{
	background: #006;
	width: 768px;
	height: 130px;
	margin: 0px; padding: 0px;
	color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	}

#header h1, #header h2	{display: none;}

#main	{ 
	width: 768px;
	margin: 0px; padding: 0px;
	background-image: url(../images/main_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	}

#left {
	float: left;
}

#contentwrapper	{
	float: right;
	width: 552px;
	margin: 0px; padding: 0px;
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
	padding-right: 12px;
	}
	
#subnav {
	width: 190px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	
	}

#subnav ul {
	margin: 0px; padding: 0px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	
	}
	
#subnav li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/triangle.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 17px;
	}


#subnav a:link		{
	text-decoration: none; color: #FFFFFF;
	}
	
#subnav a:visited	{text-decoration: none; color: #FFFFFF;}
#subnav a:hover		{text-decoration: underline; color: #FFFFFF; text-decoration: none;}
#subnav a:active	{text-decoration: none; color: #FFFFFF;}

#school_address {
	width: 180px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.3;

	}

#school_address a:link		{
	text-decoration: none; color: #FFFFFF;
	padding-left: 3px;
	}

#breadcrumbs {
	float: left;
	width: 380px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	font-size: 90%;
	margin-left: 2px;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 6px 0px 12px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none;}
#breadcrumbs a:visited	{text-decoration: none;}
#breadcrumbs a:hover	{text-decoration: underline;}
#breadcrumbs a:active	{text-decoration: none;}

#datetime	{
	float: right;
	width: 180px;
	padding: 5px;
	font-size: 90%;
	text-align: right;
	margin-right: 2px;
	}

#content	{
	clear: both;
	margin: 0px;
	padding: 5px;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 500px;
	}

#footer	{
	background: #09C1FF;
	width: 758px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 12px;
	margin-top: -14px;
	text-align: right;
	}

#footer a	{color: #FFF}




#ticker	{
	margin: 0px; padding: 0px;
	width: 758px;
	background: #C4D7FF;
	height: 57px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	color: #FFFFFF;
	}					

#ticker	a {
	color: #FFFFFF;
	}
	
ul#tickerContent {   
  	width: 100%;
               height: 40px;
               overflow: scroll;
               white-space: nowrap;
               margin:0; padding: 0;
           }

ul#tickerContent li {
               display: inline;
               padding-right: 40px;
           }

		