@charset "utf-8";

#inveready{
	background-color:#fefcf7;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#666;
}

img{
	border:none;
}
p {
	padding:0;
	margin:0;
}

h1 {
	padding:0;
	margin:0;
	color:#666666;
	font-size:18px;
	font-weight:normal;
}

h2 {
	padding:0;
	margin:0;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/*MAIN CONTENT -> TEXT*/
#container #main #main_content p{
	margin: 0px 0px 15px 0px;
	color:#333333;
}
#container #main #main_content ul{
	margin: 5px 0px 15px 0px;
	padding-left:15px;
	color:#333333;
}
#container #main #main_content ol{
	margin: 5px 0px 15px 0px;
	padding-left:24px;
	color:#333333;
}

/*TOP -> Date and language switcher*/
#top{
	background-image:url(img/top_bck.png);
	background-color:transparent;
	background-repeat:no-repeat;
	width:1024px;
	height:45px;
	margin:auto;
	font-size:10px;
	font-weight:lighter;
	letter-spacing: 1px;
	color:#999;
	padding:0px;
}
#top #top_wrapper{
	margin:0px 22px;	
	padding-top:20px;
}
#top #date{
	float:left;
	padding:0px;
}
#top #language_switcher{
	display:inline-block;
	float:right;
	padding:0px;
}
#top #language_switcher ul{
	margin:0px;
	padding:0px;
}
#top #language_switcher li{
	margin: 0px;
	padding:0 5px;
	list-style:none;
	display:inline;
	border-right: 1px solid #666;
}
#top #language_switcher li a:link {
	color:#999;
}
#top #language_switcher li a:visited {
	color:#999;
}
#top #language_switcher li a:hover {
	color:#000;
}
#top #language_switcher li.first{
	border-left: 1px solid #666;
}

/*BOTTOM -> Distinguished news, submenu and copyright*/
#bottom{
	background-image:url(img/global_bottom_bck.png);
	background-repeat:no-repeat;
	background-color:transparent;	
	width:1024px;
	height:312px;
	margin:auto;
	padding:0px;
	clear:both;
	font-size:10px;
	font-weight:lighter;
	letter-spacing: 1px;
}
#bottom ul{
	margin:15px 20px;
	padding:0px;
	float:left;
}
#bottom li{
	float:left;
	list-style:disc;
	color:#333;
	margin-left:20px;

}
#bottom li.first{
	margin:0px;
	list-style:none;
	
}
#bottom li.last{
}
#bottom li a:link{
	color:#999;
}
#bottom li a:visited{
	color:#999;
}
#bottom li a:hover{
	color:#000;
	text-decoration:underline;
}
	
#bottom li.selected{
	color:#000;
}

#bottom #copyright{
	padding-top:15px;
	color:#333;
}
/*HEADER -> Logo and slogan*/
#container{
	background-image:url(img/container_bck.png);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-color:transparent;
	width:1024px;
	min-height:100px;
	margin:auto;
}
#container #header{
	margin:0px 0px 0px 22px;
	padding:0px;
}
#container #header #logo{
	padding:0px 0px 0px 0px;
	margin:0px;
	position:relative;
	top: -1px;
	margin:0px;
}

/*MAIN*/
#container #main{
	clear:both;
	display:block;
	margin:0px 22px;
	position:relative;
	padding:0px 20px 10px 15px;

}
#container #main #main_content{
    display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
}

/*TITLE*/
#container #main #main_content #title{
	margin-top:0px;
	border-bottom:1px solid #666666;
	padding-bottom:5px;
	clear:both;
}
#container #main #main_content #title h1{/*WITHOUT NAVIAGTION MENU*/
	width:941px;
}



/*GENERIC CONTENT*/
#container #main #main_content #generic_resources{
	padding:15px 20px 10px 0px;
	width: 340px;
	display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
}

#container #main #main_content #generic_content{
	padding:15px 0px 10px 0px;
    display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	color:#333;
}

#container #main #main_content .res{/*RESOURCES ONLY*/
	width:574px;
}
#container #main #main_content .only{/*ONLY CONTENT-> WITHOUT RESOURCES*/
	width:941px;
}



/*GENERIC RESOURCES -> IMAGE, VIDEO*/
#container #main #main_content #generic_resources #imagewrapper {
	float:right;
	position: relative;
	margin:0px;
	float: left;
	padding-bottom:0px;
	margin: 0px 0px 15px 0px;
	width:340px;
	height:226px;
}
#container #main #main_content #generic_resources #imagewrapper img{	
	width:340px;
	height:226px;
}
#container #main #main_content #generic_resources #imagewrapper span {
	position: absolute;
	z-index: 2;
	height: 5px;
	width: 5px;
}
#container #main #main_content #generic_resources .curve1 {
	background: transparent url(img/topright.png) top right no-repeat;
	top: 0;
	right: 0;
}
#container #main #main_content #generic_resources .curve2 {
	background: transparent url(img/topleft.png) top left no-repeat;
	top: 0;
	left: 0;
}
#container #main #main_content #generic_resources .curve3 {
	background: transparent url(img/bottomright.png) bottom right no-repeat;
	bottom: 0px;
	right: 0;
}
#container #main #main_content #generic_resources .curve4 {
	background: transparent url(img/bottomleft.png) bottom left no-repeat;
	bottom: 0px;
	left: 0;
}
#container #main #main_content #generic_resources #videowrapper{
	text-align:center;
	margin: 0px 0px 15px 0px;
}

