/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.inputbox, .button, .login-fields input { 
	border: 1px solid #a9580e;
	background:#743c0a;
	color:#ff7a00;
}
.inputbox:hover, .button:hover, .login-fields input:hover { background:#5b2f07; }

a:link, a:visited {color: #ff7a00;}
a:hover, a:active, a:focus {color: #ff7a00;}

body {background: #5d2701 url(../images/bkg_body.jpg) top left repeat;}
body, td, div, p {color: #fff;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper_top {background:url(../images/bkg_title.png) bottom center no-repeat;}
#wrapper {background:url(../images/bkg_content1.png) top center repeat-y;}
#wrapper_bot {background:url(../images/bkg_copyright.png) top center no-repeat;}

#header{background:url(../images/AAEFE_header.gif) top left no-repeat;}

#title {	color: #fff; text-shadow:1px 1px #000;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {}
#topnavi ul li a {background:url(../images/bkg_but_l.gif) top left no-repeat;}
#topnavi ul li a span{color: #ff7900; background:url(../images/bkg_but_r.gif) top right no-repeat;}
#topnavi ul li a:hover, #topnavi li#current a {background:url(../images/bkg_but_on_l.gif) top left no-repeat;}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #ff7900; background:url(../images/bkg_but_on_r.gif) top right no-repeat;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {
	background:url(../images/bkg_search.gif) top left repeat-x;
}

#search div.search .inputbox{
	border: none;
	background: transparent;
	color:#fff;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/

/**********************/
/*** Main Body ***/
/**********************/
#main{
}

/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #fff;
	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{
	background: transparent url(../images/bkg_sidemenu_top.gif) top left no-repeat; 
}
#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{
	background: transparent url(../images/bkg_sidemenu_bot.gif) bottom left no-repeat; 
}
#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: transparent url(../images/bkg_sidemenu_mid.gif) top left repeat-y; 
} 

#leftcol a:link, #leftcol a:visited {color:#ff7a00;}
#leftcol a:hover, #leftcol a:active {color:#ffc600;}

/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #fff;
	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{
	background: transparent url(../images/bkg_sidemenu_top.gif) top left no-repeat; 
}
#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{
	background: transparent url(../images/bkg_sidemenu_bot.gif) bottom left no-repeat; 
}
#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: transparent url(../images/bkg_sidemenu_mid.gif) top left repeat-y; 
} 

#rightcol a:link, #rightcol a:visited {color:#ff7a00;}
#rightcol a:hover, #rightcol a:active {color:#ffc600;}

/******************************************************************/
/* 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 #a9580e;
}

#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:#ffc600;
	background: #743c0a;
	border-bottom: 1px solid #a9580e;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
#maincol_body h2 {color: #fff;}
#maincol_body h3 {color: #fff;}

#pathway div.breadcrumbs{}
#pathway div.breadcrumbs a{}

/*** Controls publishing information: date, writer and hits ***/
.article-info {color:#c27734;}

/*** Controls page navigation***/
div.pagenavcounter{color:#c27734;}

.readmore a {
	color:#ff7a00;
	background: url(../images/bkg_readmore.png) top left no-repeat;
}

/******************/
/***  Footer  ***/
/******************/
#footer{
}
#footer h3{
	color:#fff;
}
#footer p {
	color:#fff;
}

#footer a:link, #footer a:visited {color:#ff7a00;}
#footer a:hover, #footer a:active {color:#ffc600;}
/******************/
/***  Copyright  ***/
/******************/
#copyright, #copyright div {
	color:#fff;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#ff7a00;
}