/* overrides */
body {
	margin: 0px;
	padding: 0px;
	border-top: 12px solid black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
         border: 0 none;
           }

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #073e61;
}


/* framework */

#hold {
        text-align:left;
	margin-top: 40px;
	width: 915px;
}

#columns {
	margin-top: 12px;
}

#homeColumn {
	float: left;
	width: 211px;
	margin-right: 55px;
	margin-bottom: 40px;
}

#homeColumn li.menuItemHeader {
        display: block;
        font-weight: bold;

}

.intColumn h1, #homeColumn li.menuItemHeader {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/arrow_down.gif?1) no-repeat 185px center black;
	margin: 0px;
	padding: 12px;
	margin-bottom: 6px;
}

.intColumn a, #homeColumn a {
	padding-left: 12px;
	padding-top: 5px;
	display: block;
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/blank.gif?1) no-repeat;
	height: 22px;
	color: black;
	text-decoration: none;
	margin-bottom: 3px;
}

.intColumn a:hover, #homeColumn a:hover, #homeColumn a:hover {
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/blank_over.gif?1) no-repeat;
}


/* hero styles */

#hero {
	position: relative;
	width: 915px;
	margin-top: 3px;
}

#heroCaptionSearch {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 160px;
}

#heroCaption {
	color: #073e61;
}

#heroSearch {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

#heroSearch form {
	margin-top: 6px;
}

#heroSearch input.txt {
	width: 118px;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
}

#heroSearch input.btn {
	width: 26px;
	height: 26px;
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/arrow_down.gif?1) center center no-repeat black;
	border: none;
	vertical-align: middle;
}

.intHeroImage {
	float: left;
	margin-right: 10px;
}

#interiorHero {
	margin-top: 45px;
	margin-bottom: 60px;
}


/* interior styles */

#interiorSearch {
	padding-top: 10px;
	float: right;
	font-weight: bold;
	font-size: 14px;
}

#interiorSearch form {
	margin-top: 6px;
}

#interiorSearch input.txt {
	width: 118px;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
}

#interiorSearch input.btn {
	width: 26px;
	height: 26px;
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/arrow_down.gif?1) center center no-repeat black;
	border: none;
	vertical-align: middle;
}

#interiorContent #homeColumn {
	position: absolute;
	right: 0px;
	width: 180px;
	padding: 10px;
        margin: 0px;
}

#interiorContent #homeColumn li.menuItemHeader {
        display: none;
}

ul#navList {
        padding-left: 0px;
        margin-left: 0px;
        list-style-type: none;
        margin-top: 0px;
}

#interiorContent #homeColumn a {
	display: block;
	padding: 5px;
	height: inherit;
	text-decoration: none;
	color: black;
	background: none;
}

#interiorContent #homeColumn a:hover, #interiorContent #homeColumn a.selected {
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/right-nav_over.gif?1) no-repeat 0px 1px;
}

#interiorColumns {
	width: 211px;
	margin-right: 55px;
	float: left;
	margin-bottom: 60px;
}

#interiorColumns #homeColumn {
        margin-bottom: 0px;
}

.intColumn {
	margin-bottom: 20px;
}

#interiorContent {
	position: relative;
	margin-bottom: 60px;
	margin-left: 266px;
	padding-right: 200px;
}

#interiorContent p {
	line-height: 17px;
}

#interiorContent h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	background: url(http://www.philabarfoundation.org/WebObjects/BarFoundation.woa/Contents/WebServerResources/CMSResources/1000001/arrow_down.gif?1) no-repeat 632px center black;
	margin: 0px;
	margin-left: -10px;
	margin-right: -200px;
	padding: 12px;
	margin-bottom: 6px;
}


/* footer styles */

#footer {
        clear: both;
	background: rgb(13, 56, 90);
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 45px;
}

#footer img {
	margin-left: 6px;
}

#footerNavs {
	padding-top: 17px;
	float: right;
}

#footerNavs a {
	font-size: 10	px;
	padding-left: 2px;
	padding-right: 6px;
	border-right: 1px solid white;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

#footerNavs a:hover {
	text-decoration: underline;
}

#footerNavs a.last {
	padding-right: 0px;
	border-right: none;
}