/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* In some cases there may be need for two distinct structure.css files for a site:
structure_home.css for the home page, and structure_inside.css for inside pages.

In that case, modify the first part of base.css to read ...

@import url(structure_home.css);
@import url(structure_inside.css);
@import url(content.css);

*/

/* ----- comment styles well for better reference later! ----- */


.wrapper {
	width: 100%;               /* total width */
}      
.outer {
	border-left-width: 180px;  /* left column width */
	border-left-color: #EE6622;   /* left column colour */
	border-right-width: 15px; /* right column width */
	border-right-color: #EECC77;  /* right column colour */
	background-color: #ffffff; /* center column colour */
}
.left {
	width: 180px;              /* left column width */
	margin-left: -180px;       /* _negative_ left column width */
}
.right {
	width: 15px;              /* right column width */
	margin-right: -15px;      /* _negative_ right column width */
}
.widetop {
	background-color: #116633;
	width: 100%;
	position: relative;
	z-index: 13;
	margin-bottom: 15px;
}
#widebottom {
	background-color: #116633;
	width: 100%;
	position: relative;
	z-index: 13;
	height: 100px;
	margin-top: 1px;
	color: #C0D6C9;
	font-size: 11px;
	padding-top: 17px;
}
#widebottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#widebottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.outer { 
	width: auto; 
	border-left-style: solid; 
	border-right-style: solid; 
	}
.inner { 
	margin: 0; 
	width: 100%; 
	}
.left {
	float: left;
	position: relative;
	z-index: 10;
	background-image:  url("/en/images/nav_bg_left.gif");
	background-repeat: no-repeat;
}
.right { 
	float: left; 
	position: relative; 
	z-index: 11; 
	}
.center {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;

}
.clear { clear: both; }

/* Mozilla code START */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 9px; }
.right p { padding-left: 0px; }
.center { margin: 0 -8px 0 -2px; }
/* Mozilla code  END */

#textarea {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 35px;
}
#textareanews {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 35px;
	background-color: #EECC77;
}
#topthemea {
	background-image:  url("/en/images/theme1_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}
#topthemeb {
	background-image:  url("/en/images/theme2_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}
#topthemec {
	background-image:  url("/en/images/theme3_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}
#topthemed {
	background-image:  url("/en/images/theme4_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}
#topthemepica {
	background-image:  url("/en/images/themes_1.jpg");
	background-repeat: no-repeat;
	width: 100%;
}
#topthemepicb {
	background-image:  url("/en/images/themes_2.jpg");
	background-repeat: no-repeat;
	width: 100%;
}
#topthemepicc {
	background-image:  url("/en/images/themes_3.jpg");
	background-repeat: no-repeat;
	width: 100%;
}
#topthemepicd {
	background-image:  url("/en/images/themes_4.jpg");
	background-repeat: no-repeat;
	width: 100%;
}
#logo {
	position: absolute;
	top: 15px;
	z-index: 15;
	left: 50px;
}
#topnav {
	color: #88AA99;
	position: absolute;
	top: 55px;
	z-index: 15;
	width: 100%;
	text-align: right;
	font-size: 11px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#slogan {
	color: #FFFFFF;
	position: absolute;
	top: 108px;
	z-index: 15;
	width: 100%;
	text-align: right;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#breadcrumbs {
	color: #999999;
	width: 100%;
	text-align: right;
	font-size: 11px;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}
#heading {
	color: #333333;
	width: 100%;
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
#text {
	width: 100%;
}
#textnews {
	width: 100%;
	line-height: 25px;
	background-color: #EECC77;
}
#bodynav {
	z-index: 40;
}
#navlist {
	font-size: 11px;
	width: 180px;
	color: #FCE5D0;
}
#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	text-decoration: underline;
}
#navlist p {
	margin: 0px 0px 0px 15px;
	padding: 6px 6px 6px 0px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
}
#navlistindent p {
	margin: 0px 0px 0px 15px;
	padding: 6px 6px 6px 10px;
	vertical-align: top;
	background-color: #FF9966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCBB;
}
#navlistindent2 p {
	margin: 0px 0px 0px 15px;
	padding: 6px 6px 6px 20px;
	vertical-align: top;
	background-color: #FF9966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCBB;
}
#navliston p {
	background-color: #FFFFFF;
}
#navliston a {
	color: #EE6622;
}
.homenews {
	background-color: #EECC77;
	color: #70550E;
	line-height: 15px;
}

.homenews  a {
	font-weight: bold;
	color: #EE6622;
	text-decoration: none;
}
.homenews  a:hover {
	font-weight: bold;
	color: #EE6622;
	text-decoration: underline;
}
.homenews  a:visited {
	font-weight: bold;
	color: #EE6622;
	text-decoration: none;
}
