﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.inputbox, .button, .login-fields input { 
  border: 1px solid #a8a8a8; 
  background:#c3c3c3;
  color:#000;
}
.inputbox:hover, .button:hover, .login-fields input:hover { background:#d9d9d9; }

a:link, a:visited {color: #ae2700;}
a:hover, a:active, a:focus {color: #ea3400;}

body {background: #ececec url(../images/bkg_body_top.gif) top left repeat-x;}
body, td, div, p {color: #000;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper1 {}
#wrapper2 {background: url(../images/bkg_copyright.gif) top left repeat-x;}

#header{background: url(../images/bkg_header.gif) top left no-repeat;}

#title h1{color: #fff;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {background: url(../images/bkg_topnavi.gif) top left no-repeat;}
#topnavi ul li {background: url(../images/bkg_but_separator.gif) top right no-repeat;}
#topnavi ul li a {background: url(../images/bkg_but.gif) top left no-repeat;}
#topnavi ul li a span{color: #931b03; }
#topnavi ul li a:hover, #topnavi li#current a {background: url(../images/bkg_but.gif) bottom left no-repeat;}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #fff;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {background: url(../images/bkg_search.gif) top left no-repeat;}

#search div.search .inputbox{
  border: none;
  background: transparent;
  color:#c9c9c9;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/
#header_text div.newsflash p {}
#header_text div.newsflash a {}

/**********************/
/*** Main Body ***/
/**********************/
#main{}

/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
  color: #000;
  background: url(../images/bkg_sideheader.gif) top left no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.moduletable_menu div div, #leftcol div.moduletable div div{
}
#leftcol div.module_menu div div div, #leftcol div.module div div div, #leftcol div.moduletable_menu div div div, #leftcol div.moduletable div div div{
}
#leftcol div.module_menu div div div div, #leftcol div.module div div div div, #leftcol div.moduletable_menu div div div div, #leftcol div.moduletable div div div div {background: transparent;}

#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable, #leftcol div.moduletable_menu {
  background: #d8d8d8; 
} 

#leftcol a:link, #leftcol a:visited {color:#ae2700;}
#leftcol a:hover, #leftcol a:active {color:#ea3400;}

/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
  color: #000;
  background: url(../images/bkg_sideheader.gif) top left no-repeat; 
}

#rightcol div.module_menu div div, #rightcol div.module div div, #rightcol div.moduletable_menu div div, #rightcol div.moduletable div div{
}
#rightcol div.module_menu div div div, #rightcol div.module div div div, #rightcol div.moduletable_menu div div div, #rightcol div.moduletable div div div{
}
#rightcol div.module_menu div div div div, #rightcol div.module div div div div, #rightcol div.moduletable_menu div div div div, #rightcol div.moduletable div div div div {background: transparent;}

#rightcol div.module_menu , #rightcol div.module, #rightcol div.moduletable, #rightcol div.moduletable_menu {
  background: #d8d8d8; 
} 

#rightcol a:link, #rightcol a:visited {color:#ae2700;}
#rightcol a:hover, #rightcol a:active {color:#ea3400;}

/******************************************************************/
/* Controls Link Icon appearance in side modules */
/******************************************************************/
#leftcol ul.menu li a,
#leftcol ul.menu li ul li a,
#rightcol ul.menu li a,
#rightcol ul.menu li ul li a,
ul.mostread li a,
ul.latestnews li a,
.moduletable ul li a {
  border-bottom: 1px solid #a8a8a8;
}

#leftcol ul.menu li a:hover,
#leftcol ul.menu li.current a,
#leftcol ul.menu li ul li a:hover,
#rightcol ul.menu li a:hover,
#rightcol ul.menu li.current a,
#rightcol ul.menu li ul li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
  color: #ea3400;
  background: #c3c3c3;
  border-bottom: 1px solid #a8a8a8;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
#maincol_body h2 {color: #ff5b1c;}
#maincol_body h3 {color: #000;}

#pathway div.breadcrumbs{}
#pathway div.breadcrumbs a{}

/*** Controls publishing information: date, writer and hits ***/
.article-info {color:#7f7e7e;}

/*** Controls page navigation***/
div.pagenavcounter{color:#7f7e7e;}

.readmore a {
  background: url(../images/bkg_readmore.png) top left no-repeat;
}

/******************/
/***  Footer  ***/
/******************/
#footer_top{background: url(../images/bkg_footer_top.gif) top left no-repeat;}
#footer_bot{background: url(../images/bkg_footer_bot.gif) top left no-repeat;}
#footer{background: url(../images/bkg_footer_mid.gif) top left repeat-y;}
#footer h3{
  color:#fff;
}
#footer p {color:#d8d8d8;}

#footer a:link, #footer a:visited {}
#footer a:hover, #footer a:active {}
/******************/
/***  Copyright  ***/
/******************/
#copyright, #copyright div {
  color:#fff;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
  color:#ff8461;
}