/*------------------ start core styles --------------*/

body {
	color:#404040;
	font-size:0.8em;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	font-family:verdana,arial,helvetica;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
}

a {
	color:#699bcc;
	text-decoration:none;
	outline: none;
}

a img {
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus {
	
}

p {
	margin: 0px 0px 10px 0px;
}

p a {
	color: #699bcc;
}

p strong {
	color: #000000;
}

h1 {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 155%;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h1.PS05mainTitle {
	margin: 0px 0px 0px 0px;
}

h2 {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:150%;
	font-style:normal;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h2 a {
	color:#000000;
}

h3 {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h4 {
	color:#000000;
	font-size:105%;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h5 {
	color:#000000;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h6 {
	color:#333333;
	font-size:80%;
	font-style:normal;
	font-variant: small-caps;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

ul {
	display: block;
	list-style-position: outside;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 10px 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: block;
}

/*------------------ end core styles --------------*/
.P5topColorBar {
	height: 44px;
	background-color: #364395;
}

.P5topBarLogo {
	padding: 0px 0px 0px 10px;
}

.P5topBarPhrase {
	padding: 0px 10px 0px 0px;
}

.PS05wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.PS05pageWrapper {
	background: url(../images/PS05/PS05sideFader.png) transparent top left repeat-y;
}

.PS05pageWrapperContent {
	padding: 0px 11px 0px 11px;
}

.PS05Fader {
	height: 11px;
}

.P5topFader {
	background: url(../images/PS05/PS05topFader.png) transparent no-repeat;
}

.P5bottomFader {
	background: url(../images/PS05/PS05bottomFader.png) transparent no-repeat;
}

/* Header Styles */

.PS05topNav {
	text-align: right;
	font-size: 0.8em;
}

.PS05topNavContent {
	padding: 5px 30px 0px 11px;
}

.PS5topNavLinks ul.horizontalList li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; 
	o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 2px 5px 2px 5px;
	/*behavior: url(javascript/PIE.htc);*/
}

.PS5topNavLinks a:hover {
	background: #eef0e2;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	/*behavior: url(javascript/PIE.htc);*/
}

/*Top Banner Styles*/

.PS05mainBanner {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	position: relative;
	height: 210px;
}

.PS05mainBannerLogo {
	float: left;
	padding: 20px 0px 0px 30px;
	
}

.PS05mainBannerLogo a img {
	
}

.PS05mainBannerApps {
	position: relative;
	display: block;
	width: 650px;
	float: right;
	padding: 21px 0px 0px 0px;
	z-index: 1000;
}


/*Find It and Rep Locator*/

#PS05findIt {
	background: url(../images/PS05/findItBg.png) transparent no-repeat;
	width: 390px;
	height: 36px;
	float: left;
	z-index: 1000;
	margin-right: 20px;
}

.PS05findSamples {
	background: url(../images/PS05/findSamplesBg.png) transparent no-repeat !important;
}

#PS05findItContent {
	padding: 7px 20px 0px 20px;
}

#prog_input {
	position: relative;
}

#prog_loading_div {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 0px;
}

#prog_results_div {
	width: 600px;
	position: absolute;
	z-index: 1000;
}

#prog_results {
	width: 600px;
	height: 130px;
	border: 1px solid #a9a47c;
	position: relative;
}

.productCloseButton {
	background: #a9a47c;
	text-align: right;
}

.productCloseButton img {
	display: inline;
	padding: 1px 1px 0px 0px;
}

#PS05findIt label {
	font-weight: bold;
	padding-right: 5px;
	text-transform: uppercase;
}

#PS05findIt input.PS05findItFeild {
	border: 1px solid #888888;
	width: 150px;
}

.PS05findItFeild {
	margin-left: 132px;
}

/*-------------Rep Locator------------*/

#PS5RepTotalWrapper {
	width: 207px;
	float: left;
	z-index: 1000;
}

.PS05Rep {
	/*background: url(../images/PS05/ContactRepBg.png) transparent no-repeat;*/
	width: 207px;
	height: 36px;
	/*float: left;*/
	z-index: 1000;
}

.PS05RepOpen {
	/*background: url(../images/PS05/ContactRepBgOpen.png) transparent no-repeat;*/
	width: 207px;
	height: 41px;
	/*float: left;*/
	z-index: 1000;
}

#PS05Rep h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
	margin-bottom: 20px;
}

