/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 2.1em;
	font-family: SolaimanLipi;
	font-size: 11px;
	color: #000;
	font-style: inherit;
	font-weight: lighter;
	border-color: #0CF;
	border: 2;
}

a:link, a:visited {
	color: #900;
	text-decoration: inherit;
} 
a:active, a:hover {
	color: #244848;
	text-decoration: none;
	font-family:SolaimanLipi;
	font-size: 15px;
	font-weight: normal;
}

p {
	margin: 0 0 5px 0;
	padding: 0px;
	font-family: SolaimanLipi;
	font-size: 15px;
	color: #333;
	float: inherit;
	font-style: normal;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 18px;
	line-height: 28px;
	color: #903;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #900;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #750a20;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #750a20;
}

.updatedtime {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.view_all a{
	clear: both;
	display: block;
	width: 100%;
	padding: 5px 0 1px 0;
	margin-bottom: 5px; 
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #CCC;
}

#container {
	margin: auto;
	width: 1000px;
}

#top_panel {
	float: inherit;
	width: 1000px;
	height: 90px;
	margin: 0px;
	color: #903;
	background-color: #FFF;
}

#sitetitle {
	float: left;
	width: 300px;
	margin: 55px 0 0 15px;
	padding: 10px 0 5px 0;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
}

#searchbox {
	float: left;
	width: 320px;
	margin: 40px 0 0 15px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchfield{
	background:#FFFFFF;
	border: none;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 16px;
	line-height: normal;
	padding: 4px;
	width: 200px;
}


#searchbutton{
	background: url(images/search_button.gif); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

#currentdate {
	float: right;
	width: 300px;
	margin: 75px 15px 0 0;
	text-align: right;
	font-weight: lighter;
}

/*------------- Menu ------------------*/
#menu {
	float: left;
	width: 1000px;
	height: 30px;
	background: #750a20 url(images/menu_bg.gif) repeat-x;
	border-bottom: 1px solid #333;
	font-family: SolaimanLipi;
	font-size: 20px;
}

#menu ul {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	font-family: SolaimanLipi;
	font-size: 20px;
	font-style: normal;
	color: #FFFF00;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 6px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#menu li a:hover, #menu li .current{
	color: #F5FD71;
	font-family: SolaimanLipi;
	font-size: 15px;
}

/* end of menu */

/* content */
#content {
	float: left;
	width: 1000px;
}

#main_leftcol {
	float: left;
	width: 660px;
	margin-top: 15px;
}

.leftcol_subcol {
	float: left;
	width: 300px;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

#main_rightcol {
	float: right;
	margin-top: 15px;
	width: 340px;
}

* html #main_rightcol {
	margin-left: -15px;	
}

#topnews {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	font-size: 10px;
}

#topnews img{
	margin-bottom: 5px;
}

#gallery_section {
	display: block;
	width: 310px;
	padding: 5px 0 5px 5px;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}

#image_section {
	float: left;
	width: 310px;
	padding-bottom: 5px;
}

#image_section img{
	float: left;
	margin: 0 3px 3px 0;
	border: none;
}

.regular_section {
	display: block;
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
}

.newsbox {
	clear: both;
	width: 295px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}


.newsbox img{
	float: left;
	margin: 0 5px 0 0;
	padding: 0px;
}

.newsbox .newstitle {
	font-size: 20px;
	color:#900;
	font-weight: bold;
}

.newsbox p{
	font-size: 15px;
}

.regular_section ul{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.regular_section li a{
	font-weight: bold;
}

.regular_section li a:hover{
	text-decoration: underline;
	font-family: SolaimanLipi;
	font-size: 18px;
}

.leftcol_fullrow {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px 0 0 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	
}

.rcol_sectionwithborder {
	display: block;
	width: 335px;
	border: 1px solid #CCC;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 0px;
	color: #900;
	padding: 1px;
}

#video_section {
	display: block;
	width: 308px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

* html #video_section {
	margin-left: 5px;
}

#video_section .video_box {
	float: left;
	width: 346px;
	margin: 0 10px 10px 0;
}

#video_section .video_box img{
	margin: 0 0 5px 0;
}

#video_section .video_box a{
	font-size: 10px;
	font-weight: bold;
}

#video_section .video_box a span{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

#newsletter_section {
	width: 308px;
	margin: 0px;
}

#newsletter_section  form {
	margin: 0 30px 0 0;
	text-align: center;
}

#newsletter_section  select {
	width: 200px;
	height: 25px;
	padding: 2px 0;
	margin: 0px;
}

#newsletter_section .form_row{
	padding: 3px 0px;
}


#newsletter_section label {
	margin-right: 10px;
}

#newsletter_section input{
	width: 195px;
	height: 15px;
}

#newsletter_section .button{
	height: 25px;
	width: 80px;
}

#blog_section {
	width: 319px;
	margin: px;
}

#blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	font-style: inherit;
}

#blog_section .datetime{
	font-weight: bold;
}

#poll_section {
	width: 348px;
	margin: 10px;
}

#poll_section p{
	padding-bottom: 10px;
}


#poll_section img{
	float: right;
}

#poll_section .button{
	height: 25px;
	margin-right: 25px;
	width: 110px;
	font-family: SolaimanLipi;
	font-size: 16px;
}

