@charset "UTF-8";
/* CSS Document */
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/graphics/background/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:11px;
	line-height:16.5px;
	color:#242424;
}

.twoColFixRtHdr #container { 
	width: 990px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background:#9AA78A;
	padding: 0 10px 0 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. */
	height:45px;
	border-top:#ff3300 thin solid;
} 
.twoColFixRtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	padding: 10px 0px;
}
.twoColFixRtHdr #mainContent {
	float:left;
	width: 635px;
	margin: 10px 0 10px 0; /* the right margin on this div element creates the column down the right 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: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
}
.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/graphics/background/bottom-links.jpg) top no-repeat;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	line-height:16px;
}
.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;
}
/* --------lesser header-----------*/
#logo {
	width:193px;
	height:40px;
	position:absolute;
	margin-left:0px;
	top:3px;
}
#menubox {
	width:900px;
	height:30px;
	position:absolute;
	margin-left:175px;
	top:0px;
	z-index:1000;
}
/* -----------image padding and objects----------*/
.imgl
{
float:left;
margin:0px 15px 5px 0px;
text-align:center;
}
.imgr
{
float:right;
margin:5px 0px 5px 15px;
text-align:center;
}
.imgbanner {
	margin-bottom:20px;
	}

/* --------texts-----------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding-bottom:5px;
}
h1 {
	line-height:35px;
	font-size:22px;
	margin:15px 0;
	padding-bottom:5px;
	border-bottom:#ff3300 thin solid;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h3 {
	font-size:14px;
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.focus {
	color:#ff3300;
	}
/* --------links-----------*/
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
}
a:hover {
	color:#FF3300;
}
#footer a:link {
	text-decoration:none;
	font-weight:normal;
}
#footer a:visited {
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	text-decoration:underline;
	font-weight:normal;
}

/* -----------attributes---------------*/
.age {
	font-weight:bold;
	}
.subject {}
.year {}
.session {}
.class {
	line-height:16px;
	margin-top:7.5px;
	}
.title {}
.caveattitle {
	color: #FF3300;
	font-weight:bold;
	}
.price {}
.caveatprice {
	font-style:italic
	}
.spaces {}
.date {}
.caveatdate {
	font-style:italic
	}
.time {
	font-style:italic
	}
.caveattime {
	color: #FF3300;
	font-weight:bold;
	}
.location {}
.locationlink {}
.more {
	}
	
/* --------general template-----------*/
/* -----------basics---------------*/
.widgetbottom {
	font-size:13px;
	text-align:right;
	padding:7px 10px 3px 0px;
	margin:0;
	background:#BFBFBF;
	color:#FFFFFF;
}
.info {
	padding:10px;
	margin:0;
	}
.bullet {
	color: #FF3300;
	font-weight:lighter;
	}
/* -------blog-----------*/
#blog {
	margin-bottom:15px;
	border-bottom:#BFBFBF thick solid;
}
#blog h2 {
	background-color:#93907C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
#blog .signup {
	background-color:#eff9e6;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
}
#blog .info {
	background-color:#FFFFFF;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	padding:5px 15px;
}
div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}
div.feedburnerFeedBlock ul li span.headline {
display:block;
margin:12px 0 0 0;
}
/* -------socialmedia-----------*/
#social {
	margin-bottom:15px;
	border-bottom:#BFBFBF thick solid;
}
#social h2 {
	background-color:#93907C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
#social .info {
	background-color:#FFFFFF;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
}
/* -------video-----------*/
.video {
	margin-bottom:15px;
	border-bottom:#BFBFBF thick solid;
}
.video h2 {
	background-color:#93907C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
.video .object {
	background-color:#FFFFFF;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
}

/* --------main page template-----------*/
/* --------featured content-----------*/
#featured {
	margin-bottom:10px;
	width:222px;
	float:left;
	}
#featured h2 {
	font-size:15px;
	margin:0;
	padding:0;
	}
#featured h3 {
	font-size:13px;
	color:#777777;
	font-variant:small-caps;
	font-weight:bold;
	margin:15px 0 2px 0;
	padding:0;
	}
#featured h4 {
	background-color:#9AA78A;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
		}
#featured p {
	margin:3px 0 5px 0;
	padding:0;
	}
#featured img {
	margin:10px 0;
	text-align:center;
	}
#featured .info {
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	border-bottom:#BFBFBF thick solid;
	margin-bottom:10px;
	}
#featured .second p {
	font-size:10px;
	line-height:14.5px;
	}
/* --------main content-----------*/
#main {
	margin-bottom:5px;
	width:394px;
	float:right;
}
#main h2 {
	margin-top:0;
}
#main .list h3 {
	background-color:#93907C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
#main .list p {
	background-repeat:no-repeat;
	background-position:30px 0px;
	margin:0;
	padding:15px 5px;
}
#popular h2 {
	font-size:15px;
	margin:0;
	padding:5px 0;
	}
#popular h4 {
	font-size:18px;
	padding:5px 0;
	margin:5px 0;
	}
#popular .info {
	border:#BFBFBF thin solid;
	margin:10px 0;
	padding:0;
	}
#main .base {
	border-bottom:#BFBFBF thin solid;
}

/* --------freeagent-----------*/
.freeagent {
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:#BFBFBF thick solid;
	}
