/* CSS Document */
* { margin: 0; padding: 0; list-style:none; }
html { overflow-y: scroll; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; padding:4px 0 10px 0;}
a { outline: none; }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
body{
	font-family:verdana, "myriad Pro", Tahoma, "times New Roman";
	background:#373737 url(../images/body-header.jpg) no-repeat center top;	
	font-size:12px;
	color:#ffffff;
}
#page{
	text-align:center;
	margin:0;
	padding:0;
	padding:10px 0 20px 0;	
}
#wrapper{
	text-align:left;
	margin:0px auto;
	width:986px;
}
/*header-styling*/
#header{
	position:relative;
	background:url(../images/header-bg.gif) no-repeat;
	height:139px;	
}
#logo h1{
	position:absolute;
	left:5px;
	background:url(../images/logo.gif) no-repeat;
	height:128px;
	width:395px;
	text-indent:-9999px;
	cursor:pointer
}
/*nav styling*/

#nav{
	position:absolute;
	top:119px;
	right:30px;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	padding:0 8px;
	font-size:13px;
	color:#fff;
	/*font-weight:bold;*/
}
#nav ul li a:hover{
	/*text-decoration:underline;*/
}
/*banner-content styling*/
#banner{
	background:url(../images/banner-bg.jpg) no-repeat;
	width:986px;
	height:248px;
	position:relative
}
/*middle-banner styling*/
#middle-banner{
	position:absolute;
	left:407px;
	top:15px;
	width:292px;
	height:218px;
}
#channel {
	width:126px;
	float:left;
	height:100px;
	margin-right:15px;
	margin-top:5px;
	text-align:center
}
#channel img{
	margin:3px 0;
	height:80px;
	overflow:hidden;
	width:126px;
}
#video{
	position:absolute;	
	width:246px;
	height:199px;
	left:706px;
	top:30px;	
}

/*main-content-block-styling*/
#main-content-block{
	position:relative;	
	color:#e3e3e4;
	width:986px;
	padding-top:10px;
	background:url(../images/main-content-block-bg.jpg) repeat-y;
}
#main-content-block .inside{
	padding:10px 0px 30px 30px;
}
/*left-content styling*/
#left-content{	
	float:left;
	width:309px;
	padding-right:35px;
	padding-bottom:35px;
}
#left-content h2{
	color:#01849c;
	font-size:16px;
	padding-bottom:5px;
	font-weight:bold; /*normal*/
}
#left-content p{
	font-size:12px;
	line-height:18px;
	text-align:justify
}
#left-content a{
	color:yellow;
	font-size:12px;
	line-height:18px;
	text-align:justify
}
/* middle-content styling*/

#middle-content{
	float:left;
	width:340px;
	padding-right:10px;
}
#middle-content h4{
	color:#01849c;
	font-size:14px;
}
.number-block{
	background:url(../images/date.gif) no-repeat;
	padding:0;
	height:36px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	width:36px;
	line-height:35px;
	float:left;
}
#middle-content p{
	font-size:11px;
	padding:0;
	padding-left:45px;
	padding-top:10px;
}
.readmore a{
	color:#e3e3e4;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	margin-left:170px
}
.readmore a:hover{
	color:#01849c;
}

/* right-content styling*/
#right-content{
	float:left;
	width:215px;
	padding:0 10px 0 30px;
}
#right-content img{
	float:left;
	padding-right:10px;
}

#right-content h4{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:14px;
	font-weight:normal;
}
#right-content p{
	clear:both
}
/*footer-styling*/

#footer{
	height:91px;
	width:986px;
	color:#e3e3e4;
	/*background:url(../images/footer-bg.gif) no-repeat;*/
	background:#1d2124;
	clear:both;
	position:relative;
}
#left-footerlink{
	position:absolute;
	left:20px;
	top:5px;
}
#left-footerlink img{
	margin-right:5px;
	margin-top:10px;
}
#left-footerlink p{
	font-size:14px;
}
#right-footerlink{
	position:absolute;
	right:25px;
	bottom:10px;
}
#logo-small{
	position:absolute;
	right:20px;
	top:0;
}
#footer ul li{
	float:left;
}
#footer ul li a{
	padding:0 8px;
	font-size:12px;
	color:#ffffff;
}
#footer ul li a:hover{
	text-decoration:underline;
}
