@charset "utf-8";
/* CSS Document */

/* Eric Meyer Reset START */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size: 80%;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}

/* Eric Meyer Reset END */
a {
	color: #304447;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;;
}
sup {
	vertical-align: super;
	font-size: 70%;
}
#flashContainer {
	z-index: 0;
}

body {
	background: url(IMAGES/bodyBg.gif) #ecf1f6 repeat-x;
}
	body#home {
		background: url(IMAGES/bodyBgHome.gif) #ecf1f6 repeat-x;
	}
	body#home #navigation {
		border-bottom: none;
	}
	body#home #navigation ul li.on {
		margin: 1px 0 0 0;
		background: none;
	}

	body#home #flashContainer {
		margin: 0 0 18px 0;
	}
	body#home #contentHome {
		background: #dfe7f0;
		float: left;
		padding: 20px;
	}
	body#home #contentHome #columnLeft {
		width: 330px;
		margin: 0;
		float: left;
	}
		body#home #contentHome #columnLeft img {
			border: 1px solid #9fa4aa;
		}
		body#home #contentHome #columnLeft p {
			margin: 0.2em;
			line-height: 1.3em;
		}
		
	body#home #contentHome #columnRight {
		width: 315px;
		margin: 0;
		float: left;
		padding: 0 0 0 30px;
	}
	body#home #content #columnRight h3 {
		color: #336699;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
		margin: 0;
	}	

	body#home #content #columnRight h4 {
		color: #304447;
		font-size: 1.1em;
		text-transform: uppercase;
		margin: 0.8em 0 0.5em 0;
	}	
	body#home #content #columnRight p {
		text-indent: -20px;
		margin: 0 0 0.5em 20px;
		line-height: 1.3em;
	}
	body#home #content #columnWide {
		width: 680px;
		margin: 15px 0 15px 0;
		float: left;
	}
	body#home #content #columnWide h4 {
		font-size: 0.8em;
		text-transform: uppercase;
		border-bottom: 1px solid #aeb6be;
		color: #444444;
		margin: 0 0 0.5em 0;
	}
	
	
#bodyWrapper {
	width: 100%;
	text-align: center;
}
#bodyInner {
	width: 720px;
	margin: 0 auto;
}

/* masthead START */
#mastHead {
	height: 110px;
	width: 100%;
	background: url(IMAGES/mastHeadBg.gif);
}
	#mastHeadLogo {	
		height: 110px;
		width: 470px;
		background: url(IMAGES/mastHeadLogo.gif);
		float: left;
	}
	#mastHeadAddress {
		float: right;
	}
	#mastHeadAddress ul {
		margin: 20px 20px 0 0;
	}
	#mastHeadAddress li {
		text-align: right;
		margin: 0 0 0.1em 0;
		color: #b6c5d3;
	}
	#mastHeadAddress li a {
		text-decoration: underline;
		color: #fff;
	}
	#mastHeadAddress li a:hover {
		text-decoration: none;
	}
	#mastHeadAddress li.facebookUs {
		margin-top: 8px;
		height: auto;
		line-height: normal;
	}
	#mastHeadAddress li.facebookUs a {
		border: 1px solid #333;
		color: #666;
		text-decoration: none;
		background: url(IMAGES/ICONS/facebook.jpg) #ccc 2px center no-repeat;
		padding: 2px 5px 2px 20px;
	}
	#mastHeadAddress li.facebookUs a:hover {
		color: #333;
	}

/* masthead END */


