@charset "UTF-8";
body  {
	background: #F2EBD5 url(assets/BchLtDottedBk.jpg) repeat;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
.photoband {
	background: url(assets/BchBluBandVBk.gif) repeat-x;
	width: 100%;
}
#container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(assets/YeloPaleShadMainHBk.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	clear: both;
}
#mainContent {
	margin: 0 0 0 250px; /* 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;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7087AB url(assets/BlueFootShadHBk.jpg) repeat-y;
} 
#sidebar1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: oblique;
	color: #c29551;
	text-align: center;
	padding: 15px 30px 0px;
}
#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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #195aa6;
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	color: #195aa6;
	background: #7197b4;
}
.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;
}
.questionSalmon {
	font-size: 120%;
	font-style: oblique;
	color: #b27347;
	line-height: 110%;
	font-weight: bold;
}
td.answerGrey {
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 110%;
}
td.answerGrey a:link, td.answerGrey a:visited {
	color: #A75F2E;
	background: transparent url(none);
	font-weight: normal;
}
#calendar tr, #calendar td {
	border: 1px solid #ddcdac;
	padding: 6px;
}
#calendar {
	line-height: 110%;
	font-size: 95%;
}
td  #specialbox  {
	font-size: 120%;
	color: #FEF7E4;
	background: #195AA6;
	text-align: center;
	padding: 8px;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}
.smBold {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 110%;
}
#tripdates {
	padding: 6px;
	margin-left: 150px;
}
