/* global common definitions */
html, body{ height:100%;}
html{ background:url(../images/html.gif);}
body{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  color: #363636;
  background:url(../images/body.gif) repeat-x;
}
a{
  color: #006fe6;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.main a:active, a:focus{
  outline:none;
}
img{
  border-style: none;
}
form{
  margin:0;
  padding:0;
}
.actions {
  float:right;
  width: 100px;
}
.actions li {
  list-style:none;
  display: inline;
  float: right;
  width: 20px;
}
p.create, p.createdby {
  margin-top: 0 !important;
  font-size: 10px;
}
/* main blocks */
#main{
  min-height:100%;
  width:984px;
  margin:0 auto;
  background:url(../images/main.png) repeat-y;
}
* html #main{ height:100%;}
h1, h2, h3, h4 {
  font-size:21px;
  font-weight:normal;
  color:#035cbd;
}
h1 {
  font-size:21px;
}
h2 {
  font-size:18px;
}
h3 {
  font-size:16px;
}
h4 {
  font-size:14px;
}
.main-cont{
  padding:118px 18px 165px;
  width:948px;
  position:relative;
}
#header{
  position:absolute;
  top:0;
  left:18px;
  height:118px;
  width:948px;
  background:url(../images/header.jpg);
}
#header .logo-area{
  overflow:hidden;
  width:100%;
}
.logo{
  margin:15px 0 0 12px;
  background:url(../images/logo.gif);
  width:331px;
  height:57px;
  text-indent:-9999px;
  float:left;
  overflow:hidden;
}
.logo a {
  display:block;
  overflow:hidden;
  height:100%;
}
#header .topLevel {
  margin-left: -18px;
}
#header ul{
  margin: 0;
  padding:62px 6px 0;
  padding:0;
  list-style: none;
  font-size:13px;
  font-weight:bold;
  position:absolute;
  z-index:7;
  top:92px;
  left:24px;
}
#header li{
  float:left;
  background:url(../images/nav-li.gif) no-repeat 100% 0;
  padding:0 2px 0 0;
}
#header li:hover, #header li.hover{ position:relative;}
#header li a{
  float:left;
  color:#bcd3ec;
  height:22px;
  padding:4px 14px;
}
#header li a:hover,
#header li a.active,
#header li:hover a,
#header li.hover a{
  color:#fefefe !important;
  text-decoration:none !important;
  background:url(../images/nav-a-hover.gif) repeat-x !important;
}
.sub{
  display:none;
  position:absolute;
  z-index:8;
  left:0;
  top:26px;
  width:172px;
}
.sub .sub{ left:172px; top:-7px;}
#header li:hover .sub, #header li.hover .sub{ display:block;}
#header li:hover .sub .sub, #header li.hover .sub .sub{ display:none;}
#header li:hover .sub li:hover .sub, #header li.hover .sub li.hover .sub{ display:block;}
#header li ul{
 padding:7px 0;
  width:100%; 
 
  font-size:10px; 
  position:static;
}
#header li ul:after{
  content: "";
  display: block;
  clear: both;
}
#header li li{
  background:none;
  padding:0;
  margin:0 0 1px;
  width:100%;
  position:relative;
}
#header li li a{
  float:none !important;
  display:block;
  background:none !important;
  color:#2f6aa3 !important;
  padding:6px 13px 0 !important;
  height:18px !important;
}
/* dropdown position & background image */
#header li:hover li a,
#header li.hover li a{
  
  position:relative;
  cursor:pointer;
}
#header li:hover li a:hover,
#header li.hover li a:hover,
#header li:hover li:hover a,
#header li.hover li.hover a{
  /*background:url(../images/sub-a-hover.png) !important;*/
  color:#2f6aa3;
  text-decoration: underline !important;
}
#header li:hover li:hover li a,
#header li.hover li.hover li a{background:none !important;}
#header li:hover li:hover li a:hover,
#header li.hover li.hover li a:hover{ 
  background:url(../images/sub-a-hover.png) !important; 
  color:#2f6aa3; 
  text-decoration:none;
  /* padding: .2em 1em; pete */
}
#header .details{
  float:right;
  width:450px;
  height:30px;
  overflow:hidden;
  margin:0 -1px 0 0;
  background:url(../images/details.jpg);
  
  padding: 0;
}
#header #slidercontainer {
  width: 435px;
  float: right;
  overflow: hidden;
  
  padding: 0;
}
#header ol#newsslider {
  width: 435px;
  height: 30px;
  overflow: hidden;
  margin: 7px 0 0 0;
  padding: 0;
}
#header ol#newsslider li a{
  display:block;
  width: 425px !important;
  background:none !important;
  float:right !important;
  margin: 0;
  padding: 0;
  overflow:hidden;
}
#header ol#newsslider li a:hover, #header ol#newsslider li a.hover{
  color: #fff !important;
}
#header ol#newsslider li {
  background:none !important;
  width: 435px !important;
  margin: 0;
  padding: 0 0 0 10px;
  overflow:hidden;
}
#center{
  height:1%;
}
#center:after{
  content: "";
  display: block;
  clear: both;
}
.center-holder{
  overflow:hidden;
  height:1%;
  background:url(../images/center.gif) repeat-x;
}
.sidebar{
  float:left;
  width:228px;
  background:url(../images/sidebar.jpg) no-repeat;
}
.sidebar h3{
  margin:25px 0 7px;
  padding:0 20px;
  font-size:16px;
  color:#045dbd;
}
.sidebar ul{
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-weight:bold;
}
.sidebar li{
  border-bottom:2px solid #e2e5e7;
  padding:4px 20px;
  background:url(../images/sidebar-li.gif) no-repeat 0 100%;
}
.sidebar li a{ color:#656565;}
.sidebar .form{
  color:#656565;
  font-weight:bold;
  padding:0 19px 0 20px;
}
.sidebar .form .row{
  overflow:hidden;
  height:1%;
  padding:0 0 10px;
}
.sidebar .form .row label{
  float:left;
  padding:1px 0 0;
}
.sidebar .form .row .text{
  float:right;
  width:101px;
  height:14px;
  padding:1px 5px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color:#656565;
}
.sidebar .form .check{
  overflow:hidden;
  height:1%;
}
.sidebar .form .check input{
  float:left;
}
.sidebar .form .check label{
  float:left;
  font-size:10px;
  padding:3px 0 0 2px;
}
.sidebar .form .submit{
  overflow:hidden;
  height:1%;
  padding:7px 0 0;
}
.sidebar .form .submit input{
  float:right;
}
.subscribe {
  margin: 20px 0 0 20px;
  font-size: 10px;
}
.subscribe a:link {
  color:#035cbd;
}
.subscribe a:visited {
  color:#035cbd;
}
.content-holder{
  float:right;
  width:680px;
  padding:27px 20px 0 0;
}
.content{
  float:left;
  width:450px;
}
.fullwidth {
  width:680px;
}
.img_caption {
  font-size: 9px;
  margin: 10px;
}
p .iteminfo {
  margin:0 0 -10px;
  padding:0 0 -10px;
}
.createdate {
  font-size: 9px;
  margin:0;
  padding:0;
}
.createdby {
  font-size:9px;
}
.content h1{
  margin:23px 0 0;
  font-size:21px;
  font-weight:normal;
  color:#035cbd;
  /* background:url(../images/h2.gif) no-repeat 50% 100%; */
  padding:0px;
}
.content h2{
  margin:23px 0 0;
  /* background:url(../images/h2.gif) no-repeat 50% 100%; */
  padding:0px;
}
.readmorediv {
  margin-top: 10px;
}
.content p{
  margin:20px 0 0;
  line-height:19px;
}
.content p.important{
  margin:3px 0 0;
  font-size:14px;
  font-weight:bold;
  color:#757575;
  line-height:19px;
}
.right-bar{
  float:right;
  width:210px;
}
.latest-news{
  background:url(../images/latest-news.gif);
  width:210px;
  font-size:10px;
  color:#656565;
}
.latest-cont{
  background:url(../images/latest-cont.jpg) no-repeat;
  padding:12px 5px 16px 13px;
}
.latest-news h3{
  margin:0;
  font-size:16px;
  color:#045dbd;
}
.latest-news ul{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  height:1%;
}
.latest-news li{
  float:left;
  width:100%;
  background:url(../images/latest-li.gif) no-repeat 0 100%;
  padding:13px 0 15px;
}
.latest-news li.last{ background:none;}
.latest-news li img{
  float:left;
  margin:3px 6px 0 0;
}
.latest-news li h4{
  margin:0;
  font-size:11px;
}
.latest-news li p{
  margin:5px 0 0;
  line-height:14px;
}
.latest-foot{
  background:url(../images/latest-foot.gif);
  height:6px;
  overflow:hidden;
}
.banners{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:right;
}
.banners li{ margin:23px 0 0;}
#footer{
  height:34px;
  margin:-34px auto 0;
  width:950px;
  overflow:hidden;
  position:relative;
  z-index:9;
}
.bottom-nav{
  margin: 0;
  padding: 10px 0 0 13px;
  list-style: none;
  height:24px;
  background:url(../images/bottom-nav.gif) repeat-x;
  font-size:10px;
}
.bottom-nav li{
  display:inline;
  padding:0 4px 0 8px;
  background:url(../images/bottom-nav-li.gif) no-repeat 0 2px;
}
.bottom-nav li.first{ background:none;}
.bottom-nav a{ color:#777;}
p.buttonheading {
  text-align:right;
}
 
.buttonheading img
{
  border:6px;
  margin:0px;
}
 
p.buttonheading a:link,p.buttonheading a:visited
{
  border:solid 6px #fff;
}
 
.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
  border:solid 6px #ffffff;
}
 
p.buttonheading a:hover
{
  background:none !important;
  color:#000 !important;
}
 
p.buttonheading a:active,p.buttonheading a:focus
{
  border:solid 6px;
  color:#000;
}
.breadcrumbs
{
  font-size: 11px;
}
.item-257
{
  font-weight:normal
}
.item-258
{
  font-weight:normal
}
.item-259
{
  font-weight:normal
}
.item-260
{
  font-weight:normal
}
.item-261
{
  font-weight:normal
}
.item-262
{
  font-weight:normal
}
.item-263
{
  font-weight:normal
}
.item-264
{
  font-weight:normal
}
.item-265
{
  font-weight:normal
}
.item-266
{
  font-weight:normal
}
.item-267
{
  font-weight:normal
}
.nivo-caption
{
background:none;
  font-color:none !important;
}
/* dropdown function */
#header li li{
margin-top: -5px;
}
#header li li a{
display: none;
}
#header li:hover li a{
display: block;
}
li.item-12 ul {max-width: 214px;}