html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #00549B;
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.clear{clear: both;}
img{border: none;}
.back_yel{background: #D28600;}

#wrapper{width: 1004px; margin: 0 auto;}
#header{
	background: url(/images/logo-short.jpg) no-repeat left top;
	height: 123px;
}
#header .hleft{width: 350px; float: left; padding-top: 75px;}
#header .book{ margin-right: 20px; padding-top: 4px;}
#header .hright{width: 570px; float: right;}
#header .welc{
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
}
#header h3{
	padding-top: 18px;
	padding-right: 20px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}


#menu {
	float: right;
	padding-right: 5px;
}

#buts {
	font-size: 17px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#buts a {
	background-repeat: no-repeat; display: block; height: 28px; width: 130px;float: left;padding-top: 2px;
	margin-right:2px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
 	color: #3EC9F0;
	text-decoration: none;
	background: -webkit-linear-gradient(#0c93e5, #072c46); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0c93e5, #072c46); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0c93e5, #072c46); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0c93e5, #072c46); /* Standard syntax */
}

#buts a:visited,#buts a:active {
	color: #3EC9F0;
	text-decoration: none;
}
#buts a:hover {
	color: #F4FAFF;
	text-decoration: none;
}
#buts .b-active {
	 background: -webkit-linear-gradient(#fdfeff, #94d3fe); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fdfeff, #94d3fe); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fdfeff, #94d3fe); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fdfeff, #94d3fe); /* Standard syntax */
	color: #000;
}
#m_desc {
	background-color: #94d3fe;
	width: 532px;
	color: #000000;
	font-size: 12px;
	height:60px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#94d3fe, #fdfeff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#94d3fe, #fdfeff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#94d3fe, #fdfeff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#94d3fe, #fdfeff); /* Standard syntax */
}


