@charset "UTF-8";
body  {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/staback.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 63px auto 5px auto !important;
	margin: -30px auto 0 auto;
	text-align: left;
}
#preheader {
	background: none;
	position: relative;
	height: 10px;
} 
#preheader  img.wood {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#preheader  img.stainedglass {
	position: absolute;
	left: 230px;
	top: -70px;
	z-index: 0;
	display: block !important;
	display: none;
}
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 10px 20px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
#header img {
	border-right: dotted 2px #CCCCCC;
	padding: 0 80px 0 0;
}
#header  img.rightside {
	position: absolute;
	right: 50px;
	top: 10px !important;
	top: 10px;
	padding: 0;
	border: none;
}
#header img.rightsideHistory {
	position: absolute;
	right: 10px;
	top: 5px !important;
	top: 10px;
	padding: 0;
	border: none;
}
#header img.rightsideMission {
	position: absolute;
	right: 60px;
	top: 35px !important;
	top: 10px;
	padding: 0;
	border: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#navbar {
	color: #000000;/*	border-top: solid #194292 1px;
	border-bottom: solid #194292 1px; */
}
#navbar li.wide {
	width: 150px;
}
#navbar  li.current {
	background: #194292;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 12px;
	color: #777777;
	line-height: 110%;
	clear: both;
}
.twoColFixLtHdr #sidebar1History, #sidebar1Mission, #sidebar1Message, #sidebar1Testimonials, #sidebar1Application, #sidebar1Giving {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #194292; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 50px 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 125%;
	clear: both;
	text-align: left;
	margin-top: 20px;
}
#sidebar1History {
	height: 450px;
	padding: 100px 10px 50px 20px;
}
#sidebar1Mission {
	padding: 40px 10px 40px 20px;
}
#sidebar1Giving {
	padding: 20px 10px 20px 20px;
}
#sidebar1Testimonials {
	padding: 100px 10px 100px 20px;
}
#sidebar1Testimonials li {
	padding: 5px 0;
	margin: 0 0 0 -15px;
}
li.admissionList   {
	color: #222222;
	margin: 3px 0 3px 40px;
}
#sidebar1Message {
	height: 300px;
	padding: 100px 10px 50px 20px;
}
#sidebar1Application {
	padding: 20px 10px 20px 20px;
}
#sidebar1 p.top {
	border-bottom: dotted #CCCCCC 2px;
	padding: 0 0 15px 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 10px 20px !important;
	padding: 0;
	color: #777777;
	font-size: 12px;
}
#mainContent p {
	padding: 0 0 0 10px;
}
#mainContent p.contact {
	padding: 0 0 90px 10px;
}
#mainContent p.history, #mainContent p.mission, #mainContent p.message, #mainContent p.testimonials, #mainContent p.faculty, #mainContent p.curriculum, #mainContent p.adapted, #mainContent p.computer, #mainContent p.language, #mainContent p.admission, #mainContent p.giving {
	color: #222222;
	text-align: justify;
	padding: 0 20px;
}
#mainContent p.blueLargeCentered {
	color: #194292;
	text-align: center;
	padding: 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}
#mainContent h3 {
	padding: 0 0 0 10px;
	color: #222222;
}
blockquote {
	color: #222222;
	font-style: italic;
	padding: 5px 10px 5px 40px;
	text-align: justify;
	line-height: 125%;
	background-image: url(images/upQuotes.gif);
	background-repeat: no-repeat;
	margin: 0 30px;
}
blockquote.noQuote {
	background-image: none;
}
blockquote.testimonials {
	background-image: none;
	border-bottom: solid #CCCCCC 1px;
	padding: 10px 10px 10px 40px;
}
blockquote span.closequote  {
	background-image: url(images/downQuote.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	padding: 5px 50px 0 0;
	font-style: normal;
}
blockquote.mission {
	padding: 10px 40px 30px 40px;
	margin: 0 30px;
	background-image: none;
	color: #194292;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
img.contactCross {
	position: absolute;
	left: 340px;
	top: -250px !important;
	top: -300px;
	/* padding: 5px;
	border: solid #999999 1px;
	background: #194292; */
}
#mainLower {
	width: 415px;
	line-height: 110%;
	margin: 10px 0 0 0;
	border-left: dotted #CCCCCC 2px;
	border-right: dotted #CCCCCC 2px;
	padding: 10px 30px 10px 10px;
	position: relative;
}
#mainContent   img.knights {
	right: -212px;
	top: 0px;
	position: absolute;
}
.twoColFixLtHdr #footer {
	padding: 10px 10px 0 20px;
	background:#FFFFFF;
	text-align: center;
	border-top: solid #194292 1px;
	position: relative;
	margin: 0;
} 
#postfooter {
	background: url(images/wood_border.jpg) no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
}
table {
	color: #194292;
	margin: 10px 0 20px 40px;
}
td {
	padding: 10px 3px;
	border-bottom: solid #CCCCCC 1px;
}
.cursorFinger {
	cursor: pointer;
}
.boldText {
	font-weight: bold;
}
.boldTextBlue {
	font-weight: bold;
	color: #194292;
}
.italicText {
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 a:link, #sidebar1 a:visited, #mainLower a:link, #mainLower a:visited {
	color: #000066;
	text-decoration: underline;
}
#sidebar1 a:hover, #sidebar1 a:active, #mainLower a:hover, #mainLower a:active {
	color: #0099FF;
	text-decoration: underline;
}
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}
#mainContent a:link, #mainContent a:visited {
	color: #194292;
	text-decoration: none;
}
#mainContent a:hover {
	color: #194292;
	text-decoration: underline;
}
#mainContent a:active {
	color: #0099FF;
	text-decoration: underline;
}
#sidebar1Application a:link, #sidebar1Application a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1Application a:hover, #sidebar1Application a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar1 img.facebook {
	padding: 10px 0 0 0;
}
#tidalBrain {
	color: #194292;
	background: none;
	font-size: 10px;
	margin-bottom: 30px;
}
#tidalBrain a:link, #tidalBrain a:visited {
	color: #194292;
	text-decoration: none;
}
#tidalBrain a:hover {
	color: #194292;
	text-decoration: underline;
}
#tidalBrain a:active {
	color: #0099FF;
	text-decoration: underline;
}

