@charset "utf-8";
/* CSS Document */
body{
	/*background:url(../images/back.jpg) repeat-y #f5f5f5 center top;*/
	background:#f5f5f5;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f1f1f;
	margin:0; padding:0;
}
cite{
	font-size:10px;
	color:#666666
}
p{
	margin:0;
	padding:8px 0;
}
img{
	border:none;
}
a{

	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#mainContainer{
	background:url(../images/back.jpg) repeat-y #f5f5f5 center top;
}
#main{
	width:962px;
	margin:0 auto;
}
#menu{
	background-color:#1e71e1;
	/*padding:10px 0;*/
	margin-right:1px;

}
#menu a,#menu a:link,#menu a:visited{
	display:block;
	float:left;
	line-height:34px;
	font-size:14px;
	color:white;
	padding:0 12px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover,#menu a:active{
	color:#000000;
	background-color:white;
}

#banner #logo{
	background:url(../images/trishulinews.jpg) no-repeat;
	width:273px;
	height:26px;
	margin:0; padding:0;
}
#banner #logo a{
	display:block;
	width:273px;
	height:26px;	
}
.largeInput{
	/*width:272px;*/
	width:284px;
	padding:5px;
	background-color:white;
	border:1px solid #e1e1e1;
	font-size:14px;
	color:#a3a3a3;
	
}
#searchBox{
	position:relative;
}
.searchIcon{
	background:url(../images/search_icon.png) transparent;
	width:24px; height:24px;
	border:none;
	/*
	margin-left:-28px;
	position:relative;
	top:1px;
	*/
	position:absolute;
	top:2px;
	right:2px;
}
#leftCont{
	float:left;
	width:637px;
}
#rightCont{
	float:right;
}
.newInDetail{
	font-size:12px;
	line-height:18px;
}
.largeRoundBox h1{	
	font-size:20px;
	font-weight:normal;
	margin:0; 
	padding:4px 0 8px 0;
}
.largeRoundBox #top{
	background:url(../images/roundcorner_top_large.png) no-repeat;
}
.largeRoundBox #bottom{
	background:url(../images/roundcorner_bottom_large.png) no-repeat;
}
.largeRoundBox #top,.largeRoundBox #bottom{
	height:9px;
	width:637px;
}
.largeRoundBox #cont{
	/*width:624px;*/
	width:619px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background-color:white;
	padding:0 8px;
}
.mediumRoundBox{
	margin-bottom:13px;
}
.mediumRoundBox #top{
	background:url(../images/roundcorner_top_medium.png) no-repeat;
}
.mediumRoundBox #topGrad{
	background:url(../images/gradcorner_top_medium.png) no-repeat;
}

.mediumRoundBox #bottom{
	background:url(../images/roundcorner_bottom_medium.png) no-repeat;
}
.mediumRoundBox #top,.mediumRoundBox #bottom{
	height:9px;
	width:284px;
}
.mediumRoundBox #topGrad{
	height:38px;
	text-indent:10px;	
	line-height:38px;
	font-size:15px;
	margin:0; padding:0 8px;
}
.mediumRoundBox #cont{
	/*width:624px;*/
	width:266px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background-color:white;
	padding:8px 8px 0 8px;
}

.smallRoundBox{
	font-size:11px;
	margin-bottom:14px;
	width:208px;	
}
.smallRoundBox #top{
	background:url(../images/roundcorner_top_small.png) no-repeat;
}
.smallRoundBox #topGrad{
	background:url(../images/gradcorner_top_small.png) no-repeat;
}

.smallRoundBox #bottom{
	background:url(../images/roundcorner_bottom_small.png) no-repeat;
}
.smallRoundBox #top,.smallRoundBox #bottom{
	height:9px;
	width:208px;
}
.smallRoundBox #topGrad{
	height:38px;
	line-height:38px;
	font-size:14px;
	text-indent:4px;
	margin:0; padding:0 8px;
}
.smallRoundBox h1{
	font-weight:normal;
}
.smallRoundBox h2,.smallRoundBox h2 a{
	color:#4a4a4a;
	font-size:11px;
}
.smallRoundBox #cont{
	/*width:624px;*/
	color:#606060;
	width:190px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background-color:white;
	padding:8px 8px 0 8px;
}
.smallRoundBox .teaser{
	padding-bottom:12px;
}
.readmore{
	background-color:#1e71e1;
	line-height:14px;
	padding:2px 4px;
	color:white;
	width:auto;
	font-size:10px;
}
.readmore:hover{
	background-color:#ad0000;
	text-decoration:none;
}





.newsList,.newsList ul, .newsList li{
	margin:0; padding:0;
	list-style:none;
}
.newsList{
	/*padding-top:8px;*/
}
.newsList li{
	font-size:11px;
	padding-bottom:10px;
	/*text-indent:12px;*/
	padding-left:10px;
	background:url(../images/arrow_bullet.gif) no-repeat left 5px;
}
.newsList li a,.newsList li a:link,.newsList li a:visited{
	color:black;

}

.recentNews{
	font-size:12px;
	line-height:18px;
	/*width:300px;
	height:88px;*/
	background-color:#f0f0f0;

	padding:8px;
	margin-top:4px;

}
.frame,.imageFrame{
	width:90px; height:72px; overflow:hidden;
	padding:2px;
	margin-right:4px;
	background-color:white;
	border:1px solid #e3e3e3;
}
.frame{
	width:213px;; height:auto;
	margin-right:10px;
}
.frame .caption{
	color:#666666;
	font-size:11px;
	line-height:normal;
}
.recentNews h2, h2{
	font-size:13px;
	font-weight:bold;
	color:#1e71e1;
	margin:0 0 5px 0;
	padding:0;
}
.recentNews a:hover{
	color:#ad0000;
}
.teaser a{
	color:#333333;
}

h2{
	color:#333333;
}
h1{
	font-size:13px;
}

#footer{
	background:url(../images/footergrad.png) repeat-x #eeeeee;
	height:120px;
	margin:0 1px 0 0;
	padding:13px 14px;
}
html>body #footer{
	height:auto;
	min-height:120px;
}
#footer .newsList li{
	padding-bottom:4px;
}
.footerNews{
	width:170px;
	margin:0 8px;
}
.footerNews h1{
	color:#4a4a4a;
	text-indent:0px;
}
#footer .newsList li a{
	color:#2d2d2d;
}

#contactContainer{
	background:url(../images/footerback.png) repeat-y center top;	
	height:89px;
}
#contact{
	padding:20px 0;
	font-size:10px;
	margin:0 auto;
	width:962px;
	text-align:center;
}
#contact a,#contact{
	color:#606060;
}




















