#availability {
    margin-top: 1.5em;
}
#container-logos {
    padding: 12px;
    background-color: #DDDDC8;
    border-right: 1px solid #CCC;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 1024px;   
    height: 125px;
    text-align: left;
    clear: both;
}

#container-logos a {
    text-decoration: none;
}

#container-logos a:hover {
    text-decoration: underline;
}

#efeo-logo-small p {
    padding-left: 70px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 12pt;
}

#efeo-logo-small p a {
    color: #7C2536;
    font-family: Trajan, "Times New Roman", serif;
}
#isaw-logo-small p {
    padding-left: 50px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 12pt;
}

#isaw-logo-small p a {
    color: #666;
    font-family: "Century Gothic", "Times New Roman", serif;

}
#efeo-logo-small {
    width: 47%;
    float:right;
}

#isaw-logo-small {
    width: 47%;
    float: left;
}

#efeo-logo-small img {
    float: left;
    height: 40px;
}

#isaw-logo-small img {
    float: left;
    height: 120px;
    box-shadow: -1px 1px 2px #777;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}


#container-outer {
    padding: 20px;
    min-height: 768px;
}

#container-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

#navmain {
   float:left;
   width: 100%;
   overflow:hidden;
   position:relative;
   padding-top: 2px;   

}

h1 {
    padding: 5px;
    padding-top: 12px;
    margin: 0px;
}


.hnav {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
.hnav li {
    display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}

.hnav li a {display:block;
   margin:0 0 0 0;
   padding:3px 40px;
   text-decoration:none;
   font-size: 11px;
   text-transform: uppercase;
   line-height:1.3em;}
   


#pagebody {
    margin: 0px;
    padding: 0px; 
    margin-top: 22px;
    padding-top: 15px;
    text-align: left;
}



#images {
    margin: 0px;
    padding: 0px; 
    padding-top: 15px;
    float: right;
    width: 300px;

}

#images .ismall {
    position: relative;
}

#images .ismall > img {
    margin: 0px;
    padding: 0px;
    width: 300px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    vertical-align: bottom;
}

#images .imedium img {
}

.ismall:hover {
    border:0;
    z-index: 1;
}

.ismall div { 
	position:absolute;
	visibility:hidden;
	}
	
.ismall:hover div {
    visibility:visible;
    top: 37px;
    left: -761px;
    border: 14px solid white;
    box-shadow:2px 2px 3px #999999;
    }
    
.ismall:hover div img {
    border: 1px solid #999;
}

#gfxcontent {
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 660px;
    
}
#textcontent {
    width: 330px;
    float: right;
}

#recent {
    margin-top: 15px;
}

#search * {
width:auto;
}

#search table {
  margin-left:auto;
  margin-right:auto;
}

#search td {
padding:5px;
}

#searchform {
    text-align:center;
}

#keyboardhelp table {
  margin-left:200px;
  margin-right:auto;
  width:300px;
  font-size:larger;
}

#keyboardhelp tr {
  border-bottom: thin solid gray;
} 

#keyboardhelp th {
  font-weight:bold;
}

#keyboardhelp td {
padding-bottom:3px;
}

.newsitem {
    margin-top: 10px;
    
}


ul, ol {
    padding-left: 2em;
}

ul li {
    list-style-type: circle;
    list-style-position: inside;
}

blockquote p {
    margin-bottom: .8em;
    margin-top: .8em;
    padding-left: 25px;
    width: 675px !important;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    
}


.caveat {
    font-style: italic;
    padding: 5px 0px;
    margin-top: 0px;
    font-size: 90%;
}


#footer {
    margin-top: 25px;
    text-align: left;
}

#pagebody p {
    margin-bottom: 1em;
}

#widetextcontent p {
    margin-top: 1em;
}

#indexbox {
    float: right;
    border: 1px solid #aaa;
    padding: 10px;
    padding-top: 0px;
}