#partner_section {
	width: 348px;
	margin: 10px;
}

.partner_box {
	width: 348px;
	padding: 0px;
	margin-bottom: 25px;
}

.partner_box p{
	clear: both;
}



/* ----- Footer ----- */
#footer {
	clear: both;
	float: none;
	width: 1000px;
	color: #666;
	text-align: center;
	background-color: #CCC;
	border-bottom-style: solid;
	border-top-style: double;
}

.footer_leftcol {
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
	margin-right: 25px;
}

.footer_rightcol {
	float: right;
	text-align: right;
	width: 135px;
	text-align: right;
}

.footer_subcol {
	float: left;
	width: 90px;
	margin-left: 25px;
}

#footer p{
	padding: 0;
	margin-bottom: 0px;
	text-align: justify;
}

#footer a{
	color: #666;
	text-decoration: none;
}

#footer a:hover{
	color: #333;
	text-decoration: none;
	font-family: SolaimanLipi;
	font-size: 15px;
}

/* ----- End of Footer ----- */
.bannerside {
	font-family: SolaimanLipi;
	background-color: #FFF;
	height: auto;
	width: 360px;
}
.lftcolmn {
	font-family: SolaimanLipi;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #900;
	background-color: #FFF;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0px;
	cursor: auto;
	filter: Xray;
}
.midcolmn {
	font-family: SolaimanLipi;
	font-size: 20px;
	font-style: normal;
	color: #000;
	float: left;
	height: auto;
	width: 570px;
	margin-top: 15px;
	text-align: justify;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
}
.rghtcolmn {
	font-family: SolaimanLipi;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #903;
	float: left;
	width: 225px;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: lighter;
}
.bannerdevider {
	height: 90px;
	width: 500px;
	float: left;
	background-image: url(images/notundesh_reshape2.jpg);
}
.bannertopright {
	background-color: #FFF;
	float: left;
	height: 90px;
	width: 500px;
}
.bannertoprightdiv {
	background-color: #FFF;
	float: left;
	height: 90px;
	width: 300px;
}
.bantoprght2 {
	float: left;
	height: 90px;
	width: 200px;
}
.bantoprghtdiv2top {
	float: left;
	height: 65px;
	width: 198px;
}
.bantoprightdiv2bottom {
	float: left;
	height: 25px;
	width: 250px;
}
.currenttime {
	float: left;
	height: 20px;
	width: 200px;
	color: #900;
}
.updatetime {
	font-family: SolaimanLipi;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 20px;
	width: 225px;
	margin-top: 65px;
	margin-left: 275px;
	font-size: 13px;
}
.newspagemidtop {
	font-family: SolaimanLipi;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	float: left;
	height: auto;
	width: 560px;
	padding-right: 5px;
}
.newspagemidbottom {
	font-family: SolaimanLipi;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	float: left;
	height: auto;
	width: 570px;
	clear: both;
}
.Newslftin {
	font-family: SolaimanLipi;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #900;
	float: left;
	height: auto;
	width: 230px;
}
.jj {
	font-family: SolaimanLipi;
	font-size: 16px;
	color: #090;
	font-weight: lighter;
}
.newslist {
	font-size: 12px;
}
#listicon {
	font-size: 14px;
}
#container #content #lftclmn #newslftin p strong a #listicon2 {
	font-size: 14px;
}
#container #content #midclmn #newspagemidbttm p {
	font-family: SolaimanLipi;
	font-size: 16px;
	padding-right: 5px;
	color: #333;
}
smallheadingbesidelarge {
	font-family: SolaimanLipi;
}
#container #content #midclmn #newspagemidtop .style8 strong {
	font-family: SolaimanLipi;
	font-size: 16px;
}
#container #content #main_rightcol .rcol_sectionwithborder #blog_section .blog_box table {
	font-weight: normal;
}
.Font18point {
	font-size: 16px;
}
.font_bold {
	font-weight: bold;
	color: #030;
	font-size: 17px;
}
.beforetime {
	float: left;
	height: 75px;
	width: 200px;
}
.newsright {
	float: left;
	height: auto;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #content #main_rightcol .rcol_sectionwithborder table tr td div .style15 a span {
	font-family: SolaimanLipi;
}
.bannermiddown {
	float: left;
	height: 40px;
	width: 300px;
}
#container #content #main_rightcol .rcol_sectionwithborder strong {
	font-size: 18px;
	color: #F00;
}
.Kidz_Banner_left {
	float: left;
	height: 90px;
	width: 200px;
	background-color: #FFF;
	font-size: 30px;
}
.Kidz_Banner_Right {
	float: left;
	height: 90px;
	width: 800px;
	background-image: url(Kidz/Images/Villege%20house.jpg);
	background-repeat: repeat;
}
.Kidz_Body_left {
	float: left;
	height: 1000px;
	width: 200px;
	margin-top: 0px;
	background-color: #C4E1FF;
	padding-top: 15px;
}
.Kidz_Body_Middle {
	float: left;
	height: 1000px;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #FFF;
	padding-top: 15px;
}
.Kidz_Body_Right {
	float: left;
	height: 1000px;
	width: 200px;
	margin-top: 0px;
	background-color: #DCEDED;
	padding-top: 15px;
}
#Contacttext {
	font-family: SolaimanLipi;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #03C;
}

