@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700italic,900,700,900italic);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e5e5e5;
	font-family: 'Lato', sans-serif;
}
*{
	margin:0px;
	padding:0px;
}
html{
	overflow-y:scroll;
}

.mainWrapper{
	width:1040px;
	border:0px solid #000;
	margin:auto;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
}
.mainWrapper .innerWrapper{
	width:1000px;
	margin:auto;
}


/*header*/
.headerWrapper{
	width:100%;
	margin:auto;
}
.headerWrapper .raw1{
	display:table;
	width:100%;
	padding-top:25px;
}
.headerWrapper .raw1 .column1{
	width:30%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
}
.headerWrapper .raw1 .column2{
	width:40%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
	text-align:center;
}
.headerWrapper .raw1 .column2 .date{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:45px;
}
.headerWrapper .raw1 .column3{
	width:30%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
	text-align:right;
}
.headerWrapper .raw1 .column3 .searchWrapper{
	width:180px;
	border:1px solid #000;
	float:right;
}
.headerWrapper .raw1 .column3 .searchWrapper .searchInput{
	width:160px;
	float:left;
}
.headerWrapper .raw1 .column3 .searchWrapper .searchInput input{
	width:100%;
	padding:0px 5px;
	border:0px solid red;
	line-height:20px;
	font-size:12px;
	font-family: 'Lato', sans-serif;
	float:left;
	outline: none;
	outline-width: 0;
	-webkit-appearance: none;
	-webkit-padding-before:0px;
	-webkit-padding-after:0px;
}
.headerWrapper .raw1 .column3 .searchWrapper .searchButton{
	width:20px;
	height:20px;
	float:left;
	border:0px;
}
.headerWrapper .raw1 .column3 .searchWrapper .searchButton input{
	width:20px;
	height:20px;
	background:#000 url(../images-tdp/search.png) no-repeat center center;
	border:0px;
	cursor:pointer;
	float:left;
	-webkit-appearance: none;
	-webkit-padding-before:0px;
	-webkit-padding-after:0px;
}
.headerWrapper .raw2{
	display:table;
	width:100%;
	padding-bottom:4px;
}
.headerWrapper .raw2 .column1{
	width:30%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
}
.headerWrapper .raw2 .column1 .home{
	border:0px;
}
.headerWrapper .raw2 .column2{
	width:40%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
	text-align:center;
}
.headerWrapper .raw2 .column3{
	width:30%;
	display:table-cell;
	border:0px solid #000;
	vertical-align:middle;
	text-align:right;
}
.headerWrapper .raw3{
	width:100%;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
}
.adWrapper{
	height:90px;
	width:728px;
	margin:auto;
	border:0px solid #000;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
}
.mainHead{
	font-size:20px;
	font-weight:900;
	color:#044f8d;
	margin:0;
	padding:0;
	margin-bottom:11px;
	padding-right:14px;
	background:url(../images-tdp/mainheadarrow.png) no-repeat center right;
	display:inline-block;
	text-transform:uppercase;
}
.fltright{
	float:right;
}
/*topNews*/
.topNews{
	margin:auto;
	padding:20px 0px;
}
.clearfix:after{
	display:block;
	clear:both;
	content:" ";
}
.divider{
	height:25px;
	border-bottom:1px solid #000;
	margin-bottom:25px;
}
.mainbodyWrapper{
	border:0px solid #000;
	padding:26px 0px;
}
.readmoreblue{
	text-decoration:none; 
	color:#2173b8;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:underline;
	clear:both;
	display:inline-block;
	padding-top:10px;
}
.readmoreblue:hover{
	text-decoration:none;
}
.mainbodyWrapper .columnLeft{
	border:0px solid #000;
	float:left;
	width:640px;
}
.mainbodyWrapper .columnRight{
	border:0px solid #000;
	float:right;
	width:320px;
}

.centerPart .contentbox{
	width:315px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

.centerPart .contentbox:nth-child(2n){
	margin-right:0px;
}
.centerPart .contentbox h2{
	display:inline-block;
	background-color:#2173b8;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding:2px 5px;
	margin:0px;
}
.centerPart .contentbox .innerBox{
	border:1px solid #d6d6d6;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.centerPart .contentbox .innerBox .innerC{
	margin:20px;
}
.centerPart .contentbox .innerBox .innerC h3 a, .centerPart .contentbox .innerBox .innerC h3{
	font-size:28px;
	margin:0px;
	line-height:28px;
	color:#000;
	text-decoration:none
}
.centerPart .contentbox .innerBox .innerC h3 a:hover{
	text-decoration:underline
}
.centerPart .contentbox .innerBox .innerC .date{
	font-size:12px;
	color:#3c3c3c;
	line-height:14px;
	font-style:italic;
	margin-top:15px;
}
.centerPart .contentbox .innerBox .innerC .paraLine p{
	font-size:14px;
	line-height:16px;
	padding:0px;
	margin:0px;
}
.centerPart .contentbox .innerBox .innerC .paraLine{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:14px;
}
.centerPart .contentbox .innerBox .innerC .imgContainer{
	float:left;
	width:100px;
	height:70px;
	overflow:hidden;
	margin-top:18px;
	margin-right:12px;
	border:0px solid #000;
}
.centerPart .contentbox .innerBox .innerC .imgContainer img{
	width:100%;
}
.centerPart .contentbox .innerBox .innerC ul{
	list-style:none;
	font-size:14px;
	line-height:18px;
	margin:0px;
	padding:0px;
}
.centerPart .contentbox .innerBox .innerC ul li{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #ccc;
	padding-left:10px;
	background:url(../imageslider/arrowlist.png) no-repeat left 5px;
}
/*.centerPart .contentbox .innerBox .innerC ul li:before{
	content:">"
}*/
.centerPart .contentbox .innerBox .innerC ul li a{
	color:#000;
	text-decoration:none;
}
.centerPart .contentbox .innerBox .innerC ul li a:hover{
	color:#2173b8;
}
.soundAvenues{
	width:640px;
}
.soundAvenues .left, .soundAvenues .right{
	width:50%;
	float:left;
}
.soundAvenues .left{
	background:url(../images-tdp/border.jpg) repeat-y right;
}
.soundAvenues .left .inner{
	margin-right:20px;
}
.soundAvenues .right .inner{
	margin-left:20px;
	border:0px solid #ccc;
}
.googlead320x250{
	width:320px;
	height:250px;
	overflow:hidden;
	margin-bottom:20px;
}























.box {
	position:                   relative;
	display:                    block;
	width:                      300px;
/*	height:                     7em;
	overflow:                   hidden;*/
}
.box .text {
	width:                      300px;
	overflow:                   hidden;
}

/*.box .text:after {
	content:                    ' ';
	position:                   absolute;
	display:                    block;
	width:                      100%;
	height:                     1em;
	bottom:                     0px;
	left:                       0px;
}
.box .text:before {
	content:                    '...';
	text-align:                 right;
	position:                   absolute;
	display:                    block;
	width:                      40%;
	height:                     1em;
	bottom:                     0px;
	right:                      0px;
	padding-bottom:1px;
	border:0px solid #000;
	text-align:left;
	background:#fff;
}*/











