@charset "UTF-8";
body  {
	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: #171711;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;/*	background-color: #F5FAF0;
	background-color: #F8F8EE;
	background-color: #F5F5FA; */
	background-color:#F9F9F0;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: transparent url('../images/headerbg1.jpg') repeat-x top left;  /* 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. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	border:none;
}
.headerContactInfo {
	color: #4A2C57;
	text-align:left;
	float:right;
	margin:15px 20px 0 10px;
	background: transparent url(../images/footerbg1.jpg) repeat-x scroll 0 25%;
	padding: 0.5em 1em;
	border: 1px solid #ABC470;
	font-size: 90%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 0;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px;
	margin: 0;
	display: none;
}
.side-module {
	font-size: 90%;
	border: 1px solid #ABC470;
	background: transparent url(../images/footerbg3.jpg) repeat-x scroll 0 100%;
}
.side-module>p {
	margin: 0.5em 10px 1em;
}
.side-module h4 {
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font-size: 110%;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #BDCE95;
}
/* START: FeedBurner styling */
div.feedburnerFeedBlock {
	margin: 0.5em 10px 1em;
}
div.feedburnerFeedBlock p.date {
	color: #9CAA7A;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	}
div.feedburnerFeedBlock ul li div {
	display: inline;
	}
div.feedburnerFeedBlock span.headline a {
	font-weight: normal;
	font-size: 110%;
	color: #6E367F;
	}
div.feedburnerFeedBlock ul li {
	margin: 1em 0;
	padding-left: 0;
	text-indent: 0;
	}
div.feedburnerFeedBlock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.feedburnerFeedBlock #creditfooter {
	display: none;
}
/* END: FeedBurner styling */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* 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: 0 20px 0 5px;
}
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent li, .side-module {
	line-height: 1.5;
}
#mainContent ul {
	list-style-type: disc;
	list-style-image: url(../images/grnspiralbullet1.gif);
}
.twoColFixLtHdr #footer {
	padding: 0 20px 0 20px;
	font-size: 90%;
	text-align: center;
	height: 94px;
	background: transparent url('../images/footerbg2.jpg') repeat-x bottom left;
	color: #484F1F;
} 
.twoColFixLtHdr #footer p {
	padding: 35px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.fltlft.half-width {
	margin-right: 15px;
}
.fltrt.half-width {
	margin-left: 15px;
}
.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;
}
.twoColFixLtHdr #sidebar1 .nav, .twoColFixLtHdr #sidebar1 .nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2;
}
.twoColFixLtHdr #sidebar1 .nav {
	margin-bottom:15px;
	font-weight:bold;
	margin-top: 0px;
	font-variant: small-caps;
}
.twoColFixLtHdr #sidebar1 .nav li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	width:200px;
}
.twoColFixLtHdr #sidebar1 .nav li a {
	display:block;
	width:168px;
	margin:0px;
	padding:4px 20px 5px 10px;
	text-decoration:none;
	color:#6E367F;
	background: transparent url(../images/footerbg1.jpg) repeat-x scroll 0 65%;
	border: 1px solid #ABC470;
	position:relative;
}
.twoColFixLtHdr #sidebar1 .nav li a .toggle {
	display:block;
	height:11px;
	width:11px;
	border:none;
	margin-left:8px;
	background-image:url(../images/toggle-triangle-2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	vertical-align:bottom;
	margin-top:2px;
	position:absolute;
	top:5px;
	right:5px;
}
.twoColFixLtHdr #sidebar1 .nav li a .toggle.up {
	background-position:-11px 0px;
}
.twoColFixLtHdr #sidebar1 .nav li a:hover {
	background-color:#D7BEFD;
/*	background-color:#C2AED6;
	background-color:#FFFFCC;
	background-color:#ECDFF7;*/
	color:#502056;
	background-image:none;
}
.twoColFixLtHdr #sidebar1 .nav ul {
	font-weight:normal;
/*	font-size:90%;
*/}
.twoColFixLtHdr #sidebar1 .nav ul li {
	font-style:italic;
	font-weight:bold;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 .nav li a.current {
	background: #bdce95;
	cursor:default;
}
.twoColFixLtHdr #sidebar1 .nav ul li a {
	width:158px;
	padding-left:20px;
	border-top:none;
