@charset "utf-8";
/* CSS Document */

body {
	background-color:#F7C693;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-size:14px;
	color:#000000;
	}
a {
	color:#993300;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#660000;
	}
h1 {
	margin-bottom:0px;
	font-family:serif;
	font-size:20px;
	font-weight:bold;
	color:#993300;
	}
h2 {
	margin-bottom:0px;
	margin-top:0px;
	font-family:serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	}
form {
	margin:0px 0px 0px 0px;
	}
ul{
list-style:url(images/bullet.gif);
text-align:left;
}
/*li{
background-image:url(images/bullet.gif) no-repeat 0 50%;
padding-left:1px;
} */	
#petroglyph {
	width:100%;
	background-image:url(images/bg_petroglyph.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#defineRight {
	background-image:url(images/define_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:780px;
	}
#main {
	width:750px;
	background-color:#F7C693;
	}
#menu {
	background-color:#993300;
	background-image:url(images/buttons/menu_bg.gif);
	margin-top:-5px;
	width:750px;
	}
#bottomMenu a{
	text-align:center;
	text-decoration:underline;
	font-family:serif;
	font-size:14px;
	}
#footer {
	background-color:#993300;
	background-image:url(images/footer_bg.jpg);
	font-family:serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	}
#floorPlan {
	background-image:url(images/floorplan.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:700px;
	height:700px;
	}
#prntfloorPlan {
	width:700px;
	}	
.content {
	text-align:left;
	padding:0px 10px 0px 10px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.highlight {
	background-color:#993300;
	font-family:serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	}
.highlightPicture {
	border:4px solid #000000;
	}
.floorplan_bg {
	background-image:url(images/floorplan_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:700px;
	}
.footerContent {
	width:750px;
	text-align:left;
	}
.sidebox {
	width:200px;
	text-align:center;
	position:relative;
	top:35px;
	left:75px;
	}
.sidebox2 {
	width:200px;
	text-align:center;
	position:relative;
	top:-30px;
	left:500px;
	}
.floatLeft {
	float:left;
	margin-right:10px;
	}
.floatLeftRoom {
	float:left;
	margin-left:55px;
	margin-right:10px;
	}
.floatRight {
	float:right;
	margin-left:10px;
	}
.frame {
	width:720px;
	height:300px;
	overflow:scroll;
	text-align:left;
	}
	
/* Room Legend */

.legend {
	position:relative;
	left:-250px;
	}
.bynner {
	position:relative;
	left:-235px;
	}
.hunt {
	position:relative;
	left:-245px;
	}
.lawrence {
	position:relative;
	left:-235px;
	}
.shaman {
	position:relative;
	left:-262px;
	}
.okeeffe {
	position:relative;
	left:-260px;
	}
.ohenry {
	position:relative;
	left:-257px;
	}
.adams {
	position:relative;
	left:-242px;
	}
.cather {
	position:relative;
	left:-244px;
	}
.millay {
	position:relative;
	left:-250px;
	}
.stravinsky {
	position:relative;
	left:-232px;
	}
.johnson {
	position:relative;
	left:-241px;
	}
.entry {
	position:relative;
	left:-270px;
	}
.dining {
	position:relative;
	left:-268px;
	}
.office {
	position:relative;
	left:-291px;
	}
	
#overflow  {
	overflow:scroll;
	width: 745px;
	height: 350px;
	clip:rect(0px,0px,745px,250px)
	}	
