body {
   color: #EEEEEE;
   background-color: #000000;
   background-image: url('../images/other-bg2.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   margin: 0px 0px 0px 0px;
   font-size: 8pt;
   font-family: sans-serif;
   background-size: 100% auto;
}

table {
   color: #EEEEEE;
   font-size: 8pt;
   font-family: sans-serif;

}
td { 
   background-color: none;
}
td.darkcol { 
   background-color: #333333; 
   text-align:right;
}
td.darkspan { 
   background-color: #333333; 
   text-align:center;
}
td.galdarkspan { 
   background-color: #333333; 
   text-align:center;
}
td.galfooter { 
   background-color: #333333;
   color: #AAAAAA;   
   text-align:center;
   font-size: 7pt;
   font-family: sans-serif;
}

a:link {
	color: #AAAAAA;
   text-decoration: none;
}
a:visited {
	color: #AAAAAA;
   text-decoration: none;
}
a:hover {
	color: #AAAAAA;
   text-decoration: underline;
}

img {
   border: 0px;
}

/*            Custom            */

#container {
   position: absolute;   
   left: 50%;
   top: 60px;
   margin-left:-475px; 
}

#translucentbkg {
   width: 950px; 
   height: 573px;     /*   must change height to match # of thumbnails          */
   background-color: #111111;
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity: 0.6;
   border-width:1px;
   border-style:solid;
   border-color: #CCCCCC;
}
#opbkg {
   width: 950px; 
   height: 600px;     /*   must change height to match # of thumbnails ... and match translucentbkg div         */
   background-color: transparent;
   border-width:0px;
   position: absolute;
   top: 0px;
   margin-left: 0px;
   padding-top: 50px;
   padding-left: 55px;
   z-index: 2;
}

#opaquetext {      /*          Text below main location pic        */
   background-color: transparent;
   position: absolute; 
   z-index: 2;
   top:60px;
   margin-left:80px;
   width: 700px;
   text-align: center;
}

#titlelogo {      /*          AOTU logo        */
   background-color: transparent;
   position: absolute;
   top: -62px;
   margin-left:-84px; 
   z-index: 3;
}
#titlelogo img {
   border: 0px;
}

#titlegraphic {      /*          AOTU text graphic        */
   background-color: transparent;
   position: absolute;
   top: -42px;
   margin-left:50px; 
   z-index: 3;
}
#titlegraphic img {
   border: 0px;
}

#titlegraphic-sub1 {      /*          Colon graphic        */
   background-color: transparent;
   position: absolute;
   top: 2px;
   margin-left:692px; 
   z-index: 3;
}
#titlegrpahic-sub1 img {
   border: 0px;
}

#titlegraphic-sub2 {      /*          Location type graphic        */
   background-color: transparent;
   position: absolute;
   top: 2px;
   margin-left:802px; 
   z-index: 3;
}
#titlegrpahic-sub2 img {
   border: 0px;
}

#titlegraphic-topic {      /*          Main Location pic        */
   background-color: transparent;
   position: absolute;
   top: 30px;
   margin-left:85px; 
   z-index: 7;
}
#titlegrpahic-topic img {
   border: 0px;
}

#topics {      /*          Topics graphics        */
   background-color: transparent;
   position: relative;
   margin-left:-40px; 
   z-index: 3;
}

#sites {     /*    Location Info Box          */
   width: 250px;
   height: 61px;
   position: relative; 
   /*
   background-image:url(../images/building-tex.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat; 
   */
   border-width:1px;
   border-style:solid;
   border-color: #AAAAAA;
   color: #EEEEEE;
   margin-right: 50px;
   margin-bottom: 60px;
   vertical-align:top;
   z-index: 8;
}

#sites-name {    
   position: absolute;
   background-color: transparent;
   top: 0px;
   margin-left: 115px;
   font-size: 10pt;
   font-family: sans-serif;
   z-index: 8;
}

#sites-pic {    
   position: absolute;
   background-color: transparent;
   top: -40px;
   margin-left: -40px;
   text-align:right;
   vertical-align:top;   
   z-index: 9;
}

#site-bg {
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #AAAAAA;
   filter:alpha(opacity=20);
   -moz-opacity:0.2;
   opacity: 0.2;
   z-index: 4;
}

#sites-new {    
   position: absolute;
   background-color: transparent;
   top: 25px;
   margin-left: 210px;
   text-align:right;
   vertical-align:top;   
   z-index: 7;
}

#infotitles {
   width: 75px; 
   height: 300px;     /*    to match infobox size          */
   background-color: transparent;
   position: absolute;
   text-align:right;
   padding-top:5px;
   padding-right:5px;
   z-index: 6;
}

#infofull {
   width: 300px; 
   height: 300px;     /*    to match infobox size          */
   background-color: transparent;
   position: absolute;
   text-align:left;
   padding-top:0px;
   padding-left:0px;
   margin-left:0px; 
   z-index: 6;
}
#infofull a:link {
   color: #EEEEEE;
   text-decoration: none;
}
#infofull a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

#tgallery-head {
   background-color: transparent;
   position: absolute;
   top: 66px;
   margin-left:450px; 
   z-index: 8;
}

#tgallery {     /*    thumbnail gallery  section        */
   background-color: transparent;
   position: absolute;
   top: 385px;
   margin-left:0px; 
   z-index: 8;
}
#sites img {
   margin: 0px 0px 0px 0px; 
   padding: 1px;
   vertical-align:middle;
}
#sites a:hover img {
   border: 1px solid #EEEEEE;
   background-color: #EEEEEE;
   margin: 5px 5px 5px 5px; 
   padding: 1px;
   vertical-align: middle;
   filter:alpha(opacity=100);
   -moz-opacity:1.0;
   opacity: 1.0;
}

#tfooter {
   background-color: transparent;
   position: relative;
   
   width: 100%;
   text-align:center;
   margin-left:-54px;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
   z-index: 8;
}

#copyr {     /*    copyright text          */
   color: #AAAAAA;
   font-size: 7pt;
   font-family: sans-serif;
   text-align:center;
   z-index: 8;
}
.galhead {
   border: 1px solid #CCCCCC;
   background-color: #000000;
   margin: 5px 5px 5px 5px; 
   padding: 0px;
   vertical-align: top;
}

.thumbs {
   border: 1px solid #AAAAAA;
   background-color: transparent;
   margin: 5px 5px 5px 5px; 
   padding: 2px;
   vertical-align: top;
   
}

.rating {
   background-color: transparent;
   margin: 0px 0px 0px 0px; 
   padding: 0px;
}