@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma;
	font-size:11px;
	color:#8c8c8c;
}
#header{
	width: 953px;
	height:410px;
}
a{
	color:#0037e0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline
}

div#logo{
	float:left;
}
div#top-links{
	float:right;
	margin-top:91px;
	color:#7c7c7c;
	vertical-align:bottom;
}
#top-links a{
	color:#7c7c7c;
	font-size:13px;
	text-decoration:underline;
}

div#container {
	margin: auto;
	width: 953px;
}
div#menu{
	clear:both;
	margin-bottom:4px;
}
ul#menu-bar{
	margin:0px;
	padding:0px;
	clear:both;
}
li#menu-item{
	font-family:Tahoma;
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	margin:auto;
	list-style:none;
	background:#ff0600;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
li#menu-seperator{
	width:1px;
	float:left;
}
#middle-panel{
	clear:both;
}
#content-panel{
	width:712px;
	float:left;
}
#right-panel{
	width:233px;
	float:right;
}
#header-image{
	width:716px;
	height:249px;
	float:left;
}
.latest-news {
	width:212px;
	height:229px;
	float:right;
	background:#487ab7;
	color:#FFFFFF;
	padding:10px;
	overflow:hidden;
}
.latest-news a{
	color:#FFFFFf;
	text-decoration:none;
}
.latest-news a:hover{
	text-decoration:underline;
}

#latest-news-heading{
	margin-bottom:13px;
	border-bottom:1px solid #cccccd;
	padding:3px;
	font-size:14px
}

/*heading*/
.heading{
	background:#eaeaea;	
	clear:both;
	height:34px;
	margin-bottom:10px;
}
.heading-left-border{
	width:9px;
	height:34px;
	float:left;
	background:url(../images/heading-left-border.gif) no-repeat left;
}
.heading-right-border{
	width:9px;
	height:34px;
	margin-left:17px;
	float:right;
	background:url(../images/heading-right-border.gif) no-repeat right;
}
.heading-text{
	color:#434343;
	font-size:12px;
	font-weight:bold;
	float:left;
	background:#eaeaea;
	padding-left:8px;
	padding-top:9px;
}
.read-more{
	margin-top:10px;
	margin-bottom:10px;
}
#download-brochure{
	width:233px;
	height:55px;
	border-top:1px solid #666666;
}
#scroller-top{
	height:37px;
	background:url(../images/scroller-top.gif) no-repeat center #666666;
}
#scroller-bottom{
	height:37px;
	background:#666666;
	background:url(../images/scroller-bottom.gif) no-repeat center #666666;
}
.footer{
	border-top:3px #0037e0 solid;
	background:#f0f1ed;
	margin-top:17px;
	height:52px;
	padding:16px;
	padding-top:17px;
	color:#474747;
	clear:both;
}
.footer a{
	color:#474747;
	text-decoration:underline;
}
#footer-spacer{
	height:17px;
	clear:both;
}
.content-inner{
	padding:10px;
	padding-top:0px;
}
.thumb-holder{
	width:143px;
	height:94px;
	float:left;
	padding-right:10px;
}
.title{
	color:#0037e0;
	background:url(../images/icon-arrow.gif) no-repeat;
	padding-left:7px;
	font-weight:bold;
	margin-bottom:5px;
}
.title a{
	text-decoration:none;
	color:#0037e0;
}

.bc{
	color:#0037e0;
}
#bc-bar{
	margin-bottom:10px;
	clear:both;
}

.news-date{
	font-size:11px;
	color:#cccccc;
}
.pagination-bar{
	margin-bottom:10px;
	text-align:right;
}
.image-border{
	border:1px solid #CCCCCC;
}
.horizontal-dotted-seperator{
	height:32px;
	background:url(../images/horizontal-dotted-line.gif) repeat-x center;
	clear:both;
}
.thumb-frame{
	background:url(../images/thumb-frame.png) no-repeat;
	width:143px;
	height:94px;
	position:absolute;
	z-index:10;
	top:0px;
}

/* IMPORTANT CSS CODE TO GIVE A TABLE LOOK TO THE MIDDLE-PANEL*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;     /* triggers hasLayout */
}
.clearfix {display: inline-block;}  /* for IE/Mac */
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