h3.PS5repImage {
	padding: 0px;
	margin: 0px;
}

.PS5repImage a {
	padding: 0px;
}

#PS05RepContent {
	text-align: center;
	padding: 0px;
}

#PS05RepContent h3 {
	margin-bottom: 0px;
}

#PS05RepContent a {
	color: #000000;
}

#PS05RepOpenTitle {
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 41px;
}

#PS05RepOpenTitle h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
	margin-bottom: 7px;
	padding-top:10px;
}

#PS05RepOpenMenuWrapper {
	display: none; /* must be none because when javascript is disabled, this must never appear */
	/*position: relative;*/
	width: 207px;
	z-index: 1000;
	/*float: left;*/
}

#PS05RepOpenMenu {
	position: absolute;
	background-color: #fefef5;
	margin: 0px 1px 0px 1px;
	width: 203px;
	border: 1px solid #a39e75;
	border-top: 0px solid #a39e75;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-radius: 0px 0px 10px 10px; (top-left, top-right, bottom-right, bottom-left)
	z-index: 1050;
	/*behavior: url(javascript/PIE.htc);*/
}

#PS05RepOpenMenu a {
	color: #699bcc;
}

#PS05RepOpenMenuContent {
	text-align: left;
	padding: 5px 5px 0px 5px;
	font-size: 0.7em;
}

#PS05RepOpenMenuContent input, #PS05RepOpenMenuContent select, #PS05RepOpenMenuContent p {
	margin: 5px 0px 5px 5px;
}

#PS5RepLocatorStartOver {
	text-align: center;
}

.PS5RepLocatorSelectList {
	width: 180px;
}

.PS05RepImage {
	float: right;
	margin: 0px 0px 5px 5px;
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	z-index: 1051;
}

.PS05RepIcon {
	float: right;
	margin: 0px 0px 5px 5px;
}

.PS05RepImage:hover {
	-webkit-transform: scale(4.5) translate(-6px, 9px);
	-moz-transform: scale(4.5) translate(-6px, 9px);
	-o-transform: scale(4.5) translate(-6px, 9px);
	transform: scale(4.5) translate(-6px, 9px);
}

.PS05RepOpenDropDown {
	width: 190px;
	overflow: scroll;
	margin-bottom: 5px;
}

.PS05RepOpenMultiSelect {
	width: 190px;
	height: 100px;
	overflow: scroll;
	margin-bottom: 5px;
}

.PS05RepOpenLabel {
	display: block;
	clear: both;
}

.PS05RepOpenInput {
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 130px;
}

.PS05RepLoading {
	float: right;
	margin: 2px 5px 0px 0px;
}

.PS05repShifter {
	width: 240px;
}


.PS05QFshopHomePlacement {
	height: 70px;
	padding: 15px 0px;
	background: url(../images/PS05/PS05QFshopPlacementBG.gif) 0% 0% no-repeat ! important;
}


.PS05mainBannerBreadcrumb {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 35px;
}

.PS05mainBannerBreadcrumbContent {
	padding: 0px 180px 11px 249px;
	font-size: 10px;
}

.PS05breadcrumb_fw {
	font-size: 0.85em;
	background-color: #ffffff;
}

.PS05breadcrumbContent_fw {
	padding: 10px 13px 10px 5px;
}

/*Main Area Styles*/

.PS05mainArea {
	display: block;
	background-color: #ffffff;
}

.PS05LN, .PS05MA {
	display: block;
}

/*Left Nav Styles*/

.PS05lnMenu {
	background: url(../images/PS05/PS05lnMenuBottom.jpg) transparent bottom no-repeat;
	margin-bottom: 15px;
	margin-left: 6px;
	width: 220px;
}

.PS05lnMenuCut {
	background: url(../images/PS05/PS05lnMenuCutBottom.jpg) transparent bottom no-repeat;
	margin-bottom: 0px;
	margin-left: 6px;
	width: 220px;
}

.PS05lnMenuContent {
	padding-bottom: 15px;
}

.PS05lnMenuCut .PS05lnMenuContent {
	padding-bottom: 0px;
}

.PS05lnMenu .PS05lnMenuTop {
	background: url(../images/PS05/PS05lnMenuTop.jpg) transparent top no-repeat;
	border-bottom: 1px solid #d9d9d1;
	margin: 0px 0px 0px 0px;
	padding: 7px 30px 10px 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #333333;
}

