/****
colors:
	tan: #ffc387
	light tan: #fcdec2
	tan highlight: #fbf1e0
	teal: #188781
	red: #a70e26

****/

html, body, div, p, ul, img {
	margin: 0;
	padding: 0;
	}
	
	a 
{
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{
	color: #188782;
}
#FooterBar a:hover 
{
	color: #FCDEC2;
}
html {
	width: 100%;
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #000000;
	}
	
a img {
	border: none;
	}
	
h1 {
	color: #000;
	font-size: 1.3em;
	margin: 0;  
	}
	
h2 {
	color: #188782;
	font-size: 1.2em;
	margin-bottom: -10px;
	}
			
#PageWrapper {
	background-color: #188782;
	width: 908px;
	margin: 0 auto;
	}
	
#Header {
	position: relative;
	z-index: 10;
	}
	
#Header h1 {
	width: 100%;
	padding: 20px 0 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	background: #ffdaab url(/Images/Background/PcaLogoHeader.jpg) bottom left no-repeat;
	min-height: 55px;
	height: auto !important;
	height: 25px;
	}
	
#Header h1 a {
	display: inline-block;
	width: 590px;
	text-decoration: none;
	}
	
#Header h1 a:hover span {
	visibility: hidden;
	}
	
#Header h1 span {
	visibility: hidden;
	}
	
#Navigation {
	padding: 0;
	text-align: center;
	}
	
#Navigation p {
	text-align: center;
	display: inline-block;
	position: relative;
	}
	
#Navigation span {
	display: inline-block;
	position: relative;
	padding-left: 6px;
	background: url(/Images/Navigation/NavigationBullet.gif) 0 6px no-repeat;
	}
	
#Navigation span.First {
	background: none;
	padding-left: 0;
	}
	
#Navigation a {
	display: inline-block;
	padding: 0 8px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
 	}
	
#Navigation a:hover {
	color: #fcdec2;
	text-decoration: underline;
	}

#NavigationBar {
	margin: 0 0 -58px 0; /*negative bottom margin = to tallest anchor*/
	padding: 0;
	height: 100px;
	position: relative;
	z-index: 100;
	overflow: hidden;
	}
	
#NavigationBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
	}
	
#NavigationBar ul li {
	float:left;
	display: inline;
	margin: 0;
	padding: 0;
	color: #188782;
	}
	
#NavigationBar a {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
 	}
	
#NavigationBar a span {
	position: absolute;
	left: -9999em;
	}

#NavigationBar .nav1 {
	background: url(/Images/navigation/WhyPca.jpg) top right no-repeat;
	}

#NavigationBar .nav1 a {
	width: 88px;
	height: 39px;
	}
	
#NavigationBar .nav1 a:hover {
	background: url(/Images/navigation/WhyPcaHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav2 {
	background: url(/Images/navigation/Contact.jpg) top right no-repeat;
	}	
	
#NavigationBar .nav2 a {
	width: 78px;
	height: 39px;
	}
	
#NavigationBar .nav2 a:hover {
	background: url(/Images/navigation/ContactHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav3 {
	background: url(/Images/navigation/Academics.jpg) top right no-repeat;
	}

#NavigationBar .nav3 a {
	width: 92px;
	height: 43px;
	}
	
#NavigationBar .nav3 a:hover {
	background: url(/Images/navigation/AcademicsHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav4 {
	background: url(/Images/navigation/GeneralInfo.jpg) top right no-repeat;
	}

#NavigationBar .nav4 a {
	width: 112px;
	height: 50px;
	}
	
#NavigationBar .nav4 a:hover {
	background: url(/Images/navigation/GeneralInfoHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav5 {
	background: url(/Images/navigation/Extracurricular.jpg) top right no-repeat;
	}
	
#NavigationBar .nav5 a {
	width: 138px;
	height: 58px;
	}
	
#NavigationBar .nav5 a:hover {
	background: url(/Images/navigation/ExtracurricularHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav6 {
	background: url(/Images/navigation/History.jpg) top right no-repeat;
	}	
	
#NavigationBar .nav6 a {
	width: 76px;
	height: 58px;
	}
	
