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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1.5;
  font-family: Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
ol,ul{
  list-style:none;
}
.pageblocks p, .pageblocks li{
	font-size: 0.9em;
	padding-left: 1px;
}
.pageblocks ol li{
	list-style: decimal outside none;
    margin-left: 30px;
}
.pageblocks li, dd li {
	list-style: disc inside;
	padding-left: 20px;
	margin: 3px 0;
}
.pageblocks ul{
	margin: 15px 0;
}
.pageblocks a:hover{
	text-decoration: underline;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;

}
blockquote {
	background-image: url("../images/new-quotes.png");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 1px 0 0 60px;
}
blockquote p:last-child{
	background-image: url(../images/new-quotes2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
}
blockquote p{
	line-height: 2;
}
:focus{
  outline:1px dotted transparent;
}
i, em{
	font-style: italic;
}
ins{
  text-decoration:none;
  font-weight: bold;
}
em{
	font-style:italic;
}
strong{
	font-weight: bold;
}
del{
  text-decoration:line-through;
}

.donationlisting{
	float:right;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

th{
	text-align:left;
	font-weight:bold;
}

.manage table{
	font-size:0.9em;
}

.manage table td{
	padding:5px;
}

.manage #subnav{
	display:inline;
	width:auto;
	float:none;
}

.manage #subnav li{
	display:inline;

}

.manage .pagetitle{
	clear:both;
}

.manage #subnav li a{
	float:left;
	padding:3px 10px;
	display:block;
}

a{
	text-decoration:none;
	color:#006699;
}
p a:hover{
	text-decoration: underline;
}
p{
	margin: 15px 0;
}
html{
	overflow-y: scroll;
	background-image: url(../images/footer-bg.png);
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
/* GO! */

.clear, .clearboth{
	clear:both;
}

#page .pad{
	padding:20px 30px 1em 30px;
	overflow: hidden;
}
body{
	background: rgb(232,235,199);
	background: -moz-linear-gradient(left,  rgba(232,235,199,1) 0%, rgba(224,228,182,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,235,199,1)), color-stop(100%,rgba(224,228,182,1)));
	background: -webkit-linear-gradient(left,  rgba(232,235,199,1) 0%,rgba(224,228,182,1) 100%);
	background: -o-linear-gradient(left,  rgba(232,235,199,1) 0%,rgba(224,228,182,1) 100%);
	background: -ms-linear-gradient(left,  rgba(232,235,199,1) 0%,rgba(224,228,182,1) 100%);
	background: linear-gradient(left,  rgba(232,235,199,1) 0%,rgba(224,228,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebc7', endColorstr='#e0e4b6',GradientType=1 );
}
nav#subnav{
	width:280px;
	float: left;
}
nav#subnav li{
	display: block;
	margin-bottom: 10px;
}
nav#subnav li a{
	color: #942817;
	font-size: 14px;
}
nav#subnav li a:hover{
	text-decoration: underline;
}
nav#subnav li.here a:hover, nav#subnav li.here a, nav#subnav li.expandhere a, nav#subnav li.expandhere a:hover{
	text-decoration: none;
	cursor: default;
}
nav#subnav li.expandhere ul li a{
	cursor: pointer;
}
nav#subnav li.expandhere ul li a:hover{
	cursor: pointer;
	text-decoration: underline;
}
nav#subnav li.ancestor a:hover{
	text-decoration: underline;
	cursor: pointer;
}
nav#subnav li.here a, nav#subnav li.expandhere a{
	font-weight: bold;
	color: #444;
}
nav#subnav li ul{
	padding: 8px 15px 0;
	margin: 0;
}
nav#subnav li ul li{
	margin-bottom: 5px;
}
nav#subnav li ul li a{
	font-size: 13px;
}
nav#subnav li.ancestor a{
	color: #666;
}
nav#subnav li.ancestor ul li a, nav#subnav li.ancestor ul li a:hover{
	color: #942817;
	cursor: pointer;
}
nav#subnav li.ancestor ul li a:hover{
	text-decoration: underline;
}
nav#subnav li.ancestor ul li.here a, nav#subnav li.ancestor ul li.here a:hover{
	color: #333;
	cursor: default;
	text-decoration: none;
}
nav#subnav li.expandhere ul a{
	font-weight: normal;
	color: #942817;
}
nav#subnav h2{
	color: #888;
	font-size: 9px;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home #crumbtrail{
	display: none;
}
#crumbtrail{
	border-bottom: 1px solid #dedede;
}
#crumbtrail .crumbtrail{
	padding: 8px 30px;
}
#crumbtrail .crumbhome{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}
.crumbtrailseparator{
	font-size: 10px;
	color: #999;
}
.crumbtrail a{
	font-size: 12px;
	color: #942817;
}
.crumbtrail a:hover{
	text-decoration: underline;
}
.crumbhere{
	color: #888;
	font-size: 12px;
}
.courses nav#subnav{
	display: none;
}
.courses #content2 {
	overflow:hidden;
}