/*	border-left:4px solid #ABC470 !important;
	border-right:4px solid #ABC470 !important;*/
}
.twoColFixLtHdr #sidebar1 .nav ul ul li {
	font-style:normal;
	font-variant:normal;
	font-size: 80%;
}
.twoColFixLtHdr #sidebar1 .nav ul ul li a {
	width:148px;
	padding-left:30px;
}
h1, h2, h3, h4, h5, h6, th {
	color:#4A2C57;
	border-bottom: 1px solid #ABC470;
}
h1 { font-size: 2em; margin: 0.35em 0px 0.67em 0;}
h2 { font-size: 1.5em; margin: .75em 0 0.5em; }
h3 { font-size: 1.17em; margin: .83em 0em 0.33em; }
h1 {
	border-bottom: 2px solid #ABC470;
	background: transparent url(../images/footerbg1.jpg) repeat-x scroll 0 25%
}
.product-summary {
	float:left;
}
.product-summary img.fltrt, .product-summary img.fltlft, .sidebar-inset-right img {
	margin-bottom:20px;
	border:solid #ABC470 1px;
}
.product-summary p {
	margin-top: 0;
	margin-bottom: 1em;
}
.product-summary img.feature, img.feature {
	display:block;
	border: 1px solid #ABC470;
	margin: 1em 0px;
}
table.class-schedule, table.class-schedule td, table.class-schedule th, table.standard, table.standard td, table.standard th {
	border: solid #ABC470 1px;
}
table.standard {
	margin: 1.5em 0em;
	border-collapse: collapse;
}
table.class-schedule td, table.class-schedule th, table.standard td, table.standard th {
	text-align:left;
	padding:2px 7px;
}
table.class-schedule th, table.standard th {
	background: transparent url(../images/footerbg1.jpg) repeat-x scroll 0 50%;
}
table.class-schedule td, table.standard td {
	margin:0px;
	padding-top: 0.5em;
	vertical-align:top;
}
table.class-schedule td.image {
	padding:1px;
}
table.standard td h6 {
	font-size:100%;
	font-weight:normal;
	border:none;
	margin:0em 0em 0.5em 0em;
	padding:0px;
}
table.standard td ul {
	margin-top:0.5em;
	margin-bottom:1em;
}
a.image-link {
	margin:0;
	padding:0;
	display:block;
	border:none;
}
a.image-link:hover {
	margin:0;
	padding:0;
}
a.image-link img {
	margin: 0;
	padding: 0;
	display:block;
	border:1px solid #9EA374;
}
#mainContent .catalog-grid {
	list-style:none none;
	margin: 0;
	padding: 0;
}
.catalog-grid li {
	float:left;
	margin:10px 10px 20px 10px;
	text-align:center;
}
.catalog-grid img {
	display:block;
	border: solid #ABC470 1px;
	margin: 3px 3px 5px 3px;
}
.sidebar-inset-right {
	width:200px;
	float:right;
}
#mainContent .class-schedule .instance ul.sessions {
	margin: 0 0 0.5em 0;
	padding: 0px;
	list-style:none none;
}
.class-schedule .instance ul.sessions li {
	margin: 0 0 0.25em 0;
	padding: 0px;
	white-space: nowrap;
}
.class-schedule td p {
	margin: 0 0 0.25em 0;
	padding: 0px;
}
.class-schedule .class-content p {
	margin: 0 0 0.5em 0;
	padding: 0px;
}
.class-schedule .class-content p.name, .class-schedule .instance p.session {
	color:#4A2C57;
	font-weight:bold;
}
.class-schedule .class-content .label {
	font-style:italic;
}
.col-left {
	float:left;
	position:relative;
	width:360px;
}
.col-right {
	float:right;
	position:relative;
	width:360px;
}
span.term {
	font-weight:bold;
	color:#4A2C57;
}
.gallery td {
	vertical-align:top;
	padding: 0 0 2em 0;
}