.PS05lnMenu div.PS05lnMenuTop {
	background: url(../images/PS05/PS05lnMenuTop.jpg) transparent top no-repeat;
	border-bottom: 1px solid #d9d9d1;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 5px 21px;
	color: #333333;
}

.PS05lnMenu .PS05lnMenuCutTop {
	background: url(../images/PS05/PS05lnMenuCutTop.jpg) transparent top no-repeat;
	border-bottom: 1px solid #d9d9d1;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 21px;
	color: #333333;
}

.PS05lnMenu ul li.PS05lnMenuTop a {
	color: #000000;
}

.PS05lnMenu ul li.lastInList {
	border-bottom: 0px solid #e4e4e4;
}

.PS05lnMenu ul li:last-child {
	border-bottom: 0px solid #e4e4e4;
}
	
.PS05lnMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.PS05lnMenu ul li {
	margin: 0px 1px 0px 1px;
	border-bottom: 1px solid #e4e4e4;
	padding:0;
}

.PS05lnMenu ul li a {
	display: block;
	padding: 5px 30px 5px 20px;
	font-size: 0.85em;
	text-decoration: none;
	color: #333333;
}

.PS05lnMenu ul li a:hover {
	text-decoration:underline;
	background-color: #f2f0e3;
}

.PS05lnMenu ul li a.selected {
	background-color: #f2f0e3;
}

.PS05lnMenu ul li.PS05lnMenuHDivider {
	padding: 5px 30px 5px 20px;
	background-color: #f2f0e3;
	border-bottom: 1px solid #e4e4e4;
}

.PS05lnMenu ul li.PS05lnMenuHDivider h5 {
	background-color: #f2f0e3;
	border-bottom: 0px solid #e4e4e4;
	margin: 0px 1px 0px 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #333333;
}

.PS05lnMenu h5 {
	background-color: #f2f0e3;
	border-bottom: 1px solid #e4e4e4;
	margin: 0px 1px 0px 1px;
}

.PS05lnMenuMiscContainer {
	padding: 5px 21px 0px 21px;
}

.LNOnlineResources {
	font-size: 0.85em;
	margin-bottom: 10px;
}

/*LN Grey Menu (used for school lvl)*/

.PS5lnGreyMenuTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-size: 0.85em;
	padding-left: 26px;
}

.PS5lnGreyMenu {
	background: url(../images/PS05/PS05lnMenuTop.jpg) transparent top no-repeat;
	margin-bottom: 15px;
	margin-left: 6px;
	width: 220px;
}

.PS5lnGreyMenuContent {
	background: url(../images/PS05/PS05lnGreyMenuBottom.jpg) transparent bottom no-repeat;
}

.PS5lnGreyMenu ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	display: block;
}

.PS5lnGreyMenu ul li {
	padding: 7px 5px 7px 10px;
	margin: 0px 1px 5px 11px;
}

