* {
	margin:0;
	padding:0;
}
body{
	background-color:#eff2ed;
	color:#343434;
	font: 82%/1.25em "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
a{
	color:#ff2e1a;
	text-decoration:none;
}
a:hover{
	background-color:#ff2e1a;
	color:white;
}
a img{
	border:0;
}
/* layout */

#container{
	width:90%;
	max-width:1000px;
	_width:expression(document.body.clientWidth > 1111 ? "1000px" : "90%" );
	margin:20px auto 0 auto;
	overflow:hidden;
	_height:1%;
	background-color:white;
}

#header{
	float:left;
	width:40%;
}
/* LOGO
--------------------------- */
#logo{
	background-color:#ff2e1a;
	padding:40px 60px 30px 60px;
}
#logo h1{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
	color:white;
}
#logo h1 span{
	font-size:1.8em;
	font-weight:bold;
	line-height:0.9em;
	text-transform:uppercase;
	display:block;
}
/* Breadcrumbs
--------------------------- */
#breadcrumbs{
	padding:7px 6px;
	border-left:53px solid #eff2ed;
	background-color:#949e8d;
	color:#eff2ed;
	font-size:0.92em;
}
#breadcrumbs a{
	color:#eff2ed;
}
#breadcrumbs a:hover{
	background-color:#eff2ed;
	color:#949e8d;
}

/* Navigation
--------------------------- */
#nav{
	list-style:none;
	margin:30px 30px 0 30px;
	min-height:400px;
	height:auto;
	_height:400px;
}
#nav li{
	padding-left:30px;
	margin-bottom:20px;
	font-size:1.15em;
	font-weight:bold;
	color:#ff2e1a;
}
#nav li.current{
	background:url(../images/icon_selected.gif) no-repeat 0 3px;
}
#nav li.current a{
	color:#ff2e1a;
}
#nav li.current a:hover{
	color:white;
	background-color:#ff2e1a;
}
#nav li a{
	font-weight:bold;
	color:#949e8d;
}
#nav li a:hover{
	background-color:#949e8d;
	color:white;
}

#nav li ul{
	padding:0 0 0 40px;
	list-style:none;
}
#nav li li{
	margin:3px 0;
	font-size:0.8em;
}
#nav li.current li.current{
	background:none;
}
#nav li.current ul a{
	color:#949e8d;
}
#nav li.current ul a:hover{
	background-color:#949e8d;
	color:white;
}
#nav li.current ul li.current a{
	color:#ff2e1a;
}
#nav li.current ul li.current a:hover{
	color:white;
	background-color:#ff2e1a;
}
/* Main
--------------------------- */
#main{
	float:left;
	width:60%;
	position:relative;
}
#language{
	position:absolute;
	top:5px;
	right:40px;
	font:0.7em Verdana;
}
#language a{
	color:#58664d;
}
#language a:hover{
	background-color:#58664d;
	color:#eff2ed;
}

#welcome-text{
	border-top:40px solid #eff2ed;
	border-right:33px solid #eff2ed;
	background-color:#949e8d;
	text-indent:-40px;
	padding:24px 40px 40px 40px;
	font-size:1.15em;
	line-height:1.45em;
	color:white;
	font-weight:bold;
}
#welcome-text span{
	background-color:#ff2e1a;
}
#welcome-text span.first{
	padding-left:40px;
}

/* Content
---------------------------- */
#content h2{
	background-color:#949e8d;
	border-right:33px solid #eff2ed;
	overflow:hidden;
	height:1%;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:20px;
}
#content h2 span{
	background-color:#58664d;
	color:white;
	float:left;
	padding:10px 17px;
}
#content h2 span.subtitle{
	background-color:#ff2e1a;
}

#content h3{
	background-color:#949e8d;
	border-right:33px solid #eff2ed;
	overflow:hidden;
	height:1%;
	font-size:1em;
	margin-bottom:30px;
}
#content h3 span{
	background-color:#58664d;
	color:white;
	float:left;
	padding:3px 17px;
}
#content p{
	margin:0 80px 20px 40px;
}
#content ul{
	list-style:none;
}
#content li{
	margin:0 80px 15px 10px;
	padding-left:30px;
	background: url(../images/list_bullet.gif) no-repeat 0 4px;
	color:#58664d;
	font-weight:bold;
	_height:1%
}

/* Content
---------------------------- */
#footer{
	border-right:33px solid #eff2ed;
	border-left:33px solid #eff2ed;
	clear:both;
	background-color:#949e8d;
	padding:16px;
	color:white;
}
#footer a.author{
	color:white;
}
#footer .author{
	float:right;
}
#footer a:hover{
	background-color:white;
	color:#949e8d;
}
.message{
	
}
form.generic{
	padding: 40px;
}
form.generic label{
	display:block;
	margin-top:10px;
}
form.generic .buttons{
	margin-top:10px;
}
