*{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial;
	font-size:1em;
}
em, strong{
	color:#333;
}
body{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.wrapper{
	width:960px;
	margin:0 auto;
	background-color:#e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top:58px;
}
.header{
	height:20px;
	border:5px solid #fff;
	border-top-width:0;
	border-bottom-width:0;
	padding:0;
	font-family:'Questrial', Helvetica, Arial;
}
.header a, .header a:visited, .header a:active{
	color:#666666;
	text-decoration:none;
	font-family:'Questrial', Helvetica, Arial;
}
.header a:hover{
	color:orange;	
}
.sidebar{
	width:30px;
	background-color:#E6E6E6;
	float:left;
}
.content{
	width:900px;
	background-color:#fff;
	padding:0 5px 5px 5px;	
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
}
.footer{
	clear:both;
	width:960px;
	height:30px;
	background-color:#E6E6E6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:5px 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;	
}
.footer a{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:.8em;*/	
	color:#636262;
	text-decoration:none;
}
.image-container{
	position:relative;
	float:left;
	width:435px;
	height:290px;
	background-color:#ccc;
	border:5px solid #fff;
}
.image-container:hover{
	/*position:relative;*/
	z-index:30;	
	background-color:#eee;
	-moz-box-shadow: 0px 0px 5px #aaa;
  	-webkit-box-shadow: 0px 0px 5px #aaa;
  	box-shadow: 0px 0px 5px #aaa;
	cursor:pointer;
}
.image-container img{
	position:relative;
	top:0;
	left:0;
	z-index:1;
}
.image{
	width:435px;
	height:290px;
	background-color:#ccc;
	border:5px solid #fff;
	float:left;
}
.image:hover{
	position:relative;
	z-index:30;	
	background-color:#eee;
	-moz-box-shadow: 0px 0px 5px #aaa;
  	-webkit-box-shadow: 0px 0px 5px #aaa;
  	box-shadow: 0px 0px 5px #aaa;
	cursor:pointer;
}

.clear{
	clear:both;	
}
.video{
	position:absolute;
	top:160px;
	left:250px;/*280px;*/
	width:400px;
	height:300px;
	background-color:#555;
	border:5px solid #fff;
	z-index:10;
	-moz-box-shadow: 0px 0px 5px #aaa;
  	-webkit-box-shadow: 0px 0px 5px #aaa;
  	box-shadow: 0px 0px 5px #aaa;
}
.video.narrow{
	height:294px;
	top:166px;
}
.video.h290{
	height:290px;
	top:170px;
}
.arrow{
	width: 0;
	height: 0;
	position:relative;
}
.left-arrow {
	left: 8px;
	top:300px;
	border-left: 0;
	border-bottom: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid red;
	z-index: 2;
}
.left-arrow:hover{
	border-right-color:gold;	
}
.right-arrow {
	left:8px;
	top:300px;
	border-right: 0;
	border-bottom: 14px solid transparent;
	border-top: 14px solid transparent;
	border-left: 14px solid red;
	z-index: 2;
}
.right-arrow:hover{
	border-left-color:gold;	
	cursor:pointer;
}
.more-tl{
	background-image:url(../images/more-btn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:75px;
	width:75px;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	display:none;
}
.more-tr{
	background-image:url(../images/more-btn.png);
	background-repeat:no-repeat;
	background-position:-75px 0;
	height:75px;
	width:75px;
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	display:none;
}
.more-bl{
	background-image:url(../images/more-btn.png);
	background-repeat:no-repeat;
	background-position:0 -75px;
	height:75px;
	width:75px;
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	display:none;
}
.more-br{
	background-image:url(../images/more-btn.png);
	background-repeat:no-repeat;
	background-position:-75px -75px;
	height:75px;
	width:75px;
	position:absolute;
	z-index:10;
	bottom:0;
	right:0;
	display:none;
}
.more{
	position:absolute;
	z-index:200;
	width:730px;
	height:auto;
	left:-5px;
	top:0;
	border:90px solid #fafafa;
	border-top-width:0;
	background-color:#fff;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;*/
	opacity:0;
	display:none;
	-moz-box-shadow: 0px 0px 5px #aaa;
  	-webkit-box-shadow: 0px 0px 5px #aaa;
  	box-shadow: 0px 0px 5px #aaa;
	font-size:.9em;
}
.more img{
	margin:12px;	
}
.more p{
	margin:12px 12px 20px 12px;
	background-color:#fff;
	color:#333;
	line-height:1.5em;
}
.inner-content{
	width:890px;
	height:auto;
	border:70px solid #fafafa;
	background-color:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-shadow: 0px 0px 5px #aaa;
  	-webkit-box-shadow: 0px 0px 5px #aaa;
  	box-shadow: 0px 0px 5px #aaa;
	font-size:.9em;
	margin-top:10px;
}
.inner-content img{
	margin:12px;	
}
.inner-content p{
	margin:12px;
	background-color:#fff;
	color:#333;
	line-height:1.5em;
}
.inner-content h2{
	margin:12px;
	font-size:1em;
	color:#333;
}
.inner-content h1{
	margin:12px;
	font-size:1.3em;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	color:#333;

}
.inner-content ul{
	margin:12px 12px 12px 40px;	
	list-style-type:circle;
}
.inner-content ul li{
	margin:0 0 15px 0;	
	color:#333;
	line-height:1.2em;

}
.inner-content div.division{
	width:100%;
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-bottom:10px;
}
.close{
	height:30px;
	background-color:#f3f3f3;;
	text-align:right;
	padding: 6px 10px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	color:#666666;
}
.close:hover{
	background-color:orange;
	color:#fff;
}
.mail{
	background-image:url(../images/mail.png);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:22px;
}
.footer-right-link{
	padding-right:30px;
	float:right;
}
.footer a:hover{
	color:orange;	
}
/* added for 2014 update - jward */
.navigation{
	position: relative;
	top: 220px;
	width: 100px;
	z-index: 100;
	left: 30px;	
}
.navigation li{
	list-style-type: none;
	line-height: 3.4em;
	background: #fff4f4;
	margin-bottom: .4em;
	padding-left: 10px;
	font-size: .8em;
	font-family: 'Questrial', Helvetica, Arial;
	width: 56px;
	color:#636262;
}
.navigation li a, .navigation li a:visited, .navigation li a:active{
	display:block;
	text-decoration:none;
	color:inherit;
	font-family:inherit;
}
.navigation li a:hover{
	color:orange;
}
.navigation li.active{
	background:#E6E6E6;
}
.em{
	font-style:italic;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}

/* New Large Cover Imge */

.cover-image{
	z-index: 1000; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0;
	width:100%; 
	overflow: hidden;
	height: 100%; 
	position: absolute; 
	background-color: #fff;
	background-image: url('../images/bg4.jpg');
	background-repeat: no-repeat; 
	background-size:cover;
	background-position: center center;
}
.cover-image.off{
	opacity: 0;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body{
		background-color:#fff	
	}
.sidebar{
	width:20px;
}
}


