/****************************************************/
/****************************************************/
/*****************CCA STYLE SHEET********************/
/****************************************************/
body {
  margin: 0;
  background: #4394CF;
  font-size: 10pt;
  font-family:  Century Gothic, Arial, Helvetica;
}


img {
  border: none;
}

.clear {
  clear:both;
}

h1 {
   font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3{
  font-size: 11pt;
}

h4 {
  font-size: 10pt;
}


#news_column h4 {
  font-size: 18px;
  line-height: .3em;
}

a, a:visited, a:active {
  color: #0033FF;
  text-decoration: none;
}

a:hover {
  color: #3399FF;
  text-decoration: none;
}


#wrapper {
  width: 871px;
  margin: 0 auto;
}

#background_index {
  width: 827px;
  padding: 0 22px 0 23px;
  background: url(images/background.gif) repeat-y;
  overflow:hidden;
}

#background {
  width: 827px;
  padding: 0 22px 0 23px;
  background: url(images/inner-background.gif) repeat-y;
  overflow:hidden;
}

#background_top {
  width: 871px;
  height: 47px;
  background: url(images/background-top.gif) no-repeat;
}

#background_top_inner {
  width: 871px;
  height: 47px;
  background: url(images/inner-background-top.gif) no-repeat;
}

#background_bottom_index {
  width: 871px;
  height: 60px;
  background: url(images/background-bottom.gif) no-repeat;
}

#background_bottom {
  width: 871px;
  height: 60px;
  background: url(images/inner-background-bottom.gif) no-repeat;
}

/****************************************************/
/*********************HEADER*************************/
/****************************************************/

#header {
  position: relative;
  width: 826px;
  height: 85px;
  background: right url(images/header.gif) no-repeat;
}

#header_inner {
  position: relative;
  width: 826px;
  height: 86px;
  background: right url(images/inner-header.gif) no-repeat;
}

#ibd_helpline {
  position: absolute;
  left: 590px;
  width: 221px;
  height: 57px;
}


#flash_container {
  width: 826px;
  height: 141px;
  background: #000000;
}

#left_flash {
  float: left;
  width: 590px;
  height: 141px;
}

#right_flash {
  float: right;
  width: 229px;
  height: 119px;
  background: url(images/flash_right.jpg) no-repeat;
  text-align: right;
  font-size: 10px;
  padding: 22px 7px 0 0;
}

/****************************************************/
/*******************NAVIGATION***********************/
/****************************************************/

#navigation {
  position: relative;
  width: 826px;
  height: 26px;
  z-index: 10;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
    z-index: 2;
}

ul.nav li.top {
	position: relative;
    float: left;
    display: inline;
    margin: 0;
}

li.top ul {
	position: absolute;
	left: 0;
	top: 26px;
	display: none;
    z-index: 2;
}

ul.subnav li a, ul.subnav li a:visited, ul.subnav li a:link  {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
    font-family: Century Gothic, Arial, Helvetica;
	background: #0079C1;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
    width: 150px;
}

li:hover ul.subnav, li.over ul.subnav {
	display: block;
}

ul.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#upper_nav {
  position: relative;
  float: right;
  top: 59px;
  width: 259px;
  height: 26px;
}

#upper_nav_inner {
  position: relative;
  float: right;
  top: 61px;
  width: 256px;
  height: 25px;
}

#navigation_shadow_index {
  width: 826px;
  height: 16px;
  background: url(images/navigation-shadow.gif) no-repeat;
}

#navigation_shadow {
  width: 826px;
  height: 16px;
  background: url(images/inner-navigation-shadow.gif) no-repeat;
}

/****************************************************/
/*********************CONTENT************************/
/****************************************************/

#blue_buttons {
  position: relative;
  float: left;
  width: 130px;
  padding: 10px;
}

#news_column {
  position: relative;
  float: right;
  /* the right measurement below was actually -1px to allow for a horizontal line, but removed this to allow for
  fully justified text to display better on 19.06.2009 on request from client */
  right: 10px;
  width: 135px;
  padding-left: 10px;
  color: #666666;
  font-size: 11px;
}

#content_index {
  position: relative;
  margin: 0 150px 0 155px;
  padding: 10px 40px 1px 15px;
}

#content {
  position: relative;
  margin: 0 0 0 155px;
  padding: 10px 40px 1px 15px;
}


/****************************************************/
/**********************FOOTER************************/
/****************************************************/

#footer {
  position: relative;
  top: 30px;
  width: 826px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
}

#footer a,#footer a:visited,#footer a:active {
  text-decoration: none;
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: none;
  color: #CCFFFF;
}

/****************************************************************************/
/****************************ADMIN STYLES***********************************/
/****************************************************************************/

.admintable {
  background-color: white;
}


.header {
    background-color: #EAF4FF;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}
/****************************************************************************/
/****************************ADMIN STYLES***********************************/
/****************************************************************************/


.admin {
    margin-top: 10px;
    margin-left: 10px;
    background-color: white;
}


.admintable {
  background-color: white;
}


.header {
    background-color: #EAF4FF;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}