.courses.depth1 #content0, .courses.depth1 #content1 {
	width:600px;
	float:left;
	margin-right: 40px;
}
.courses ul, .courses li{
	list-style: disc inside;
}
.pageblocks ul{
	padding-left: 30px;
}
.pageblocks ul li{
	overflow: visible;
	list-style: disc outside none;
	padding-left: 0;
}
article{
	overflow: hidden;
}
.home article{
	overflow: visible;
}
div.thumb{
	width: auto;
	float:left;
	margin-right:15px;
}
a img{
 	border:none;
}
h1, h2, h3, h4{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
a h3{
	color: #006699;
}
article p, article li{
	color: #333;
	font-size: 14px
}
.imageholder{
	float: right;
	margin: 20px 1px 20px 30px;
	border: 3px solid #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.imageholder .caption{
	margin: 3px 0;
}
.imageholder .caption.default, .imageholder .credit.default{
	width: 300px;

}
.imageholder p.caption, .imageholder p.credit {
    font-size: 0.7em;
    margin: 5px 0;
    text-align: right;

}
.imageholder p.credit {
	color: #888888;
	font-size:0.6em;

}
.imageholder .caption.defaultthumbnail{
	width: 180px;
}
.imageholder .caption.small-promo{
	width: 250px;
}
.imageholder img{
	display: block;
}
.pageblock{
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 1px;
}
.pageblocks .imageholder{
	margin-top: 0;
}
.editable {
 	position:relative;
}
.editable .graphictoolbar {
 	position:absolute;
 	top:0px;
	left:0px;
}
.nine60{
	width:960px;
	margin: 0 auto;
}
body{
	position: relative;
}
section#page{
	background-color: #FFF;
	background-image: url(../images/page-top-shadow.png);
	background-position: top;
	background-repeat: repeat-x;

}
#access-nav {
	text-align:right;
	float: right;

}
#access-nav a {
	color:white;
	font-size:0.8em;
	margin:0px 10px;
	text-shadow: 0 1px 0 #666666;

}
#access-nav .default_contrast, #access-nav .smaller_type {
    display: none;

}
#mainnav{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 12px 0;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.1);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    	zoom: 1;
	border-radius: 4px 4px 0 0;
	border-top:1px solid rgb(206,212,191);
	border-top:1px solid rgba(255,255,255,0.4);
}
#mainnav ul{
	text-align: center;
	width: 100%;
}
nav#mainnav ul li{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 12px;
}
#mainnav ul li a{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 15px;
	display: block;
	text-shadow: 0 1px 0 #666;
}
#mainnav ul li a:hover{
	text-decoration: underline;
}
#mainnav ul li.here a, #mainnav ul li.expandhere a{
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
    cursor: default;
}
#mainnav ul li.ancestor a{
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}
#mainnav ul li.here a:hover, #mainnav ul li.expandhere a:hover, #mainnav ul li.ancestor a:hover{
	text-decoration: none;
}
header {
	background-image: url(../images/header-radial-background.jpg);
	background-position: center 0;
	height: 230px;
}

