html {
	padding: 0px;
	text-align: center;
	font-size: 12px;
	margin: auto;	
}

body {
	background-color: white;
	font-family: Tahoma, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #e0e4cd; /* #406A80; */
	text-align: center;
	padding:0px;
	margin: auto;
	background: url('/images/ap_background.jpg') left repeat;
}

div.clear {
	clear:both;
}

/* All the layout stuff, the main divs */

#header {
	padding: 0px 10px 0px 10px;
	text-align: center;
	width: 800px;
}

#nav {
	padding: 5px 0px 5px 0px;
	width: 800px;
	height: 80px;
	background-color: white;
	text-align: center;
	vertical-align: bottom;
}

img.logo_left {
	float:left;
}

#main {
	background-color: white;
	width: 800px;
	text-align: left;
	color: black;
}

#content {
	margin: 0px 10px 20px 10px;
	padding:10px;
	color: black;
}

#content_fp {
	margin: 0px 0px 20px 0px;
	padding:0px;
	background-color: #e0e4cd ;
}

#courses {
	background-color: #2a474f;
	color: #e2e5ec;
}

div.fp_news {
	background-color: #789897;
	color: white;
	width: 100%;
	padding:0px;
	margin: 0px;
}

p.error {
	border: 1px solid black;
	padding: 10px;
	background-color: #DF1B1B;
	font-weight: bold;
}

p.footer {
	text-align: center;
	font-size: 11px;
	color: #333333;
}

p.siteby {
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	display: none;
}

p.course_booker {
	font-size: 16px;
	padding-left: 20px;
	color: #0099CC;
	font-weight: bold;
}

ul.navigation {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style: none outside none;
}

li.navigation {
	padding: 2px;
	margin: 0px 2px 4px 2px;
	float: left;
}

#footer {
	text-align: center;
	background-color: white;
	color: grey;
	font-size: 0.8em;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 1px dashed grey;
}

#footer left {
	float: left;
	text-align: left;
}

#footer right {
	float: right;
	text-align: right;
}

#footer_links {
	text-align:center;
	margin-top:15px;
}

/* Dealing with links etc. */
a {
	text-decoration: none;
	color: #3B6573;
}

a:hover {
	text-decoration: none;
	color: #FF7701;
}

a:visited {
	text-decoration: none;
	color: #B14D1C;
}

a.news {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.news:hover {
	text-decoration: none;
	color: #0099cc;
}

a.news:visited {
	text-decoration: none;
	color: #fff;
}

a.link {
	text-decoration: underline;
	color: #00008B;
}

a.link:hover {
	text-decoration: none;
	color: #006400;
}

a.link:visited {
	text-decoration: underline;
	color: Black;
}

h1 {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0099cc;
}

h2 {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099cc;
}

h2.fp {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0099cc;
	padding: 5px 0px 5px 10px;
	background-color: #e0e4cd;
}

h2.courses {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	background-color: #2a474f;
	color: #e2e5ec;
}

h2.news {
	font-family: 'Trebuchet MS',Tahoma, serif;
	background-color: #db9f03;
	font-size: 22px;
	font-weight: bold;
	color: #e5e2b7;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}

h3 {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	padding-left: 0px;
	margin: 0px;
}

/* this section is just for the course list on /courses */
ul.courses {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style: none outside none;
}

li.courses {
	padding: 2px;
	margin: 0px 2px 4px 2px;
}


h3.course_date {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-weight: bold;
	color: Black;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

p.course_name {
	padding-left: 8px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted silver;	
}

p.featured_course_image {
	text-align: center;	
}

/* Nav links */

#nav a {
	margin: 40px 0px 5px 0px;
	border: 1px solid #ff6600;
	padding: 5px;
	color: #ff6600;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#nav a:hover {
	background-color: #8ccde1;
	color: black;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border:1px solid #8ccde1;
}

#nav a.spacer {
	border: none;
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	color: white;
}


#footer_links a {
	margin: 40px 0px 5px 0px;
	border: 1px solid #ff6600;
	padding: 5px;
	color: #ff6600;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#footer_links a:hover {
	background-color: #8ccde1;
	color: black;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border:1px solid #8ccde1;
}

