body {
background-color: rgb(0,0,0);  
background-repeat: no-repeat;
background-position:top ;
background-attachment: fixed;   
border-width: 0px;
padding: 0px;
margin: 0px;
background-image:url("./assets/images/spyred2013.jpg") 
}


p,span,select,a,h1,h2,h3,h4,h5,h6 {	
font-family: arial,verdana,tahoma,sans-serif;
font-size:   11pt;
line-height: 20px;	
}

h1,h2{
font-size:   15pt;
line-height: 25px;	
}


a {
text-decoration: none ;  	
color:black;
}

@media screen and (max-width: 650px) {	
	
	p,span,select,a {	
	font-family: arial,verdana,tahoma,sans-serif;
	font-size:   12pt;
	line-height: 24px;	
	}

}

.csbp{
width: 100pt ;  height : 20pt ; background-color : rgb(180,180,180);		
}


#navbarmain2{
	display:none;	 	
}


#div_top_table:after {
    content: "";
    display: table;
    clear: both;
}

#div_navigation_table:after {
    content: "";
    display: table;
    clear: both;
}


#page_header { 
 margin:0 auto; 
 background-image:url('./assets/images/spy_page_header_bgi.jpg');  
 height:120px; 
}


	#div_top_table {	
	width:1200px;		   
	height:90px;

	}

	#div_top_left {	
	float: left;
	width:500px;		
	
	}

	#div_top_right {	
	float: left;
	width:450px;		
	
	}

	
	
	

	#div_navigation_table{	  
	width:1200px;		
	height: 30px;
	}

	#div_navigation_left {	
	float: left;
	width:550px;			
	}

	#div_navigation_right {	
	float: left;
	width:400px;		
	}


@media screen and (max-width: 950px) {

#page_header{
height:120px; 
 background-image:url('./assets/images/spy_page_header_bgi.jpg'); 
}

	
	#div_top_table  {	
	width:600px;		
	}
	
		#div_top_left {	
		float: left;
		width: 400px;		
		
		}

		#div_top_right {	
		float: left;
		width:200px;		
		}

	
	
	
	#div_navigation_table {	
	width:600px;			
	}
	
		#div_navigation_left {	
		float: left;
		width:500px;		
		}
		#div_navigation_right {	
		float: left;
		width:100px;		
		}			
		
	
	
}



@media screen and (max-width: 650px) {

    #page_header{
    background-image:url('./assets/images/spy_page_header_bgi2.png'); 
	height:75px; 
	}
	
	#div_navigation_table  {	
	width:325px;		
	}
	
	#div_top_table img {
		float:left;
		width:150;
	}
	
	#navbarmain,#div_top_table {
	width: 150px;
	}
	
	#navbarmain2{
	display:block;
			
	z-index:10000;
	}
	
	
}


#page_body{
background-position: top center;
margin-top: 0px;
} 



#table_maincontent{
width:1200px;	
border-collapse: collapse;	
}

#table_maincontent_space{ display:block;}


@media screen and (max-width: 950px) {
	
	#table_maincontent{
	width:600px;	
	border-collapse: collapse;	
	}	
	#table_maincontent_space{ display:none;	}	
	
	#page_body #iframe {
		width: 90%;
	}
}


@media screen and (max-width: 650px) {

	
	
	#table_maincontent{
	width:325px;	
	border-collapse: collapse;	
	}
    #table_maincontent_space{ display:none;	}	
	
}




#NavDropMenu{
width            : 100px;
height           : 50px;
background-color : rgb(0,0,0);  

}


.w3-animate-top{
    position:relative;
    animation:animatetop 1s
}

@keyframes animatetop{
    from{
        top:-500px;
        opacity:0
    }
     to{
        top:0;
        opacity:1
    }
}


.w3-animate-zoom {
    animation:animatezoom 0.6s
}
@keyframes animatezoom{
    from{
        transform:scale(0)
    }
     to{
        transform:scale(1)
    }
}


img.map, map area{
    outline: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}


