@import url("forms.css");
@import url("grid.css");
@import url("forms.css");
@import url("ie.css");
/*@import url("print.css") print;*/
@import url("reset.css");
@import url("typography.css");

body{
	background: #fff url(../img/bg.png) repeat-x;
}

.first{
	padding: 0 10px 0 20px;
}

.header{
	background: url(../img/bg_header.png) no-repeat;
	height: 133px;
	padding: 33px 0 0 11px;
}

.header h1{
	float: left;
}

.header .languages{
	/* float: right;*/

	
}

.header .navigation{
	/*float: right;*/
	
}

.languages{
	list-style-type: none;
	line-height: 2 em;
	text-align: right;
}

.navigation{
	list-style-type: none;
	line-height: 1 em;
	text-align: right;
}

.languages li{
	display: inline;
}

.navigation li{
	display: inline;
}

.languages li a{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #86B31F;
	text-decoration: none;
	margin-left: .8em;
	/*font-weight: bold;*/
}

.navigation li a{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #597815;
	text-decoration: none;
	margin-left: .8em;
}

.languages li a:hover{
	border-bottom: 2px solid #597815;
}

.navigation li a:hover{
	border-bottom: 2px solid #E0C380;
}



.leader{
	font-family: "Helvetica Neue", Helvetica, Arial;
	background: url(../img/bg_leader.png) bottom no-repeat;
	margin-bottom: 2.5em;
	min-height: 103px;
}

.leader div{
	padding: 0 10em 1.5em 1.5em;
	font-size: 1.4em;
	line-height: 1.6em;
}

.photoframe{
	text-align: center;
	border: 1px solid #d8ded4;
	background: #f5feec;
	padding: 3px;
	margin-bottom: 1em;
}

.photoframe p.caption{
	color: #7C7E7A;
	font-style: italic;
	margin: 0;
}

.photoframe img{
	width: 182px;
}

img.photoframe{
	padding: 3px;
	border: 1px solid #d8ded4;
	background: #f5feec;
}

.footerwrap{
	margin-top: 2em;
	width: 100%;
	background: #DAECCB url(../img/bg_footer.png) bottom repeat-x;
}

.footer{
	color: #666;
	background: url(../img/bg_footer_tooth.png) bottom right no-repeat;
	padding: 1.6em 0 2em 0;
	margin: 0 auto;
	text-align: left;
	width: 870px;
}

.footer .quiet{
	color: #999;
}

.footer table, .footer table td{
	margin: 0;
	padding: 0;
}

p{
	line-height: 1.6em;
}

p.copyr{
	margin-top: 13.8em;
}

form{
	border: 1px solid #d8ded4;
	background: #f5feec;
	padding: 10px;
}

form label{
	display: block;
}

form span{
	color: #f00;
}