/* navigation START */
#navigation {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 13px solid #647375;
}
	#navigation ul li {
		line-height: 1.9em;
	}
	#navigation ul li.off,
	#navigation ul li.on {
		float: left;
	}	

	#navigation ul li.off ul,
	#navigation ul li.on ul {
		position: absolute;
		display: none;
	}

	#navigation ul li ul {
		background: #304447;
		width: 200px;
		border: 1px solid #a98824;
		border-top: none;
	}
	#navigation ul li.on ul {
		background: #647375;
	}
	#navigation ul li.on ul li {
		border-bottom: 1px solid #647375;
	}
	#navigation ul li ul li a {
		width: 164px;
	}	
	#navigation ul li ul li {
		border-bottom: 1px solid #304447;
	}
	#navigation ul li a {
		color: #FFFFFF;
		text-decoration: none;
		margin: 1px 0 0 0;
		padding: 0.25em 1em 0.26em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		width: auto;
		display: block;
		
	}	
	#navigation ul li.on {
		margin: 1px 0 0 0;
		background: #647375;
	}
	#navigation ul li a:hover {
		margin: 1px 0 0 0;
	}

	#navigation ul li.off:hover ul,
	#navigation ul li.on:hover ul,
	#navigation ul li.over ul {
		/*  display the other topics when
		  their parent is hovered */
		display: block;
		z-index: 6000;
	}
	#navigation ul li.on a:hover,
	body#homework #navigation ul li.off a:hover,
	#navigation ul li.off ul a:hover {
		background: #4a5b5e;
	}
/* navigation END */


/* content area for Content Pages START */
#content {
	background: #d9e2ec;
	text-align: left;
	float: left;
	width: 100%;
}
	body#home #content {
		background: none;
	}
	#content #columnNav {
		width: 240px;
		float: left;
		background: #647375;
		border-bottom: 13px solid #a98824;
	}
		#content #columnNav ul {
			margin: 20px 0 0 10px;		
		}	
		#content #columnNav ul li {
			border-bottom: 1px solid #647375;
		}

		#content #columnNav li a {
			color: #FFFFFF;
			text-decoration: none;
			padding: 0.5em 1em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			width: 194px;
			display: block;
			
		}	
		#content #columnNav li.on a,
		#content #columnNav li a:hover {
			background: url(IMAGES/leftNavArrow.gif)  #4a5b5e 2px center no-repeat;
		}
	#content #columnContent {
		width: 60%;
		margin: 0 0 0 20px;
		float: left;
	}
	body#home #content #columnContent {
		width: auto;
		margin: 0;
		float: left;
	}

	#content #columnContent #loginForm label {
		float: left;
		width: 120px;
		font-weight: bold;
	}
		
		#content .utils {
			height: 18px;
			margin: 15px 0 12px 0;
			width: 100%;
			display: block;
			float: right;
		}
			#content .utils  ul {
				float: right;
			}	
			#content .utils  ul li {
				width: auto;
				height: 18px;
				display: block;
				float: left;
				padding-left: 5px;
			}
			#content .utils  ul li a {
				display: block;
				float: left;
				width: auto;
				line-height: 18px;
				color: #999999;
				font-size: 0.7em;
				text-decoration: none;
			}
			#content .utils  ul li a:hover {
				color: #666666;
			}
			#content .utils  ul li.edit a {
				background: url(IMAGES/buttonEdit.gif) bottom left no-repeat;
				width: 90px;
				height: 20px;
			}
			#content .utils  ul li.edit a:hover {
				background: url(IMAGES/buttonEdit.gif) top left no-repeat;
			}
			#content .utils  ul li.print a {
				background: url(IMAGES/buttonPrint.gif) bottom left no-repeat;
				width: 90px;
				height: 20px;
			}
			#content .utils  ul li.print a:hover {
				background: url(IMAGES/buttonPrint.gif) top left no-repeat;
			}
			

			#content .utils  ul li span.FBConnectButton_Simple {
				display: none !important;
			}
			#content .utils  ul li.facebook a {
				background: url(IMAGES/buttonFacebook.gif) bottom left no-repeat !important;
				width: 97px;
				height: 20px;
			}
			#content .utils  ul li span.FBConnectButton_Simple span.FBConnectButton_Text_Simple {
				display: none !important;
			}
			
			#content .utils  ul li.facebook a:hover {
				background: url(IMAGES/buttonFacebook.gif) top left no-repeat !important;
			}
		#content #columnContent h1 {
			font-size: 2em;
			line-height: 1.5em;
			margin: 0 0 1em 0;
			color: #03305d;
			float: left;
			width: 100%;
		}
		#content #columnContent h2 {
			font-size: 1.5em;
			margin: 0 0 0.5em 0;
			color: #03305d;
		}
		#content #columnContent h3 {
			font-size: 1.2em;
			margin: 0 0 0.5em 0;
			font-weight: bold;
			color: #333333;
		}
		#content #columnContent h4 {
			font-size: 1em;
			margin: 0 0 0.5em 0;
			font-weight: bold;
			color: #333333;
		}
		#content #columnContent p {
			line-height: 1.5em;
			margin: 0 0 1.2em 0;
		}	
		#content #columnContent div.disclaimer {
			font-size: 0.85em;
			line-height: normal;
			padding: 0.5em 0 0 0;
			color: #666666;
			border-top: 1px solid #999999;
		}
		#content #columnContent ul {
			line-height: 1.5em;
			margin: 0 0 1.2em 2em;
			list-style: disc;
		}	
		#content #columnContent ul.noBullet{
			list-style: none;
		}	
		#content #columnContent ol {
			line-height: 1.5em;
			margin: 0 0 1.2em 2em;
			list-style: decimal;
		}
		#content #columnContent blockquote {
			margin: 0 0 0 2em;
		}
		#content #columnContent li {
			margin: 0 0 0.6em 0;
		}
		#content th, 
		#content td {
			font-size: 1em;
			padding: 0.5em;
		}
		#content  th {
			font-weight: bold;
		}
		.picWrapper {
			padding: 0 7px 7px 0;
			margin: 0 0.5em 0.5em 0;
			width: auto;
			display: block;
			float: left;
			background: url(IMAGES/contentImgBg.gif) right bottom no-repeat;
		}
		.picWrapper img {
			border: 4px solid #FFFFFF;
			display: block;
		}		
	
