/************************************************************************************
FONTS
*************************************************************************************/
@font-face {
    font-family: 'Museo500';
    src: url('webfonts/245D00_0_0.eot');
    src: url('webfonts/245D00_0_0.eot?#iefix') format('embedded-opentype'),
         url('webfonts/245D00_0_0.woff') format('woff'),
         url('webfonts/245D00_0_0.ttf') format('truetype'),
         url('webfonts/245D00_0_0.svg#245D00_0_0') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************************************************
GLOBAL
*************************************************************************************/
body{ background-color: #e8e8e8; margin: 0px; padding: 0px;}
a{ text-decoration: none; color: #000;}
img{vertical-align: top;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
img {border: none;}
html {
     -webkit-text-size-adjust: none;
}

/*UTILITY*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix {display:block; zoom: 1; }

code {
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Museo500, Arial;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	text-align: center;
}

.sr-only {
	border: 0 !important;
	clip: rect(0px, 0px, 0px, 0px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.button {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #d3d3d3;
	background-color: #f2f2f2;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	float: right;
	text-align: center;
	text-decoration: none;
	color: #555555;
	font-family: Arial;
	text-shadow:0px 1px #FFFFFF;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgb(240,240,240); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
	
	-moz-box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);
	-webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);
	box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);
	
}
.button:hover {
	color: black;
	border: solid 1px #b0b0b0;
	background: rgb(240,240,240);
	background-color: #f0f0f0;
}
.header-wrapper {
	margin: auto;
	width: 1000px;
	height: 138px;
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
	background-position: top;
}
.header-container {
	position: relative;
}
.header-container .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 208px;
	height: 110px;
	display: block;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
        background-position: center center;
}
.header-container .szmjv-logo {
	position: absolute;
	top: 28px;
	right: 8px;
	width: 283px;
	height: 63px;
	display: block;
	background-image: url(img/logo_vg.png);
	background-repeat: no-repeat;
}

.main-wrapper {
	margin: auto;
	width: 1000px;
	background-color: #FFF;
	-webkit-box-shadow: -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
	-moz-box-shadow:    -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
	box-shadow:         -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
}
.footer-wrapper {
	background-image: url(img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
}
.footer-container {
	width: 960px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	font-family: Museo500, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow:0px 1px #000000;
}
.footer-container a {
	color: #FFFFFF;
}
.footer-container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.left-container {
	width: 330px;
	float: left;
	padding-top: 10px;
}
.main-container {
	width: 670px;
	float: right;
	padding-top: 10px;
}
.box {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.box .box-top {
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	height: 10px;
	background-color: #F7F7F7;
}
.box .title {
	background-color: #e9ca01;
	border: solid 1px #0076a3;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-transform: uppercase;
	font-family: Museo500, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:0px 1px rgba(0,0,0, 0.5);
	font-weight: normal;
	text-overflow:ellipsis;
	margin: 0;
	background: rgb(82,200,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYzhmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMGE2ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(82,200,244,1) 0%, rgba(48,166,210,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,200,244,1)), color-stop(100%,rgba(48,166,210,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52c8f4', endColorstr='#30a6d2',GradientType=0 ); /* IE6-8 */

	
	-webkit-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	-moz-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
}
.box .title:after {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	right:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_right.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 transparent transparent #8f7e00;
	border-style: solid;
	border-width: 5px;
	*/
}
.box .title:before {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_left.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 #8f7e00 transparent transparent;
	border-style: solid;
	border-width: 5px;
	*/
}
.box.mainnewsbox .title a {
	color: #fff;
}
.box .content {
	margin-top: 0px;
	padding-top: 10px;
	background-color: #F7F7F7;
	border: solid 1px #e2e2e2;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial;
	line-height: 19px;
	color: #5f5f5f;
}
.box .content img{
    max-width: 100%;
    height: auto;
}
.box2 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.box2 .box-top {
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	height: 10px;
	background-color: #F7F7F7;
}
.box2 .title {
	background-color: #e9ca01;
	border: solid 1px #0076a3;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-transform: uppercase;
	font-family: Museo500, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:0px 1px rgba(0,0,0, 0.5);
	background: rgb(82,200,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYzhmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMGE2ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(82,200,244,1) 0%, rgba(48,166,210,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,200,244,1)), color-stop(100%,rgba(48,166,210,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52c8f4', endColorstr='#30a6d2',GradientType=0 ); /* IE6-8 */
	
	-webkit-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	-moz-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
}
.box2 .title:after {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	right:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_right.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 transparent transparent #8f7e00;
	border-style: solid;
	border-width: 5px;
	*/
}
.box2 .title:before {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_left.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 #8f7e00 transparent transparent;
	border-style: solid;
	border-width: 5px;
	*/
}
.box2 .content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fefefe;
	border: solid 1px #e2e2e2;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	line-height: 19px;
	color: #5f5f5f;
}
.box3 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.box3 .box-top {
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #303030;
	border-left: solid 1px #303030;
	border-right: solid 1px #303030;
	height: 10px;
	background-color: #303030;
}
.box3 .title {
	background-color: #e9ca01;
	border: solid 1px #0076a3;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-transform: uppercase;
	font-family: Museo500, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:0px 1px rgba(0,0,0, 0.5);
	background: rgb(82,200,244); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYzhmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMGE2ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(82,200,244,1) 0%, rgba(48,166,210,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,200,244,1)), color-stop(100%,rgba(48,166,210,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,200,244,1) 0%,rgba(48,166,210,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52c8f4', endColorstr='#30a6d2',GradientType=0 ); /* IE6-8 */
	
	-webkit-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	-moz-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
	box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
}
.box3 .title:after {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	right:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_right.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 transparent transparent #8f7e00;
	border-style: solid;
	border-width: 5px;
	*/
}
.box3 .title:before {
	content: '';
	display:block;
	position:absolute;
	top:100%; /*should be set to 100% */
	left:-1px;
	width:10px;
	height:10px;
	background-image: url(img/ribbon_left.png);
	background-color: #0076a3;
	/*
	border-color: #8f7e00 #8f7e00 transparent transparent;
	border-style: solid;
	border-width: 5px;
	*/
}
.box3 .content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #5d5d5d;
	border: solid 1px #303030;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-family: Arial;
	line-height: 19px;
	color: #5f5f5f;
}
.box4 {
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
	background: url("img/box4_m.png") no-repeat scroll 0px 0px transparent;
	margin-bottom: 55px;
}
.box4 div {
	padding-right: 0px;
	background: url("img/box4_m.png") no-repeat scroll right -50px transparent;
	height: 50px;
}
.box4 .y1038 {
	height: 109px;
	width: 49px;
	background: url("img/evsz.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	margin-top: -18px;
    text-decoration: none;
}
.box4 .y1938 {
	height: 109px;
	width: 47px;
	background: url("img/evsz.png") no-repeat scroll -50px 0 transparent;
	display: block;
	float: right;
	margin-top: -18px;
    text-decoration: none;
}
.box4 .y2013 {
	height: 109px;
	width: 49px;
	background: url("img/evsz.png") no-repeat scroll -98px 0 transparent;
	display: block;
	float: right;
	margin-top: -18px;
    text-decoration: none;
} 
.mainnewsbox {
	
}
.mainnewsbox .title {
	
}
/*.mainnewsbox .content img {
	margin: 0 20px 10px 0;
	float: left;
}
*/
.mainnewsbox .image {
	border: solid 5px #FFFFFF;
	height: 190px;
	width: 285px;
	margin: 0 10px 10px 0;
	float: left;
	oveflow: hidden;
	position: relative;
	background-color: #EDEDED;
}
.mainnewsbox .image img {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.newsbox {
	float: left;
	width: 315px;
        oveflow: hidden;
}
.newsbox .title {
	background-color: #e8e8e8;
	border: solid 1px #c6c6c6;
	text-shadow:0px 1px rgba(255,255,255, 0.5);
	font-size: 15px;
	color: #000000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(205,205,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-8 */
}
.newsbox .title:after {
	background-color: #919191;
}
.newsbox .title:before {
	background-color: #919191;
}

.newsbox .title a {overflow:hidden; display: block;  width: 100%; white-space: nowrap; text-overflow:ellipsis;}
.newsbox .content {
	
}
.newsbox .image {
	border: solid 5px #FFFFFF;
	height: 125px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	background-color: #EDEDED;
}

.newsbox .image img {
	width: 100%;
    height: auto;
   margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.newsbox .lead {
    height: 234px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.social {
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu {
	border: solid 1px #000000;
	background-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url("img/menu_bg.gif");
	background-repeat: repeat;
}
.menu ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
.menu ul li {
	float: left;
	color: #e2e2e2;
	list-style-type: none;
	font-family: Museo500, Arial;
	text-transform:  uppercase;
	font-size: 13px;
	text-shadow:0px 1px #000000;
}
.menu ul li a {
	color: #e2e2e2;
	padding: 11px 10px 10px 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	width: 100%;
}
.menu ul li a:hover {
	color: #FFFFFF;
}



@media screen and (max-width: 1024px) {
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-wrapper {
	width: 100%;
}
.main-wrapper {
	width: 100%;
}
	
.left-container {
	width: 33%;
}
.main-container {
	width: 67%;
}
.newsbox {
	width: 45.5%;
}
.mainnewsbox .image {
	/*width: 50%;
	height: auto;*/
}
.box2 .content img {
	width: 100%;
	height: auto;
}
.box3 .content img {
	width: 100%;
	height: auto;
}
.footer-container {
	width: auto;
	padding-left: 20px;
}
.social img {
	width: 100%;
	height: auto;
}
.box4 {
	margin-bottom: 85px;
}
.box4 .y1038 {
	margin-top: 25px; 
}
.box4 .y1938 {
	margin-top: 25px;
}
.box4 .y2013 {
	margin-top: 25px;
} 


}

@media screen and (max-width: 768px) {
.newsbox {
	width: auto;
	float: none;
}

.mainnewsbox .image {
	/*width: 100%;
    height: auto;*/
    float: none;
}

.newsbox .lead {height: auto;}
}

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

.left-container {
	float: none;
	width: auto;
}
.main-container {
	float: none;
	width: auto;
}

.newsbox {
	width: auto;
}
.box4 {
	margin-bottom: 55px;
}
.box4 .y1038 {
	margin-top: -18px; 
}
.box4 .y1938 {
	margin-top: -18px;
}
.box4 .y2013 {
	margin-top: -18px;
}
/*
.menu ul li {
	width: auto;
	float: none;
	text-align: center;
	font-size: 1.2em;
	height: 38px;
	line-height: 38px;
	padding: 0px;
}
.menu ul li a {
	padding: 0px;
}
*/
.footer-wrapper {
	background-image: url(img/footer_bg_2.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: auto;
}
.footer-container {
	height: auto;
}

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

.header-container .szmjv-logo {
	display: none;
}
.mainnewsbox .image {
    
    height: 255px;
    width: 255px;
}

}
