@charset "utf-8";
.thrColFixHdr #container #mainContent h2 {
	font: 30px Arial, Helvetica, sans-serif;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D6CEC1;
	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-image: url(images/backgroundTest.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #401A07;
}
.thrColFixHdr #container {
	width: 753px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E9E3DA;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	width: 753px;
	height: 96px;
	background-image: url(images/header_Logo.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header2 {
	background: #DDDDDD;  /* 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. */
	width: 753px;
	height: 250px;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
} 
.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;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #401A07;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #DED5C7;
}
.thrColFixHdr #sidebar1 p {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.thrColFixHdr #sidebar1 h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #401A07;
	margin-bottom: 0px;
	margin-top: 5px;
}
.thrColFixHdr #mainContent p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent2 p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-color: #DED5C7;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #frameholder {
	height: 420px;
}
.thrColFixHdr #sideImages {
	margin-top: 10px;
	float: right;
	height: 70px;
	width: 120px;
	margin-right: 10px;
}

.thrColFixHdr #sidebar3 {
	width: 120px;
	float: right;
}

.thrColFixHdr .homeImage {
	float: left;
	margin-right: 10px;
}

.thrColFixHdr #mainContent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #401A07;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent2 h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #401A07;
	margin-bottom: 0px;
}
.thrColFixHdr #container #sidebar1 hr {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #FF3333;
	border-top-width: 1px;
	border-top-style: dotted;
}
.thrColFixHdr #footer p {
}
.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;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.thrColFixHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 200px;
	margin-right: 150px;
	margin-bottom: 50px;
} 
.registerNow {
	width: 345px;
	padding: 5px;
	text-align: center;
	display: block;
	vertical-align: middle;
	background-color: #990033;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.registerNow a {
	padding: 5px;
	vertical-align: middle;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	display: block;
	width: 325px;
}
.registerNow a:hover {
	background-color: #CDBEA9;
	display: block;
}

.thrColFixHdr #mainContent2 {
	margin-left: 200px;
	margin-right: 50px;
	margin-bottom: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #DED5C7;
} 
.thrColFixHdr  #footer a {
	text-decoration: none;
	color: #401A07;
}
.thrColFixHdr #TopNav a {
	color: #401A07;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #FF0000;
}
.thrColFixHdr #TopNav a:hover {
	color: #FF0000;
}
.thrColFixHdr #sidebar1 a {
	text-decoration: none;
	color: #FF0000;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #401A07;
}
.signature {
	font-size: 8px;
}
.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;
}
#apDiv1 {
	position:absolute;
	margin-left:-123px;
	left:50%;
	top:73px;
	width:495px;
	height:26px;
	z-index:1;
}
.thrColFixHdr #container #header #apDiv1 ul {
	display: block;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #header #apDiv1 li {
	float: left;
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
}
.thrColFixHdr #container #header #apDiv1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(images/topNav_tab.jpg);
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.thrColFixHdr #container #header #apDiv1 a:hover {
	background-image: url(images/topNav_tab_over.jpg);
}
.thrColFixHdr #TopNav p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	margin: 0px;
	text-align: right;
}
.thrColFixHdr #container #header #TopNav a.alt {
	color: #FFFF99;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent img {

}
.thrColFixHdr #sidebar1inside {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #DED5C7;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #401A07;
	margin: 0px;
}
.thrColFixHdr #header2inside {
	height: 25px;
	width: 100%;
	background-color: #0254A6;
}
.thrColFixHdr #header2inside p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #B1C9EB;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #sidebar1inside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1inside a {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A48A;
	text-align: left;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
	color: #6B3922;
	background-color: #CDBEA9;
	margin-bottom: 2px;
}
.thrColFixHdr #sidebar1inside a:hover {
	background-color: #B5A48A;
}
.headShot {
	float: left;
	margin-right: 10px;
}
.headShotBox {
	height: 150px;
	margin-bottom: 15px;
}
.headShotBox p {
	margin: 0px;
	padding: 0px;
}
.headShotBoxStaff {
	height: 265px;
	margin-bottom: 15px;
	padding: 4px;
}
.headShotBoxStaff p {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent li {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.formEventsLoad {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}.thrColFixHdr #orderForm {
}
.thrColFixHdr #orderForm p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent #gallery {
	height: 225px;
}
.photoEmbed {
	height: 240px;
	margin-bottom: 20px;
}
.tablesetup {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.tablesetup p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.slideshow {
	height: 247px;
	width: 373px;
}