.PS5lnGreyMenu ul li a {
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.PS5lnGreyMenu ul li.selected {
	background: url(../images/PS05/PS05lnGreyMenuArrow.gif) transparent 0 50% no-repeat;
	margin: 0px 11px 5px 11px;
}

.PS5lnGreyMenu ul li a:hover {
	text-decoration:underline;
}

/*LN White Menu (used for level below ap and ct)*/

.PS5lnWhiteMenuTitle {
	display: inline;
	padding-right: 20px;
	background: url(../images/PS05/PS5lnWhiteMenuTitleArrow.jpg) transparent 100% 2px no-repeat;
	margin-bottom: 0px;
}

.PS5lnWhiteMenu {
	background: url(../images/PS05/PS5lnWhiteMenuTop.jpg) transparent top no-repeat;
	margin-bottom: 15px;
	margin-left: 6px;
	margin-top:10px;
	width: 220px;
}

.PS5lnWhiteMenuContent {
	background: url(../images/PS05/PS5lnWhiteMenuBottom.jpg) transparent bottom no-repeat;
}


/*Quick Start Styles*/

.PS05quickstart {
	width: 700px;
	position: relative;
	z-index: 500;
}

.PS05quickstartContent {
	
}

.PS05quickstartImg {
	
}

.PS05quickstartImgContent {
	padding: 27px 0px 0px 0px;
	
}

.PS05quickstartImg img {
	
}

.PS05quickstartMenu {
	
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	font-size: 11px;
	font-weight: bold;
	z-index: 1000;
}

.PS05quickstartMenuContent {
	position: relative;
}

.PS05quickstartTop {
	background: url(../images/PS05/PS05quickstartBGtop.png) transparent no-repeat top;
	width: 230px;
}

.PS05quickstartMenu h4 {
	text-transform: uppercase;
	padding: 23px 0px 13px 40px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
}

.PS05quickstartBottom {
	background: url(../images/PS05/PS05quickstartBGbottom.png) transparent no-repeat 50% 100%;
	width: 230px;
	padding-bottom: 10px;
}

.PS05quickstartMenu ul {
	list-style: url(../images/PS05/PS05quickstartBullet.jpg) outside none;
	margin:0;
	padding:5px 15px 10px 40px;
}

.PS05quickstartMenu li {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	position: relative;
}

.PS05quickstartMenu ul li a {
	position: relative;
	display: block;
	color: #333333;
}

.seeAllPrograms {
	padding: 0px 0px 10px 22px;
}

/*Footer Styles*/

.PS05MAfooter{
	display: block;
	font-size: 0.8em;
}

.PS05MAfooterContent {
	padding: 30px 0px 11px 249px;
	position: relative;
}

.PS05MAfooterWrapper {
	position: relative;
}

.PS05MAfooter ul.horizontalList {
}

.PS05MAfooter ul.horizontalList li {
}

.PS05bottom {
	color: #888888;
	font-size: 0.8em;
}

.PS5MAfooterBox {
	width: 240px;
}

#PS5offeringBox {
	padding: 10px 20px 5px 5px;
	/* width: 210px; */
}

#offeringsSubmit {
	padding: 0px 0px 0px 7px;
}

#PS5customSearch {
	padding: 10px 5px 5px 5px;
}

#PS5customSearch #q{
	height: 15px;
	margin-right: 7px;
}

ul.horizontalList li.PS5footerLinksBottom {
	padding-top: 10px;
	display: block;
}

.PS05bottomCopyright {
	display: block;
	padding: 0px 11px 11px 265px;
}

.PS05peekInside ul {
list-style-image:url(../../images/PS05/PS05quickstartBullet.gif);
list-style-position:outside;
list-style-type:disc;
margin:0;
padding:5px 15px 20px 40px;
}

.PS05peekInside li {
font-weight: bold;
padding: 5px 0;
font-size:0.85em;
}

.PS05peekInside li a {
color: #000000;
}

/*---------------------------------PMDb Page Styles----------------------------------*/

/*----------------------Rollups----------------------*/
.framedContentArea {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 0.9em;
}

.framedContentAreaTitle {
	display: block;
	background: url(../images/PS05/PS5framedContentAreaBG.jpg) #ffffff 0% 0% repeat-x;
	height: 27px;
}

.framedContentAreaTitleContent {
	padding: 7px 20px 5px 20px;
}

.framedContentAreaTitle h3 {
	color: #3c3c3c;
	font-size: 0.85em;
	margin: 0px;
	text-transform: uppercase;
}

.framedContentAreaSeeAll {
	background: url(../images/PS05/PS5framedContentAreaArrow.gif) transparent 0% 3px no-repeat;
	padding-left: 13px;
}

.framedContentAreaSeeAll a {
	color: #969380;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
}

.programTitleBadges {
	/*width: */
}

.programDescription {
	margin: 0px 0px 20px 0px;
	width: 460px;
}

.programImage {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
}

.programInformation {
	padding-bottom: 20px;
}

.programFullInformation {
	margin: 0px 0px 20px 0px;
}

.programRollupAreaProductCount {
	font-weight: normal;
	font-size: 0.9em;
}

ul.programRollupDisplay {
	list-style: none;
	padding: 5px;
	margin: 0px;
	display: block;
	float: left;
}

ul.programRollupDisplay li {
	display: block;
	float: left;
	text-align: center;
	width: 150px;
	padding: 0px;
	margin: 0px 7px 20px 7px;
	list-style: none;
}

ul.programRollupDisplay li.programRollupDisplayBreak {
	display: block;
	float: none;
	width: 650px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	clear: both;
	font-size:0px;
	height:0px;
	line-height:0px;
}


/*-----------------------LN Program Filters------------------------*/

h5.leftNavRemoveHeader {
	padding: 6px 6px 5px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 0.85em;
	color: #333333;
	background-color: transparent;
	border-bottom: 0px solid #e4e4e4;
}

