iframe#iframebanner
{
 height: 100px;
 width: 1000;
}

iframe#iframemain
{
/*	height: 100%;*/
 width: 100%;
/* border : thin solid green;*/
}

iframe#iframework
{                
 width: 0px;
 height: 0px;
 visibility: hidden;
/*
 border: thin solid black;
*/
}

/*div#divbanner
{
 position: relative; 
 top: 0px; 
 left: 0px; 
 margin-bottom : 0px;
 width: 100%;
 vertical-align: middle;
 background-color:#FFFFFF;
/*
 border : thin solid yellow;    

 z-index: 2;
}  
*/
div#divmenu
{
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 860px;
z-index : 5;
background-color: #000000;
/*
border : thin solid blue;
*/
}  

div#divsearch
{
position: relative;
top: 0px;
left: 10px;
width: 110px;
height:80px;
background-color: #000000;
/*
border : thin solid orange; 
*/
}  

div#divmain
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 200 px;*/
/*background-color: #FFFFFF;*/
	/*
border : thin solid red; 
*/
z-index: 2;
}

/*#divmain a
{
	color: #0000FF;
}*/
div#divfooter
{
position: relative;
top: 0px;
left: 0px;
width: 100%;
/*background-color: #4E4E4E;*/
/*
border : thin solid brown;
*/
z-index: 2;
}  

div#divad
{
position: relative;
top: -358px;
left: 120px;
width: 660px;
height:90px;                     
/*
border : thin solid purple; 
*/
}  
div#divsmallad
{
 position: relative;
 top: 30px;
 left: 6px;
 width: 100px;
 height:100px;
 
 background-color: #ffffff;
 z-index: 4;
 vertical-align: middle;
 /* border : thin solid;
 */
}  
/*image hover code*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1500px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -430;
left: 155px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
background-color: transparent;
border: 0px;
margin: 0px;
top: -385;
left: 77px; /*position where enlarged image should offset horizontally */

}
/*table{text-align:center;}*/
