@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding: 0px 0px 0px 15px;
	/* background-color:#FFFFFF; */
	text-align:center;	
	font-size: 99%;
	background:url(images/fog-barn-1000.jpg) center no-repeat #CBC1CE;
	background-attachment:fixed;
}

#container {
	position:relative;
	width:800px;
	margin: 0px auto; /* the auto margins (in conjunction with acell-spacing width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px 0px 0px 0px;
}

/*
 * HEADER
 */
#bannerImg {
	width:800; 
	left:42px; 
	border:0; 
	margin-bottom: 0px;/*5px;*/
}

/*
 * Navigation Menu
 */
#navigation{
	float:left;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:none;
	color:#000000;
	text-align:center;
	width: 100%; /* green from banner */
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #2E622E; /* dark green */
}
#navigation #navTable{
	width:100%;
	text-align:center;
}
#navigation #navTable .button {
}
#navigation a:link, #navigation a:visited {
	color:#eeeeee;
	font-style:normal;
/*	background-color: #2E622E;*/
/*	background-image:url(images/buttontop.psp) ;
	background-repeat:repeat-x;
	*/
}
#navigation #navTable .button a:hover {
	color:#FFCCCC;
	font-style:normal;
}
#navigation #buttonActive {
 color:#F9F3AE;  /*	pale yellow;*/
 font-weight: bold;
}


/*
 * MAIN SECTION
 */
#mainSection {
	text-align:center;
	background-color: #ddd; /*#ccc;*/
	color: #000000; /*#333333;*/
	width: 790px;
	border: 5px solid #2E622E;
	position:relative;
	top:5px; 
	margin:0px;
	clear:both;
	padding: 15px 0px;
	/* padding:15px; don't use padding or it'll make the box grow */
	}
	
#mainSection p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align:left;
	margin: 15px;
	font-size: medium;
}

#mainSection .featureImage {
	margin: 15px;
	display:inline;
	border: #ffffff solid thick;
}

#mainSection h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:large;
}
#mainSection .quote {
	font-style:italic; 
	font-size:small;
}

/*
 * FEATURED PHOTOS
 */
 
/* Feature - float this using class .fltlft or .fltrt picture with caption and background */
#mainSection .LabeledPhoto {
	width: 200px; /* since this element is floated, a width must be given.  Override it in html when needed. */
	background: #ffffff;
	padding: 5px; 
	text-align: center;
	margin: 15px;
}

#mainSection .LabeledPhoto img {
	/*width:200px;*/
	/*border:#9DA4D9 outset medium;*/
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
}

#mainSection   .LabeledPhoto   p , 
#mainSection   .LabeledPhoto   h3{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#news {
	margin: 0px 10px;
	display:inline;
	border: solid thin #2E622E; /* dark green */
	float:right;
	width:250px;
	background-color:#eeffee;
	text-align:left;
	padding:0;
}

#news	li {
	margin-bottom: 5px;
}

#className {
	 font-size: medium;
	 font-weight:bold;
 }
#classDate {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;	
	font-size:11px;
}
#classInfo {

}

#news	#enroll {
	text-align:center;
}

#mainSection #enroll a {
	border: solid thin #2E622E; /* dark green */
	background-color:#FFFFFF;
	width: 8em;
	padding: 0px 5px;
}



/*
 * Right Sidebars
 */
.sidebar {
	text-align:center;
	font-size: small;
	width: 225px;
	border: 5px solid #2E622E;
	position:relative;
	top:10px;
	margin:0px 0px 10px 0px;
	padding: 10px 5px;
	background-color:#E4E6D2; /* creamy grey */
	color: #333333;
	float:right;
	}
	
.sidebar p {
	text-align: left;
	margin: 5px 10px;
}

.sidebar ul {
	text-align: left;
}


/*
 * FOOTER
 */

#footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	line-height: 1em;
	background-color: #2E622E; /* dark green */
	position:relative;
	top:10px;
	margin: auto auto 20px auto;
	color: #ccc;
	clear:both;
	} 
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}

#footer a {
	color: #FFFFFF;
	}

#footer #quickContact {
	font-size: .8em;
	position:relative;
	top:0;
	left:0;
}

#footer #copyright {
	font-size: .8em;
	text-align: center;
}

#footer .jackie {
	height:25px; 
	/*margin-top:3px; 
	margin-bottom:3px; */
	text-align:center; 
	border:none
}

/* 
 * Miscellaneous classes for reuse 
 */
.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;
}