.leftNavRemoveHeader a {
	color: #333333;
}

.leftNavMenuRemove {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.leftNavMenuRemove li {
	padding: 5px 30px 5px 30px;
	margin: 0px;
	background: url(../images/PS_03/programFilterOn.jpg) #ffffff no-repeat 100% 50%;
}

.PS05lnMenu ul.leftNavMenuRemove li a {
	font-size: 0.85em;
	color: #666666;
	text-decoration: none;
	padding-left: 27px;
	background-color: transparent;
}

ul.leftNavMenuRemove li a.selected:hover {
	background-color: transparent;
	text-decoration: underline;
}

ul.leftNavMenuCheckbox {
	padding: 10px 0px 0px 20px;
}

ul.leftNavMenuCheckbox li {
	border: 0px solid #000000;
	padding-bottom: 3px;
}

/*----------------------------Grants and Funding Styles-------------------------------*/

.grantsFundingWrapper {
	width: 424px;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}

.grantsFundingTop {
	width: 424px;
	background: url(../images/PS_03/fundingTypesTop.jpg) no-repeat 0% 0%;
}

.grantsFundingBottom {
	width: 424px;
	background: url(../images/PS_03/fundingTypesBottom.jpg) no-repeat 0% 100%;
}

.grantsFundingContent {
	/*background-color: #f6f6f6;*/
	margin: 0px 0px 0px 0px;
	padding: 15px 17px 5px 44px;
	width: 363px
}

.grantsFundingList {
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 10px 24px;
	width: 383px;
}

.grantsFundingContent h4 {
	margin: 0px 0px 6px 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 0.9em;
}

.grantsFundingList .horizontalList {
	font-size: 0.9em;
	margin-bottom: 5px;
	display: block;
	width: 383px;
}

.grantsFundingList .horizontalList li {
	
	/*list-style: disc url(../images/PS_03/fundingTypesDot.jpg);*/
	
	display: block;
	float: left;
	
	background: url(../images/PS_03/fundingTypesDot.jpg) #f6f6f6 no-repeat 0% 60%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 10px;
	
}

.grantsFundingList .horizontalList a {
	color: #2a9180;
	display: block;
	white-space: nowrap;
}

/*---------------------Funding Finder----------------------*/

#fundingFinderContainer {
	padding: 0px 10px 0px 10px;
}

#zip_input {
	margin-right: 3px;
}

#fundingPID {
	font-size: .9em;
	margin: 10px 0px 10px 0px;
	width: 300px;
}

#schlFind_results_div {
	margin: 10px 0px 10px 0px;
}

#fundingResults table {
	border-collapse: collapse;
}

#fundingResults table th {
	width: 200px;
	padding-bottom: 5px;
}

#fundingResults table td {
	width: 200px;
	padding-bottom: 5px;
}

#fundingFinderStateList {
	margin: 10px 0px 10px 0px;
}

#fundungFinderStateTotal th, #fundungFinderStateTotal td {
	border-top: 1px solid #cccccc;
}

#fundingFinderTotals {
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.fundingFinderSchoolLabel {
	float: left;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*------------Access-------------*/

li.closed {
	list-style-image: url(../images/PS_03/plus.gif) !important;
}

li.open {
	list-style-image: url(../images/PS_03/minus.gif) !important;
}

.expandableList ul li div ul li {
	list-style-image: url(../images/PS_03/square.gif);
	margin-bottom: 7px;
}

.borderedBlueBox p  {
	margin-bottom: 10px;
}

/*-----borderedBlueBox-----*/
.borderedBlueBox {
	border: 1px solid #b4b4b4;
	background-color: #ebeef5;
	padding: 9px;
	margin: 10px;
}

.borderedBlueBox p {
	margin-bottom:10px;
}


/*--------------Badges--------------*/

.programTitleBadges {
	float: left;
	width: 626px;
}

.PS5badgesButtonWrapper {
	float: right;
	width: 40px;
}

#PS5badgesPopup {
	overflow: auto;
	width: 580px;
	height: 450px;
	margin: 20px 0px 0px 0px;
}

#PS5badgesPopup li {
	display: block;
}

.PS5badgesPopupItem {
	padding: 0px 20px 20px 0px;
}

.PS5badge {
	width: 100px;
	text-align: center;
}