.btumbs img{ background: #0077C5; border: 2px solid #0A3960; width: 240px; height: 180px; }
.btumbs img:hover  { border: 2px solid #000;}
.btumbs, .pagination { 
	padding-top: 8px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: -webkit-linear-gradient(#94d3fe, #fdfeff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#94d3fe, #fdfeff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#94d3fe, #fdfeff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#94d3fe, #fdfeff); /* Standard syntax */
}
.pagination {
	border-radius: 5px;
}
.btumbs .full {
	border-radius: 5px;
}
.pagination a {
	text-decoration: none;
	display: block;
	padding: 8px;
	margin: 4px;
	color: #000;
	font-size: 17px;
	float: left;
	background-color: #04335c;
	width: 24px; height: 26px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: -webkit-linear-gradient(#04335c, #3a6183); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#04335c, #3a6183); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#04335c, #3a6183); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#04335c, #3a6183); /* Standard syntax */
}
.pagination a:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(#427aab, #3a6180); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#427aab, #3a6180); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#427aab, #3a6180); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#427aab, #3a6180); /* Standard syntax */
}
.bar{
	background: #072828 url(/images/mid_cent.jpg) repeat-x;
	margin-bottom: 3px;
	height: 45px;
	overflow: hidden;
	color: #BCE5FF;
	font-size: 16px;
}
.bar_left {
	background-image: url(/images/mid_left.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 7px;
	float: left;
	color: #3EC9F0;
	text-decoration: underline;
}

.bar_right {
	background-image: url(/images/mid_right.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 7px;
	float: right;
}

.bar_mid {
	width: 1010px;
	float: left;
	padding-top: 5px;
	padding-left: 2px;
}


.one_line{padding: 8px 0 7px 0; line-height: 16px;}
.two_line li{list-style:none; width: 19.9%; float: left; line-height: 16px;}
.bar a:link, .bar a:visited, .bar a:active, .bar a:hover{color: #3EC9F0; text-decoration: underline;}
.bar a:hover{color: white; text-decoration: underline;}

.lmside{
	width: 181px;
	float: left;
	background: #023030 url(/images/side_bg.jpg) repeat-y left;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
}
.lmside a:link, .lmside a:visited, .lmside a:active, .lmside a:hover{color: white; text-decoration: underline;}
.lmside a:hover{color: #61DCFF; text-decoration: none;}

.lmside ul li{
	list-style: none;
	background: url(/images/li.jpg) no-repeat 0 5px;
	padding-left: 15px;
	padding-top: 1px;
}

.lmside .lsrtop{background: url(/images/side_rt.jpg) no-repeat right top;}
.lmside .lsltop{background: url(/images/side_lt.jpg) no-repeat left top;}
.lmside .lsrbttm{background: url(/images/side_rb.jpg) no-repeat right bottom;}
.lmside .lslbttm{background: url(/images/side_lb.jpg) no-repeat left bottom; padding: 5px;}

.rmside{
	width: 842px;
	float: right;
}


.top_tr{
	text-align: left;
	color: #0DA2FF;
}
.top_tr ul{ width: 24.9%; float: left;}
.top_tr ul li{
	list-style: none;
	padding: 0 10px;
	font-size: 16px;
}
.top_tr a:link, .top_tr a:visited, .top_tr a:active, .top_tr a:hover{color: #52F1FF; text-decoration: underline;}
.top_tr a:hover{color: white; text-decoration: none;}

#footer{
	background: url(/images/footer_bg.jpg) repeat-x bottom;
	height: 70px;
	color: #336A6A;
	font-size: 12px;
	font-weight: normal; 
}
#footer p{
	padding-top: 15px;
	color: #75CAFF;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{color: #75CAFF; text-decoration: underline;}
#footer a:hover{text-decoration: none;}

#d_mid {
	height: 20px;
	text-align: left;
	display: block;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	width: 530px;
	font-size: 11px;
}

#d_left {
	height: 20px;
	background-image: url(/images/desc_left.jpg);
	width: 6px;
	float: left;
}

#d_right {
	height: 20px;
	float: right;
	background-image: url(/images/desc_right.jpg);
	background-repeat: no-repeat;
	width: 6px;
}
#m_archives {
	background-color: #94d3fe;
	width: 920px;
	color: #000000;
	font-size: 16px;
	height:40px;
	border-radius: 5px;
	
	background: -webkit-linear-gradient(#94d3fe, #fdfeff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#94d3fe, #fdfeff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#94d3fe, #fdfeff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#94d3fe, #fdfeff); /* Standard syntax */
}
#m_archives a, .a_block  {
	color: #0DA2FF;
	border: 1px solid #000;
	display: block;
	width: auto;
	float: left;
	background-color: #fff;
	padding: 4px 12px;
	margin: 6px;
}
#m_archives a:hover {
	color: #000;
}
.search {
	float: right;
}
.search_form {
	position: relative;
	background-color: #fff;
	height: 30px;
	margin: 4px;
	float: left;
	margin: 5px;
}
.search_button {
	background: url("/images/search.png") 0 0 no-repeat;
	border: 0;
	display: block;
	position: relative;
	width: 48px;
	height: 47px;
	cursor:pointer;
	float: left;
	text-indent: -9999em;
	margin-right: 5px;
	margin-left: 3px;
	margin-top:6px;
	border: 1px solid #00549B;
}
#search_field {
	border: 0px;
	width: 456px;
	height: 37px;
	padding: 4px;
	margin-top:6px;
	margin-left:6px;
	border: 1px solid #00549B;
	float: left;
	font-size: 21px;
}
.ad_block {
	font-size: 24px; display: block; background-color: #fff; color: red; margin:5px; padding: 15px;
}
.ad_block a { color: red; }
.ad_block a:hover { color: #000; }
.ad_block a:active, .ad_block  a:visited { color: red; }

/* video */

.content {
	padding: 0 0 100px;
}
.col-wrapper{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.video-side{
	width: 645px;
	float: left;
	padding: 0 0 0 25px;
	font-size: 14px;
}
.video-side .text-block{
	padding: 0;
	margin: 0;
}
.video-side .vide-block{
	width: 645px;
	height: 420px;
	overflow: hidden;
	margin: 10px 0 0;
}
.text-side{
	width: 310px;
	float: right;
	padding: 20px 0 15px 0;
	float: right;
	font-size: 14px;
	margin: 0 25px 0 0;
	border-bottom: 4px dotted #c2c2c2;
}
.text-side h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 42px;
	height: 42px;
	background: #032e63;
	padding: 0 20px;
	position: relative;
	margin: 0 0 10px;
	border-bottom: 3px solid #032e63;
	box-shadow: inset 0 -2px 0 #fff;
}
.text-side ul{
	width: 212px;
	display: inline-block;
}
.video-side{
	width: 645px;
	float: left;
	padding: 0 0 0 25px;
	font-size: 14px;
}
.video-side .text-block{
	padding: 0;
	margin: 0;
}
.video-side .vide-block{
	width: 645px;
	height: 420px;
	overflow: hidden;
	margin: 10px 0 0;
}

/* video */
@media only screen and (max-width: 500px) {
  #wrapper { width: 442px; }
  #header .hright,.hright,#m_desc { width: 100%; float: none; }

  .welc { padding-top: 105px;}
  #search_field { width: 364px;}
  #header { height: 224px;}
  #header h3{ text-align: center; padding: 0;}
  #buts a { height: 56px; width: 86px; padding-top: 12px;}
  .btumbs img { width: 208px; height: 156px;}
  /* video*/
  .col-wrapper, .video-side, .text-side { width:100%; float: none; margin: 0 auto; padding: 0;}
  #example_video_1, .video-side .vide-block { width: 442px; height: 286px;}
}