@charset "utf-8";
/* CSS Document */

body {
	background: #ffffcc;  /* Nutmeg Puke Green d5d582 */
	padding: 0;
	border: 0;
	font-family: Verdana, Tahoma, Trebuchet, Arial, Helvetica, sans-serif, serif;
	font-size: 90%;
	width: 100%;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;  /* Can not set left margin due to auto below. */
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;   /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
}
h1 {
	color: #990000;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#0000ff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #ff00ff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ffffff;
	background-color: #0000ff;
	text-decoration:none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.nohover a:hover {
	background-color: transparent;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container_page_body {
	padding: 0px;
	width: auto;
	max-width: 1280px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border-top: 8px solid #ff6600;  /* cbf */
	border-bottom: 2px solid #cc6600;  /* cbf */
	border-left: 2px solid #cc6600;  /* cbf */
	border-right: 2px solid #cc6600;  /* cbf */
	background: #ffffcc;
}
.header {
	border-bottom: 2px solid #cc6600; /* cbf */
	background-color: #ffff99;
}
.container_main {
	width: 100%;
	position: relative;
	zoom: 1;
}
div.banner {
	height: 150px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
div.transbox {
	float: left;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	margin-left: 20px;
	margin-top: 20px;
	border:2px solid black;
	border-radius:10px;
}
div.transbox p {
	margin-bottom: 1px;
	font-size: 42px;
	font-weight:bold;
	line-height: 45px;
	color:#FFFFFF;
}

.sidebarl {  /* cbf */
	float: left;
	width: 145px;
	text-align: center;
	border-right: 2px solid #cc6600;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #cc6600;
	background-color: #ffff99;
	zoom: 1;
	margin-bottom: -2px;
}
.sidebarl h1 {
	font-size: 95%;
}
.sidebarl_top {  /* cbf */
	padding-top: 2px;
	padding-bottom: 2px;
}
.sidebarl_middle {  /* cbf */
	background: #ffcc33;
	border-top: 2px solid #cc6600;
	border-bottom: 2px solid #cc6600;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebarl_bottom { /* cbf */
	padding-top: 10px;
	padding-bottom: 5px;
}
.sidebarl_middle h1 { /* cbf */
	font-size: 20px;
	padding: 0;
}
.container_content {
	position: relative;
	margin-left: 147px;
	zoom: 1;
}
.container_menubar {
	background-color: #fff;
	padding: 0;
	zoom: 1;
	position: relative;
	margin: 0;
}
.header_menubar {
	height: 27px;
	background-color: #ffcc33;
	border-bottom: 2px solid #cc6600;
	margin: 0;
	padding: 0;
	zoom: 1;
}
.content_body {
	margin-top: 10px;
	text-align: left;
}
/* ~~ This grouped selector gives the lists in the .content_body area space ~~ */
.content_body ul, .content_body ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.content_body h1 { /* cbf */
	text-align: center;
	/*color: #0000ff;*/
    font-size: 200%;
}
.content_body h2 {
	font-size: 110%;
}
.content_sidebarr { /* cbf */
	float:right;
	background-color: #fff;
	position: relative;
	background-color: #ffff99;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #cc6600;
}
/* ~~ The footer ~~ */
.footer {
	padding: 5px 0;
	position: relative;  /* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top: 2px solid #cc6600;
	text-align: center;
	font-size: 80%;
	background-color: #ffff99;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #000;
}
.footer a {
	color: #000;
}
.footer a:hover, .footer a:active {
	color: #ffffff;
	background-color: #0000ff;
}
.font80 {
	font-size: 80%;
}
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.img_float_right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-right: 10px;
	display: inline;
	width: 400;
}
.img_float_left {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
	display: inline;
}
.img_center {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
}
.tabbed_panels_wrapper {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	zoom: 1;
}
.TabbedPanelsContent h2 {
	text-align: center;
}
/* img with cap    See  http://www.w3schools.com/CSS/css_image_gallery.asp */
div.img_with_cap {
	margin:2px;
	border:1px solid #cc6600;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display: inline;
}
div.img_with_cap img {
	display:inline;
	border-bottom: 1px solid #cc6600;
}
div.img_with_cap a:hover img {
	border:1px solid #0000ff;
}
div.img_with_cap_cap {
	text-align:center;
	font-weight:normal;
	margin:2px;
	font-size: 80%;
}
.person_font {
	font-family: "Comic Sans MS", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
div.galleryPhoto {
	width:600px;
	height: 150px;
	max-height:100%;
	z-index:10;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.2);
	background-size:100% auto;
	-moz-box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	-moz-border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-top-left-radius:6px;
	-moz-border-top-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
div.galleryTextBox {
	float:left;
	margin-left: 15px;
	margin-top:15px;
	background-color: rgb(192, 192, 192);
	background-color: rgba(192, 192, 192, 0.8);
	border:1px solid black;
	background-size:100% auto;
	-moz-box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	box-shadow:1px 3px 8px rgba(0, 0, 0, 0.6);
	-moz-border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-top-left-radius:6px;
	-moz-border-top-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
div.galleryTextBox p {
	margin-bottom: 1px;
	font-size: 22px;
	font-weight:bold;
	line-height: 30px;
	color:#000000;
}