/*CONTENT ATTACHED FILES*/
#container #main #main_content #attached_files{
	clear: both;
	margin: 0px 0px 15px 0px;
}
#container #main #main_content #attached_files ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 100%;
}
#container #main #main_content #attached_files li{
	background-image:url(img/grey_doc_bck.jpg);
	background-repeat:repeat-x;
	list-style:none;
	height:22px;
	margin:0px 0px 6px 0px;
	padding-top:4px;
}
#container #main #main_content #attached_files li a{
	background-image:url(img/grey_doc.gif);
	background-repeat:no-repeat;
	font-size:11px;
	padding:6px 0px 5px 15px;
	height:22px;
}
#container #main #main_content #attached_files li a:link{
	color:#666666;
	text-decoration:none;
}
#container #main #main_content #attached_files li a:visited{
	color:#666666;
	text-decoration:none;
}
#container #main #main_content #attached_files li a:hover{
	color:#000000;
	text-decoration:none;
}
#container #main #main_content #attached_files li.first{	
}
#container #main #main_content #attached_files li.last{	
}

/*******************SITE MAP********************/
#container #main #main_content dl{
	margin:0px;
}
#container #main #main_content #site_map_wrapper{
	padding-top:10px;
}
#container #main #main_content #site_map_wrapper #site_map_cc{
	width: 430px;
	display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	padding:20px 20px 0px 20px;
	color:#a74428;
}
#container #main #main_content #site_map_wrapper #site_map_sc{
	width: 430px;
	display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	padding:20px 20px 0px 20px;
	color:#003399;
}
#container #main #main_content #site_map_wrapper #site_map_cc h2{
	color:#a74428;
	background-image:url(img/red_white_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:20px;
}
#container #main #main_content #site_map_wrapper #site_map_cc div{
	background-image:url(img/red_white_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:25px;	
}
#container #main #main_content #site_map_wrapper #site_map_cc dt{
	background-image:url(img/red_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#a74428;	
	min-height:20px;
	margin-top:0px;
	background-color:#f6ece9;
	padding:5px 5px 0px 10px;
}
#container #main #main_content #site_map_wrapper #site_map_cc dd{
	color:#a74428;
	min-height:20px;
	margin:0px 0px 0px 25px;
	padding-top:5px;
}
#container #main #main_content #site_map_wrapper #site_map_cc a:link{
	color: #a74428;
	text-decoration:none;
}
#container #main #main_content #site_map_wrapper #site_map_cc a:visited{
	color: #a74428;
	text-decoration:none;
}
#container #main #main_content #site_map_wrapper #site_map_cc a:hover{
	color:#000000;
	text-decoration:underline;
}





#container #main #main_content #site_map_wrapper #site_map_sc h2{
	color:#003399;
	background-image:url(img/blue_white_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:20px;
}
#container #main #main_content #site_map_wrapper #site_map_sc div{
	background-image:url(img/blue_white_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:25px;	
}
#container #main #main_content #site_map_wrapper #site_map_sc dt{
	color:#003399;	
	min-height:20px;
	margin-top:0px;
	background-color:#e5ebf5;
	padding:5px 5px 0px 10px;
	background-image:url(img/blue_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#container #main #main_content #site_map_wrapper #site_map_sc dd{
	color:#003399;
	min-height:20px;
	margin:0px 0px 0px 25px;
	padding-top:5px;
}
#container #main #main_content #site_map_wrapper #site_map_sc a:link{
	color: #003399;
	text-decoration:none;
}
#container #main #main_content #site_map_wrapper #site_map_sc a:visited{
	color: #003399;
	text-decoration:none;
}
#container #main #main_content #site_map_wrapper #site_map_sc a:hover{
	color:#000000;
	text-decoration:underline;
}

#container #main #main_content #site_map_global{
	padding:0px 20px 20px 20px;
	width:901px;
}
#container #main #main_content #site_map_global #aux_wrapper{
	min-height:25px;
	background-image:url(img/grey_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#container #main #main_content #site_map_global ul{
	margin:0px;
	padding:0px;
	
}
#container #main #main_content #site_map_global li{
	list-style:none;
	margin:0px;
	min-height:20px;
	padding-top:5px;
	background-image:url(img/grey_underline.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#container #main #main_content #site_map_global a{
	
}
#container #main #main_content #site_map_global a:link{
}
#container #main #main_content #site_map_global a:visited{
}
#container #main #main_content #site_map_global a:hover{
}
