/* RESET SOME STYLES*/
html, body, div, span, applet, h1, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	text-align:left;
}
html {
	background-color: #fde8d0;
	/* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
}
a:link, a:visited {
	color:#555555;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #91052c;
	text-decoration: none;
}
a img {
	border: none;
}
body {
	line-height: 1.0;
	color: #000000;
	font-size: 100%;
	vertical-align: baseline;
	background-color: #fde8d0;
	background: url(/Images/Background/PtsBackgroundHomeBody.png) top left repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	text-align: left;
	list-style-image: url(/Images/InteriorPages/Graphics/BulletSmall.gif);
	padding-left:20px;
	margin-left:0;
	padding-bottom:8px;
}
li {
	list-style-image: url(/Images/InteriorPages/Graphics/BulletSmall.gif);
}
ul li {
	list-style-image: url(/Images/InteriorPages/Graphics/BulletSmall.gif);
	margin: 0 0 10px 0;
}
ol {
	text-align: left;
	font-size: 13px;
	margin-left: 50px;
	margin-bottom: 10px;
}
ol li {
	list-style-image: none;
	color: #000000;
}
/***********************************************************************

								Page Layout

***********************************************************************/
/* Headers */
#HeaderBkg {
	width: 100%;
	background: url(/Images/Background/PtsHeaderBackground.png) center top no-repeat;
	position: relative;
	margin: 0;
}
#header {
	margin: 0;
	height: 80px;
}
#header h1 a {
	text-indent: -9999px; /* we only want the logo to show, not the text */
	display: block;
	height: 58px;
}
#InteriorPageHeading {
	position: absolute;
	top: -44px;
	right: 0;
	width: 700px;
	height: 44px;
}
/* Footers */
#FooterBkg {
	background: url(/Images/Background/PtsFooterBackground.png) center bottom no-repeat;
	position: relative;
}
#footer {
	height: 120px;
	padding-top: 50px;
	width: 900px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: 0;
}
#footer p {
	font-family:   "Trebuchet MS", Helvetica, sans-serif;
	color:  #900530;
	padding-top:  5px;
	margin-left: 0;
	font-size: 0.8em;
	line-height: 18px;
}
#footer a:link, #footer a:visited {
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#footer a:hover {
	color:  #aaaaaa;
}
/* Main Page */

