/*--------------------------
	Reset
--------------------------*/
* {
	padding:0;
	margin:0;
}
img {
	border: none;
}
input[type=text] { /* This is not supported in ie6 */
	padding:1px;
}
ul {
	padding-left:40px;
}
table {
	border-collapse: collapse;
}
/*--------------------------
		Links
--------------------------*/
a, a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*--------------------------
		Main layout
--------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	background: #7ba46a;
	color:#595959;
	min-width:960px;
}
#container {
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px;
	width: 960px;
	height: auto;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	width: 960px;
	height: 202px;
	background-color:#d9e9d2;
	background-image:url(/res/img/common/header.jpg);
	background-repeat:no-repeat;	
    background-position: top center;
}
#main-content {
	background-color:#FFFFFF;
	width: 960px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;	
}
#footer {
	clear:both;
	width: 960px;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #d7e1c2;
	background-image:url(/res/img/common/footer-bottom.gif);
	background-repeat:no-repeat;	
    background-position: bottom center;
}
#main-copyright {
	font-size: 0.8em;
	color: #EBEBEB;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom:30px;
}
#main-copyright a, a:link, a:active {
	color: #FFFFFF;
}

/*--------------------------
		HEADER
--------------------------*/
#header-languages {
	position:absolute;
	top: 15px;
	right:0px;
	height:20px;
	width:400px;
	text-align:right;
	vertical-align:middle;
	color:#FFFFFF;
	overflow:hidden;
}
#header-languages img {
	vertical-align:middle;
}
#header-languages a, a:link, a:active {
	color: #FFFFFF;
}
#header-slogan {
	position:absolute;
	top:38px;
	right:0px;
	height:36px;
	width:700px;
	line-height:36px;
	text-align:right;
	font-size:28px;
	font-family:Verdana;
	color:#011f44;
	margin-right:10px;
	overflow:hidden;
}
#header-home-link {
	display:block;
	position:absolute;
	left:35px;
	top:0px;
	width:165px;
	height:165px;
}
#header-search-container {
	position: absolute;
	bottom:9px;
	right:0px;
}
/* For translucency cf. https://developer.mozilla.org/En/Useful_CSS_tips/Color_and_Background */
#header-search-translucentbkg {
	width: 270px; height: 30px;     /* to match DIVs size          */
	background-image:url(/res/img/common/search-background.gif);
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
#header-search-opaquetext {
	width: 270px; height: 30px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	font-size:12px;
	text-align:right;
}
#header-search-table {
	width:240px;
	height:30px;
	float:right;
	border:0px;
}
#header-search-box {
	width:180px;
	height:18px;
	font-size:12px;
	color:#A2A2A2;
	border:1px solid #626262;
	line-height:16px;
	padding:1px; /* Because ie6 doesn't support selectors, so general rule input[type=text] {padding:1px;} doesn't work in ie6 */
}
#header-search-container a { color: #011f44; }



/*--------------------------
		MENU
--------------------------*/
#main-menu {
	width: auto;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
#main-menu ul {
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#main-menu li {
	height: 34px;
	float: left;
}
.main-menu-tab-active {
	background: url(/res/img/common/menu-tab-active.gif) no-repeat left top;
}
.main-menu-tab-inactive {
	background: url(/res/img/common/menu-tab-inactive.gif) no-repeat left top;
}
.main-menu-tab-spacer {
	width: 5px;
}
#main-menu a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 188px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 1.2em;
	overflow:hidden;
}
#sub-menu {
	background-color: #285d9e;
	padding:12px 10px 12px 10px;
}
#sub-menu a {
	margin-right:20px;
	width:auto;
	height:auto;
	display:inline;	
	color:#FFFFFF;
	text-align:left;
	line-height:90%;
	font-weight:normal;
	font-size:90%;
}
#sub-menu-empty {
	font-size:0px; /* fix IE's empty div height bug */
	height: 4px;
	background-color: #285d9e;
}
#sub-menu-bottom {
	font-size:0px; /* fix IE's empty div height bug */
	height: 4px;
	padding:0px;
	margin:0px;
}
#crumbs {
	background-color: #d9e9d2;
	padding:3px 10px 7px 10px;
	line-height:10px;
	font-size:10px;
	border-top:3px solid #b2b6b0;
}
#crumbs h1 {
	margin:8px 0px 10px 0px;
	font-weight:normal;
	font-size:200%;
}
#crumbs a {
	width:auto;
	height:auto;
	display:inline;	
	color:black;
	text-align:left;
	font-weight:normal;
	color: #666666;
	line-height:10px;
	font-size:10px;
}
#crumbs a, #crumbs a:link, #crumbs a:active {
	text-decoration: underline;
}
#crumbs a:hover {
	text-decoration: none;
}
#crumbs-empty {
	font-size:0px; /* fix IE's empty div height bug */
	height: 4px;
	padding:0px;
	margin:0px;
	background-color: #d9e9d2;
}

/*--------------------------
		CONTENT
--------------------------*/
#main-content a {
	color:#285d9e;
}
/*--------------------------
		FOOTER
--------------------------*/
#footer-columns {
	width:800px;
	margin:auto;
	font-size:90%;
}
.footer-column {
	float: left;
	width:190px;
	padding-left:10px;
}
.footer-title {
	color:#1f211b;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color:#285d9e;
}
#footer-languages {
	padding-top:10px;
	text-align:center;
}
/*--------------------------
		SITEMAP
--------------------------*/
#sitemap {
	font-size:90%;
}
#sitemap ul {
	padding-bottom:10px;
}
/*--------------------------
		GENERAL
--------------------------*/
.clear {
	clear:both;
}
.txt-orange {
	color:#df4b03;
}
.txt-grey {
	color: #666666;
}
.txt-dim {
	color: #B3B3B3;
}
.italic {
	font-style:italic;
}
.nowrap {
	white-space:nowrap;
}
.center-text {
	text-align:center;
}
/* Message boxes at http://css.dzone.com/news/css-message-boxes-different-me */
.success-message, .error-message, .warning-message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.success-message {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/res/img/common/success-message-icon.png');
}
.error-message {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/res/img/common/error-message-icon.png');
}
.warning-message {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/res/img/common/warning-message-icon.png');
}