#NavigationBar .nav6 a:hover {
	background: url(/Images/navigation/HistoryHover.jpg) top right no-repeat;
	}

#NavigationBar .nav7 {
	background: url(/Images/navigation/PCAOnline.jpg) top right no-repeat;
	}
	
#NavigationBar .nav7 a {
	width: 94px;
	height: 54px;
	}
	
#NavigationBar .nav7 a:hover {
	background: url(/Images/navigation/PCAOnlineHover.jpg) top right no-repeat;
	}
	
#NavigationBar .nav8 {
	background: url(/Images/navigation/Alumni.jpg) top right no-repeat;
	}
	
#NavigationBar .nav8 a {
	width: 94px;
	height: 41px;
	}
	
#NavigationBar .nav8 a:hover {
	background: url(/Images/navigation/AlumniHover.jpg) top right no-repeat;
	}
	
#NavigationBar #Logo {
	float: left;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0;
	font-weight: bold;
	line-height: .9;
	margin: 0 -11px 0 20px;
	background: transparent url(/images/background/PcaHeaderLogoShadow.png) bottom right no-repeat;
	padding: 0 11px 10px 0;
	}
	
#NavigationBar #Logo a {
	margin: 0;
	padding: 0;
	width: 104px;
	height: 85px;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	line-height: 1;
	position: relative;
	background: url(/Images/navigation/PCAHeaderLogo.gif) top left no-repeat;
	}
	
#NavigationBar #Logo a:hover {
	background: url(/Images/navigation/PCAHeaderLogoHover.gif) top left no-repeat;
	}

	
#NavigationBar #Logo span {
	position: absolute;
	left: -9999em;
	}
	
#NavigationBar #Logo img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	}
	
/*Picture bar general settings */
	
#PictureBar {
	position: relative;
	background-color: #ffffff;
	}
	
#PictureBar img {
	position: absolute
	}
	
#PictureBar .Left {
	left: 0;
	}
	
#PictureBar .Right {
	right: 0;
	}

#PictureBar #RotatingImageWrap {
	height: 100%;
	}
	
	/*Picture bar History general settings */
	
#PictureBarHistory {
	position: relative;
	background-color: #fcdec2;
	height: 300px;
	}
	
#PictureBarHistory img {
	position: absolute
	}
	
#PictureBarHistory .Left {
	left: 0;
	}
	
#PictureBarHistory .Right {
	right: 0;
	}

#PictureBarHistory #RotatingImageWrap {
	height: 100%;
	}
	

	
/*Interior Page Pictures*/
	
#InteriorPage #PictureBar {
	height: 300px;
	background: url(/Images/Background/InteriorBkg.jpg) top left no-repeat;
	}
	
	
#Content {
	background-color: #ffdaab;
	padding: 10px 50px 10px 50px;
	overflow: hidden;
	}
	
.LeftColumn {
	float: left;
	display: inline;
	margin: 5px 38px 5px 0;
	width: 385px;
	}
	
.RightColumn {
	float: left;
	width: 385px;
	display: inline;
	margin: 5px 0;
	}

.ClearColumns {
	clear: left;
	height: 0px;
	line-height: 0;
	font-size: 0;
	}
	
#Content p {
	margin: .8em 0;
	text-align: justify;
	}
	
#FooterBar {
	background: url(/Images/Background/FooterUpperBkg.jpg) top left no-repeat;
	text-align: center;
	}
	
#FooterBar #BottomBkg {
	background: url(/Images/Background/FooterLowerBkg.jpg) bottom left no-repeat;
	padding: 40px 0 70px 0;
	}
	
#FooterBar p {
	margin: 3px 0;
	font-size: .8em;
	}
	
/*Picture Bullets general definition*/
	
.PictureBullets {
	list-style: none;
	}
	
.PictureBullets span {
	padding-left: 10px;
	position: relative;
	font-weight: bold;
	font-size: 1.1em;
	}
	