/* content area for Content Pages START */


/* icon styles START */
	.iconEmail {
		background: url(IMAGES/ICONS/iconEmail.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}
	.iconPhone {
		background: url(IMAGES/ICONS/iconPhone.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}
	.iconFax {
		background: url(IMAGES/ICONS/iconPrinter.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}
	.iconPrint {
		background: url(IMAGES/ICONS/iconPrinter.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}
	.iconEdit {
		background: url(IMAGES/ICONS/iconPageEdit.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}
	.iconView {
		background: url(IMAGES/ICONS/iconView.gif) left center no-repeat;
		padding: 0 0 0 20px;
	}

/* icon styles END */

/* blog entries for Ed Corner START */
.blogEntry {
	float: left;
	margin: 0 0 1em 0;
	padding: 20px;
	background: #ecf1f6;
	border: 1px solid #aebac2;
	width: 390px;
}
.blogEntry  h2 {
	float: left;
	margin: 0;
	padding: 0;
}
.blogEntry  span.blogDate {
	float: right;
	display: block;
	color: #828282;
	font-size: 0.85em;
	white-space: nowrap;
}
#content #columnContent .blogEntry  p {
	float: left;
}
.blogHeader {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
.blogContent {
	float: left;
	line-height: 1.3em;
}
.blogContent .right {
	width: 250px;
	margin: 0 0 0 10px;
	float: right;
}

.blogContent a {
	background: url(IMAGES/personnelImgBg.gif) right bottom no-repeat;
	display: block;
	float: left;
	padding: 0 7px 7px 0;
}
#content #columnContent .blogContent img {
	width: 100px;
	max-height: 100px;
	float: left;
	border: 5px solid #FFFFFF;
	padding: 0;
	margin: 0;
	background: none;
}
#content #columnContent .blogContent .picWrapper {
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	float: none;
}
.blogEntry a.blogMore {
	float: left;
	width: 100%;
	text-align: right;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.blogEntry a:hover {
	text-decoration: none;
}
.post-body .picWrapper {
	float: none;
	display: block;
	background: none;
	margin: 0;
	padding: 0;
}
.post-body img {
	float: right;
	display: block;
	max-height: 240px;
	max-width: 320px;
}
.post-body  a {
	display: block;
	float: left;
	padding: 0 7px 7px 0;
	width: 100%;
	background: url(IMAGES/contentImgBg.gif) right bottom no-repeat;
}

.post-body {
	line-height: 1.5em;
}
/* blog entries for Ed Corner END */

/* sitemap START */

#sitemapWrapper {
	width: 670px;
	padding: 10px 25px;
	float: left;
	display: block;
	text-align: left;
	background: #ced6e0;
}
#sitemapWrapper ul {
	padding: 0;
	float: left;
	display: block;
}
#sitemapWrapper ul li {
	padding: 0 25px 0 0;
	float: left;
	display: block;
	width: 109px;
}

#sitemapWrapper ul li ul li {
	float: left;
	display: block;
	width: 109px;
	padding: 0;
}
#sitemapWrapper ul li a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 8px 0;
	display: block;
}
#sitemapWrapper ul li ul li a {
	font-weight: normal;
}
#sitemapWrapper ul li a:hover {
	text-decoration: underline;
}