#SectionTitle {
	margin-top: 10px;
	font-size: 20px;
	color: #ffffff;
	opacity: 0.85;
	-moz-opacity:0.85;
	filter: alpha(opacity=85); /*IE*/
	font-weight: bold;
	text-align: center;
}
#PageWrapper { /* wraps header, footer, and inner wrap */
	width: 890px;
	margin: 0 auto;
	position: relative;
}
#ContentLogoBkg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 240px;
	background: url(/Images/Background/ContentFooterBackground.png) center bottom no-repeat;
}
#InnerWrap { /* wraps navigation and content */
	margin: 44px 5px 0 0;
	padding: 0 0 10px 0;
	background: #ffffff url(/Images/Background/AngledSlices.jpg) top left repeat-y;
	overflow: visible;
	position: relative;

}
#Features {
	margin: 0 0 0 15px;
	position: relative;
	z-index: 1;
}
#content:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	margin: 0;
	padding: 0 0 10px 185px;
	width: 700px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#bodycopy {
	width: 650px;
	margin-left: 0;
	font-size: 0.8em;
	line-height: 1.3em;
	position: relative;
}
#bodycopy img.float-right {
	float: right;
	position: relative;
	margin-left: 10px;
}
#bodycopy img.float-left {
	float: left;
	position:relative;
	margin-right: 10px;
}
#bodycopy p {
	color:  #000000;
	text-align: justify;
	padding-left: 1em;
}
#bodycopy .home {
	padding-top: 10px;
}
#bodycopy h1, #bodycopy h2, #bodycopy h3 {
	text-align: left;
	color: #900530;
	font-weight: bold;
}
#bodycopy h1 {
	font-size: 1.75em;
	line-height: 2;
	margin-bottom: -5px;
}
#bodycopy h2 {
	font-size: 1.3em;
	padding-top: 5px;
	margin-bottom: 0;
}
#bodycopy h3 {
	font-size: 1.1em;
	color: #8B776B;
	padding-top: 5px;
	margin-bottom: 0;
}
#bodycopy a {
	text-decoration: underline;
	font-weight: bold;
	color: #900530;
}
#bodycopy a:visited {
	color: #333333;
}
#bodycopy a:hover {
	color: #000000;
}
#bodycopy .facts {
	padding-left: 50px;
	margin-bottom: 20px;
}
#bodycopy .quote {
	padding-left: 50px;
	margin-bottom: 10px;
	padding-right: 50px;
}
#bodycopy .PersonnelName {
	font-size: 1.2em;
	border-top: 1px solid #900530;
	margin-top: 10px;
	font-weight:bold;
}
#bodycopy .features-section a:link, #bodycopy .features-section a:visited {
	text-decoration: none;
	/*	height: 110px;
	width: 480px;
*/	font-size: .9em;
	font-weight: bold;
	color: #900530;
}
#bodycopy .features-section a:hover {
	text-decoration: underline;
	color: #000000;
}
#bodycopy .PhotoCaption {
	padding: 0 10px 10px 0;
	border-top: 1px solid #fde8d0;
}
#bodycopy p.topLink {
	text-align:right;
	font-size:80%;
}
#bodycopy .ms_toggler {
	padding-left: 20px;
	padding-top: 0;
	cursor: pointer;
	font-weight:normal;
}
#bodycopy .ms_toggler {
	background: url('/Images/InteriorPage/Graphics/More-Arrow.jpg') no-repeat scroll left top transparent;
}
#bodycopy .ms_toggler.arrow {
	background: url('/Images/InteriorPage/Graphics/Down-Arrow.jpg') no-repeat scroll left top transparent;
}
#Schedule p {
	text-align:left;
}
#Schedule td {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#Schedule h2 {
	vertical-align:bottom;
}
#Schedule h3 {
	vertical-align:top;
	text-align:left;
	padding-left:10px;
	margin-top:0;
}
#Schedule {
	border-collapse:collapse;
	width:100%;
}
#Schedule tr.alt td {
	background-color:#FDE8D0;
	color:#000000;
}
#Schedule td {
	vertical-align:top;
	border-right:1px solid #ccc;
}
/***********************************************************************

							Landing Page Features

***********************************************************************/
.LandingPage #bodycopy h2 {
	margin-top: 5px;
}
.features-section, .upcoming_events, #Sliders {
	float: left;
	position: relative;
	display: inline;
	width: 680px;
	text-align: left;
	padding: 0.5em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.features-section h2, .upcoming_events h2, #Sliders h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	color: #900530;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.features-section img, .upcoming_events img {
	float: left;
	display: inline;
	border: 0;
	margin: 0;
}
.upcoming-events-list {
	margin-left:20px;
	padding-top: 25px;
	color: #900530;
	line-height: 1.5;
	font-size: 12px;
}
.upcoming-events-list ul{
	float: left;
	margin-top: 5px;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}
