@charset "utf-8";
/* CSS Document */

html {
	font-size:100.01%;
}
body {
	background:#151515;
	margin:0;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:22px;
}
ul{
	margin:0;
	margin-left:25px;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}
img {
	border:0;
}
form {
	margin: 0px;
}
#outerwrap{
	width: 966px;
	margin: 0 auto;
	background-image:url(images/bgcentre.gif);
	background-repeat:repeat-y;
}
#topbg{
		width:966px;
		background-image:url(images/bgtop.gif);
		background-repeat:no-repeat;
		height:20px;
	}
#botbg{
		width:966px;
		background-image:url(images/bgtop.gif);
		height:20px;
	}

#mainwrap {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	margin-top:5px;
}
#logoholder {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	float:left;
	height:110px;
	background-color:#FFF;
}
#topheader {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	float:left;
	height:200px;
	background-color:#FFF;
}
#banner{
	background-color:#CC9;		
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color:#C00;
	padding:5px;
	text-align:center;
	width:210px;
	margin-top:20px;
}
.toplinks{
	float:right;
	width:950px;
	font-size:12px;
	text-align:right;
	padding-right:10px;
	padding-top:11px;
}
.toplinks a{
	color:#333;
	text-decoration:none;
}

.toplinks a:hover{
	color:#C93;
	text-decoration:none;
}

#menuwrapper{
	width:650px;
/*	margin-left:30px;  check this 
	float:left; */
	height:30px;
	background-image:url(images/menubg2.gif);
	background-repeat:no-repeat;
	color:#FFF;
	padding:0;
	margin-left:320px;
	overflow:visible;
}

.menucontainer{
	margin-left:0;
	margin-right:8px;
	padding-top:1px;
	padding-left:0;
	text-align:center;
	letter-spacing: 1px;
}
/*  menu list styling */
.menuitem {
	margin:0;
	padding: 4px 10px 0px 10px;
	float:left;
	min-width:30px;
	width:auto;
}
.menuitem a {
	color:#FFF;
	text-decoration: none;
}
.menuitem a:hover {
	color:#000;
	text-decoration:underline;
}
.menuitem a[class=current] {
	color:#FFFF66;
}
.menuseps {
	width:4px;
	border-right:1px solid #CCC;
	height:14px;
	margin-top:8px;
	float:left;
}
.ddmenuholder {
	border:4px solid #6E7A8B;
	position:absolute;
	z-index:200;
	visibility: hidden;
	width:180px;
	background-color:#FFFFFF;
	margin-left:0px;
	padding-bottom:5px;
	background-image:url(images/ddmenubg.png);
	background-repeat:repeat-x;
	float:left;
	text-align:left;

}
.ddmenuitem {
	margin:0 0 0 5px;
	padding: 0px 10px 0px 0px;
	float:left;
	line-height:24px;
	width:165px;
	border-bottom:1px solid #666666;
}

.ddmenuitem  a{
	color:#333;
	text-decoration:none;
}

.ddmenuitem  a:hover{
	color:#FFF;
	text-decoration:underline;
}

/* End of menu list  styling*/

#maincontents{
	width:950px;
	float:left;
	background-color:#FFF;
	min-height:310px;
	padding:20px 10px 10px 10px;
}
#col1{
	float:left;
	width:258px;
}
.col1container{
	padding:0 5px 0 18px;
	min-height:320px;	
/*	background-color:#3F89C3; */	
}

.col1container ul,.col1container ul{
	list-style:none;
	margin-top:10px;
	font-weight:bold;
	margin-left:10px;
	padding:0;

}

.col1container li a, .col2container li a{
	text-decoration:none;
	color:#333;
}

.col1container li a:hover, .col2container li a:hover{
	text-decoration:underline;
	color:#000;
}

#col2{
	float:left;
/*	background-color:#3F89C3; */
	width:260px;
	border-left:1px solid #6A8DC1;
}
#col2a{
	width:660px;
	float:left;
	border-left:1px solid #6A8DC1;
	text-align:justify;
}
.col2container{
	padding:0 5px 0 25px;
	min-height:320px;
}

#col3{
	float:left;
/*	background-color:#3F89C3; */
	width:400px;
	border-left:1px solid #6A8DC1;	
}

.col3container{
		padding:0 15px 0 25px;
		text-align:justify;
}


h1{
	font-size:1.8em;
	color:#069;
	margin-top:10px;
}

h2{
	font-size:1.4em;
	color:#C90;
	margin-top:10px;	
}
.hightext1{
	font-size:14px;
	color:#369;
}

#footer{
	width:950px;
	height:22px;
	background-color:#4F5864;
	color:#FFF;
	float:left;
	padding:1px 0 0 25px;
}
.picbox{
		padding:2px;
	}
.tbl1 td{
	padding:3px;
}
.tbl1 th{
	text-align:center;
	font-weight:bold;
	padding:5px;
}