.PictureBullets a {
	text-decoration: none;
	color: #a70e26;
	}
	
.PictureBullets a:hover,
.PictureBullets a:hover img:hover {
	cursor: pointer;
	}
	
.PictureBullets img {
	border: none;
	vertical-align: middle;
	}
	
/*Picture Bullets for Home Page*/

.GradeButtons li {
	width: 270px; /*image widths + padding + gap*/
	}
	
.GradeButtons .button {
	width: 60px;
	height: 60px;
	}
	
.GradeButtons span {
	position: relative;
	left: -9999em;
	letter-spacing: 1px;
	}
	
.GradeButtons .pb1 .button {
	background: url(/Images/LandingPage/Buttons/Kindergarten.jpg) top left no-repeat;
	}
	
.GradeButtons .pb1 {
	background: url(/Images/LandingPage/Buttons/KindergartenType.jpg) 60px 40% no-repeat;
	}
	
.GradeButtons .pb2 .button {
	background: url(/Images/LandingPage/Buttons/Elementary.jpg) top left no-repeat;
	}
	
.GradeButtons .pb2 {
	background: url(/Images/LandingPage/Buttons/ElementaryType.jpg) 60px 40% no-repeat;
	}

.GradeButtons .pb3 .button {
	background: url(/Images/LandingPage/Buttons/HighSchool.jpg) top left no-repeat;
	}
	
.GradeButtons .pb3 {
	background: url(/Images/LandingPage/Buttons/HighSchoolType.jpg) 60px 40% no-repeat;
	}	
	
.GradeButtons a:hover .button {
	background-image : url(/Images/LandingPage/Buttons/HomePageButtonsHover.jpg);
	}

	
#Content .FloatRight {
	float: right;
	margin-left: 15px;
	display: inline;
	}
	
#Content .HighlightBox {
	color: #a70e26; 
	background-color: #fbf1e0; 
	/*border: 1px solid #188782; */
	padding: 5px; 
	margin-bottom: 15px;
	}
	
.announcement {
	display: inline-block;
	color: #a70e26; 
	background-color: #fbf1e0; 
	border: 1px solid #a70e26; 
	padding: 15px 20px; 
	margin: 10px 0 0 0;
	}
	
.announcement:before {
	content: 'Announcement:'
	}
	
.w300 {
	width: 300px;
	}
	
.ms_toggler {
	padding-left: 20px;
	padding-top: 0;
	cursor: pointer;
	font-weight:normal;
	}

.ms_toggler {
	background:url("/Images/InteriorPage/Graphics/More-Arrow.jpg") no-repeat scroll left center transparent;
}

.ms_toggler.arrow {
	background:url("/Images/InteriorPage/Graphics/Down-Arrow.jpg") no-repeat scroll left center transparent;
}
.ms_expander {
	padding-left: 20px;
}
.credits {
	padding-left: 40px;
}
#HistoryTable{
	width: 830px;
	height: 90px;
	font-size: 13px;
	margin-left: -20px;}
#HistoryTable tr{
	vertical-align:center;
	margin-bottom: 20px;
}
#HistoryTable h2{
	margin-top:0;
	font-size:16px;
}
#HistoryTable p{
	text-align: left;
}
.AcademicTabHeader {
	float:left;
/*	clear: both;*/
	padding-bottom: 1px;
}
#tabs {
	float:left;
	width:310px;
	margin-top: 15px;
	margin-left: 10px;
	/*padding:0;
	margin:0;
	list-style-type:none;
	display: inline-block;
	position: relative;*/
}
#tabs li {
	display:inline;
	min-width: 101px;
}
#tabs li a {
	background: url('/Images/Navigation/InactiveTab.jpg') no-repeat top left;
	min-width: 101px;
	padding:2px 1px;
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
}
#tabs li a:hover {
	background: url('/Images/Navigation/HoverTab.jpg') no-repeat top left;
	color: white;
	text-decoration: none;
}
#tabs li a.activeTab{
	background: url('/Images/Navigation/ActiveTab.jpg') no-repeat top left;
}