/* sitemap END */


/* footer START */
	#footerWrapper {
		background: #304447;
		border: 1px solid #a98824;
		border-left: none;
		border-right: none;
		width: 100%;
		text-align: center;
		float: left;
		position: relative;
	}
	#footerWrapper #footerInner {
		width: 720px;
		margin: 0 auto;
	}
	#footerWrapper #footerInner p {
		text-align: left;
		color: #FFFFFF;
		margin: 5px 20px;
	}
	
/* footer END */

/* emergency note START */
#control_overlay {
	background-color:#000;
}

	.modal {
		background-color:#fff;
		padding: 0 0.5em 0.5em 0.5em;
		border: 5px solid #666666;
		width: 450px;
	}
	#modal #note {
		padding: 0 1em 1em 1em;
		float: left;
		width: auto;
	}
	#modal #note .date {
		font-size: 1.2em;
	}
	#modal #note p {
		font-size: 2em;
	}
	#modal a.window_close {
		background: url(IMAGES/ICONS/iconCross.gif) no-repeat right center;
		padding: 0 20px 0 0;
		text-decoration: none;
		text-transform: uppercase;
		color: #666666;
		margin: 0.5em;
		text-align: right;
		float: right;
	}
	.clear {
		clear: both;
	}

/* emergency note END */


/* calendar START */
	body#calendar #content #columnContent {
		width: auto;
		margin: 0 0 0 20px;
		float: left;
	}
	#content #calWrapper {
		width: auto;
		padding: 0 0 1em 0;
		float: left;
	}
		#content #calWrapper h1,
		#content #columnContent h1 {
			font-size: 2em;
			margin: 0 0 1em 0;
			color: #03305d;
		}
		#content #calWrapper h2,
		#content #columnContent h2 {
			font-size: 1.5em;
			margin: 0 0 0.5em 0;
			color: #03305d;
		}
/* calendar END */

/* facult staff START */
#personnel {
}
#personnel .person {
	float: left;
	margin: 0 0 1em 0;
	padding: 20px;
	background: #ecf1f6;
	border: 1px solid #aebac2;
	width: 390px;
}
#personnel .person img.picture {
}
#content #columnContent #personnel .person span.picWrapper {
	background: url(IMAGES/personnelImgBg.gif) right bottom no-repeat;
	padding: 0 7px 7px 0;
	margin: 0 0 0.5em 0.5em;
	float: right;
}
#content #columnContent #personnel .person .picWrapper img {
	border: 5px solid #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}		

#personnel .person .position {
	font-weight: bold;
	margin: 0.5em 0;
}
#content #columnContent #personnel .person ul.specs {
	margin: 0 0 1em 0;
	list-style: none;
}
#content #columnContent #personnel .person ul.bioList {
	margin: 0 0 0 1em;
}
#content #columnContent #personnel .person ul.bioList li {
	margin: 0 0 0.5em 1em;
	list-style: disc;
	line-height: 1.3em;
}

/* facult staff END */


/* class list START */
#classList {
}
#classList .classGroup {
	float: left;
	margin: 0 0 1em 0;
	padding: 20px;
	background: #ecf1f6;
	border: 1px solid #aebac2;
	width: 390px;
}
#content #columnContent #classList .classGroup h3 {
}
#content #columnContent #classList .classGroup ul {
	margin: 0;
	list-style: none;

}
#classList .classGroup li {
	line-height: 1.4em;
}
#classList .classGroup .row {
	float: left;
}
#classList .classGroup .row .left {
	float: left;
	width: 100px;
}
#classList .classGroup .row .right {
	float: left;
	width: 290px;
}

