@charset "utf-8";
/* Philadelphia Home Page CSS Styles */

@import "menu.css";
@import "add.css";

/* General */



body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 100%;
	background-image: url(../images/philly-bgr.jpg);
	background-repeat: repeat;
}
#page-wrap {
	background-image: url(../images/drop-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}


body a {
	outline: none;
	color: #BF3A1A;
}

body a:hover {
	text-decoration: none;
}

body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* TOP */

#top-wrap {
	height: 42px;
	background-color: #FEF7DA;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top-text {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

	*font-size: 15px;
	*line-height: 21px;
	padding: 0px;
}

.top-left {
	float: left;
}

.top-right {
	float: right;
	text-align: right;
}
.top-right a {
	color: #41240a;
}



/*LOGO */

#logo-box {
	height: 105px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	background-color: #FEF7DA;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2e9c7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#flash {
	height: 280px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#slides {
	position: relative;
	height: 280px;
	width: 950px;
	list-style: none;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

#slides li {
	height: 280px;
	width: 950px;
	}
	
/*..............................*/


/* CONTENT */

#content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
}
h1.index {
	padding-top: 40px;
	margin: 0px;
	padding-bottom: 30px;
}
.home-link {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-bottom: 10px;
}



/* FOOTER */

#footer {
	background-image: url(../images/footer-bgr.jpg);
	height: 140px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EC7E11;
	border-right-color: #EC7E11;
	border-bottom-color: #EC7E11;
	border-left-color: #EC7E11;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#footer-wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
#footer-wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



#footer-wrap .f-left-col, #footer-wrap .f-middle-col {
	float: left;
	font-family: Verdana;
	color: #e5d6bd;
	padding-top: 15px;
	height: 125px;
	background-image: url(../images/footer-border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer-wrap .f-left-col a, #footer-wrap .f-middle-col a{
	color: #e5d6bd;

}

#footer #footer-wrap .f-left-col .title, #footer-wrap .f-middle-col .title {
	color: #E74D1B;
	font-size: 0.875em;
	margin-bottom: 15px;
}

#footer-wrap .f-left-col ul, #footer-wrap .f-middle-col ul {
	float: left;
	font-size: 0.813em;
}


#footer-wrap .f-left-col {
	padding-right: 15px;



}


#footer-wrap .f-left-col ul {
	width: 138px;

}
#footer-wrap .f-left-col .flush, #footer-wrap .f-middle-col .flush{
	text-align: right;
}


#footer-wrap .f-middle-col {
	padding-left: 15px;
	padding-right: 15px;

}

#footer-wrap .f-middle-col ul {
	width: 160px;

}
#footer-wrap .f-right-col {
	height: 80px;
	float: left;
	width: 286px;
	padding-left: 5px;
	padding-top: 60px;
	color: #e5d6bd;
	font-size: 1em;
	font-family: Verdana;
	line-height: 1.35em;
	text-align: right;
	background-image: url(../images/logo-footer.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
#copy {
	height: 44px;
	font-family: Verdana;
	color: #301B07;
	font-size: 0.688em;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF7DA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEF7DA;
	padding-bottom: 5px;
}