#Events {
	float:left;
	display:inline;
	width: 320px;
}
#Events a {
	line-height: 1.5em;
	text-decoration:none;
}
#Events h2 {
	margin-bottom: 5px;
}
.events1, .events2, .events3 {
	padding: 0;
	float:left;
	height:100%;
	display: block;
	text-align: left;
	width: 220px;
	margin: 15px 0 0 0;
}
.events1 a, .events2 a, .events3 a {
	line-height: 1.5em;
}
.upcoming_events h2 {
	margin-bottom: 0;
}
.upcoming_events h2.month {
	font-size: 0.8em;
}
#Slider1Header, #Slider2Header {
	width:285px;
	margin:5px auto -20px 0;
	background:#ffffff;
	display:inline;
	position:relative;
	padding:0px;
	float: left;
}
#Slider2Header {
	float: right;
}
#Slider1Header h2 {
	padding-left: 23px;
}
#Slider2Header h2 {
	margin-left: -25px;
}
#Slider1Footer #Slider1Description, #Slider2Footer #Slider2Description {
	width:280px;
	margin: -38px 0 0 30px;
	background:#ffffff;
	display:inline;
	position:relative;
	padding:0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#Slider2Footer #Slider2Description {
	float: right;
	margin-right: 25px;
}
#ButtonLinks {
	text-align:center;
	float:left;
}
#ButtonLinks a.twoLine {
/*position: relative;
	top: -.8em;*/
	}
#ButtonLinks h2 {
	text-align: left;
	margin-left: 22px;
}

#ButtonsRow {
	margin: 0 0 0 25px;
}

#ButtonsRow li{
	height:45px;
	width:140px;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:left;
	list-style:none;
	padding:2px;
	margin:5px 5px 0 0;
	float:left;
	line-height: normal;
	display: inline;
}
#ButtonsRow li a{
	display: table;
}
#ButtonsRow a strong{
	display: table-cell;
	vertical-align: middle;
}
#ButtonsRow li img{
	display: table-cell;
	vertical-align: middle;
	border: none;
}

#SpecialAnnouncement {
	background: url(/Images/LandingPage/HeaderTabs/AnnouncementBar.jpg) top center no-repeat;
	height: 60px;
	width: 700px;
	margin-left: -15px;
	margin-bottom: -20px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}
#SpecialAnnouncement p {
	font-size: .5em;
	color: #ffffff;
}
#SpecialAnnouncement a, #SpecialAnnouncement a:visited, #SpecialAnnouncement a:link, #SpecialAnnouncement a:hover {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
#SpecialAnnouncement a:hover {
	color: #cccccc;
}
#TabGraphic {
	margin:0px;
	float:left;
	display:inline;
	height:26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#TabGraphicLink {
	margin:0px;
	float:left;
	display:inline;
	height:26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}
#TabGraphicSpotlights {
	float:left;
	height:26px;
	padding-left: 0;
	margin-bottom: 15px;
	margin-left: -15px;
}
#TabGraphicInsights {
	float:left;
	height:26px;
	padding-left: 0;
	margin-bottom: 15px;
	margin-left: 35px;
}
#TabGraphicForms {
	float:left;
	display:inline;
	height:25px;
	width: 675px;
	margin-top: 20px;
}
#TabGraphicInfo {
	float:left;
	display:inline;
	height:25px;
	width: 675px;
	margin-top: 20px;
}
/***********************************************************************

							Search Forms

***********************************************************************/

#SearchFormWrap {
	padding-top: 0;
	text-align: center;
	z-index: 1;
	margin: 0;
}

#SearchFormWrap form {
	margin: 0;
	padding-top: 0;
	text-align: left;
	display: inline;
}

#SearchSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	border-width: 0;
}
#SearchForm {
	width:160px;
	padding: 0;
	margin: 0 auto;
}
#SearchQuery {
	border: 0;
	color: #cccccc;
	padding-left: 4px;
	padding-top: 0;
	width: 122px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(/Images/Search/SearchBox.gif);
	margin-top: 5px;
	margin-bottom: 3px;
}
/***********************************************************************

							Side Navigation

***********************************************************************/