.freeagent h3 {
	background-color:#9AA78A;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
.freeagent .info {
	padding:5px 10px 1px;
	margin:0px;
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	}

/* --------class template-----------*/
/* --------cart-----------*/
.cart {
	margin-top:15px;
	margin-bottom:20px;
	}
.cart h3 {
	padding:10px 0px;
	border-bottom:#ff3300 2px solid;
	font-size:16px;
	margin:0;
	}
.cart h4 {
	font-size:14px;
	padding:10px 0px 0px 0px;
	margin:0;
	}
.cart h5 {
	background-color:#9AA78A;
	padding:10px 10px;
	margin:0;
	color:#FFFFFF;
	font-size:16px;
	margin:0;
	}
.cart .details {
	padding:0px 10px 10px;
	background-color:#eff9e6;
	margin:0;
	}
.cart p {
	margin:10px 0px;
	}
.cart .info {
	padding:0px 0px 0px 0px;
	margin:0px;
	background-position:30px 0px;
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	}
.cart table {
	border-bottom:#BFBFBF thick solid;
	}
.cart .add {
	padding-top:17px;
	padding-left:7px;
	width:105px;
	float:left;
	}
.cart .stats {
	width:500px;
	padding:5px 10px 5px 0px;
	float:right;
}
.cart .widgetbottom {
	padding-top:5px;
	padding-bottom:8px;
	}
.cart .base {
	border-bottom:#BFBFBF thin solid;
}
/* --------deliver-----------*/
.deliver {
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:#BFBFBF thick solid;
	}
.deliver h3 {
	background-color:#9AA78A;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
.deliver .info {
	padding:5px 10px 1px;
	margin:0px;
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	}

/* --------subject template-----------*/
/* --------calendar-----------*/
#calendar {
	margin-top:15px;
	margin-bottom:10px;
	}
#calendar h2 {
	background-color:#9AA78A;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
#calendar h3 {
	font-size:15px;
	margin:0;
	padding:0;
	color:#ff3300;
	}
#calendar .info {
	padding:10px 0px 0px 0px;
	margin:0px;
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	border-bottom:#BFBFBF thick solid;
	}

#calendar .base {
	border-bottom:#BFBFBF thin solid;
}
/* ------Description----------*/
#description {
	}
#description .year {
	}
#description h2 {
	font-size:24px;
	border-bottom:#ff3300 thin solid;
	margin-top:50px;
	padding-bottom:10px;
	}
#description h2 .year {
	font-weight:bold;
	color:#ff3300;
	}
#description h2 .subject {
	font-weight:bold;
	}	
#description h3 {
	font-size:14px;
	margin:8px 0 0 0;
	padding:8px 0 0 0;
	}
#description h4 {
	font-size:20px;
	color:#ff3300;
	margin-bottom:0;
	padding-bottom:0;
	}
#description p {
	margin:5px 0 5px 0;
	padding:0;
	}	
#description h5 {
	font-size:10.5px;
	margin:0;
	padding:0 0 2px 0;
	}
#description h6 {
	font-size:14px;
	margin:2px 0 8px 0;
	padding:2px 0 8px 0;
	}
/* --------info template-----------*/
/* --------box-----------*/
.box {
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:#BFBFBF thick solid;
	}
.box h2 {
	background-color:#9AA78A;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
.box .info {
	padding:5px 10px 1px;
	margin:0px;
	background-color:#eff9e6;
	border-left:#BFBFBF thick solid;
	border-right:#BFBFBF thick solid;
	}
/* -------open-----------*/
.open {
	margin-bottom:15px;
}
.open h2 {
	background-color:#93907C;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	}
.open .info {
	padding-left:0;
	padding-right:0;
}
/* ------buttons----------*/
a.button:link, a.button:visited {
	font-size:11.5px;
	font-weight:400;
	padding:6px 7px;
	border:thin solid #999999;
	background:#ffffff;
}

a.button:hover {
	background: #FFFF66;
}
/* --------featured content-----------*/
#splitl {
	margin-bottom:5px;
	width:312px;
	float:left;
}
#splitl h2 {
	font-size:12px;
	margin:0;
	padding:5px 0;
	}
#splitl h4 {
	font-size:18px;
	padding:5px 0;
	margin:5px 0;
	}
#splitl .info {
	border:#BFBFBF thin solid;
	margin:10px 0;
	padding:0;
	}
#splitl .base {
	border-bottom:#BFBFBF thin solid;
}

/* --------main content-----------*/
#splitr {
	margin-bottom:5px;
	width:312px;
	float:right;
}
#splitr h2 {
	font-size:12px;
	margin:0;
	padding:5px 0;
	}
#splitr h4 {
	font-size:18px;
	padding:5px 0;
	margin:5px 0;
	}
#splitr .info {
	border:#BFBFBF thin solid;
	margin:10px 0;
	padding:0;
	}
#splitr .base {
	border-bottom:#BFBFBF thin solid;
}
/* --------featured content-----------*/
.line {
	margin-bottom:8px;
}
.line h2 {
	font-size:12px;
	margin:0;
	padding:0px 0;
	}
.line p {
	margin:0;
	padding:3px 0;
	}
.line h4 {
	font-size:18px;
	padding:5px 0;
	margin:5px 0;
	}
.line .info {
	border:#BFBFBF thin solid;
	margin:10px 0;
	padding:0;
	}
.line .base {
	border-bottom:#BFBFBF thin solid;
}

/* --------main content-----------*/



