﻿/*********************************************
 Global Stuff
**********************************************/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

html {}

.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

#container {
	text-align: left;
	padding-top: 30px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
    height: 1px;
    display: none;
    margin-left: -500em;
}

/*********************************************
 Header Block
**********************************************/

#header {}

#logoBlock {
	float: left;
	height: 77px;
	width: 139px;
	background-color: #FFFFFF;
}

#headerArticle {
	float: right;
	height: 74px;
	width: 780px;
	font-size: 11px;
	line-height: 140%;
}

/*********************************************
 Top Navigation
**********************************************/

#topNav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 12px;
	height: 33px;
	background-image: url(../images/bg_top_nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#topNav ul {
	height: 24px;
	width: 940px;
	list-style: none;
}

#topNav ul li {
	float: left;
	margin-left: 40px;
}

#topNav ul li a .linkName {
	display: none;
}

#topNav ul li a.fairmount {
	width: 121px;
	height: 24px;
	display: block;
	background-image: url(../images/fairmount.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}

#topNav ul li a.fishtown {
	width: 109px;
	height: 24px;
	display: block;
	background-image: url(../images/fishtown.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}

#topNav ul li a.roxborough {
	width: 135px;
	height: 24px;
	display: block;
	background-image: url(../images/roxborough.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}

#topNav ul li a.southphilly {
	width: 154px;
	height: 24px;
	display: block;
	background-image: url(../images/centercity.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}

#topNav ul li a:hover {
	background-position: 0px -26px;
}
