body {
	background: #fdce40;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
}
    
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	float: none;
	display: inline;
}

.info, td, p, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em; 
	color: #000000;
	margin-top: 0px;
}

a { /*#b61d1b;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #456022;
	border-bottom: 1px dotted #456022;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900000;
	font-size: 1.3em;
	margin-top: 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900000;
	font-size: 1.2em;
	margin-top: 0px;
	border-bottom: 1px solid #900000;
}


h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900000;
	font-size: 1.1em;
	margin-top: 0px;
}
/* API */

/*#######################################################################################*/
/* Overloaded Elements */
/*#######################################################################################*/

.hrgrey {
	height: 1px;
	background: #ffffff url(/images/hrgrey.gif) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrgrey hr {
  display: none;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
	display: inline;
}

.centerText {
	text-align: center;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big {
	font-size: 110%;
}

.bigger {
	font-size: 125%;
}
/*#######################################################################################*/
/* Common Attributes */
/*#######################################################################################*/

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

.showCursor {
	cursor: pointer;
}

/*#######################################################################################*/
/* Tables */
/*#######################################################################################*/

.borders {
	borders: collapse;
	border: 1px solid #000000;
}

.noborders {
	borders: collapse;
	border: none;
}

/*#######################################################################################*/
/* Common Colors */
/*#######################################################################################*/

.red {
	color: #900000;
}

.lightblue {
	color: #54bedb;
}

.blue {
	color: #057fa4;
}

.black {
	color: #000000;
}

.grey {
	color: #767676;
}

.green {
	color:#6A8F34;
}

/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background: transparent url(/images/button_submit_nophoto.gif) no-repeat scroll top center;
	border: 0px;
	width: 125px;	
	height: 22px;
}

.buttonReset {
	background: transparent url(/images/button_reset_button_submit_nophoto.gif) no-repeat scroll top center;
	border: 0px;
	width: 46px;
	height: 22px;	
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
}

.formBox {
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}

.formCheckboxAlt {
	position: relative;
	top: 2px;
	left: 1px;
}

/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/
.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #434343; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.displayMessage {
	padding: 7px;
	background: #F4F2C2;
	border: 1px solid #CEBE52;
	margin: 0px 0px 5px 0px;
}

.displayMessage p {
	color: #928638;
	margin: 0;
	text-align: left;
}

.smallIcon {
	display: inline;
	float: none;
	position: relative;
	top: 2px;
}

/* END API */


/* CONTAINERS */
/* CONTAINERS */
#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
}

#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/** END CONTAINERS **/

/** HEADER **/
#header { 
	float: left;
	width: 980px;
	height: 129px;
	display: inline;
	background: transparent url(/images/header_bg.jpg) no-repeat scroll top center;
	
	display: none;
}

#header a.logo {
	display: block;
	float: left;
	width: 283px;
	height: 100px;
	margin-left: 37px;
	background: transparent url(/images/logo_on_bg_alt.jpg) no-repeat scroll top center;
}

#headerContactBox {
	float: right;
	margin-top: 30px;
	margin-right: 37px;
	width: 122px;
	height: 75px;
	display: inline;
	overflow: hidden;
	text-align: right;
}
/** END HEADER **/

#contentContainer {
	display: inline;
	float: left;
	width: 980px;
	height: auto;
	background: transparent url(/images/content_bg.jpg) repeat scroll top center;
	
	float: none;
}

#content {
	display: inline;
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 743px;
	height: auto;
	background: transparent;
	margin-left: 10px;
	
	float: none;
}

#contentHeader {
	margin-top: 20px;
	display: inline;
	float: left;
	width: 688px;
	height: auto;
	background: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#contentHeaderLeft {
	float: left;
	width: 320px;;
	height: auto;
	margin-left: 20px;
	text-align: center;
	vertical-align: middle;
	margin-top: 45px;
}

#contentHeaderLeft .largeColoredText {
	color: #900000;
	font-size: 16px;
}

#content .largeColoredText {
	color: #900000;
	font-size: 16px;
	text-align: center;
}

#contentHeaderRight {
	float: right;
	width: 325px;
	height: 222px;
	background: transparent;
	padding-right: 45px;
	
	display: none;
}

#contentMainHalf {
	float: left;
	margin-top: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9a509;
	padding-right: 10px;
	width: 350px;
}

#contentMainHalf .coloredText {
	color: #8c541c;
}