.PS5badgeText {
	font-size: 0.8em;
	color: #666666;
}

.PS5badgesPopupDesc {
	width: 430px;
	font-size: 0.9em;
}

/*---------------News Events and Webinars-------------*/

.PS5news {
	background: url(../images/PS05/PS5newsBG.jpg) #ffffff no-repeat 0% 0%;
	width: 690px;
	height: 185px;
}

.PS5newsContent {
	padding: 25px 30px 0px 25px;
}

.PS5newsTitle {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 0px 0px 15px;
}

.PS5newsTabs {
	width: 175px;
	padding-top: 5px;
}

.PS5newsTabList {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.PS5newsTabList li {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 6px 0px 6px 0px;
}

.PS5newsTabList li.on {
	background: url(../images/PS05/PS5newsArrow.png) #ffffff no-repeat 0% 50%;
	list-style: none;
	margin: 0px;
	padding: 6px 0px 6px 15px;
}

.PS5newsTabList li a {
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
}

.PS5newsTab_page {
	width: 445px;
	font-size: 0.85em;
	color: #000000;
	padding-top: 7px;
}

.PS5newsDate {
	font-weight: bold;
	padding: 3px 0px 8px 0px;
}

.PS5newsSubHead {
	padding: 3px 0px 8px 10px;
}

/*--------News Events and Webinars LEFT NAV--------*/
.PS5newsLN {
	width: 226px;
	background: url(../images/PS05/PS5newsLNBGbottom.jpg) #ffffff no-repeat bottom;
}

.PS5newsLNtop {
	width: 226px;
	background: url(../images/PS05/PS5newsLNBGtop.jpg) transparent no-repeat top;
}

.PS5newsLNcontent {
	padding: 25px 25px 20px 25px;
}

.PS5newsLNtitle {
	font-size: 0.9em;
	font-weight: bold;
	height: 40px;
}

.PS5newsLNimg {
	text-align: center;
	padding-bottom: 10px;
}

.PS5newsLNimg img {
	display: inline;
}

.PS5newsLNpara {
	font-size: 0.85em;
	padding-bottom: 10px;
}

.PS5newsLNlearnmore {
	float: right;
	clear: left;
}

.customerSupportButton {
	border: 1px solid #CCA300;
	padding: 5px 25px 5px 25px;
	color: #000;
	background-color: #fc0;
	font-weight: bold;
	font-size: 1.1em
}

/*----------------------Related Programs----------------------*/
.P5relatedPrograms {
	/*background: url(../images/PS05/P5relatedProgramsBG.jpg) no-repeat transparent top;*/
}

.P5relatedProgramsTop {
	background: url(../images/PS05/P5relatedProgramsBGtop.jpg) no-repeat transparent top;
}

.P5relatedProgramsBottom {
	background: url(../images/PS05/P5relatedProgramsBGbottom.jpg) no-repeat transparent bottom;
}

.P5relatedProgramsContent {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 0.9em;
}

.P5relatedProgramsTitle {
	display: block;
	padding: 10px 20px 25px 5px;
	color: #3c3c3c;
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
}

ul.P5relatedProgramsUL {
	list-style: none;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	float: left;
}

ul.P5relatedProgramsUL li {
	display: block;
	float: left;
	text-align: center;
	width: 150px;
	padding: 0px;
	margin: 0px 5px 20px 5px;
	list-style: none;
}

ul.P5relatedProgramsUL li img {
	width: 100px;
}

ul.P5relatedProgramsUL li.P5relatedProgramsDisplayBreak {
	display: block;
	float: none;
	width: 650px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	clear: both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

/* CSS Document for Social Studies */

.followUs {
background-image: url(http://assets.pearsonschool.com/asset_mgr/current/201031/stay_connected_bg.jpg);
width: 226px;
height: 288px;
margin-top:16px;
}

.followUs p {
color:#3f3f3f;
font-size:11px;
line-height:16px;
text-decoration:none;
width:182px;
margin-left:28px;
padding-top:160px;
}

.followUsButtons {
padding: 10px 0px 0px 16px;
}

.apcatalog {
width: 226px;
height: 288px;
margin-top:16px;
}

.apcatalog p {
color:#3f3f3f;
font-size:11px;
line-height:16px;
text-decoration:none;
width:182px;
margin-left:28px;
padding-top:160px;
}

.fapcatalogButtons {
padding: 10px 0px 0px 16px;
}
