@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	margin-left: 0px;
margin-right: 0px;
	margin-top: 0px;
margin:0px;
background-image:url(images/page_bg.jpg);
/*background-repeat:repeat-x;*/
text-align: center;
background-color:#2b2726;
}  


#pagecontainer{
position:relative;
width:60%;
margin:0 auto;
margin-top:15px;
}

#pageinnercontainer {
position:relative;
width:100%;
max-width:100%;	

}

#splashpageimageoutercontainer {
	position:relative;
	float:left;
width:100%;
	-webkit-box-shadow: 0 8px 8px -1px black;
	   -moz-box-shadow: 0 8px 8px -1px black;
        box-shadow: 0 8px 8px -1px black;	
		margin-bottom:30px;	
}


.splashpageimagecontainer {
position:relative;
float:left;
width:50%;
}

.splashpageimagecontainer img{
width:100%;
max-width:100%;		
}


.image_enlarge {
width:100%;	
}

.image_reduce {
width:50%;	
}



.iconcontainer {
position:relative;
float:right;
width:20%;	
}

.iconimagecontainer {
position:relative;
float:right;
width:20%;
margin:10px 2%;
}

.iconimagecontainer img {
width:100%;
max-width:100%;		
border:none;
cursor:pointer;
cursor:hand;
}

#textcontainer {
clear:both;
width:100%;	
margin-top:40px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#dddddd;
text-transform:uppercase;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#dddddd;
}

.bodytext {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#dddddd;
text-align:justify;
font-weight:normal;
}

.textpanel {
position:relative;
float:left;
width:31%;	
margin: 1em 1%;
}

.bottomtagline {
position:relative;
float:left;
width:80%;	
font-family:Arial, Helvetica, sans-serif;
font-size:21px;
color:#dddddd;
	
}


.videooutercontainer {
position:relative;	
float:left;
width:100%;
margin-bottom:30px;
height:auto;
	-webkit-box-shadow: 0 8px 8px -1px black;
	   -moz-box-shadow: 0 8px 8px -1px black;
        box-shadow: 0 8px 8px -1px black;	
		margin-bottom:30px;		
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container video, 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media screen and (max-device-width: 320px), (max-device-width: 400px){
#pagecontainer{	
width:98%;
}

.splashpageimagecontainer {
width:100%;	
}

#zoombutton {
display:none;	
}

.textpanel {
width:98%;	
}

h2 {
text-align:justify;	
margin:0 1%;
}

.iconimagecontainer {
width:40%;	
}



}

@media screen and (max-device-width: 320px) {
.iconimagecontainer {
width:80%;	
}	
.bottomtagline {
font-size:30px;	
}
}


@media screen and (max-width: 800px){
#pagecontainer{	
width:98%;
}

.splashpageimagecontainer {
width:100%;	
}

#zoombutton {
display:none;	
}

.textpanel {
width:98%;	
}

h2 {
text-align:justify;	
margin:0 1%;
}

.iconimagecontainer {
width:40%;	
}

}

@media screen and (max-width: 1024px){
#pagecontainer{	
width:98%;
}
}

@media screen and (min-width: 1025px){
#pagecontainer{	
width:80%;
}
}

@media screen and (min-width: 1600px){
#pagecontainer{	
width:60%;
}
}

