/*  Document Parts */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

img {
	border: 0;
}

img.formLogo {
	float: left;
}

img.bioPic {
	float: left;
	margin-right: 10px;
}

img.newsPictureR {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: text-top;
	/*border: 1px solid #790000;*/
}

#newsDiv {
	text-align:left;
	padding-left:300px;
}

#newsList ul {
	list-style-type: none;
	line-height: 1.0;
}

img.newsPictureL {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	/*border: 1px solid #790000;*/
}

textarea {
	font: Arial;
	font-size: 13px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #790000;
}

ul {
	list-style-type: none;
	line-height: 2.0;
}

ul.bullets {
	list-style-type: disc;
	line-height: 1.2;
}

ul.numbers {
	list-style-type: decimal;
	line-height: 1.2;
}

ul.smallBold {
	line-height: 1.2;
}

ul.smallText {
	margin-top: 2px;
	line-height: 1.2;
}

form.silent {
	display: inline;
}

fieldset {
	border: 1px solid #790000;
	margin-top: 10px;
	padding: 20px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 35%;
	font-weight: bold;
	font-size: 14px;
}

/*  Basic divs */
#contents {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 5px;
	border-left: 1px solid #790000;
	border-right: 1px solid #790000;
	border-bottom: 1px solid #790000;
}

#contentPrint {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	border-left: 0px solid #790000;
	border-right: 0px solid #790000;
	border-bottom: 0px solid #790000;
}

#contentsP {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	/*border-left: 1px solid #790000;*/
	/*border-right: 1px solid #790000;*/
	/*border-bottom: 1px solid #790000;*/
}

#noWeb, .noWeb {
	display: none;
}
#header {
	width: 800px;
	padding: 0;
}

#menu {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	width: 200px;
}

#menu ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
}

#content {
	/*border-left: 1px dotted #790000;*/
	width: 530px;
	min-height: 500px;
	float:right;
	margin-top: 20px;
	padding: 0 20px 10px 20px;
	text-align: justify;
}

#form {
	margin: 10px 30px 10px 30px;
	text-align: justify;
}

#photoGallery {
	list-style-type: none;
}

#photoGallery li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

#photoGallery img, .photoGallery img {
	display: block;
}

#tourContent {
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}

#tourPicture {
	width: 280px; 
	position: absolute;
	top: 40px;
	left: 0px;
	float: left;
}

#tourText {
	width: 280px; 
	position: relative;
	float: right;
	font-size: 15px;
	text-align: justify;
	padding: 40px;
}

/* Used on old index with picture changer */
.newsPicture {
	width: 150px;
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
}

/* Used on old index with picture changer */
.picChanger {
	width: 200px;
	height: 330px;
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	border: 1px solid #790000;
}

/* Used on old index with picture changer */
.newsCaption {
	width: 200px;
	position: absolute;
	top: 300px;
	left: 0;
	height: 30px;
	border-top: 1px solid #790000;
	text-align: center;
}
/* Used on old index with picture changer */
.newsCaption2 {
	width: 200px;
	position: absolute;
	top: 330px;
	left: 0;
	height: 30px;
	border-top: 1px solid #790000;
	text-align: center;
}

/* Used on old index with picture changer */
.newsPic {
	padding-top: 0px;
}

.clear {
	clear: both;
	margin: 0;
}

.indent {
	padding: 10px 0 10px 30px;
	font-size: 14px;
}

.indent2 {
	width: 350px;
	padding: 0px 0 5px 30px;
	font-size: 14px;
}

.gallery {
	list-style-type: none;
	font-size: 14px;
	padding-left: 0px;
	margin-left: 0px;
	line-height:1.5;
}

.gallery li {
	float: left;
	padding: 0 10px 10px 10px;
	text-align: left;
}

.gallery img {
	display: block;

}

/* IE Fix 
\*/
* html #content {
	float: none;
	height: 400px;
}	
* html #contents {
	height: 400px;
}

/* End IE Fix */



#footer {
	clear: both;
	padding: 5px 0 5px 225px;
	font-size: 12px;
	border-top: 1px solid #790000;
}


/* fonts, headers, sub-headers */

.largeHeader {
	font-size: 18px;
	font-weight: bold;
}


.mediumHeader {
	font-size: 16px;
	font-weight: bold;
}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