header .nine60{
	position: relative;
	height: 100%;
}

header h1.logo{
	width:564px;
	height: 129px;
	background-image: url(../images/the-ammerdown-dove-logo.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	position: relative;
	top:20px;
	left: 6px;
}
header h1.logo a{
	display: block;
	height: 100%;
}
header address{
	color: #587026;
	float: right;
	clear: right;
	padding-top: 5px;
	font-size: 14px;
	font-style: normal;
}
header .cartlink{
	display: block;
	float: right;
	clear: right;
	margin-top: 4px;
	width:160px;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(../images/your-cart.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 24px;
	color: #ffffff;
	text-indent: 22px;
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding:3px 3px 3px 16px;
}
.inyourcart {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding:4px;
	margin:4px;
}
.inyourcart span.viewcart a{
	color: #ffffff;
	text-decoration: underline;
}

html .addlinkwrapper{
	margin-top: 0;
}
footer{
	border-top:1px solid #bdd491;
	background-image: url(../images/footer-bg.png);
	overflow: hidden;
}
.pagewrap{
	border-bottom: 1px solid #82a045;
	padding-bottom: 30px;
}
footer .copyright{
	float: left;
	clear: left;
	font-size: 12px;
	color: #dbe6c6;
}
footer .charity{
	font-size: 12px;
	color: #dbe6c6;
	float: left;
	margin-left: 40px;
}
.events_toolbar{
	width:280px;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	background-color: #FFF;
}
#contentarea{
	border-bottom: 1px solid #ccc;
}
/*.news .events_toolbar{
	display: none;
}*/
.news .events_toolbar .filter{
	display: none;
}
.events-list{
	overflow: hidden;
	border-bottom: 0px;
}
.events-list .events{
	padding: 15px 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 4px 4px 4px 4px;
}
.events-list .events.listlight{
	background-color: #f2f2f2;
}
.events-list .events .date{
	margin-top: 0;
}
.events-list a{
	display: block;
}

.events_toolbar .padding{
	padding-left: 15px;
}
article .events_toolbar .filter{
	float: none;
	width: auto;
	background: #FFF;
}
article .events_toolbar .show{
	float: none;
	width: auto;
	background: #FFF;
}
.vevent .dark{
	background-color: transparent;
}
.vevent .dark, .vevent .light{
	padding: 15px 15px 10px;
}
.events-list .vevent{
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(236,236,236,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(236,236,236,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(236,236,236,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(236,236,236,1) 100%);
	background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(236,236,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec',GradientType=0 );
	border-bottom: 1px solid #dedede;
	border-top:1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right:1px solid #dedede;
	margin-bottom: 20px;
}
.events-list a:hover h3{
	text-decoration: underline;
	color: #333;
}
h2.summary{
	font-size: 1.4em;
}
.linkback{
	display: block;
	color: #006699;
	background-image: url(../images/backlink.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 21px;
	font-size: 14px;
	line-height: 29px;
	vertical-align: middle;
	margin-bottom: 20px;
}
h2.pagetitle{
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.home #content2 .pageblocks{
	overflow: hidden;
}
.home-promo{
	overflow: hidden;
	border: 1px solid #dedede;
	border-bottom: 1px solid #bbb;
	border-top:0px;
	margin-bottom: 20px;
	background: rgb(247,247,244);
background: -moz-linear-gradient(top,  rgba(247,247,244,1) 0%, rgba(236,236,236,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,244,1)), color-stop(100%,rgba(236,236,236,1)));
background: -webkit-linear-gradient(top,  rgba(247,247,244,1) 0%,rgba(236,236,236,1) 100%);
background: -o-linear-gradient(top,  rgba(247,247,244,1) 0%,rgba(236,236,236,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,244,1) 0%,rgba(236,236,236,1) 100%);
background: linear-gradient(top,  rgba(247,247,244,1) 0%,rgba(236,236,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f4', endColorstr='#ececec',GradientType=0 );
	border-radius: 0 0 4px 4px;
}
.home-promo.half{
	width:	438px;
	float: left;
}
.home-promo.third{
	width:278px;
	float: left;
	margin-right: 30px;
	padding-bottom: 15px;
}
.home-promo.third .imageholder{
	float: none;
	padding: 15px 15px 0px;
	overflow: hidden;


}
.home-promo.third.endrow{
	margin-right: 0px;
}
.home-promo.third .pageblocktext p{
	margin-bottom: 0;
}
.home-promo.third .link{
	margin-top: 0;
	font-size: 12px;
	float: left;
	clear: both;
	padding: 4px 10px;
}
.home-promo.third h3{
	padding-left: 20px;
}
.home-promo .imageholder{
	border: 0;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
}
.home-promo.red h2.page_subtitle, .home-promo.darkgrey h2.page_subtitle{
	padding: 5px 15px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 0 #333;
}
.home-promo h2.page_subtitle{
	color: #333;
	text-shadow: none;
	padding: 5px 15px;
	font-weight: bold;
}
.home-promo .pageblocktext{
	overflow: hidden;
	padding: 15px;
}
.home-promo .link{
	margin-left: 15px;
	padding: 8px 15px;
	color: #333;
	background-color: #E0E0E0;
    background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
    border:1px solid;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
}
.home-promo .link:hover{
	text-decoration: none;
	color: #006699;
}
.home-promo.red .title-wrapper h2{
	background: rgb(193,97,82);
background: -moz-linear-gradient(top,  rgba(193,97,82,1) 0%, rgba(150,50,35,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,97,82,1)), color-stop(100%,rgba(150,50,35,1)));
background: -webkit-linear-gradient(top,  rgba(193,97,82,1) 0%,rgba(150,50,35,1) 100%);
background: -o-linear-gradient(top,  rgba(193,97,82,1) 0%,rgba(150,50,35,1) 100%);
background: -ms-linear-gradient(top,  rgba(193,97,82,1) 0%,rgba(150,50,35,1) 100%);
background: linear-gradient(top,  rgba(193,97,82,1) 0%,rgba(150,50,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c16152', endColorstr='#963223',GradientType=0 );

}
.home-promo.darkgrey .title-wrapper h2{
	background: rgb(127,126,125);
background: -moz-linear-gradient(top,  rgba(127,126,125,1) 0%, rgba(79,79,79,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,126,125,1)), color-stop(100%,rgba(79,79,79,1)));
background: -webkit-linear-gradient(top,  rgba(127,126,125,1) 0%,rgba(79,79,79,1) 100%);
background: -o-linear-gradient(top,  rgba(127,126,125,1) 0%,rgba(79,79,79,1) 100%);
background: -ms-linear-gradient(top,  rgba(127,126,125,1) 0%,rgba(79,79,79,1) 100%);
background: linear-gradient(top,  rgba(127,126,125,1) 0%,rgba(79,79,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7e7d', endColorstr='#4f4f4f',GradientType=0 );

}
.home-promo .title-wrapper h2{
	background: rgb(232,230,229);
background: -moz-linear-gradient(top,  rgba(232,230,229,1) 0%, rgba(216,216,216,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,230,229,1)), color-stop(100%,rgba(216,216,216,1)));
background: -webkit-linear-gradient(top,  rgba(232,230,229,1) 0%,rgba(216,216,216,1) 100%);
background: -o-linear-gradient(top,  rgba(232,230,229,1) 0%,rgba(216,216,216,1) 100%);
background: -ms-linear-gradient(top,  rgba(232,230,229,1) 0%,rgba(216,216,216,1) 100%);
background: linear-gradient(top,  rgba(232,230,229,1) 0%,rgba(216,216,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e6e5', endColorstr='#d8d8d8',GradientType=0 );

}
.home-promo a.course_item_home{
	width: 450px;
	height: 250px;
	float: right;
	clear: right;
	display: block;
	position: relative;
}
.home-promo a.course_item_home .info{
	float: right;
	clear: right;
  	background-color: transparent;
  	background-color: rgba(255, 255, 255, 0.8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
            zoom: 1;
	border-radius: 4px 4px 4px 4px;
	margin-right: 15px;
	margin-top: 15px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.home-promo a.course_item_home .info p.date{
	color: #333;
	margin: 0;
	padding: 5px 12px 5px 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}
.home-promo a.course_item_home h2{
	color: #FFF;
}
.home-promo a.course_item_home:hover h2{
	text-decoration: underline;
}
.home-promo a.course_item_home .text{
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 15px 0 15px;
  	background-color: transparent;
  	background-color: rgba(0, 0, 0, 0.5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
            zoom: 1;
	position: absolute;
	bottom: 15px;
}
.home-promo a.course_item_home .text p{
	color: #FFF;
}
html .home .slider{
	position: relative;
	clear: none;
	float: right;
}
.home .slider .flex-direction-nav li a{
	background-image: url(../images/slider-arrows3.png);
	height: 31px;
	width:30px;
	top:50%;
}
.home .slider .flex-direction-nav li .prev{
	left:20px;
	background-position: 0 -30px;
}
.home .slider .flex-direction-nav li .prev:hover{
	background-position: 0 1px;
}
.home .slider .flex-direction-nav li .next{
	right: 20px;
	background-position: -31px -30px;
}
.home .slider .flex-direction-nav li .next:hover{
	background-position: -31px 1px;
}
.home .slider h3{
	position: absolute;
	z-index: 3;
	background: #333;
	color: #DDD;
	border-radius: 2px 2px 2px 2px;
	top:10px;
	left: 10px;
	padding: 4px 8px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
}
.home .slider{
	height: 250px;
	overflow: hidden;
}
.home .signup{
	height: 250px;
}
.item{
	display: none;
	float: left;
	width: 440px;
	height: 300px;
	background-repeat: no-repeat;
}

/*------COURSES------*/

.catalogue_item {
	border: solid #E8EBC7 1px;
	padding:0px;
	margin:5px 0px 10px 0px;

}
.catalogue_item h3 {
	background-color:#E8EBC7;

}
.catalogue_item h4, .catalogue_item p, .catalogue_item h3 {
	padding: 4px 10px;
	font-size:0.9em;

}
.addtocart {
	padding: 5px 10px;
	font-size:0.8em;
	background-color:#E8EBC7;

}
.addtocart p {
	padding:2px 0px

}
.catalogue_item p {
	font-size:0.8em;
	margin: 3px 0;

}
.catalogue_item p.date{
	margin: 0;
    padding: 0 10px;

}
.catalogue_item p.cat-no {
	float: right;
    font-weight: normal;
    margin: 3px 0;
    padding: 0;

}
.tandc p, .note h4 {
	font-size:0.8em;
	line-height: 1.5;
	color: #333333;
	background-image:url(../images/icon-info3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 14px;
    padding-top: 0px;
    margin-top:10px;
}
.tandc {
	border:solid 1px #DEDEDE;
	padding:10px;

}
.note h4 {
	font-size:1em;

}
.note p {
	font-size:0.9em;
}

.back a {
	background-image:url(../images/icon-back2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size: 0.8em;
    padding-left: 16px;
    padding-top: 1px;
}
.back {
    text-align:right;
}
article .rightmedia{
	margin: 0 1px 20px 30px;
	clear: right;
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
article .rightmedia img{
	display: block;
}

/*----COURSE_LISTING----*/

.course_item{
	display: block;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	border-bottom: 1px solid #ccc;
	background: rgb(247,247,247);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(235,235,235,1)));
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
	padding:15px;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
}
.course_item:hover{
	background: #f7f7f7;
	border: 1px solid #888;
}
.course_item:hover h2.title{
	text-decoration: underline;
}
.course_item h2.title{
	color: #942817;
}
.course_item .info{
	float: right;
	text-align: right;
	width:200px;
}
.course_item p.description{
	overflow: hidden;
}
.course_item .info p{
	font-size: 0.8em;
}
.course_item .info p.date{
	margin-top: 4px;
}
.course_item .imageholder{
	margin-top: 18px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0;
	float: left;
}
.courses .sidebar{
	width: 200px;
	float: right;
	clear: right;
	margin-left: 40px;
}
.courses .sidebar .message p{
	font-size: 13px;
	margin-top: 0;
}
.message p.post a {
	background-image:url(../images/post.gif);
	background-repeat:no-repeat;
	padding-left:22px;

}
.message p.download a{
	background-image:url(../images/download.gif);
	background-repeat:no-repeat;
	padding: 2px 0 3px 22px;
}

.message p.eye a{
	background-image:url(../images/eye.gif);
	background-repeat:no-repeat;
	padding: 2px 0 3px 22px;
}
.courses .sidebar h2{
	background-color: #E6E9C4;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    color: #333333;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 7px 4px 3px;
    text-transform: uppercase;
	/*display: block;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	border-bottom: 1px solid #ccc;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
	padding:15px;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;*/
}
.courses .sidebar h3{
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
.courses .sidebar ul{
	margin-top: 5px;
	margin-bottom: 20px;
}
.courses .sidebar li{
	color: #942817;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 13px;
	cursor: pointer;
}
.courses h3.sidebarli {
	color: #942817;
	margin-top: 8px;
	margin-left: 10px;
	font-size: 13px;
}
.courses h3.sidebarli + input {
	margin-left:15px;
	margin-bottom:30px;
}
.courses h3.sidebarli + select {
	margin-left:15px;
	margin-bottom:13px;
}
.courses .sidebar li.here, .courses .sidebar li:hover{
	text-decoration: underline;
}
.courses .sidebar #showall li{
	font-size: 80%;
}
.course-intro{
	display: none;
}
.courses.depth0 .course-intro{
	display: block;
	margin-bottom: 30px;
	width: 660px;
	float: left;
}
.courses.depth0 .course-intro p{
	margin: 0;
}
.listing-wrapper{
	overflow: hidden;
	clear: left;
}
table.cart th{
	text-transform: capitalize;
	text-align: left;

}
table.cart{
	width: 100%;
	font-size: 80%;
	/*border-collapse: separate;
	border-spacing: 8px;*/
	border-collapse:collapse;
	color: #333;
}
table.cart tr{
	margin-bottom: 10px;
}
table.cart th, table.cart td {
	border-top:1px #eeeeee solid;
	padding:8px;
}
table.cart tr.dark {
	background-color:#ffffff;
}
table.cart .firstcolumn {
	/*white-space:nowrap;*/
}
table.cart td.numbercolumntotal{
	text-transform: capitalize;
	text-align:right;
}
table.cart th.numbercolumn{
	text-align: right;
}
table.cart th.numbercolumn {
    text-align: left;

}
table.cart td.numbercolumn{
	text-align: right;
	text-transform: capitalize;
}
table.cart td.centrecolumn, table.cart th.centrecolumn {
	text-align: left;
	white-space:nowrap;
}
#loginform .formelementwrapper label, #forgottenpassword label, form#mainform .formelementwrapper label {
	float: left;
    font-size: 0.9em;
    margin-right: 10px;
    text-align: right;
    width: 200px;
    padding: 2px;
}
#loginform input, #forgottenpassword input, #forgottenpassword input [type='submit'], form#mainform .formelementwrapper input, form#mainform .formelementwrapper textarea, form#mainform .formelementwrapper input [type='submit']  {
	float: left;
    width: 400px;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
    border:1px solid;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;

}
form#mainform .formelementwrapper input.radioselect_input {
	width:18px;
	margin: 7px 0px 0px 0px;

}
form#mainform .formelementwrapper label.radiolabel {
	width:95px;
	margin-right: 2px;


}
.formelementwrapper .inputnote {
	float: left;
    width: 400px;
    padding-left:220px;
    font-size:12px;
    margin-bottom:10px;

}
.formelementwrapper .input.note {
	font-size:12px;
}
form#mainform .formelementwrapper .input.note input {
	float:right;
}
#loginform .formelementwrapper, #forgottenpassword .formelementwrapper, form#mainform .formelementwrapper {
	margin-bottom:20px;
}
form#mainform .formelementwrapper textarea {
	height:100px;

}
#mainformcontainerdiv form#mainform .formelementwrapper input[type='submit']:hover {
	cursor:pointer;
	background-color:#e1e2e1;



}

a.faq_title {

display: block;
margin-top: 30px;
font-weight: bold;
font-size: 20px;
color: #333;

}

p.note {
	font-weight:bold;
	font-size:75%;
	padding:0px 0px 0px 15px;
	margin:0px;
}

div.input {
	float:left;
	width:400px;
}
form#mainform .formelementwrapper div.input label {
	width:100px;
}
form#mainform .formelementwrapper div.input input {
	width:16px;
}


p.fewplacesleft {
	font-size:1.25em;
}
.depositinfo {
	display:none;
}


.depositwrapper.One_day_course {
	display:none;
}



#nyroModalContent {
	overflow:auto;
}

.codecolumn, .itemprice {
	white-space:nowrap;
}
.bigtext {
	font-size:150%;
}


#downloads td {
	padding-right:20px;
}




.donationlisting input[type="submit"], p#gotocart {
	font-size:125%;
	width:500px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	border:none;
	border-radius:10px;
	cursor:pointer;
}
p#gotocart {
	border:2px #4b9f32 solid;
	width:496px;
	padding-top:11px;
	padding-bottom:11px;
}
p#gotocart a {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:#000000;
}
p#gotocart a:hover {
	text-decoration:none;
}
.donationlisting .add_to_cart input[type="submit"] {
	/*background-color:#4b9f32;*/
	/*background-color:#67A655;*/
	background-color:#B0C575;
}
.donationlisting .removeform input[type="submit"] {
}
.donationlisting .inyourcart {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}











