/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/parallax-scrolling-tutorial/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

 
 .wrapper {
  top:0px;
  left:0px;
  width: 100%;
  margin: 0px;
}
main {
  display: block;
  background-color: #ddd;
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px;
}

section.section.content {
  padding: 0px 0;
}
.page .page_content .content {
	 
	font-family: Arial;
	font-size: 14px;
	margin: 15px 10px 10px 10px;
	padding: 0px;
	width: 95%;
	min-width: 150px;
	float: right;
}
.page {
	margin-top: 0px;
	margin-right: auto;
	margin-left: 178px;
	margin-bottom: 0px;
	max-width: 970px;
	-webkit-box-shadow: 0px 0px rgba(220,220,220,1.00);
	box-shadow: 0px 0px rgba(220,220,220,1.00);
}
 
.page header {
	display: block;
	/*position: relative;*/
	height: 132px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	 
	
}
.page .headerlogo{
	 
	position: absolute;
	height: 132px;  
	max-height: 132px;  
	 
}
.page .headerbadge{
	
	position: absolute;
	height: 175px;
	width: 175px;
	top:0;
	left:0;
	
	}
.page .headerbar{
	display: block;
	position: absolute;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #E6CB5B;
	background-color: #DFA410;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	 
	box-shadow: 0px 8px 5px rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, #ffffff 5%, #E6CB5B 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(95%,#E6CB5B));
	
	
}
.page header a.logo {
	position: absolute;
	top: 44px;
	left: 5px;
	display: block;
	width: 180px;
	height: 105px;
	background: url(../images/logo_large.png) no-repeat 0px 0px;
}
.page .page_content {
	max-width:900px;
	align-content:center; 
	border:2px solid #000080;    
	background-color: #fff;
	padding: 1px 0px 1px 0px;
	-webkit-box-shadow: 0px 0px rgba(220,220,220,1.00);
	box-shadow: 0px 0px rgba(220,220,220,1.00);
	
	
	/* 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	 
	box-shadow: 0px 8px 5px rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, #ffffff 95%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(95%,#ffffff), color-stop(100%,#cccccc));
	 
}



#rcorners2 {
    border-radius: 25px;
    border: 2px solid #000080;
	vertical-align: middle;
    padding: 20px; 
    width: 500px;
    height: 350px; 
}





.page .page_content .content {
	 
	font-family: Arial;
	font-size: 14px;
	margin: 15px 10px 10px 10px;
	padding: 0px;
	width: 95%;
	min-width: 150px;
	float: right;
}
.imgFloat{
	float:left;
	margin:8px;
	padding-bottom:10px;
}
 

.page .page_content .content .whats_new{
	font-size:10px;
	padding: 0px;
	padding-left:10px;
 	 
} 

.page nav { position: absolute; top: 77px; right: 20px; text-align: right; }
.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(104,35,11,.6);
	
	font-size: 1.15em;
}
.page nav a:hover { background-color: rgba(0,0,0,.5); color: #fff; }
.page footer {
	display: block;
	border-top: 0px solid #ddd;
	border:2px solid #000080;    
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	 
	box-shadow: 0px 8px 5px rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, #ffffff 50%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(70%,#cccccc));
}

.clear_both { 
	clear: both; 
	line-height: 1px; 
	
}
.clear_both2 { 
	clear: both; 
	line-height: 1px; 
	height:10px;
}
textarea {
  display:block;
  margin:1em 0;
}

.msg{
     padding-top:200px;
     
    
}
 /*
@media screen and (min-width: 320px) and (max-width: 424px) {	
	body { padding: 0px;background-color:#000080; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	 .page header { height: 175px; background-image: url(../images/logo-xsmall.png) no-repeat 0px 0px;} 
	.page .headerbar{  height: 4px;width:400px;top:120px;left:0px;     }
 	.page nav { top: 30px; }
	.page nav a {
		 
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
 
	.logoimg { padding-top:20px;padding-left:90px;width:350px;height:48px;   }
	
   .page .page_content .page_content_container_left .navigation_content {
	width: 20%;
	min-width: 300px;
	}
	 
	.page .page_content .page_content_container_left .navigation_content {display:block; }
	.page{min-width:350px;}
	 
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
	 
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
		 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 5%; 
		}
		
		td:before { 
			 
			position: absolute;
			 
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		 
		td:nth-of-type(1):before { content: ""; }
		td:nth-of-type(2):before { content: ""; }
		td:nth-of-type(3):before { content: ""; }
		td:nth-of-type(4):before { content: ""; }	
	 
	
	
	
}
 @media screen and (min-width: 425px) and (max-width: 500px) {	
	body { padding: 0px;background-color:#000080; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	 .page header { height: 175px; background-image: url(../images/logo-small.png) no-repeat 0px 0px;} 
	.page .headerbar{  height: 4px;width:400px;top:120px;left:0px;     }
 	.page nav { top: 30px; }
	.page nav a {
		 
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
 
	.logoimg { padding-top:20px;padding-left:90px;width:450px;height:48px;   }
	
   .page .page_content .page_content_container_left .navigation_content {
	width: 20%;
	min-width: 400px;
	}
	 
	.page .page_content .page_content_container_left .navigation_content {display:block; }
	.page{min-width:450px;}
 
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		 
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 5%; 
		}
		
		td:before { 
			 
			position: absolute;
			 
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
 
		td:nth-of-type(1):before { content: ""; }
		td:nth-of-type(2):before { content: ""; }
		td:nth-of-type(3):before { content: ""; }
		td:nth-of-type(4):before { content: ""; }	
 
	
	
	
}
*/
/*
@media screen and (min-width: 501px) and (max-width: 800px) {
	body { padding: 0px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	 .page header {background-image: url(../images/logo-med.png) no-repeat 0px 0px; } 
	.page .headerbar{ height: 6px;	width:800px;top:120px;left:0px; }
	 .logoimg { width:694px;height:90px;   }

	.page .page_content .page_content_container_left .navigation_content {
	width: 20%;
	min-width: 200px;
	}	
	
	.page .page_content .page_content_container_left {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	min-width: 300px;
	}
	.page .page_content .content {
	 
	font-family: Arial;
	font-size: 14px;
	margin: 15px 10px 10px 10px;
	padding: 0px;
	width: 50%;
	min-width: 150px;
	float: right;
}
 
.page .page_content .page_content_container_left .navigation_content {display:block; }	
	img {max-width:75%;max-height:75%;}
}
 
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 0px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	 .page header {background-image: url(../images/logo.png) no-repeat 0px 0px; } 
	 .page .headerbar{ height: 8px;	width:940px;top:120px;left:0px; }
	.logoimg { width:900px;height:128px;   }
	
	.page .page_content .page_content_container_left .navigation_content {
	width: 20%;
	min-width: 200px;
	}
	
     
	.page .page_content .page_content_container_left .navigation_content {display:block; }
 
}
 */