dt {
	font-weight: bold;
	font-size: 0.9em;
}
#NavAccordion ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
#navigation {
	margin: -44px -185px 0 -5px;
	width: 190px;
	position: relative;
	z-index: 2;
	float: left;
	overflow: hidden;
	padding-bottom: 175px;
	
}
.SideNavigation {
	float: left;
	display: inline;
	width: 194px;
	text-align: left;
	_margin-left: -730px;
	z-index: 1;
	padding: 0;
	margin: 15px 0 0 0;
	line-height: 1.2;
}
.SideNavigation ul {
	list-style:none;
}
.SideNavigation ul li {
	padding:7px 0 0 0;
	list-style-image:none;
}
.SideNavigation a:link, .SideNavigation a:visited {
	text-decoration: none;
}
.SideNavigation a:hover {
	text-decoration: underline;
}
.NavLinkGroup1 {
	margin:0 4px 0 5px;
	position: relative;
	z-index: 0;
}
#NavAccordion dd dl, #NavAccordion dd ul {
	padding-bottom: 4px;
}
.NavLinkGroup2 {
	margin: 0 0 5px 15px;
	font-size: 0.7em;
}
.NavLinkGroup3 {
	margin:4px 0 4px 15px;
	font-size: 0.9em;
}
.NavToggler1 {
	font-weight: bold;
	font-size: 0.8em;
	height: 30px;
	background: url(/Images/SideBarNavigation/PccSideBarTab.png) no-repeat;
	overflow:visible;
	padding: 4px 0 3px 15px;
	margin:0 0 -16px 0;
	position: relative;
	z-index:1;
	cursor: default;
}

.NoToggle + dl { /*keep IE7 from showing anything with when NoToggle link is clicked */
	height: 0px !important;
	}
	
dt.NoToggle a, 
dt.NoToggle a:visited {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-top: 4px;
	color: #000000;
	background: url(/Images/SideBarNavigation/PccSideBarTabNoLink.png) no-repeat;
	text-decoration: none;
}
dt.NoToggle a:hover {
	color: #ffffff;
	background: url(/Images/SideBarNavigation/PccSideBarTabPTSHoverNO.png) no-repeat;
	text-decoration: none;
}
.NavToggler1:hover, 
.NavToggler1.open,
.ie6hover { /*hover class added via javascript*/
	background-image: url(/Images/SideBarNavigation/PccSideBarTabPTSHover.png);
	color: #ffffff;
	text-decoration: none;
}
.NoToggle, 
.NoToggle:hover {
	background-image: none;
	text-decoration:none;
}

.NavToggler2 {
	cursor: default;
	padding: 10px 0 3px 15px;
	font-size: 0.7em;
	background: url(/Images/SideBarNavigation/PccSideBarTabInside2.gif) top left no-repeat;
}
.NavToggler2:hover {
	color: #91052c;
	background: url(/Images/SideBarNavigation/PccSideBarTabInside2Hover.gif) top left no-repeat ;
}
.NavToggler3 {
	padding:7px 20px 2px 15px;
}

.NavNoBkg {
	background-image: none !important;
}

.NavEmptyGroup { /*keep it for validation, but don't have it affect anything */
	position: absolute;
	left: -9999px;
	height: 0;
	}