#contentMainHalf .quoteFont {
	color: #900000;
	font-size: 18px;
	font-weight: bold;
}

#contentMainHalf li .even {
	color: #900000;
}

#contentMainFull {
	width: 470px;	
	float: left;
	margin-top: 10px;
	font-size: 14px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9a509;
	padding-right: 10px;
	
	float: none;
}

#contentMainFull .quoteFont {
	color: #900000;
	font-size: 18px;
	font-weight: bold;
}

#contentMainFull .even {
	color: #900000;
}


#contentSidebarHalf {
	float: right;
	margin-top: 10px;
	padding-right: 35px;
	font-size: 14px;
	width: 330px;
}

#contentSidebarHalf ul {
	padding-left: 20px;
}

#contentSidebarHalf hr {
	color: #af8403;
	width: 200px;
}

#contentSidebarHalf .coloredText {
	color: #8c541c;
}

#contentSidebarHalf .largeColoredText {
	color: #900000;
	font-size: 16px;
}

#contentSidebarHalf .redColoredText {
	color: #900000;
	font-weight: bold;
}

#contentSidebarFull {
	float: right;
	margin-top: 10px;
	padding-right: 34px;
	font-size: 12px;
	width: 220px;
}

#contentSidebarFull ul {
	margin-left: -2em;
	width: 200px;
	font-weight: bold;
}

#contentSidebarFull li .indented {
	font-weight: lighter;
}

#contentSidebarFull hr {
	color: #af8403;
	width: 200px;
}

#contentSidebarFull .coloredText {
	color: #8c541c;
}

#contentSidebarFull .largeColoredText {
	color: #900000;
	font-size: 16px;
}

#contentSidebarFull .redColoredText {
	color: #900000;
	font-weight: bold;
}

#contentBottom {
	width: 705px;
	display: inline;
	float: left;
	padding-top: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contentBottom hr {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #af8403;
	width: 600px;
}

#contentBottom h1 {
	color: #000;
}

#contentBottom .even {
	color: #900000;
}

#cookingEventsTable {
	width: 	475px;
	display: table;
	margin-bottom: 20px;
	height: auto;
}

#cookingEventsTable .Row {
	display: table-row;
	width: 475px;
	height: auto;
	vertical-align: middle;
}

#cookingEventsTable .Text {
	margin-top: 20px;
	float: left;
	width: 450px;
	height: auto;
	padding-right: 10px;
	padding-left: 15px;
	text-align: left;
	color: #8c541c;
	display: table-column;
	vertical-align: top;
}

#testimonialsTable .nameText {
	font-weight:bold;
	color: #900000;
}

#testimonialsTable .companyText {
	color: #900000;
}

.testimonalOdd {
	display: inline;
	height: auto;
	float: left;
	width: auto;
	margin-top: 20px;
	padding: 15px 15px 5px 15px;
	border: 1px solid #f0bc20;
}

.testimonalOdd .nameText {
	font-weight:bold;
	color: #900000;
}

.testimonalOdd .companyText {
	color: #900000;
}

.testimonalEven {
	display: inline;
	height: auto;
	float: left;
	width: auto;
	background: #f0bc20;
	margin-top: 20px;
	padding: 15px 15px 5px 15px;
}

.testimonalEven .nameText {
	font-weight:bold;
	color: #900000;
}

.testimonalEven .companyText {
	color: #900000;
}

#calendar {
	display: table;
	height: auto;
	width: 704px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#calendarHeader {
	margin-bottom: 2px;
	height: 28px;
	width: 704px;
	display: table-caption;
	background-image: url(../schedule/images/calenderHeader.jpg);
}


#calendarColumnWeekday {
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 1px;
	float:left;
	display: inline-table;
	width: 98px;
	height: 125px;
	background-color: #f0bd26;
}

#calendarColumnSunday {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
	float:left;
	display: inline-table;
	width: 98px;
	height: 125px;
	background-color: #cb9c11;
}

#calendarColumnSaturday {
	float:left;
	display: inline-table;
	width: 98px;
	height: 125px;
	background-color: #cb9c11;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
}

#calendarColumnDate {
	width: 93px;
	padding-left: 5px;
	padding-top: 5px;
	height: 25px;
}

#calendarColumnContent {
	width: 93px;
	padding-left: 5px;
	padding-top: 5px;
	height: 88px;
}

#calendarColumnContentText {
	display: inline;
	float: right;
	width: 74px;
	height: 88px;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 2px;
	
}

