@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../img/main/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

a
{
	text-decoration: none;
}

#container
{
	margin: auto;
	width: 960px;
}

#logo
{
	float: left;
	width: 130px;
	height: 100px;
}

#logo .image
{
	width: 82px;
	height: 72px;
	float:right;
	margin-top: 15px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#logo2
{
	width:320px;
	height:30px;
	float:left;
	font-size: 11px;
	color: #002851;
	padding-top: 35px;
	padding-left: 20px;
}

#language
{
	width: 490px;
	height: 30px;
	float: left;
}

#language ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	padding-top: 12px;
}

#language ul li
{
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	border-left: solid 1px #9b9b9c;
}

#language ul li.first
{
	border-left: none;
}

#language a
{
	color: #686868;
}

#language a:hover, #language .chosen a
{
	color: #012e6a;
}

#search
{
	width: 490px;
	height: 35px;
	float: left;
}

#search table
{
	float: right;
	margin-top: 6px;
	border-collapse: collapse;
}

#search td
{
	padding: 0px 6px 0x 0px;
}

#search label.label
{
	padding-right: 6px;
	font-size: 9px;
	color: #7a7a7a;
}

#search input.text
{
	width: 139px;
	height: 15px;
	border: solid 2px 2px 1px 1px #9b9b9c;
	font-size: 9px;
	color: #7a7a7a;
	margin: 0px;
	padding: 5px 5px 0px 5px;	
	background-color: #ffffff;
}

