/************** cal styles *****************/

#cal{
	position: absolute;
	left: 210px;
	top: 150px;
	width: 540px !important;	
}

/************* #siteInfo styles ***************/
/* styles for the siteInfo menu - remove padding, margin and bullets */
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
  
/* float each list element inline */
#footer li {
  float: left;
  display: inline;
}

#footer{
	border-top: #C2C2C2 thin solid;
	font-size: 95%;
	background-color: #dddddd;
	color: #666666;
	padding: 2px 0px 2px 0px;
	position: absolute;
	top: 700px;
	display: block;
	text-align: center;
	width: 750px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 2px 0 5px 0px;
  width: 160px;
  
}

#footer a:link, #footer a:visited {
	color: #666666;
	font-size: 14px;
	width: 160px;
	display: block;
}

#footer a:hover, #footer a:active {
  color: #666666;
  font-size: 14px;
  width: 160px;
  display: block;
}

.copyRt {
	font-size: 70%;
	color: #666666;
	padding: 5px 0px 0px 45px;
	margin-top: 0px;
	text-align: left;
	height: 1em;
	display: block;
}

