html, body{
	background-color: #f88600; 
  	background: url('/img/shadow/left.gif') top left repeat-y #fff;
	text-align: left; 
	font-family: Arial;
	font-size: 12px;
	color: #000000; 
	text-decoration: none; 
	margin:0;
    padding:0;
    border:0;
    height: 100%;
}
p{
	margin: 0px;
	padding: 0px;
}
input.txt{
	color:#000;
	background-color: #fff;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	border: 1px solid #987;
	padding: 2px;
	width: 150px;
}
input.txt:focus, select.select:focus, textarea.textarea:focus {
	background-color: #fed;
	outline: 1px solid #999;
}
input.btn{
	color:#951;
	background-color: #fed;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	border: 2px solid #987;
	width: 60px;
	height: 28px;
}	
h1{
	margin:0;
	padding:0;
	font-size: 24px;
	font-weight: bold;
}

h2{
	margin: 0px;
	padding: 8px 0px;
	font-size: 20px;
	font-weight: bold;
}
h3{
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
}

img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:link{
	color: #f88600; 
	text-decoration:none; 
	font-weight: bold;
}


a:visited{
	color: #f88600; 
	text-decoration:none; 
	font-weight: bold;
}

a:hover{
	color: #f31; 
	text-decoration: none; 
	font-weight: bold;
}

a:active{
	color: #f31; 
	text-decoration: none; 
	font-weight: bold;
}
.irrelevant{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.width{
    width: expression( document.body.clientWidth < 935 ? "935px" : "auto" );
    min-width: 935px;
}
.iewidth{
	width: 935px;
}
#map_canvas{
	height: 400px;
	margin-left: 20px;
	margin-right: 30px;
	border: 4px #f88600 dashed;
}
#directions{
	font-size: 12px;
}
#title{
	text-align: center;
	margin-bottom: 6px;
	overflow: hidden;
}
#sharelinks{
	font-size: 12px;
}
#sharelinks a:link{
	color: #987;
}
#sharelinks a:visited{
	color: #987;
}
#sharelinks a:hover{
	color: #f30;
}
#sharelinks a:active{
	color: #530;
}
#biglink{
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}
.sig{
	font-style: italic;
	color: #765;
}
.date{
	margin-top: 12px;
	font-size: 22px;
	font-weight: bold;
	color: #987;
	text-align: center;
	border-top: 1px dotted #765;
	border-bottom: 1px dotted #765;
}

.getDir{
	font-size: 15px;
	color: #765;
	text-align: center;
	font-weight: bold;
}
.eDate{
	font-size: 14px;
	color: #666;
}
.center{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.menu{
	text-align: center;
	background: url('/img/menu/bg.gif') repeat-x;
	white-space: nowrap;
}

#footer{
	font-size: 15px;
	height: 100px;
	background: #fff;
	position: relative;
}
.eventFooter{
	text-align: right;
	font-weight: bold;
}
.push {
	height: 100px; /* .push must be the same height as .footer */
}  
  
.black_overlay{
	display: none;
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	background-color: #f88600;

	z-index:1001;

}
.lightwindow_positioner {
display: none;
  position:fixed;
  _position:absolute;
  top:0px;
  _top:expression(eval(document.body.scrollTop+0));
	left: 50%;
	width: 630px; /*margin must be -1/2 of width*/
	margin-left: -315px;
	z-index:1002;
	padding: 30px;
	margin-top: 0px;
	overflow: visible;

}



/*table.lightwindow { 
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
 }

  td.lightwindow-top { 
    height: 50px;  
    background-image: url('/img/lightWindow/top.png');
    font-weight: bold;
    text-align: center;
    font-size: 16px;
 }
 
  td.lightwindow-topRight { 
    width: 50px;
    height: 50px;
    background-image: url('/img/lightWindow/topRight.png');
  }

  td.lightwindow-right { 
    width: 50px; 
    background-image: url('/img/lightWindow/right.png');
  }

  td.lightwindow-bottomRight { 
    width: 50px;
    height: 50px; 
    background-image: url('/img/lightWindow/bottomRight.png');
  } 

  td.lightwindow-bottom { 
    height: 50px;
    background-image: url('/img/lightWindow/bottom.png');
    background-repeat: repeat-x;
    background-position: top right;

  }

  td.lightwindow-bottomLeft {
  	width: 50px;
    height: 50px;
    background-image: url('/img/lightWindow/bottomLeft.png');
    background-repeat: no-repeat;
    background-position: top right;
  } 

  td.lightwindow-left { width: 50px;
    background-image: url('/img/lightWindow/left.png');
    background-repeat: repeat-y;
    background-position: top right;
  }

  td.lightwindow-topLeft { 
    width: 50px; 
    height: 50px; 
    background-image: url('/img/lightWindow/topLeft.png');
    background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 6px;

  }      

  td.lightwindow-center { 
    background-color: white ;
    text-align: left;
  }*/



.introText {
	font-weight: bold;
	
	font-size: 14px;
	line-height: 1.7em;
}

p.aboutText {
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 0px;
}

#nav, #nav ul { /* all lists */
	text-align: left;
	float: left;
	list-style: none;
	line-height: 1;
	background: #fff;
	font-weight: bold;
	padding: 0;
	border: 1px solid #f88600;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 120px;
	padding: 2px 0px 2px 2px;
}

#nav a:hover {
	color: #ffc600;

}

#nav a.ultimate{
	width: auto;
	text-align: center;
}

#nav a.final{

}

#nav li { /* all list items */
	float: left;
	width: 118px; /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #fff;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #f88600;
	padding-left: 2px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 120px;
}

#nav li ul ul .finalgroup{
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	border: 1px solid #cba;
	background-color: #fed;
	margin: -1px;

}

