@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
margin:5px;
padding:0px;
}

#wrapper {
border:#333333 solid 1px;
width: 100%;
}

#graybar {
background-color:#333333;
height: 20px;
padding:2px 10px;
text-align: right;
}

#graybar a:link {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#graybar a:visited {
	color:#ccc;
	text-decoration:none;
	font-weight: bold;
}
#graybar a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
#graybar a:active {
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}

#header {
text-align: left;
padding: 0px;
background:url(../images/bg.jpg)
}

#top-text {
	position: absolute;
	top: 60px;
	left: 260px;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	color:#B5CCEA;
	text-transform:uppercase;
	clear:left;
}

#main {
background-color: #CCCCCC;
color:#000000;
border-bottom: #CCCCCC solid 1px;
border-top: #CCCCCC solid 1px;
}

#copy {
padding: 10px;
}

#images {
}



#objectHolder {
clear:left;
display:block;
overflow-y: auto;
overflow-x: hidden;
}

.objectInfo {
width: 150px;
/* border:#333333 solid 1px; */
padding: 5px;
margin: 5px;
height: 140px;
text-align: center;
float:left;
font-size: .9em;
}

/*

.paraWidth {
width: 600px;
margin: auto;
}

.paraWidth2 {
width: 600px;
}
*/


#footer {
background-color:#333333;
padding: 2px;
text-align:center;
font-size: .75em;
}

#footer a {
text-transform:uppercase;
}

#footer a:link {
	color:#fff;
	text-decoration: underline;
}
#footer a:visited {
	color:#ccc;
	text-decoration:underline;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#footer a:active {
	color:#666;
	text-decoration: none;
}

h1 {
font-size: 1.5em;
margin:0px;
padding: 2px 0px;
}

h2 {
font-size: 1.1em;
margin:0px;
padding: 2px 0px;
}

h3 {
font-size: 1.1em;
margin:0px;
padding: 2px 0px;
}

h4 {
font-size: 1em;
margin:0px;
padding: 2px 0px;
}

h5 {
font-size: 1em;
margin:0px;
padding: 2px 0px;
}

h6 {
font-size: 1em;
margin:0px;
padding: 2px 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
	font-size: x-small;
	text-transform: uppercase;
	padding: 0px;
	width:222px;
}
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%; /* Width of Menu Items */
}
.suckerdiv ul li {
	position: relative;
}
/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background-color: #999999;
	padding: 4px 5px;
	color:#666;
	border-bottom: #CCCCCC solid 1px;
}
.suckerdiv ul li a:link {
	background-color: #333333;
	color:#fff;
}
.suckerdiv ul li a:visited {
	background-color: #333333;
	color:#fff;
}
.suckerdiv ul li a:hover {
	background-color: #ccc;
	color:#333;
	text-decoration: underline;
}
.suckerdiv ul li a:active {
	background-color: #ccc;
	color:#333;
	text-decoration: underline;
}
.suckerdiv .subfolderstyle {
	background: url(http://www.fortlewis.edu/observatory/images/arrow-list.gif) no-repeat center right;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
/* End */