@import url(bluedark.css);  /* colour file */ 
@import url(theme.css);  /* colour file */ 
body {
  margin:0;
  padding:0;
  font-family: verdana, arial, sans-serif;
  font-size: 11px; 
  line-height:137%;
}
.center {
	text-align: center;
	}
/*----------------- headerstyles -----------------*/
.logo {
	margin: 0px;
	padding: 5px;
	font-size: 1.5em;
	}
#topbanner {
	padding: 0px 0px 1px 0px;
	}
#engage {
	padding: 1px 1.5em 0em 1px;
	font-size: 0.9em;
	text-align: right;
	float: right;
	}
#searchleft {	float:left;	text-align: left;	}
#searchright {
	float:right;
	text-align: right;
	padding: 0.2em 1.3em 0 0;
	}
#ad {
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	}
#searchbar {
	height: 21px;
	padding: 0;
	margin: 0px;
	display: block;
	text-align: center;
	}	
#menubar {
	height: 22px;
	padding: 0 0 1px 0;
	text-align: left;
	font-size: 1.0em;
	margin: 1px 0px 0px 0px;
	position: relative;
	z-index: 100;
	text-transform:uppercase;
	}
.breadcrumbs {
	padding: 3px 0 0 15px;
	font-size: 0.9em;
	}
/*----------------- mainbody styles -----------------*/
#container {
	margin: 10px 0px;
	}
#mainbody {
	padding: 0 2px;
	margin: 0px 0px 10px 0px;
	}
td.header {
	padding-bottom: 10px;
	}
table.blog {
	width: 100%;
	}
#overDiv  {
	font-size: 8px;
	font-style:normal;
	top: 0;
	left: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#introtext {
	font-size: 10px;
	}
table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	}
#tabcontainer {
	overflow-y:scroll;
	overflow-x: hidden;
	height: 260px;
	width: 120px;
	}
/*----------------- footer -----------------*/
.footer {
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	background-color: #676666;
	width:100%;
	color:#cccccc;
	font-size:0.8em;
	margin-top: 10px;
	padding: 0px;
	}
.powered {
	margin: 1px;
	}
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #cccccc;
  width: 49%;
  }
div.row span.right {
  float: right;
  text-align: right;
  color: #fff;
  width: 49%;
  }
/*----------------- clear fix -----------------*/  
.clear {
	clear:both;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow:hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
	}
.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */