@charset "UTF-8";
@import url("/community.css");
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 1.6em;
	background-color: #004b8e;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background-color: #7daae1;
	background-image: url(images/schoolfront.jpg);
	border: double #888;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	padding-right: 475px;
	height: 140px;
}

#indexIB {
	position: absolute;
	top: 0;
	right: 395px;
	z-index: 3000;
}

#header {
	padding-top: 10px;
	height: 30px;
}

#ptalinks {
	position: absolute;
	right: 15px;
	padding: none;
	top: 10px;
	z-index: 400;
}

#main {
	padding-top: 5px;
}

#slideshow {
	float: right;
	padding-right: 60px;
	padding-top: 10px;
}

#news {
	background-image:url(images/news.png);
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 495px;
	padding: 5px 10px;
	padding-bottom: 12px;
}

#breadcrumbs {
	background-image:url(images/breadcrumb.png);
	margin-top: 15px;
	margin-left: 145px;
	margin-right: 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #473029;
}

#leftnav {
	float:left;
	width:140px;
	margin: 5px;
	margin-top: 10px;
	font-size: 110%;
}

#details {
	position: relative;
	background-color: #FFFAF0;
	margin-bottom: 10px;
	margin-left: 145px;
	margin-right: 10px;
	padding: 10px;
}

#PTApubs {
	position: absolute;
	bottom: .3em;
	left: 85px;
	margin: 3px;
	margin-top: 10px;
}

#footer {
	position: relative;
	background-image: url(images/footer.png);
	font-size: 0.9em;
	text-align: center;
	padding: 5px 0;
	margin: 5px auto;
	width: 820px;
}

#indexDCPS {
	position: absolute;
	top: 3px;
	right: 110px;
}

ul.IndexPubs, ul.PTAcorner {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul.PTAcorner li {
	list-style-type: none;
}

ul.PTAcorner a {
	display: block;
}

ul.IndexPubs li {
	list-style-type: none;
	float: left;
}

ul.IndexPubs a:link, ul.IndexPubs a:visited {
	width: 125px;
	display: block;
	border: none;
	padding: 3px;
	margin: 2px;
	text-align: center;
	font-size: 110%;
	color: #FFFAF0;	
	text-decoration: none;
}

ul.IndexPubs a:hover, ul.IndexPubs a:active {
	background-color:#336FA5;
}

ul.subnav {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.subnav a:link, ul.subnav a:visited {
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	border: double #8EA6BF;
	border-bottom: 1px solid;
	font-weight:none;
	color:#000;
	background-color:#e0ecf9;
	width:120px;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

ul.subnav a:hover, ul.subnav a:active {
	background-color:#b2cfef;
}

h1 {
	color: #583b33;
	font-size: 120%;
	line-height: 1em;
}

h2 {
	color: #583b33;
	font-size:  100%;
	line-height: 1em;
}

img.logo {
	margin-top: 10px;
	margin-bottom:auto;
	padding: 2px;
	border-style: none;
	float: right;
}

img.mainlogo {
	float: none;
}

img.breadcrumbs {
	margin: auto;
	border-style: none;
}

img.dcpslogo {
	width: 25px;
	height: 25px;
	border-style: none;
}

img.noBorder {
	border-style: none;
}

img.detailsRight {
	border: 1px solid #333;
	float: right;
	margin: 3px;
}

img.detailsLeft {
	border: 1px solid #333;
	float: left;
	margin: 3px;
}

ul.newslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.heading2, .teamnames {
	font-size:  100%;
	line-height: 1em;
	color: #583b33;
}

.date {
	font-variant: small-caps;
	font-size: 100%;
	font-weight: bold;
}

.emphasis, .caveat {
	font-style: italic;
}

.section {
	line-height: .6em;
}

.strong {
	font-weight: bold;
	line-height: 1em;
}

.tab {
	padding-left: 20px;
}

a:link {
	color: #004b8e;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #004b8e;
	text-decoration: none;
	border-bottom: none;
}

a:visited {
	color: #79625c;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.image-border {
	text-decoration: none;
	border: 0 none;
	}
	
a.black:link {
	text-decoration: none;
	color: #473029;
	border-bottom: 1px dotted;
}

a.black:hover {
	text-decoration: none;
	color: #473029;
	border-bottom: none;
}

a.black:visited {
	text-decoration: none;
	color: #473029;
	border-bottom: 1px dotted;
}

.title {
	color: #004b8e;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}