/* Side navigation end*/
/***********************************************************************

							Forms and Other Dynamic

***********************************************************************/
.FormErrorLabel {
	font-weight: bold;
	font-size: 1em;
	color: #FF0000 !important;
}
.FormErrorSummary {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1em;
	color: #FF0000 !important;
}
.FormRequiredLabel {
	font-weight: bold !important;
}
.FormMessageLabel {
	font-size: 1em;
	color: #0000DD !important;
}
.FormRequestedLabel {
	font-style: italic;
}
.LogoutButton {
	background: transparent url(/Applications/Images/PCCLogout.jpg) no-repeat left bottom;
	display: block;
	width: 72px;
	height: 18px;
	padding: 0px !important;
	margin: 5px 0;
}
.LogoutButton:hover {
	background-position: left top;
}
.loginName {
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	text-align: center;
}
#AppFormsRow {
	width: 675px;
	float:left;
}
#AppFormsRow p {
	text-align: center;
}
#AppFormsRow tr {
	text-align:left;
	font-weight: bold;
}
#AppFormsRow td {
}
.AppFormsRowImage {
	vertical-align: middle;
}
.AppFormsRowCaptionImage {
	vertical-align: middle;
	font-size: 9px;
}
/* Forms and Other Dynamic end*/
/***********************************************************************

							Course Descriptions
							
***********************************************************************/
.CourseName {
	font-weight: bold;
	color: #001C5A;
}
.CourseNote {
	font-style: italic;
}
.CoursePrereq {
	font-style: italic;
}
.courseNum {
	padding-left:35px;
	white-space:nowrap;
}
.CourseSequenceHeader {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.CourseDegree {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #001C5A;
	margin: 2px 0 5px 0;
}
.CourseTableContainer {
	padding-left: 17px;
	border-bottom: 2px solid #CCC;
	width: 100%;
}
.CourseTableContainer tr {
	vertical-align: top;
}
.CourseTableContainer td {
	width: 50%;
}
.CourseSequenceTable {
	line-height: 1em;
	width: 90%;
}
.CourseSequenceTable tr {
	width: auto;
}
.CourseSequenceTable th {
	text-align: left;
	font-weight: bold;
}
.CourseSequenceTable td {
	vertical-align: bottom;
	width: 100%;
}
.CourseSequenceTable .TotalHours {
	text-align: right;
}
.Separator2 td {
	border-top: 1px solid #CCC;
}
.CourseSequenceComments {
	padding-bottom: 10px;
	font-size: smaller;
}
.Separator td {
	border-bottom: 1px solid #006FB4;
}
.Separator2 td {
	border-top: 1px #001C5A solid;
}
.Separator3_49 {
	border-right: 1px #001C5A solid;
	width: 49%;
}
.Separator3 {
	border-right: 1px #001C5A solid;
}
/* Course Descriptions end*/
/***********************************************************************

							Catalog

***********************************************************************/
.CurrentIssues h2 {
	font-size: 16px;
	padding-left: 50px;
}
.CurrentIssues a:link {
	font-weight: bold;
	color: #006FB4;
}
.CurrentIssues p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
.CurrentIssues img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.CurrentIssues img {
	vertical-align: baseline;
}
.CurrentIssues img.CatalogUpdateButton {
	vertical-align: middle;
}
.IndividualIssue {
	border-bottom: thin solid #006FB4;
	border-top-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.IndividualIssueLastOnPage {
	border-bottom: none;
	border-top-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* Catalog end*/
/***********************************************************************

							General

***********************************************************************/
.expander {
	margin: 0;
	height: 0 !important;
	width: 0.1em;
}
.ColorBoxHighlight {
	padding: 10px 0 1px 15px;
	color: #900530;
	background-image: url(/Images/Background/AngledSlices.jpg);
	background-repeat: repeat-y;
	margin: 5px 5px 10px 0;
}
.Button {
	float: left;
	margin-top: -7px;
	padding-right: 10px;
}
.PCCTable {
	padding-bottom: 10px;
	text-align: left;
	font-size: 0.8em;
}
.PCCTable {padding-left: 80px;}
.contentsmall {font-size:9px;}
.AlignLeft {text-align: left;}
.AlignRight {text-align: right;}
.AlignCenter {text-align: center;}
.HrHeight {height: 1px;}
.PaddingLeft10 {padding-left:10px;}
.BorderNone {border:none;}
.FloatLeft {float:left;}
.Height14 {height:14px;}
.ListStyleLowerAlpha {list-style-type:lower-alpha;}
.ListStyleUpperAlpha {list-style-type:upper-alpha;}
.Width75 {width:75%;}
.Width99 {width:99%;}
.AlignRightPadLeft8 {text-align:right;padding-left:8px;}
.PadLeft20 {padding-left: 20px;}
.AlignLeftVAlignMiddle {text-align:left;vertical-align:middle;}
.AlignRightVAlignTop {text-align:right;vertical-align:top;}
.VAlignBottom {vertical-align:bottom;}
.yom {
	font-size:9px;
	font-weight:normal;
	display:block;
}
.course {font-weight:normal;}

.EventDate {
	color:#000;
}