#nav2, #nav2 ul { /* all lists */
	text-align: left;
	float: left;
	list-style: none;
	line-height: 1;
	background: #fff;
	font-weight: bold;
	padding: 0;
	border: 1px solid #f88600;
	margin: 0 0 0 0;
}

#nav2 a {
	display: block;
	width: 120px;
	padding: 2px 0px 2px 2px;
}

#nav2 a:hover {
	color: #ffc600;

}

#nav2 a.ultimate{
	width: auto;
	text-align: center;
}

#nav2 a.final{

}

#nav2 li { /* all list items */
	float: left;
	width: 118px; /* width needed or else Opera goes nuts */

}

#nav2 li ul { /* second-level lists */
	position: absolute;
	background-color: #fff;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #f88600;
	padding-left: 2px;
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 120px;
}

#nav2 li ul ul .finalgroup{
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav2 li:hover, #nav2 li.sfhover {
	border: 1px solid #cba;
	background-color: #fed;
	margin: -1px;

}



.item {
  background: url('/img/itemBox3/top.gif') top repeat-x #fff;
  width:100%;
  padding-top: 15px;
  }
  

.itemTopRight {
  background: url('/img/itemBox3/topRight.gif') top right no-repeat;
  padding:0px;
  padding-right: 15px;
  margin:0;
  }
  
.itemTopLeft {
  background: url('/img/itemBox3/topLeft.gif') top left no-repeat;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding:15px 15px 15px 25px;
  margin: -15px 0 0 0px;
  white-space: nowrap;
  }
.itemBody {
  background: url('/img/itemBox3/right.gif') top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
.itemBody2{
  background: url('/img/itemBox3/left.gif') top left repeat-y;
  margin: -15px 0 0 -15px;
  padding: 0 5px 0 25px;

  }
.itemFooter {
  background: url('/img/itemBox3/bottom.gif') bottom left repeat-x;
  }
.itemFooterLeft {
  background: url('/img/itemBox3/bottomLeft.gif') bottom left no-repeat;
}

.itemFooter p {
  background: url('/img/itemBox3/bottomRight.gif') bottom right no-repeat;
  padding: 0 25px 15px 25px;
  display:block;
  margin:-2em 0 0 0;
}

.lightWindow {
  background: url('/img/lightWindow/top.gif') top repeat-x #fff;
  width:100%;
  padding-top: 15px;
  }
  

.lightWindowTopRight {
  background: url('/img/lightWindow/topRight.gif') top right no-repeat;
  padding:0px;
  padding-right: 15px;
  margin:0;
  }
  
.lightWindowTopLeft {
  background: url('/img/lightWindow/topLeft.gif') top left no-repeat;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding:15px 15px 15px 25px;
  margin: -15px 0 0 0px;
  }
.lightWindowBody {
  background: url('/img/lightWindow/right.gif') top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
.lightWindowBody2{
  background: url('/img/lightWindow/left.gif') top left repeat-y;
  margin: -15px 0 0 -15px;
  padding: 0 5px 0 25px;

  }
.lightWindowFooter {
  background: url('/img/lightWindow/bottom.gif') bottom left repeat-x;
  }
.lightWindowFooterLeft {
  background: url('/img/lightWindow/bottomLeft.gif') bottom left no-repeat;
}

.lightWindowFooter p {
  background: url('/img/lightWindow/bottomRight.gif') bottom right no-repeat;
  padding: 0 25px 15px 25px;
  display:block;
  margin:-2em 0 0 0;
}

.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
    background: url('/img/shadow/right.gif') top right repeat-y;

}


.page {
  background: url('/img/shadow/top.gif') top repeat-x;
  padding-top: 15px;
  width:100%;
  height: 100%;
  }
  

.pageTopRight {
  background: url('/img/shadow/topRight.gif') top right no-repeat;
  padding:0;
  padding-right: 90px;
  margin:0;
  margin-right: 0px;
  }
  
.pageTopLeft {
  background: url('/img/shadow/topLeft.gif') top left no-repeat;
  font-size: 18px;
  height: 150px;
  text-align: right;
  font-weight: bold;
  padding:15px 15px 0 100px;
  margin: -15px 0px 0 0px;
  white-space: nowrap;
  line-height: 1.4em;
  }
  

.pageBody{
  background: url('/img/shadow/left.gif') top left repeat-y ;
  margin: -60px 0 0 0px;
  padding: 25px 100px 0px 100px;
  }
  
.pageFooter {
  background: url('/img/shadow/bottom.gif') bottom left repeat-x;
  margin: -15px auto 0px;
  }
.pageFooterLeft {
  background: url('/img/shadow/bottomLeft.gif') bottom left no-repeat;
  margin-left: 0px;
}

.pageFooter p {
  background: url('/img/shadow/bottomRight.gif') bottom right no-repeat;
  padding: 50px 25px 75px 25px;
  text-align: center;
  display:block;
  margin:0 0px 0 0;
}

#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
	text-align: center;
}

#calendar {
	background: #fff;
	width: 100%;
	height: 100%;
}

.cal {
	width: 650px;
	border: 1px solid #AAA;
	margin: 0 auto;
	background: #fff;
}

.cal a {
	color: #f88600;
	text-decoration: none;
	font-size: 12px;
}

.cal a:hover {
	color: #f31;
	border-bottom: 1px dotted #f31;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #000;
	font-size: 20px;  
	background: #cba;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	/*background: #ffc90d;*/
	font-weight: bold;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #fff;
	height: 66px;
}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	padding: 3px;
	border: 1px solid #ddd;
}

.day {
	float: right;
	font-size: 16px;
	text-align: right;
}

.dayover {
	background: #fed;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #ccc;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #f88600;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #fed;
	border: 2px solid #f88600;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
