

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* =========================================================== 
    2. Document Setup (body, common classes, structure etc)
============================================================ */



#blob-right {
	position: absolute;
		top:20px;
		left: 530px;
	cursor:url("../images/elements/hand.gif"),default;
	
}

#left-column {

margin-left: auto;
margin-right: auto;	
}


#iframe1 {
		position: absolute;
		top:330px;
		left: 90px;
		z-index: 1;	
}




#policy-text{
	background: transparent;
	position: absolute;
	color: #FFFFCC;
	width: 99%;
	Height: 95%;
	border: none;

}

#History_Start{
	font-family: 'Tangerine', Arial;
	font-weight:400;
	font-size: 40px;
	
}


#history-text{
	font-family: 'Cabin Sketch', Arial;
	 font-weight:400;
	font-size: 18px;
	background: transparent;
	position: absolute;
	color: #FFFFCC;
	width: 90%;
	Height: 99%;
	border: none;
}

#history-pic{
	
position: absolute;
top: 85px;
left: 550px;
height: 80%;
width: 30%;	
cursor:url("../images/elements/hand.gif"),default;
}

#policies-pic{
position: absolute;
top: 285px;
left: 580px;
height: 25%;
width: 25%;	
cursor:url("../images/elements/hand.gif"),default;
	
}

#canvas {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
}

/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.jspCap
{
	display: block;
	background: #eeeef4;
}

.jspVerticalBar .jspCap
{
	height: 20px;
}

.jspHorizontalBar .jspCap
{
	width: 50px;
	height: 100%;
}
		








html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #00000;
    font: 15px/26px "Open Sans", Helvetica, Arial, sans-serif;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
	cursor:url("../images/elements/hand.gif"),default;
}
/* Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: Rockwell Condensed, sans-serif;
    color: f77620;
    margin-bottom: 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #FFFF00;
}
h1 {
    font-size: 41px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    font-size: 34px;
    line-height: 48px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 21px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
p {
    margin: 0 0 25px 0;
}
p img {
    margin: 0;
}
a {
        font-family: Rockwell Condensed, sans-serif;
		font-size: 23px;
    color: #f77620;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
	color: #FFCC00;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
small {
    font-size: 80%;
}
address {
    font-style: normal;
}
ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
    margin-left: 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 0
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
hr {
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0 40px;
    height: 0;
}
img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
    img {
        width: auto;
        /* for ie 8 */
    }
}
/* =========================================================== 
    3. Misc and Re-usable Elements
============================================================ */


    }
	#theLogo {
		
		float: left;
		
	}
	#bkg01 {
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 1;
		background-color: transparent;
		background-image: url(../images/bgk.png);
	}

	#bkg02 {
		position: absolute;
		left: 115px;
		top: 115px;
		z-index: 2;
	}

	#bkg03 {
		position: absolute;
		left: 130px;
		top: 130px;
		z-index: 3;
		background-color: transparent;
		background-image: url(../images/gate1.png);
	}		
	
	
	
	}