#search input.submit
{
	width: 60px;
	height: 22px;
	border: solid 1px #88a1c3;	
	color: #ffffff;	
	background-image: url(../img/search.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

#menu
{
	width: 830px;
	height: 32px;
	float: left;
	margin-top: 5px;
	
}


#menu ul
{
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;	
	color: #ffffff;
}

#menu ul li 
{
	height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	background-color: #013274;
}

#menu ul li a
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #013274;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
}

#menu ul li a:hover, #menu ul li a.selected
{
	background-color: #51a9dc;
	border-top: solid 3px #51a9dc;	
	border-bottom: solid 3px #51a9dc;	
	color: #ffffff;
}

#image
{
	float: left;
	width: 960px;
	margin-top: 3px;
	height: 227px;
	background-image: url(../img/main/main.jpg);
	background-repeat: no-repeat;
}

#image .box
{
	float: right;
	clear: right;
	width: 380px;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	margin-top: 30px;
}

#image .box .title
{
	float: left;
	clear: left;
	width: 380px;
	font-size: 22px;
	color: #013274;
	border-bottom: solid 2px #013274;
	padding-bottom: 10px;
}

#image .box .description
{
	float: left;
	clear: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 11px;
	color: #0075b8;
}

#image .box .more a
{
	float: right;
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	font-size: 11px;
	color: #0075b8;
	background-image: url(../img/main/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#image .more a:hover
{
	font-weight: bold;
}

#events
{
	clear: both;
	float: left;
	width: 48%;
	
}

#aps
{
	float: right;
	width: 48%;
}


#news h1, #events h1, #aps h1
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color #03274c;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

#events h1, #aps h1
{
	border-bottom: solid 1px #999;
}

#news ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 20px;
}

#news ul li
{
	float: left;
	border-left: solid 1px #bfdced;
	width: 220px;
	padding-left: 13px;
	padding-right: 13px;
}

#news ul li.first
{
	border-left: none;
	padding-left: 0px;
}

#news ul li.last
{
	padding-right: 0px;
}

#news ul li .date
{
	margin-top: 10px;
	float: left;
	font-size: 10px;
	color: #868686;
	background-image: url(../img/main/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	width: 217px;
}

#events .photo, #aps .photo
{
	float: left;
	margin-top: 15px;
}

#events .photo img, #aps .photo img
{
	padding: 1px;
	border: solid 1px #c6c6c6;
}

#news ul li .title, #events .title, #aps .title
{
	float: left;
	color: #0075b8;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 217px;
}

#news ul li .title
{
	clear: left;
}

#events .title, #aps .title
{
	margin-top: 15px;
	float: right;
	clear: right;
	width: 230px;
}

#news ul li .description, #events .description, #aps .description
{
	float: left;
	color: #3c3b3b;
	font-size: 11px;
	text-align: justify;
	width: 217px;
	min-height: 40px;
	height:auto !important;
	height: 40px;
}

#news ul li .description
{
	clear: left;
}

#events .description, #aps .description
{
	float: right;
	clear: right;
	width: 230px;
	min-height: 60px;
	height:auto !important;
	height: 60px;
}

#news ul li .more a, #events .more a, #aps .more a
{
	float: right;
	margin-top: 20px;
	font-size: 10px;
	color: #0075b8;
	background-image: url(../img/main/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#news ul li .more a
{
	clear: left;
}

#events .more a, #aps .more a
{
	float: right;
	clear: right;
}

#news ul li .more a:hover, #events .more a:hover, #aps .more a:hover
{
	font-weight: bold;
}

#banner
{
	float: right;
	width: 228px;
	height: 129px;
	background-image: url(../img/main/banner.jpg);
	background-repeat: no-repeat;
}


















#content
{
	float: left;
	width: 760px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 3px;
}

#content h1
{
	padding: 0px;
	margin: 0px;
	height: 40px;
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom: solid 2px #013274;
}

#content h1 p
{
	float: left;
	color: #013274;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;	
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	padding-left: 20px;
}

#content h1 a.print
{
	float: right;
	margin-top: 15px;	
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10px;
	color: #013274;
	padding-right: 30px;
}

#content h1 a.print:hover
{
	font-weight: bold;
}

#content p
{
	color: #555555;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

#content hr
{
	color: #bebfbf;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1px;
}

#content ol
{
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	font-size: 12px;
	color: #555555;
	margin-top: 15px;
	margin-bottom: 15px;	
}


#content h2, #content p.important
{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top: solid 1px #bebfbf;
	border-bottom: solid 1px #bebfbf;
	color: #013274;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	padding-left: 20px;
}

#content p.important
{
	color: #128cd2;
}

#content ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	float: left;
}

#content ul li
{
	border-top: dotted 1px #abbdd4;
	float: left;
	clear: left;
	width:760px;
}

#content ul li .photo, #content ul li .photoWithoutBorder
{
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 55px;
}

#content ul li .photo img
{
	border: solid 1px #abbdd4;
	padding: 1px;
}

#content ul li .photoWithoutBorder
{
	border: none;
	padding: 0px;
	padding-left: 60px;
}

#content ul li .prize, #content ul li .statuette
{
	float: right;
	width: 460px;
	border-bottom: solid 1px #abbdd4;
	color: #128cd2;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li .name
{
	float: right;
	width: 460px;
	color: #2c2c2c;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 25px;
}

#content ul li .title
{
	float: right;
	width: 460px;
	color: #2c2c2c;
	font-size: 12px;
	font-weight: bold;
	padding-top: 25px;
}

#content ul li .reason, #content ul li .description
{
	float: right;
	width: 460px;
	font-size: 12px;
	padding-top: 25px;
}

#content ul li .description
{
	padding-top: 15px;
	padding-bottom: 15px;
}


#content ul li .author
{
	float: right;
	width: 460px;
	border-bottom: solid 1px #abbdd4;
	color: #2c2c2c;
	font-size: 12px;	
	padding-top: 10px;
	padding-bottom: 10px;
}



#content .director
{
	float: left;
	padding-top: 20px;
	padding-left: 55px;
	width: 200px;
}

#content .director img
{
	border: solid 1px #abbdd4;
	padding: 2px;
	float: left;
	width: 200px;

}

#content .director .description
{
	border: solid 1px #abbdd4;
	border-top: none;
	padding: 2px;
	clear: left;
	float: left;
	width: 200px;
	text-align: center;
	color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#content .position
{
	float: right;
	width: 460px;
	border-top: dotted 1px #abbdd4;
	border-bottom: dotted 1px #abbdd4;
	color: #013274;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 20px;
}

#content .people ul
{
	width: 450px;
	clear: right;
}

#content .people ul
{
	list-style: none;
	float: right;
	padding: 0px;
	margin: 0px;
	border-top: none;
	margin-top: 20px;
	width: 450px;
}

#content .people ul li
{
	margin: 0px;
	padding: 0px;
	width: 450px;
	border-top: none;
	font-size: 12px;
	color: #555555;
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;

}

#content p.description
{
	font-size: 14px;
	font-weight: bold;
	color: #013274;
}




#footer
{
	float: left;
	clear: both;
	margin-top: 30px;
	width: 960px;
	border-top: solid 2px #013274;
	padding: 15px 0px 30px 10px;
	color: #808080;
}


