@charset "utf-8";
body  {
	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: #83C3E7;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	background-image: url(Images/bodyback02.jpg);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(Images/mustardTop.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0px 100px;
	position: relative;
} 
.twoColFixLtHdr #container #navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
}
#mainContainer #footer p a {
	text-decoration: none;
}
#container #navbar a:link {
	text-decoration: none;
	color: #009;
}
#container #navbar a:visited {
	text-decoration: none;
	color: #603;
}
#container #navbar a:hover {
	text-decoration: none;
	color: #45603C;
}
#container #navbar a:active {
	text-decoration: none;
	color: #F60;
}
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(Images/MustardLogoGood.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100px;
} 
.twoColFixLtHdr .fltlft {
	margin-left: 225px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: absolute;
	top: -500px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent h2 {
	font-family: "Comic Sans MS", cursive;
	margin-left: 50px;
	color: #A1B300;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	color: #600;
	font-weight: bold;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 #sidebarCntent {
}

.twoColFixLtHdr #container #mainContainer #sidebar1 ul {
	list-style-type: none;
	margin-left: -30px;
}

.twoColFixLtHdr #apDiv1 {
	position: absolute;
	left: -27px;
	top: 40px;
	height: 108px;
	width: 132px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #header #apDiv2 {
	height: 137px;
	width: 125px;
	position: absolute;
	left: 700px;
	top: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding=left: 10px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#mainContainer #mainContent #content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	padding: 5px;
	display: block;
	text-align: justify;
	width: 545px;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 p {
	margin-right: 5px;
	margin-left: 5px;
}
.current {
	font-weight: bold;
	color: #FFF;
}
#mainContainer #mainContent #content h2 {
	color: #A32526;
	text-align: left;
	margin-left: 50px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EAAE00;
	color: #0288AB;
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.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;
}
.twoColFixLtHdr #container #mainContainer {
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#mainContainer #footer p a:link {
	color: #009;
}
#mainContainer #footer p a:visited {
	color: #603;
}
#mainContainer #footer p a:hover {
	color: #45603C;
}
#mainContainer #footer p a:active {
	color: #F60;
}
#mainContainer #topper {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #0288AB;
	text-decoration: none;
}
#mainContainer #topper a {
	color: #009;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 #imgHolder {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv6 {
	position: absolute;
	height: 500px;
	width: 333px;
	left: 170px;
	top: 710px;
	padding: 5px;
	border: medium solid #000;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a .fltrt {
	border: thin solid #000;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv10 {
	position: absolute;
	height: 125px;
	width: 525px;
	left: 5px;
	top: 1300px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #midTextVert {
	position: absolute;
	top: 680px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a:link {
	text-decoration: none;
	font-weight: bold;
	color: #603;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #609;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #67ABD8;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F90;
}
.twoColFixLtHdr #container #mainContainer #mainContent #content p a {
	text-decoration: none;
	font-weight: bold;
	color: #603;
}
.twoColFixLtHdr #container #mainContainer #FullImageContainer {
	position: relative;
}
.twoColFixLtHdr #container #mainContainer #FullImageContainer #SqImgContainer {
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 500px;
	border: thick solid #000;
	padding: 5px;
}
.twoColFixLtHdr #container #mainContainer #FullImageContainer h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A32526;
	text-align: center;
}
.twoColFixLtHdr #container #mainContainer #FullImageContainer h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #556100;
	text-align: center;
}
.twoColFixLtHdr #container #mainContainer #FullImageContainer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 #sidebarCntent {
	text-align: justify;
	width: 208px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 #sidebarCntent h3 {
	color: #603;
	text-align: center;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContainer #sidebar1 #sidebarCntent h3 a {
	text-decoration: none;
	color: #603;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent {
	height: 1400px;
	width: 550px;
	top: 0px;
	position: relative;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv3 {
	height: 120px;
	width: 500px;
	position: absolute;
	top: 100px;
	overflow-x: auto;
	overflow-y: hidden;
	border: medium solid #000;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv3 #thumbContainer {
	position: absolute;
	height: 120px;
	width: 1400px;
	overflow: hidden;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv6 {
	position: absolute;
	height: 500px;
	width: 333px;
	top: 750px;
	left: 180px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv8 {
	position: absolute;
	height: 500px;
	width: 333px;
	top: 760px;
	left: 200px;
}

.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv5 {
	overflow: auto;
	position: absolute;
	height: 500px;
	width: 120px;
	top: 760px;
	border: thin solid #000;
	left: 20px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #midText {
	position: absolute;
	top: 650px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv4 {
	position: absolute;
	height: 333px;
	width: 500px;
	top: 270px;
	left: 15px;
	padding: 5px;
	border: medium solid #000;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv7 {
	position: absolute;
	height: 333px;
	width: 500px;
	top: 270px;
}
.twoColFixLtHdr #container #mainContainer #mainContent #galleryContent #apDiv9 {
	overflow: auto;
	position: absolute;
	height: 500px;
	width: 120px;
	top: 760px;
}