tr.here {
	background-color:#C1DCD7;
}
.topscroller {
	height:200px;
	overflow:scroll;
}
tbody {
	/*border:thin red solid;*/
}
.topscroller .listingtable a {
	width:100%;
	height:100%;
	display:block;
}
/*
QUEUETRACKER
*/


.formclear {
	clear:both;
}


#orderdetail table {
	width:100%;
}
table#orderslist {
	width:100%;
}
table#orderslist tr.orderhere.candy_dark, table#orderslist tr.orderhere.candy_light {
	background-color:#000643;
}
table#orderslist tr.orderhere.candy_dark a, table#orderslist tr.orderhere.candy_light a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.disclosure .pageblocktext {
	display:none;
}
.disclosure h3 {
	background-image:url(../../../../info-icon2.html);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 5px 35px;
}
.disclosure h3:hover {
	background-image:url(../../../../info-icon-hover.html);
}

.viewcartlink {
	white-space:nowrap;
}

.actionbutton {
	display:block;
	text-decoration:none;
	background-color:#000643;
	color:#ffffff;
	-webkit-border-radius:8px;
	padding:10px;
}

#order_request {
	width:75%;
	position:relative;
}
#order_request label {
	width:24%;
	position:absolute;
	left:0px;
}
#order_request input {
	width:74%;
	position:absolute;
	right:0px;
}