@charset "utf-8";
/* CSS Document */
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
	background-image: url(images/sightsbackgrd.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #000000;
}
.splash {
	background-color: #000000;
}
#wrapper {
	background-position: center center;
	background-color: #ffcc66;
	background-image: url(images/sightsbackgrd.jpg);
	background-repeat: repeat;
}

.twoColFixLtHdr #shadow {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-image: url(images/shadow.png);
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
} 
.twoColFixLtHdr #header { 
	background: #000000; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #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 */
}
#sidebaraddress {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
} 
.twoColFixLtHdr #mainContent {
	color: #ffcc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 19px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
	top: 10px;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#visit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	padding-bottom: 20px;
}
#okcpix {
	z-index: 40;
	clear: both;
	margin-top: 10px;
}

#building {
	background-position: top;
	top: auto;
	z-index: 10;
	text-align: center;
	margin-bottom: -30px;
}  
.twoColFixLtHdr #footer {
	background:#000000;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.submitinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	clear: both;
	margin-left: 75px;
}

.copyright {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.contactinfo {
	background:#000000;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	padding: 0;
} 
.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 */
}
.fltrht { /* 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:400px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #ffcc66;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}
.style1 {
	color: #FFFFFF;
}
.style2 {
	color: #00CCFF;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
#research {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	width: 600px;
	text-align: center;
	background-color: #000000;
	height: 45px;
	padding-top: 15px;
	right: 10px;
	position: relative;
	float: right;
	clear: both;
	padding-right: 80px;
}

.names { color:#FF0000;
         font-size: 12px;
}
.list {
	color:#FFFFFF;
	font-size:12px;
	line-height: 18px;
	text-align: left;
}
#uwacstaff {
	color:#FFCC66;
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-align: left;
}
#address {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
 
.employment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000000;
	width: 670px;
	margin-left: 75px;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 75px;
	background-color: #000000;
	z-index: 30;
}
.paracontainer {
	width: 700px;
	clear: both;
	line-height: 16px;
}
#show2 {
	background-color: #000000;
	position: absolute;
	top: 480px;
	left: 65px;
}
.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
#videothumb {
	float: right;
	margin-right: 0px;
}
#videotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
	text-align: right;
	margin-right: 25px;
}
#extraspace {
	height: 300px;
	width: 800px;
	float: left;
	clear: both;
	position: absolute;
	left: 0px;
}
#setone {
	position: absolute;
	top: 200px;
	left:29px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
	height: 41px;
	width: 156px;
}
#settwo {
	position: absolute;
	top: 200px;
	left:188px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
#setthree {
	position: absolute;
	top: 200px;
	left: 347px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
#setfour {
	position: absolute;
	top: 200px;
	left: 503px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
#setfive {
	position: absolute;
	top: 200px;
	left: 662px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}
#allardtext {
	float: right;
	width: 600px;
	clear: none;
	margin-right: 35px;
	position: absolute;
	top: 925px;
	left: 180px;
}
#iframe {
	text-align: left;
	clear: none;
	float: right;
	height: 400px;
	width: 475px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#lefftnav {
	text-align: left;
	clear: both;
	float: left;
	width: 250px;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffca4b;
	height: 550px;
	margin-top: 20px;
}
#disclaimer {
	height: 150px;
	width: 465px;
	float: left;
	margin-left: 45px;
	margin-top: -25px;
}
#distext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

