@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #000000;
}

#mainContent h1 {
	color: #A51C21;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.twoColFixLtHdr #container { 
	width: 860px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	height: 220px;
	background-image: url(Assets/header3_4.jpg);
	position: relative;
} 
#header img {
	position: relative;
	left: 10px;
	top: 10px;
}

.twoColFixLtHdr #photo {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 

.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #711313;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}
#sidebar1 table {
	position: relative;
	left: -2px;
}
#sidebar1 h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* 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;
	position: relative;
} 
#container #mainContent #privacy {
	width: 201px;
	position: absolute;
	left: 423px;
	top: 74px;
}

.twoColFixLtHdr #footer {
	background-color: #711313;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 10;
	padding-left: 15px;
} 
#container #header #contact {
	position: absolute;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #8C1818;
	width: 150px;
	padding-right: 10px;
	left: 700px;
	top: 6px;
	font-weight: bold;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ED8F92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#sidebar1 .btnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 .btnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.btnav { background-color: #A51c21;} 
#mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A51C21;
	font-weight: normal;
}
#sidebar1 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ED8F92;
	font-size: 12px;
	padding-left: 8px;
}
#mainContent li {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible p bold {
	font-weight: bold;
}
#mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CE4910;
}
#mainContent #brianphoto {
	width: 155px;
	float: right;
	position: relative;
	right: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}
#mainContent legend {
	color: #CE4910;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainContent #sprytextfield2 label {
	display: block;
}
#mainContent #sprytextfield3 label {
	display: block;
}
#mainContent #sprytextfield4 label {
	display: block;
}

#CollapsiblePanel1 {
	width: 251px;
	float: right;
	left: 10px;
	position: relative;
}
#sidebartestimonial {
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	position: relative;
	left: 8px;
	top: 10px;
	border: thin dashed #FFFFFF;
	background-color: #A51C21;
	padding: 5px;
}
#tabstestimonial {
	width: 180px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	border: thin dashed #FFFFFF;
	background-color: #A51C21;
	float: right;
	margin-left: 10px;
}
#culinarytestimonial {
	width: 180px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	border: thin dashed #FFFFFF;
	background-color: #A51C21;
	float: right;
	position: relative;
}
#tabstestimonial1 {
	font-size: 12px;
	color: #731010;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	width: 500px;
	position: relative;
	left: 40px;
}
#tabcontentphotosright {
	width: 277px;
	float: right;
	height: 173px;
	margin-left: 15px;
}
#tabcontentphotosleft {
	width: 277px;
	float: left;
	height: 173px;
}
#tabcontentphotosrightvertical {
	width: 185px;
	float: right;
	height: 295px;
	margin-left: 15px;
}
#tabcontentphotosleftvertical {
	width: 185px;
	float: left;
	height: 295px;
	margin-right:15px;
}
#tabstestimonialholder {
	width: 191px;
	float: right;
}
#tabbedphotoleftalign {
	position: absolute;
	width: 320px;
	margin: 10px;
	height: 200px;
	left: 51px;
	top: 217px;
}
#culinaryworkshopstext {
	width: 375px;
}
.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent TabbedPanelsContentVisible #tabstestimonialholder img {
	border: thin solid #731010;
}

