@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg5.jpg);
	background-repeat: repeat-x;
	background-color:#f2f2f2;
}
#content {
	position:relative;
	float:left;
	width:900px;
	height:520px;
	z-index:3;
}
#image_container {
	width:1000px;
	height:900px;
	background-image:url(../images/bg7.gif);
	
}
#container {
	position:relative;
	width:900px;
	height:800px;
	background-color:#FFFFFF;
	/* IE top margin trick*/
	padding-top: 10px;
	margin-top: -10px;
}
#canton_menu{
	width:900px;
	height:20px;
	background-image:url(../images/canton_menu.jpg);
	font-size:12px;
	padding-top:4px;
	
}
#canton_menu ul{
	display:inline;
	list-style-type:none;
	}
#canton_menu li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style:none;
	display:inline;
	padding-right: 20px;
}
#canton_menu li a {
	color:#223f81;
	text-decoration:none;
	padding: 0px 0px 4px 10px;

}

#canton_menu li a:hover {
	text-decoration:underline;
	padding-bottom: 4px;
}
#canton_menu li#current a {
	color: #fff;
	text-decoration: none;
	background-color:#000000;
}

#header {
	position:relative;
	float:left;
	height:150px;
	z-index:2;
	width: 900px;
	background-image:url(../images/ol_header.jpg);
	background-repeat:no-repeat;
}
#search{
	padding-left:720px;
	padding-top:75px;
	height:30px;
	}
#menu{
	position:relative;
	width: 620px;
	height: 35px;
	top:5px;
	padding-left:280px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#flash {
	position:relative;
	float:left;
	width:400px;
	height:376px;
	z-index:4;
}
#content_top{
	width:900px;
	height:376px;	
}
#right_content{
	width:500px;
	height:376px;
	float:left;
	background-image:url(../images/right_contentbg.jpg);
	background-repeat:no-repeat;
}
#right_top{
	width:500px;
	height:280px;
}
#program{
	width:80px;
	height:102px;
	padding-right:10px;
	padding-left:10px;
	padding-top:4px;
	float:left;
}
#program_image{
}
#program_title{
	height:20px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	line-height:12px;
	padding-top:2px;
	padding-bottom:4px;
}
ul{
	line-height:12px;
}
.technology_list{
	list-style-image:url(../images/bullet.jpg);
}
.ul li{
	list-style-image:url(../images/bullet.jpg);
}
#accordian{
	width:250px;
	float:left;
	padding-top:20px;
	padding-left:10px;
}
#text_overlay{
	width:230px;
	height:160px;
	font-size:12px;
	position:absolute;
	left: 417px;
	top: 37px;
	}
#calendar {
	position:relative;
	float:left;
	width:180px;
	height:175px;
	padding-left:6px;
}

/* Date blocks for Upcoming Events */
.date {
	text-align: center;
	top:10px;
	width: 40px;
	font-family: Arial;
	color: #000;
	float: left;
	position: relative;
}
.day {
	font-size: 18px;
	position: relative;
}
.month {
	font-size: 10px;
}
td img {display: block;}
		
	/*--End-- */
	
#right_bottom{
	width:500px;
	height:76px;
	}
#right_angel{
	width:240px;
	height:96px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#right_staff{
	width:140px;
	background-image: url(../images/staff_button.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-left: 70px;
	padding-right:20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:96px;
	float:left;
}
#right_staff a {
	color:#226dae;
	text-decoration:none;
	}
#right_staff a:hover{
	text-decoration:underline;
	}
#content_bottom{
	width:900px;
	
}
#footer{
	width:900px;
	height:40px;
	position:relative;
	padding-top:4px;
	color: #0060a9;
	border-top: 1px solid #0060a9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/footer_bg2.gif);
	background-repeat:no-repeat;
}

h2{
	color:#0060a9;
	font-size:12px;
}



-->