@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #3385AF url(../images/background.gif) repeat-x left top;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #012E73;
}
img {
	border: 0;
}
form {margin: 0; padding: 0;}
* html .thrColFixHdr #container {height: 1%;}
* html .thrColFixHdr #mainContent {height: 1%;}
* html .thrColFixHdr #sidebar1 {height: 1%;}
* html .thrColFixHdr #sidebar2 {height: 1%;}
* html .thrColFixHdr #footer {height: 1%;}
td { text-align:left}
.heading { font-weight:bold;}
h3, .heading { font-size: 1.5em}

.blueheading {
	font-size: 1.4em;
	font-weight:bold;
	color: #012E73;
}

h4, .subheading { 
	font-size: 1.2em;
	color:#F76F15;
}
.subsubheading { 
	font-size: 1.2em;
	font-weight:bold;
	color:#F76F15;
}
h5 { font-size: 1.1em}
.subheading { font-weight:bold}
.small {
	font-size:0.8em;
	text-align: left;
}
.caption {
	font-size:0.8em;
	text-align: center;
}
.thrColFixHdr #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #99CC99;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height:152px;
	width:780px;
	background: #FFFFFF url(../images/bush_top_new2.gif) no-repeat left bottom;
}
.thrColFixHdr header .content {margin: 0px; padding: 10px;}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sidebar1_bground_new.gif) repeat-y top left;	 
	padding: 0 12px 0 0; /* padding keeps the content of the div away from the edges */
	margin-top:0;
}
#photo {
	float: left;
	/*border-bottom: 2px solid #FFFFFF; /* Left navigation top line colour */
	margin-top:0px;
	margin-left:0px;
}

#photo1 {
	float: left;
	/*border-bottom: 2px solid #FFFFFF; /* Left navigation top line colour */
	margin-bottom:6px;
	margin-left:13px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 12px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent a, a:link {
	color:#ee0000; /* Main contents link colour */
	text-decoration:underline; /* Main contents link decoration */
}
.thrColFixHdr #mainContent a:visited {color:#ee0000}
.thrColFixHdr #mainContent a:hover {
	text-decoration:none; /* Main contents link decoration when mouse is over the link */
}
/* contains the footer bush */
.thrColFixHdr #footerbush {
	background-image:url(../images/bush_footer.gif);
	background-position: right bottom;
}

/* Section contains the opt-in form */
#formblock {
	background:url(../images/form_bground.jpg) repeat-x top left;
	border: none;
	margin-top:10px;
	font: normal 0.7em Arial, Helvetica, sans-serif; 
	color:#012E73;
	padding:5px;
	font-size:1em;
	height:220px;
}
#formblock .formtitle {
	font-size:1.4em;
	font-weight:bold;
}
#formblock .formtext {
	font-size:1.1em;
	font-weight:bold;
	margin: 1px 0 2px 0;
}
#formblock .formTable {
  width:100%;
  border-collapse:collapse;
}
#formblock .formTable td {
  border:0;
  padding:0;
  text-align:left;
}
#formblock input {
	width: 140px;
	height: 15px;
	border: 1px solid #548FBE; /* Mailing lists text boxes border colour */
	font: normal 1em Arial, Helvetica, sans-serif; /* Mailing list text boxes font style, size and type */
	color:#000000; /* Mailing lists text boxes font colour */
}
#formblock .submitbutton {
	color:#FFFFFF; /* Mailing lists submit button font colour */
	background:#012E73; /* Mailing lists submit button background colour */
	width:100px;
	height:17px;
	font: bold 1em Arial, Helvetica, sans-serif; /* Mailing lists submit button ont style, size and type */
	border:0px;
	margin-left:20px;
}
.thrColFixHdr #mainContent {
	font-size:1.2em; /* Font size for the main content */
	text-align: justify; 
	margin: 0 160px 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.testimonyTable {
	margin:0; 
	padding:0;
	background-color:#ffeedd;
	color:#000000;	
	border: 1px solid #000000;
	width:80%;	
}
.testimonyTable td { 
	padding: 8px 12px 8px 12px;
}
.classTable {
	margin:0; 
	padding:0;
	background-color:#ff9966;
	color:#000000;	
	border: 1px solid #000000;
	width:325px;	
}
.classTable td { 
	padding: 8px 0 8px 15px;
}
.thrColFixHdr #footer {
	text-align:center;
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F38F1C; /*#F76F15; */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
thrColFixHdr #footer a, a:link, a:visited {
	color:#FFFFFF; /* copyright link colour */
	text-decoration:underline; /* copyright link text decoration */
	font-style:normal;
}
thrColFixHdr #footer a:hover {
	text-decoration:none; /* copyright text decoration when mouse is over the link */
}
.homefooter {
	text-align:center;
} 
.homefooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color:#FFFFFF;
}
.homefooter a, a:link, a:visited {
	color:#FFFFFF; /* copyright link colour */
	text-decoration:underline; /* copyright link text decoration */
	font-style:normal;
}
.homefooter a:hover {
	text-decoration:none; /* copyright text decoration when mouse is over the link */
}
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table.photos {
	width: 550px;
}

table.photos td {
  border: none;
  width: 304px;
  margin: 0;
  padding: 0;
}

.differencesTable {
  color: #FFFFFF;
  background-color: #8EB5D4;
  width: 600px;
  border-collapse: collapse;
}

.differencesTable td {
  border:1px solid #FFFFFF;
  padding:5px;
  text-align:left;
}

.imageTable {
	border-collapse:collapse;
	padding: 0px;
}
.imageTable td {
	border:2px solid #548FBE;
}
.contactButton {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #AD041B;
	border: 1px solid #FFFFFF;
}
.required { /* Form required field */
	color:#FF0000;
}
.disclaimer {
	color:#FFFFFF;
	font-size:0.8em;
	text-align: justify;
}
.welcome {
	font-size:1.5em;
	font-weight:bold;
}

.askmeanything {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#F76F15;
}

.clr {clear:both; }

.eventhdg {
	font-size: 1.5em;
	color:#F76F15;
	font-weight:bold;	
}

.date { 
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}

.price {
	font-size: 1.7em;
	font-weight:bold;
}

.indent { margin-left: 80px;}

table.foods {
    border-spacing: 0px;
    border: 0px;
}

table.foods td {
    border: 0px;
    padding: 0.4em 0.8em;	
}


/* WebYep styles */

.SMALL { font-size:0.8em}

.ITALIC { font-style:italic}

.BOLDITALIC { font-weight:bold; font-style:italic;}

.UNDERLINE { text-decoration:underline}

.INDENT { margin-left: 80px;}

.BOLDINDENT { margin-left: 80px; font-weight:bold}

.CENTER { text-align: center}