.text {
	font-size: 16px;
	margin-top: -5px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

.newsText {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.boldText {
	font-size: 16px;
	font-weight: bold;
}

.italText {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.smallText {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.smallBold {
	font-size: 14px;
	font-weight: bold;
}

.verySmallText {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}

.verySmallBold {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

/* Records Table */
.records {
	float: right;
	/* border-collapse: collapse; */
	width: 150px;
	text-align: right;
	border: 1px solid #790000;
}

.records th {
	text-align: center;
	border: 1px solid #790000;
	background-color: #CC9966;
}

.records td {
	text-align: center;
	border: 1px solid #790000;
	width: 50px;
}

/* Styles for Sports Calendar */

#calendar {
	padding: 5px 0px 10px 20px;
	text-align: center;
	width: 902px;
}

.calMonth {
	/* border-collapse: collapse; */
	width: 900px;
	font-size: 90%;
}

.calMonth1 {
	/* border-collapse: collapse; */
	width: 900px;
	font-size: 90%;
}

.calMonth1 td {
	/*border: 1px solid #000000;*/
	font: 160% "Times New Roman";
	padding-bottom: 15px;
	vertical-align:bottom;
	width:50%;
	height: 110px;
	background-color:#FFFFFF;
}

.calMonth1 img {
	margin-bottom: -5px;
	width: 300px;
	padding-bottom: 0px;

}

.calMonth th {
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	background-color: #790000;
	/*background-image: url('../images/black.gif');*/
	/*background-image: url('../images/trans.gif');*/
	background-repeat:repeat;
	color: #FFFFFF;
	font-weight: bold;
	font: 100% "Times New Roman";
	width: 150px;
}

.calMonth td {
	border: 1px solid #000000;
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	width:120px;
	height: 110px;
	background-color:#FFFFFF;
	color: #000000;
}

.calMonth td.previous, .calMonth td.next {
	background-color: #EEEEEE;
	color: #AAAAAA;
	border: 1px solid #000000;
}

.calMonth ul {
	list-style-type: none;
	font: 100% "Times New Roman";
	font-weight: bold;
	margin: 0;
	padding-left: 0px;
	padding-right: 6px;
}

.calMonth li {
	font: 90% "Times New Roman";
	font-weight: bold;
	padding: 0px;
	text-indent: 0px;
}

/* Styles for Athletics Spreadsheet */

#sheet h4 {
	font: bold 110% "Times New Roman";
	font-weight:bold;
	color:#7B0100;
	text-align:center;
	margin-bottom:-3px;
	margin-top:-0.09em;
}

#sheet {
	padding: 5px 0px 10px 20px;
}

.spreadSheet {
	/* border-collapse: collapse; */
	width: 1100px;
	font-size: 90%;
}

.smallSheet {
	/* border-collapse: collapse; */
	width: 700px;
	font-size: 90%;
}

.spreadSheet caption {
	text-align: center;
	font: bold 100% "Times New Roman";
	padding: 0px 0px 6px 0px;
}

.smallSheet caption {
	text-align: center;
	font: bold 100% "Times New Roman";
	padding: 0px 0px 6px 0px;
}

.spreadSheet th {
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	background-color: #8C0000;
	color: #FFFFFF;
	font: 90% "Times New Roman";
	/*width: 150px;*/
}

.smallSheet th {
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	background-color: #8C0000;
	color: #FFFFFF;
	font: 90% "Times New Roman";
	/*width: 150px;*/
}

.spreadSheet td {
	border: 1px solid #000000;
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	/*width:150px;*/
	height: 20px;
	background-color:#FFF9D7;
}

.smallSheet td {
	border: 1px solid #000000;
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	/*width:150px;*/
	height: 20px;
	background-color:#FFF9D7;
}

.spreadSheet td.away {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

.spreadSheet td.cancelled {
	//background-color: #E3C8AD;
	background-color: #FFDB97;
	color: #000000;
	border: 1px solid #000000;
}

.spreadSheet td.reschedule {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.away {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.cancelled {
	background-color: #FFDB97;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.reschedule {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
}

/* Styles for Curriculum Guide */

#currMenu {
	position: relative;
	top: 50px;
	right: 0px;
	float: right;
	width: 692px;
	margin: 0;
	margin-bottom: 50px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #790000;
}

#currLogo {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#searchSidebar {
	position: relative;
	top: 60px;
	left: 8px;
	width: 200px;
	/*min-height: 40px;*/
	height: 40px;
	/*background-color: #E3C8AD;*/
	/*border: 1px solid #790000;*/
	margin-top: 0px;
	padding: 0px 5px;
}

#mainContent {
	margin: 8px 8px 8px 280px;
	width: 600px;
	padding-right:50px;
}


/* Testing expandable menus */

#menu1 {
	display: none;
}

#menu1a {
	display: none;
}

#menu1b {
	display: none;
}

#menu1c {
	display: none;
}

#menu1c1 {
	display: none;
}

#menu2 {
	display: none;
}

#menu3 {
	display: none;
}

#menu4 {
	display: none;
}

#menu5 {
	display: none;
}

#mainMenuBar {
	width: 800px;
	height: 40px;
	border-top: 0px solid black; 
	background-color: white;
	margin-right:auto;
	margin-left:auto;
	margin-top: -5px;
}

#mainMenuBar a { 
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#mainMenuBar ul {
	line-height: 1.0;
}

#mainMenuBar ul li {
	float: right;
	padding: 0 10px 0 10px;
}
