@charset "UTF-8";
/* CSS Document */

/* Normal CSS overrides */
#outerWrapper #contentWrapper #content {
	padding: 35px 15px 10px 0px;  /* changed 105 to 0 */
	z-index: 0;
}
#outerWrapper #contentWrapper #rightColumn #addressBox {  /* do not need this on any scrolling page */
	display:none;
}
#outerWrapper #contentWrapper #leftColumn {  /* change this on all scrolling pages */
	background-image: url("../media/site/left_bg_2010.png");
}
h1 {
	margin-left: 105px;	
}
h3 {
	margin-left: 105px;	
}
h4 {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	padding-bottom: 10px;
}
.imaage {
	margin: 0px 0px 20px 0px; /* changed right from 10 to 0 - IS THIS NECESSARY? */
}

/* Specific CSS for scroll area */
h5 {
	font-weight:normal;
	margin-left: 105px;
	background: url(../media/site/calendar_head.png);
	background-repeat:repeat-y;
	_background: url(); /* hack for lack of png support in IE 6 */
	_background:#eee; 	/* hack for lack of png support in IE 6 */
	padding: 3px 0px 3px 10px;
	margin-bottom: 3px;
	width: 450px;
}
h6 {
	font-weight:normal;
	margin-left: 115px;
	margin-bottom: 10px;
}
.employeeNo0, .employeeNo1, .employeeNo2, .employeeNo3, .employeeNo4, .employeeNo5, .employeeNo6, .employeeNo7, .employeeNo8, .employeeNo9, .employeeNo9  {
}

html.js .scroll-pane { /* prevent native scrollbars flashing before final bars are ready */
	overflow: hidden;
}