#calendarColumnContentImage {
	display: inline;
	padding-top: 8px;
	float: left;
	width: 15px;
	height: 78px;
}

#classesTable {
	color: #000;
	font-size:14px;
	width: 200px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	display: table;
}

#classesTable .odd {
	display: inline;
	height: 25px;
	padding-left: 15px;
	display: table-row;
	vertical-align: middle;
}

#classesTable .even {
	display: inline;
	height: 30px;
	background: #f0bc20;
	padding-left: 5px;
	display: table-row;
	vertical-align: middle;
}

#registerFor {
	float: left;
	margin-top: 10px;
	width: 200px;
	height: 61px;
	display: inline;
	overflow: hidden;
}

#registerText {
	float: left;
	margin-top: 29px;
	width: 500px;
	height: 61px;
	display: inline;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#registerTable {
	float: left;
	margin-left: 10px;
	width: 450px;
	height: 143px;
	display: inline;
	background-color: #edbb28;
}

#registerTableFormBG {
	float: left;
	width: 700px;
	height: 220px;
	display: inline;
	background-color: #edbb28;
	text-align: left;
	margin-left: 10px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#registerTableFormBG h2 {
	margin-left: 20px;
	margin-top: 15px;
}

#registerTableFormBG table {
	margin-left: 20px;
	margin-top: 15px;
	color: #8f420d;
	font-weight: bold;
}

#registerDisc {
	float: left;
	width: 140px;
	height: 80px;
	text-align: left;
	font-size: 14px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 32px;
	margin-top: 25px;
}

#registerClassInfo {
	float: left;
	width: 140px;
	height: 80px;
	text-align: left;
	font-size: 14px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 32px;
	margin-top: 25px;
}

#registerStar {
	background-image:url(../schedule/images/registerStar.jpg);
	float: left;
	width: 190px;
	height: 200px;
	margin-top: -31px;
}

#registerStarText {
	margin-left: 38px;
	margin-top: 31px;
	width: 125px;
	height: 125px;
	text-align: left;
	font-size: 14px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	text-align: center;
}


.inlineContentRight {
	display: inline;
	float: right;
	width: auto;
	height: auto;
}


/* NAVBAR */
#nav {
	padding: 0 0 10px 0px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	float: left;
	display: inline;
	width: 227px;
	height: auto;
	margin-left: 0px;
	overflow: hidden;
	
	display: none;
}

#newsletter {
	margin-top: 20px;
	float: left;
	width: 190px;
	padding-left: 27px;
	display: inline;
}

#emailAndy {
	display: inline;
	float: left;
	width: 150px;
	height: 150px;
	margin-top: 20px;
	margin-left: 39px;
}

#nav a {
	display: block;
	border: none;
}

#nav ul {
	float: left;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#nav ul li {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#nav ul li a.OneLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -12px;
	margin-left: 12px;
	margin-top: 12px;
}

#nav ul li a.TwoLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -60px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.ThreeLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -108px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.FourLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -156px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.FiveLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -204px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.SixLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -252px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.SevenLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -302px;
	margin-left: 12px;
	margin-top: 16px;
}

#nav a.EightLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -350px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.NineLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -398px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.TenLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -446px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.ElevenLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -493px;
	margin-left: 12px;
	margin-top: 14px;
}

#nav a.TwelveLink {
	width: 201px;
	height: 34px;
	background: transparent url(/images/navbar_bg_text2.jpg) no-repeat scroll top;
	background-position: -12px -542px;
	margin-left: 12px;
	margin-top: 14px;
}
/** END NAVBAR **/

#footer { 
	float: left;
	display: inline;
	width: 980px;
	margin-bottom:10px
} 

#footerTop {
	float: left;
	display: inline;
	height: 17px;
	width: 980px;
	background: transparent url(/images/footer_top_bg.jpg) repeat scroll top center;	
}

#footerContent {
	float: left;
	display: inline;
	overflow: hidden;
	height: 34px;
	width: 980px;
	background: transparent url(/images/footer_bg.jpg) no-repeat scroll top center;
}

#footerCopyright {
	float: right;
	margin-top: 9px;
	margin-right: 38px;
	width: 340px;
	height: 19px;
	display: inline;
	overflow: hidden;
	text-align: right;
}

#footerCopyright p {
	margin: 0px;
	color:#ffffff;
	font-size: .7em;
}
