

.container
{
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 700px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
}

.header
{
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 262px;
}

#headerText h2 {
	font-family:Georgia;
	font-weight: normal;
	color: #333;
	padding :0 0 10px 0;
	margin:0px;
	
}

#headerText p {
	position: absolute;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	top: 90px;
	width: 128px;
	height: 100px;
	font-family:Arial;
	font-weight: normal;
	color: #666;
	padding: 5px 0 5px 0;
	margin:0px;
}

#filter {
	position: absolute;
	top: 268px;
	left: 0px;
	width: 195px;
	z-index: 99999;
	background-color: #fff;
}

#scroll-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 329px;
	background-color: #fff;
	overflow: hidden;
	
}

#scroll-content {
	font-family: Arial;
	font-weight: normal;
	color: #333;
	font-size: 13px;
	width: 195px;
	background-color: #fff;
	padding-left: 25px;
}


#scroll-bar {
	position: absolute;
	left:0px;
	width: 10px;
	height: 329px;
	z-index: 999999;
	background-color: #ddd;
}
#scroll-bar .handle {
		width: 10px;
		height: 54px;
}


#hundred {
	position: absolute;
	top: -30px;
	left: -4px;
	font-size: 82px;
}

#voices {
	position: absolute;
	top: 53px;
	left: 1px;
	font-size: 33px;
	
}

#subHeadDiv {
	position: absolute;
	top: 23px;
	left: 0px;
	font-size: 21px;
	letter-spacing: 0.03em;
	padding-top:18px;
	border-bottom: 1px dotted #666;
	width:934px;
	height:48px;
	text-align: right;
}

#filterHeading {
	font-family: Arial;
	color: #666;
	position:absolute;
	top: 140px;
	font-size: 14px;
}

#filterButton {
	position:absolute;
	top: 154px;
	width: 124px;
	height: 51px;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	padding: 10px 2px 2px 2px;
	color: #333;
	font-size: 12px;
}


#changeTxt {
	color: #d61d00;
	text-decoration: underline;
	font-size: 11px;
}

#filterList 
{
	list-style: none;
	text-indent: 0px;
	padding:0px;
	margin:0px;
}

#filterList li 
{
	text-indent: 0px;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #666;
	
}

#filterList li:hover 
{
	background-color: #ddd;
}


#grid 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}


.faceCellOne {
	display: block;
	position:absolute;
	width: 60px;
	height: 58px;
	color:#FFFFFF;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial;
	cursor: pointer;
	overflow: hidden;
	padding: 6px 2px 0px 2px;
	margin: 2px;
	text-align:center;
	line-height: 10px;
}



.faceCellHover {
	background-color: #D61D00;
}

.faceCellMonth{
	font-size: 18px;
	font-family: Arial;
	color:#FFFFFF;
	font-weight: bolder;
}

.faceCellDay{
	font-size: 36px;
	line-height: 38px;
	font-family: Arial;
	color:#FFFFFF;
	font-weight: bolder;
}

.faceCellYear 
{
	display: block;
	position:absolute;
	width: 60px;
	height: 60px;
	color:#FFFFFF;
	background-color: #333333;
	font-size: 21px;
	font-weight: bolder;
	font-family: Arial;
	cursor: pointer;
	overflow: hidden;
	padding: 2px 3px 2px 5px;
	margin: 2px;
	text-align:center;
	line-height: 35px;
}

.conversation{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.conversation a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004A83;
}

.description{
	font-size: 21px;
	font-family: Georgia;
	color: #666;
}



#conversationText{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	position: absolute;
	width: 600px;
	text-align: left;
	line-height: 28px;
	z-index: 100000;
	left: 25px;
	top: 260px;
	color: #333;
	
	
}

.conversation em{
	display: block;
	background-color:#F27F6D;
	padding:10px 10px 10px 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-style:normal;
}

.faceCellLarge {
	display: block;
	position:absolute;
	width: 128px;
	height: 128px;
	background-color: #ddd;
	cursor: pointer;
	overflow: hidden;
}

