@font-face {
    font-family: 'Title Font';
    src: url('fonts/junction_02-webfont.eot?') format('eot'),
         url('fonts/junction_02-webfont.woff') format('woff'),
         url('fonts/junction_02-webfont.ttf') format('truetype'),
         url('fonts/junction_02-webfont.svg#webfontKi3r7zgX') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	background-color: #555;
}
body{
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
}
p{
	margin-top: 10px;
	color: #666;
}
a{
	background-color: #ddd;
	text-decoration: none;
	color: #666;
}
a:hover{
	color: #fff;
	background-color: #5a0a00;
}
.yui-g #pdf a{
	background-color:transparent;
}
.yui-g #pdf a:hover{
	background-color: transparent;
}
#doc4{
	padding: 30px 40px;
	background-color: #fff;
	min-height: 100%;
}
#hd{
	height: 30px;
}
#title{
	font-family: "Title Font", "Helvetica Neue", helvetica, arial, sans-serif;
	position: fixed;
	font-size: 180%;
	margin: 0 0 5px 8px;
	text-transform: capitalize;
	letter-spacing: 0.09em;
}
#title a, #title a:hover {
	background-color: transparent;
	color: #666;
}

#sidebar{
	padding: 10px;
	width: 140px;
	text-align: right;
	position: fixed;
	background-color: #fff;
}
#sidebar ul{
	margin-top: -1px;
}
#sidebar li{
	margin-bottom: 4px;
}
#sidebar a{
	font-size: 103%;
	padding: 1px 4px;
	background: none;
}
#sidebar a:hover, #sidebar a.current{
	color: #fff;
	background: #5a0a00;
}
#main{
	padding: 10px;
}
.yui-g{
	margin-bottom: 20px;
}
.grid li {
	float: left;
	height: 251px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.grid li.last {
	margin-right: 0;
}
.grid li.row2 {
	height: 512px;
}
.grid a { background-color: transparent; display:block; height: 100%; width: 100%;}
.grid a p {
	display: none; width: 100%; height: 100%;
	position: absolute; top: 0; left: 0;
	margin: 0;
	background-color: rgba(0,0,0,.45);
	color: #fff;
	font-family: "Title Font", "Helvetica Neue", helvetica, arial, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 180%;
	letter-spacing: 0.09em;
	z-index: 2;
}
.grid li:hover p {
	display: block;
}
.grid li span {
	display: block;
	position: relative;
	margin-top: 115px;
}
.grid li.row2 span {
	margin-top: 250px;
}
#ft p{
	margin-left: 182px;
	font-size: 93%;
}
