/*room illusion style sheet*/


/*universal*/
* {
margin:0; 
padding:0;
border:0px dashed  #900;
}

body
{
width:100%;
height:100%;
font-family:lucida sans, sans-serif;
}

#intro
{
width:100%;
height:100%;	
background-color: #000;
background-image: url("roomimages/glassbgaqua3.jpg");
text-align:center;
color:#fff;
}


#intro2
{
width:100%;
height:100%;	
background-color: #000;
background-image: url("html5site/images/greenpic5.png");
text-align:center;
color:#fff;
}




/*div*/


/*div*/
div.content2
{
text-align:center;
width:100%;
margin-left:auto;
margin-right:auto;
}

div.content
{
width:1250px;
height:1000px;
margin-top:1%;
text-align:center;
margin-left:auto;
margin-right:auto;

}

div.show
{
position:relative;
width:1250px;
height:715px;
float:center;
-moz-border-radius-topleft:  20px;
-webkit-border-top-left-radius:  20px;
-moz-border-radius-topright:  20px;
-webkit-border-top-right-radius:  20px;
-moz-border-radius-bottomright:  20px;
-webkit-border-bottom-right-radius:  20px;
-moz-border-radius-bottomleft:  20px;
-webkit-border-bottom-left-radius:  20px;
border: 1em ridge #70FF33 ;
border-bottom: 1em ridge #70FF33 ;
border-left: 1em groove #70FF33 ;
border-right: 1em ridge #70FF33 ;
border-top: 1em groove #70FF33 ;
-moz-border-bottom-colors:  #1F471F #006600 #00FF33 #ADEBC0 #19E66B #FFF #00FF00 #9EFAB0 #70FF33 #ABD98C #50F53D;
-moz-border-top-colors:   #1F471F #006600 #00FF33 #ADEBC0 #19E66B #FFF #00FF00 #9EFAB0 #70FF33 #ABD98C #50F53D;
-moz-border-left-colors:   #1F471F #006600 #00FF33 #ADEBC0 #19E66B #FFF #00FF00 #9EFAB0 #70FF33 #ABD98C #50F53D;
-moz-border-right-colors:   #1F471F #006600 #00FF33 #ADEBC0 #19E66B #FFF #00FF00 #9EFAB0 #70FF33 #ABD98C #50F53D;
}


div#foot1
{
width:416px;
height:250px;
float:left;

}

div#foot2
{
width:416px;
height:250px;
float:left;
}

div#foot3
{
width:416px;
height:250px;
float:left;
}



div.footerlink
{
height:285px;
text-align:center;
position:relative;
clear:both;
float:left;
margin-top:20px;
width:100%;
color:#fff;
background-repeat:repeat;
}






/*paragraphs and text assignment*/

span.big
{
font-size:1.75em;
color:  #003F87; /*sign blue	*/
}








/*anchors*/

a.tour2,
a.tour2:link,
a.tour2:visited
{
font-size:190%;
background-color:#fff;
opacity:0.8;
filter:alpha(opacity:80);
color:#000;
padding:5px;
-moz-border-radius-topleft:  50px;
-webkit-border-top-left-radius:  50px;
-moz-border-radius-topright:  50px;
-webkit-border-top-right-radius:  50px;
-moz-border-radius-bottomright:  50px;
-webkit-border-bottom-right-radius:  50px;
-moz-border-radius-bottomleft:  50px;
-webkit-border-bottom-left-radius:  50px;
border-left: 0.25em groove #F00;
border-top: 0.25em groove #F00;
border-right: 0.25em ridge #F00;
border-bottom: 0.25em ridge #F00;
}

a.tour2:focus
{
background-color:#000;
}

a.tour2:hover
{
background-color:#000;
}

a.tour2:active
{
background-color:#000;
}


a,
a:link,
a:visited
{
text-decoration:none;
color:#fff;
}



a.foot1
{
margin-top:10px;
width:350px;
height:155px;
float:left;
padding:0.3em;
color:#000;
font-size:1.10em;
background-color:#fff;
opacity:0.8;
filter:alpha(opacity:80);
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-top: 0.75em groove #BFBFBF;
border-left: 0.75em groove #BFBFBF;
border-bottom: 0.75em ridge #BFBFBF;
border-right: 0.75em ridge #BFBFBF;
-moz-border-bottom-colors: #FFF #FAFAFA #F2F2F2  #E3E3E3 #D6D6D6 #CCCCCC #B5B5B5 #FFF #BFBFBF  #CCCCCC #D6D6D6 #E3E3E3 #F2F2F2 #FAFAFA #FFF;
-moz-border-top-colors: #FFF #FAFAFA #F2F2F2  #E3E3E3 #D6D6D6 #CCCCCC #B5B5B5 #FFF #BFBFBF  #CCCCCC #D6D6D6 #E3E3E3 #F2F2F2 #FAFAFA #FFF;
-moz-border-left-colors: #FFF #FAFAFA #F2F2F2  #E3E3E3 #D6D6D6 #CCCCCC #B5B5B5 #FFF #BFBFBF  #CCCCCC #D6D6D6 #E3E3E3 #F2F2F2 #FAFAFA #FFF;
-moz-border-right-colors: #FFF #FAFAFA #F2F2F2  #E3E3E3 #D6D6D6 #CCCCCC #B5B5B5 #FFF #BFBFBF  #CCCCCC #D6D6D6 #E3E3E3 #F2F2F2 #FAFAFA #FFF;
}


a.foot1:focus
{
color:#CD2626;/*firebrick3 */
}

a.foot1:hover
{
color:#CD2626;/*firebrick3 */
}

a.foot1:active
{
color:#009900;/*irish flag(Safe Hex3) */
}