.cellImage {
	position: absolute;
	width: 61px;
}

.cellImageLarge {
	position: absolute;
	width: 128px;
}

.faceCellLargeHover {
	width: 120px;
	height: 120px;
	border: solid 4px #d61d00;
}

.faceCellImageHover {
	top: -4px;
	left: -4px;
}

#infoPanel
{
	display: block;
	position:absolute;
	top: 67px;
	left: 67px;
	width: 806px;
	height: 470px;
	background-color: #FFFFFF;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 1000;
}

#loading 
{
	font-size: 14px;
	font-family: Arial;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 940px;
	position: absolute;
	z-index: 100000;
	left: 0;
	top: 0;
	color: #777;
}

#closeButton 
{
	position: absolute;
	height: 14px;
	width: 13px;
	z-index: 100000;
	right: 10px;
	top: 4px;
	color: #777;
	line-height: 26px;
	background-image:url('../images/closeButton_14x13.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#showAllButton {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	height: 24px;
	width: 102px;
	text-align: left;
	right: 0;
	bottom: 0px;
	color: #777;
	line-height: 26px;
	background-image:url('../images/showAll.png');
	background-repeat: no-repeat;
	background-position: 72px 0px;
	cursor: pointer;
	z-index: 9998;
}



#locText {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#jobText {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}


#detailsText {
	position: absolute;
	height: 45px;
	width: 800px;
	text-align: left;
	z-index: 100000;
	padding-left: 21px;
	padding-bottom: 18px;
	padding-top:2px;
	left: 6px;
	top: 20px;
	font-family: Georgia;
	font-weight: lighter;
	color: #333;
	font-size: 36px;
	line-height: 36px;
	border-bottom: 1px dotted #666;
}

#quoteText {
	position: absolute;
	font-size: 21px;
	font-family: Georgia;
	width: 600px;
	text-align: left;
	line-height: 28px;
	z-index: 100000;
	left: 25px;
	top: 108px;
	color: #333;
}


.headLink {
	text-decoration: underline;
	color: #004A83;
	font-family: Arial;
	font-size: 14px;
	z-index: 99999999;
	cursor: pointer;
	line-height: 0px;
	background-repeat: no-repeat;
}


#articleLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
	height: 30px;
	width: 170px;
	text-decoration: none;
	color: #d61d00;
	font-family: Georgia;
	font-size: 18px;
	z-index: 99999999;
	cursor: pointer;
	background-image:url('../images/chevron_15x15.png');
	background-repeat: no-repeat;
	background-position: 153px 4px;
}

#headerText {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	height: 60px;
	width: 938px;
	text-align: left;
	z-index: 9998;
	left: 2px;
	top: 582px;
	color: #999;
}

#imageHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	width:247px;
	height:310px;
	background-color: #fff;
	background-image:url('../images/preloader.gif');
	background-repeat: no-repeat;
	background-position: 107px 139px;
	z-index: 9999;
	
}


.mapDot {
	position: absolute;
	cursor: pointer;
	z-index: 50;
}

.mapHighlight {
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

#sixtysix {
	position: absolute;
	top: 90px;
	left:25px;
	width:37px;
	height:18px;
	background-image:url('../images/openingQuote_37x18.png');
	background-repeat: no-repeat;
}

#ninetynine {
	position: absolute;
	bottom: 10px;
	left:25px;
	width:37px;
	height:18px;
	background-image:url('../images/closingQuote_37x18.png');
	background-repeat: no-repeat;
}

#maskGrid {
	position: absolute;
	top:0px;
	left:0px;
	width:940px;
	height:610px;
	background-color:#000000;
	background-repeat:repeat;
}

hr {
  border: 0;
  width: 80%;
}

.arrowButton {
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	top: 272px;
}

#leftArrow {
	right: 876px;
	background-image:url('../images/left-chevron.png');
	background-repeat: no-repeat;
	z-index: 99999999;
}

#rightArrow {
	right: 4px;
	background-image:url('../images/right-chevron.png');
	background-repeat: no-repeat;
	z-index: 99999999;
}





