/* Contains styles global to the site */

body {
	margin: 0px 0px 32px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 17px;
	background-color: #EEEEEE;
	background-image: url(images/Background.gif);
}

p {
	margin: 0px;
}
a {
	color: #0860A8; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #b4a018; 
}
img {
	border: none;
}

.Blue {
	color: #006EBA;
	font-weight: bold;
}
.Red {
	color: #FF0000;
	font-weight: bold;
}

.Small {
	font-size: 11px;
}

#Paper {
	margin: 0px auto;
	width: 790px;
	text-align: left;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	background-image: url(images/Paper.gif);
	min-height: 800px;
}
#Banner {
	height: 120px;
	background-color: #E5C200;
	background-image: url(images/BannerBkgndY.gif);
	background-repeat: no-repeat;
}
#Banner img {
	float: left;
}
#Banner img.Address {
	float: right;
}

#Menu {
	width: 158px;
	float: left;
	padding: 14px 0px 28px 12px;
	font-size: 12px; 
	line-height: 15px;
}
#Menu a {
	display: block;
	color: #E5C200;
	margin: 6px 0px 9px 0px;
	font-weight: normal;
}
#Menu a.Main {
	font-weight: bold;
	font-size: 13px;
}
#Menu a.MainWhite {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
#Menu a.SubMenu {
	margin: 0px 0px 0px 2px;
	padding: 2px 0px 2px 6px;
	border-left: solid 1px #ead889;
	color: #ead889;
}
#Menu a.SubMenu2 {
	margin: 0px 0px 0px 2px;
	padding: 2px 0px 2px 18px;
	background-image: url(images/Bullet.gif);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	border-left: solid 1px #ead889;
	color: #ead889;
	display: none;
}
#Menu a:hover {
	color: #FFFFFF;
}

#Contents {
	width: 572px;
	float: left;
	margin: 0px;
	padding: 17px;
}

#Contents p + p {
	margin-top: 14px;
}

#Contents p.Heading1 {
	font-size: 14px; 
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}
#Contents p.Heading2 {
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}
#Contents p.Heading2 + p {
	margin-top: 7px;
}

#Contents p.Caption {
	font-size: 12px;
	text-height: normal;
	font-style: italic;
}
#Contents p.Quote {
	color: #006EBA;
	font-weight: bold;
	font-style: italic;
}

#Contents img.PhotoR {
	float: right;
	padding: 0px 0px 7px 14px;
}
#Contents img.PDF {
	position: relative;
	top: 3px;
}

#Contents div.ColumnL	{
	width: 275px;
	float: left;
	clear: both;
	padding: 0px 0px 14px 0px;
}
#Contents div.ColumnR {
	width: 275px;
	float: right;
	padding: 0px 0px 14px 0px;
}
#Contents div.ColumnS {
	width: 568px;
	float: left;
	clear: both;
}
#Contents div.PhotoBar {
	margin: -17px -17px 14px -17px;
	width: 620px;
}
#Contents div.RedBar {
	clear: both;
	background-color: #7e0000; 
	color: #e0b300;
	font-size: 16px;
	font-weight: bold;
	margin: 0px -17px 14px -17px;
	width: 620px;
}
#Contents div.GreenBar {
	clear: both;
	Xbackground-color: #0d4b1a; 
	Xcolor: #e9b900;
	Xfont-size: 16px;
	Xfont-weight: bold;
	margin: 0px -17px 17px -17px;
	width: 620px;
}
#Contents div.YellowBar {
	clear: both;
	background-color: #b1a676; 
	color: #7e0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px -17px 14px -17px;
	width: 620px;
}
#Contents hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	clear: both;
	margin: 0px 0px 14px 0px;
}
#Contents div.ColumnL hr, #Contents div.ColumnR hr {
	margin: 14px 0px 10px 0px;
}

#Contents div.Calendar {
	margin: 0px 0px 14px 0px;
}
#Contents div.Calendar p {
	background-color: #E0E0BF;
	padding: 1px 6px 1px 6px;
	margin: 2px 0px 2px 0px;
}
#Contents div.Calendar span {
	float: left;
	width: 80px;
}

/* Calendar of Events */
#Contents table.CalendarEvents {
	border-collapse: collapse;
	margin: 14px 0px 0px 0px;
	display: none;
}
#Contents table.CalendarEvents td {
	vertical-align: top;
	padding: 3px 6px 3px 3px;
	background-color: #E8E8DF;
	border: solid 2px #ffffff;
}
#Contents table.CalendarEvents td.Header {
	background-color: #b1a676;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding-left: 7px;
}

#Contents div.CalendarMonths p, #Contents div.CalendarMonths hr {
	margin: 0px 0px 3px 0px;
}
#Contents div.CalendarMonths p.Heading1 {
	margin-top: 14px;
}

/* Special Events */
#Contents table.SpecialEvents {
	border-collapse: collapse;
	margin: 7px 0px 14px 0px;
	width: 100%;
}
#Contents table.SpecialEvents td {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #E8E8DF;
	border: solid 2px #ffffff;
}
#Contents table.SpecialEvents td.Header {
	background-color: #b1a676;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	border-top: solid 4px #ffffff;
}
#Contents table.SpecialEvents p {
	margin: 0px;
}



/* Class Schedule */

#Contents table#ClassSchedule {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 14px 0px 0px 0px;
}
#Contents #ClassSchedule tr.Header {
	background-color: #7e0000;
	color: #FCCE5A;
	font-size: 15px;
	font-weight: bold;
}
#Contents #ClassSchedule tr.LineA {
	background-color: #E8E8DF;
}
#Contents #ClassSchedule tr.LineB {
	background-color: #E0E0BF;
}
#Contents #ClassSchedule td {
	border: solid 2px #FFFFFF;
	padding: 3px;
}
#Contents #ClassSchedule p {
	margin: 0px;
}


/* Violence Prevention */

#Contents div.FiveFingers {
	margin-top: 14px;
}
#Contents div.FiveFingers p {
	margin: 6px 0px 6px 56px;
}
#Contents div.FiveFingers p span {
	float: left;
	font-weight: bold;
	width: 56px;
	margin-left: -56px;
}

#Contents div.ColumnVPMainL	{
	width: 275px;
	float: left;
	padding: 0px 0px 14px 0px;
}
#Contents div.ColumnVPMainR {
	width: 275px;
	float: right;
	padding: 0px 0px 14px 0px;
}
#Contents div.ColumnVPStaffL {
	margin: 0px 14px 14px 0px;
	float: left;
}
#Contents div.ColumnVPStaffR {
	margin: 0px 0px 14px 0px;
	float: right;
}
#Contents div.ColumnVPMainL p, #Contents div.ColumnVPMainR p, 
#Contents div.ColumnVPStaffL p,#Contents div.ColumnVPStaffR p {
	margin: 0px 0px 7px 0px;
}
#Contents p.ClientList {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}