#footer_links a.spacer {
	border: none;
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	color: white;
}


a.admin {
	text-decoration: none;
}

/* Image tags/styles */

img.noborder {
	border: none;
}

img.icon {
	vertical-align: middle;
	text-align: center;
	border: none;
	padding-right: 3px;
}

img.product_image {
	float:right;
	padding:4px;
	border: none;
}


ul.lists {
   margin: 0; /*removes indent IE and Opera*/
   padding: 0; /*removes indent Mozilla and NN7*/
   list-style-type: none; /*turns off display of bullet*/
   list-style : none none;
	list-style: none outside none;
}

li.lists {
	padding: 2px;
	margin: 0px 2px 4px 2px;
}

table {
	margin: 0px 5px 10px 5px;
	width: 90%;
}

table.au {
	border: none;
}

table.fp_news {
	margin:0px;
	padding: 0px;
	width: 100%;
	background-color: #789897;
	color: white;
}

td.left {
}

td.right {
}

td.formleft {
	text-align: right;
}

td.formright {
	text-align: left;
}

td.colspan {
	padding: 20px 5px 5px 5px;
}

td {
	padding: 5px;
}

th {
	font-weight: bold;
	text-align: center;
	padding: 2px 10px 2px 10px;
}

th.sub {
	border: none;
	text-align: left;
	padding: 0px;
	margin: 2px 2px 2px 20px;
	font-weight: normal;
}

h2.sub {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}

td.sub {
	vertical-align: top;
	padding: 0px 5px 0px 10px;
}

td.news {
	vertical-align: top;
	padding: 0px 5px 0px 10px;
	background-color: #789897 ;
}

td.courses {
	vertical-align: top;
	padding: 0px;
}

td.options {
	text-align: center;
}

p.testimonial {

}

p.profile {

}

p.readmore {
	text-align: right;
	padding: 2px 5px 2px 5px;
}

p.fp {
	padding: 3px 10px 3px 10px;
}

div.fptext {
	margin: 0px 10px 5px 10px;
}

.invis{
	display: none;
}

.ct {
	text-align: center;
}

th.cb {
	text-align: right;
	border-bottom: 1px dashed black;
	font-weight: bold;
	padding-bottom: 4px;
}

td.cb {
	text-align: right;
}

td.cb_tot {
	text-align: right;
	font-weight: bold;
}

.bbot {
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.bboth {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td.cal1 {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

td.cal1r {
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

td.cal2 {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td.cal3 {
	padding: 2px;
	text-align: left;
}

p.wholesale {
	text-align: center;
	padding: 100px 40px 100px 40px;
	font-size: 18px;
	
}

p.newstitle {
	color: #e5e2b7;
	font-weight: 600;
	text-align: center;
}

p.tby {
	text-align: right;
	font-weight: bold;
	color: #0099cc;
}

.ticker_font {
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: white;
	border: 0px;
	cursor: default;
	padding: 0px;
	cursor: hand;
}

a.fpcourse {
	color: white;
	text-decoration: none;
}

a.fpcourse:hover {
	color: #FF6F28;
	text-decoration: underline;
}

a.fpcourse:visited {
	color: white;
	text-decoration: none;
}

td.studio {
	vertical-align:top;
	text-align:center;
	margin:5px;
}

td.studio img {
	border:1px solid silver;
	padding:5px;
}

/* Shop Stuff */

h3.manufacturer {
	color: #ff6600;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:0px 0px 5px 30px;
}

h4.product {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p.shop_order {
	font-size:16px;
	padding: 0px 3px 3px 30px;
	color: #ff6600;
}

a.order_now {
	padding: 5px 10px 5px 10px;
	margin:0px;
	border:1px solid #8ccde1;
}

a.order_now:hover {
	background-color: #8ccde1;
	color:black;
}

a.order_now:visited {
	background-color:white;
	color: #ff6600;
}

a.checkout {
	font-weight:bold;
	padding:5px;
	border: 1px solid #ff6600;
}

a.checkout:hover {
	background-color: #ff6600;
	color:black;
}

a.checkout:visited {
	background-color:white;
	color: #ff6600;
}