/*

NOTE: TO CHANGE THE DISTANCE BETWEEN THE MENU ITEMS, SCOLL DOWN TO FIND THE VALUE WHICH IS LABELED WITH A COMMENT

*/

html, body {
height: 50%;
padding:0px;
margin:5px;
}
body {
               

background-image: 

background-repeat: repeat


font-family: "tahoma";
font-size: 12.5px;
color: #9a9285;
margin:0px;
}
a, a:link {
text-decoration: bold;
color:#9a9285;
}
a:hover {
text-decoration: none;

color:#8C8C8C;
}
a:active {
text-decoration: bold;
color:#8C8C8C;
}

#container {
width: 756px;
height: auto !important;
border: 1px #333333 ;
border-style: ;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 756px;;
height: 30px;
background: #white ;}


#header_text
{
 position:relative;
 right:15px;
 top:5px;
 font-size:18pt;
 color:#000;
 font-family:"Tahoma", "Ariel";
 float:right;
}

img
{
 margin:5px;
}
#core_container2
{
width: 756px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: white;
}

#core_left {float: none;
width: 756px;
background-color: white;




}
#core_right {
margin: 0px;
float: left;
width: 756px;
min-height:250px;
color:#555555;
background:#fff
position: right;
}



.content-box
{
 height:auto !important;
 float:left;
 width: 720px;
 font-family: "tahoma", "arial";
 font-size: 11px;
 color:#000;
 margin-bottom:10px;
 margin-left:15px;
}
.tumb
{
 float: left;
 margin-right:10px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
visibility:hidden
}

#footer_line
{
 border-bottom: 1px ridge #000;
 margin:0px;
 padding:0px;
 width:720px;
 height:1px;
}

#footer_text
{
 color:#BCBCBC;
 font-size:10px;
 float:right;
 margin-right:15px;
 margin-top:15px;
}

#footer2
{
width: 742px;
padding-top:10px;
padding-left:14px;
text-align: center;
height:30px;
background:#FFF;
clear:both;
}


h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
height:15px;
margin:0px;
padding:0px;
color:#8C8C8C;

margin-bottom:8px;
}
h3:first-letter {
font-size: 12px;
font-family: Verdana;
color: #000;
}
h4
{
font-family: "Tahoma", Lucida Handwriting, sans-serif;
font-size:12px;
}


#navcontainer li {
padding: 0px;
margin:0px;
color:#FFF;
display:inline;
position:relative;
height:10px;

/* CHANGE THE FOLLOWING VALUE TO INCREASE THE SPACE BETWEEN THE MENU ITEMS */
padding-left:30px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:10px;
position:right;
padding-top:0px;
padding-bottom:10px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#8C8C8C;
text-decoration: none;
font-family:Verdana;
font-size:13px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#8C8C8C;
text-decoration: underline;
}


/* FOR THE POPUP */

.thumbnail{
position: RELATIVE;
/*z-index: 0;*/
}

.thumbnail:hover{
background-color: transparent;
/*z-index: 50;*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: ABSOLUTE;
background-color: GREY;
padding: 5px;
LEFT: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
display: block;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
TOP: 0;
LEFT: 230px; /*position where enlarged image should offset horizontally */
Z-INDEX: 50;
}

/* END OF POPUP*/




/*INLINE*/

.hide {
  display: none;
}
.show {
  display: inline;
  border-bottom: ;
}

.show2 {
  display: inline;
  padding: 0 3px 0 3px;
  font-size: 11px;
}

/*END INLINE*/





.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -1px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
bottom: 0;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
position: absolute
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 100px;
bottom: 0px;
position:fixed;
left: 444px; /*position where enlarged image should offset horizontally */
z-index: 10;
}