/* class list END */
/* class list START */
#schoolList {
}
#schoolList .student {
	float: left;
	margin: 0 0 1em 0;
	padding: 20px;
	background: #ecf1f6;
	border: 1px solid #aebac2;
	width: 390px;
}
#content #columnContent #schoolList .student ul {
	list-style: none;
	margin: 0;
}
#schoolList .student li {
	line-height: 1.4em;
}
#schoolList .student .row {
	float: left;
}
#schoolList .student .row .left {
	float: left;
	width: 160px;
}
#schoolList .student .row .right {
	float: left;
	width: 230px;
}

/* class list END */

/* homework START */
	/* for homework app in perl START */
	input.buttonAffirm {
		color: #FFFFFF;
		font-weight: bold;
		background: url(IMAGES/buttonAffirm.gif) repeat-x;
		height: 33px;
		padding: 0 10px 8px 10px;
		border: none;
		
	}
	input.buttonClear {
		color: #666666;
		background: url(IMAGES/buttonClear.gif) repeat-x;
		height: 33px;
		padding: 0 10px 8px 10px;
		border: none;
	}
	
	
	body#homework #columnContentInner {
	}
	body#homework #columnContentInner div {
		margin: 0 0 1em 0;
	}
	
	body#homework #columnContentInner label {
		margin: 0 0 0.3em 0;
		font-weight: bold;
		display: block;
	}
	
	ul.teacherList li {
		list-style: none;
	}
	ul.teacherList li {
		margin: 0 0 1em 1em;
		padding: 0 0 0 1em;
		background: url(IMAGES/arrowOrange.gif) no-repeat left center;
		display: block;
		width: 100%;
		float: left;
	}

/* for homework app in perl END */

#schoolList {
}
#homeWork .homeworkItem {
	float: left;
	margin: 0 0 1em 0;
	padding: 20px;
	background: #ecf1f6;
	border: 1px solid #aebac2;
	width: 390px;
}
#homeWork .homeworkItem ul.homeworkSpecs {
	margin: 0 0 1em 1em;
	float: left;
}
#homeWork .homeworkItem ul.homeworkSpecs li {
	line-height: 1.5em;
	font-weight: bold;
	width: 390px;
	display: block;
	float: left;
}
#homeWork .homeworkItem ul.homeworkSpecs li span {
	font-weight: normal;
	float: left;
	padding: 0 1em 0 0;
}
#homeWork .homeworkItem ul.homeworkSpecs li span.assign,
#homeWork .homeworkItem ul.homeworkSpecs li span.date,
#homeWork .homeworkItem ul.homeworkSpecs li span.time,
#homeWork .homeworkItem ul.homeworkSpecs li span.contact,
#homeWork .homeworkItem ul.homeworkSpecs li span.email {
	font-weight: bold;
	color: #666666;
}

/* homework END */

/* form START */
#contactUs input.cb {
	border: none;
	height: 14px;
	width: 14px;
	margin: 0 5px 0 0;
	padding: 0;
}

#contactUs input {
	width: 160px;
}
#contactUs input.formWide {
	width: 220px
}
#contactUs input.formMedium {
	width: 100px
}
#contactUs input.formNarrow {
	width: 60px
}
#contactUs input.cb {

}
#contactUs #emailField {
	display: none;
}
#contactUs .row {
	float: left;
	margin: 0 0 0.5em;
	width: 100%;
}
#contactUs .divider {
	margin: 1em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #aeb5bd;
}
#contactUs .row .left {
	float: left;
	width: 200px;
}
#contactUs .row .right {
	float: left;
	width: 190px;
}
#contactUs label {
	display: block;
	margin: 0 0 0.1em;
}

#contactUs .row .wide {
	float: left;
	width: 100%;
	margin: 0 0 0.8em;
}
#contactUs .row .wide input {
	float: left;
}
#contactUsForm #mailMessage {
	padding: 1em;

}

/* form END */

.printHide {
	display: none;
}
#maps {
	padding: 0 0 1em 0;
}
#maps iframe{
	border: 2px solid #CCCCCC;
	margin: 0 0 1em 0;
}
