.slidebox {
	display: block;
	width: 100%;
	height: 425px;
	background: url(../templateimg/slideboxbg.png) center center no-repeat;
	padding: 0;
	margin: 0 auto;
	outline: none;
	border: none;
	text-align: center;
	}

.slidewrap {
	position: relative;
	float: none;
	color: #999;
	width: 1200px;
	height: 425px;
	background: url(../templateimg/slidewrapbg.png) 25px 0 repeat-y;
	padding: 0;
	margin: 0 auto;
	outline: none;
	border: none;
	}

@media screen and (max-width: 1150px) {
	.slidewrap {
		width: 1000px;
		height: 375px;
		}
}

@media screen and (max-width: 1000px) {
	.slidewrap {
		width: 900px;
		height: 340px;
		}
}

@media screen and (max-width: 900px) {
	.slidewrap {
		width: 800px;
		height: 290px;
		}
}

@media screen and (max-width: 800px) {
	.slidewrap {
		width: 372px;
		height: 120px;
		}
}

.slidewrap_shdw {
	position: relative;
	float: none;
	color: #999;
	width: 1200px;
	height: 25px;
	background: url(../templateimg/shdw_t_1150px.png) 25px -5px no-repeat;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	}

.entryshow {
	color: #999;
	width: 100%;
	height: 400px;
	background: none;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	}

.entryshowwrap {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0;
	border: none;
	background: none;
	}

li.entryshowlist {
	color: #003253;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 364px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background: none;

	}
	
li.entryshowlist a {
	color: #003253;
	font-size: 22px;
	line-height: normal;
	text-decoration: none;
	width: 97%;
	height: 364px;
	float: left;
	background: url(../templateimg/boxbg_white_75.png) 0 0 repeat;
	padding: 36px 0 0 3%;
	margin: 0;
	outline: none;
	}

li.entryshowlist a:link {
	color: #003253;
	}

li.entryshowlist a:visited {
	color: #003253;
	}
	
li.entryshowlist a:hover {
	color: #003253;
	background: url(../templateimg/boxbg_white_82.png) 0 0 repeat;
	}
	
li.entryshowlist a:active {
	color: #003253;
	}
	
/*---------Image & Text Boxes--------------*/

.entryimagebox {
	position: relative;
	float: left;
	width: 30.5%;
	height: 255px;
	padding: 0;
	margin: 0 2.5% 0 0;
	}
	
.entryimage {
	position: relative;
	float: left;
	width: 98%;
	padding: 60% 0 0 0;
	margin: 0;
    box-sizing: border-box;
	border: 3px solid #FFF;
	overflow: hidden;
	}
	
.entryimage img {
	position: absolute; top: 0; left: 0;
	max-width: 100%;
	}
	
.entryimagetext {
	position: absolute; bottom: 0; left: 0;
	width: 96%;
	height: auto;
	margin: 0;
	padding: 3px 2%;
	border: none;
	text-align: left;
	font-family: 'Viga', sans-serif;
	font-size: 1rem;
	color: #f26522;
	background: url(../templateimg/boxbg_white_75.png) 0 0 repeat;
	border: none;
	z-index: 1000;
	text-shadow: 0px 1px 0px #FFF;
	}
	
@media screen and (max-width: 900px) { .entryimagetext { font-size: .85rem; } }
@media screen and (max-width: 700px) { .entryimagetext { font-size: .8rem; } }
@media screen and (max-width: 500px) { .entryimagetext { font-size: .75rem; } }

.entrytext {
	position: relative;
	width: 97%;
	height: auto;
	float: right;
	padding: 0;
	border: none;
	margin: 15px 3% 0 0;
	background: none;
	}


.entrytext h1 {
	}

.entrytext p {
	font-family: 'Viga', sans-serif;
	color: #F26522;
	}

.entrytext p span {
	font-family: 'Viga', sans-serif;
	color: #003253;
	font-size: 2rem;
	}


pre {
	clear: left
	}

/*---------The Slideshow Nav List--------------*/

.slidenav_wrap {
	position: absolute; top: 20px; right: 36px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	background: none;
	border: none;
	z-index: 2000;
	}

#slidenav {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	z-index: 5000;
	}
	
#slidenav li {
	width: 30px;
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	}
	
#slidenav li a {
	width: 30px;
	height: 35px;
	margin: 0;
	padding: 0;
	display: list-item;
	border: none;
	background: url(../templateimg/slidenavbg.png) 0 0 repeat;
	text-decoration: none;
	}
	
#slidenav li a:link {
	color: #FFF;
	}
	
#slidenav li a:visited {
	color: #FFF;
	}
	
#slidenav li a:hover {
	color: #7EC8E5;
	background: url(../templateimg/slidenavbg_hov.png) 0 0 repeat;
	}
	
#slidenav li a:active {
	color: #1291B3;
	}
	
#slidenav li.activeSlide a {
	color: #1291B3;
	background: url(../templateimg/slidenavbg_hov.png) 0 0 repeat;
	}
	
#slidenav li a:focus {
	outline: none;
	}
	
.slidenav_pic {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: none;
	}

