<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul#nav-tile {
	width:520px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

ul#nav-tile li {
	float:left;
	width:120px;
	margin:0 5px;
}

ul#nav-tile li img {
	width:120px;
	padding:0;
	margin:0;
	height:80px;
	background:inherit;	
}

ul#nav-tile li a {
	text-decoration:none;
	text-align:center;
	display:inline-block;
	color:#0000FF;
}


ul#spotlight {    /*These are the styles for the navigation tiles located in the side navigation area */
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 186px;
}
ul#spotlight li {
    float: left;
    width: 90px;
}
li#spot1 {
    background: url("images/navigation-tile/6.jpg") no-repeat scroll left top transparent;
    margin: 6px 6px 6px 0;
}
li#spot2 {
    background: url("images/navigation-tile/4.jpg") no-repeat scroll right top transparent;
    margin: 6px 0;
}
li#spot3 {
    background: url("images/navigation-tile/3.jpg") no-repeat scroll left bottom transparent;
    margin-right: 6px;
}
li#spot4 {
    background: url("images/navigation-tile/1.jpg") no-repeat scroll right bottom transparent;
}
li#spot1 a, li#spot2 a {
    padding-top: 72px;
}
li#spot3 a, li#spot4 a {
    padding-bottom: 72px;
}
ul#spotlight li a {
    display: block;
    height: 18px;
    overflow: hidden;
    text-align: center;
    text-indent: -9999px;
}

/* End Side Navigation Tiles */

#post-it {
	height:226px;
	width:292px;
	left: 70px;
	float:left;
    position: relative;
	margin: 0 0 10px 0;
}

#facebook {
	background: none no-repeat scroll 0 0 #D9D9D9;
    height: 586px;
    left: 70px;
	float:left;
    margin: 0 0 10px;
    position: relative;
}



#twitter {
	left: 70px;
    position: relative;
	float:left;
	margin:30px 0 0 20px;
	
}
</pre></body></html>