@charset "utf-8";
/*  
/*
******************************************************************************************************

Title:			main.css
Browser(s): 	All 

Author: 		
Created: 		

******************************************************************************************************
*/


/*-------------------------------DEFINE BODY PROPERTIES----------------------------------------*/



* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}
body{
	margin:0;
	font-size: 62.5%;
	font-family: Arial, Sans-Serif; /*change font*/
	line-height: 150%; /*change font color*/
	background: url(i/newbackground.jpg) repeat-x;
	background-attachment: fixed;
}

div, p, ul, img{
	padding:0px; margin:0px; border:none;
}
/*ul{
	list-style-type:none;
}*/
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}

a {
	outline:none; /* Remove Firefox's dotted borders */
	text-decoration:none;
	color:#F38320;
	padding:0;
	margin:0;
}



a img { border:none;} /* Remove IE's blue borders */

/*txt a:hover()*/

h2 {font-size: 2.2em; line-height:1.2em; font-weight:normal; border:none; margin:0 0 35px 0; padding:0; color:#333;}
h3 {font-size: 3.2em; line-height:1.2em; font-weight:normal; border:none; margin:0; padding:0 0 22px 0; color:#227ab0;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.8em;}
h6 {font-size: 1.2em;}


.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 20px 0px 20px;}
.left{ float:left;}
.left_margin_right{ float:left; margin:0 10px 0 0; font-size:1.2em;}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.right_margin_right{ float:right; margin:0 20px 0 0;}

/*-------------------------------END----------DEFINE BODY PROPERTIES----------------------------------------*/

/*------------------------------GLOBAL TYPOGRAPHY--------------------------------*/

p  {
	font-size: 12px;
	padding:20px 20px 0px 20px;
	line-height:18px;
}
.type_large {
	padding:17px 10px 5px 40px;
	color:#003366;
	font-size:19px;
	font-style:normal;
	text-transform:uppercase;
	line-height: 20px;
	font-weight: normal;
}


/*
	WIDGET STRUCTURE
*/
.navhead {
	xmargin: 10px 20px 0px 20px;	
	xpadding: 20px 10px 30px 30px;
	padding: 10px 0px 10px 30px;
	margin: 0px 0px 0px 0px;	
	color:#FFFFFF;
	background-color: #F28321;
	font-size:20px;
	font-style:normal;
	text-transform:uppercase;
	line-height: 20px;
	border-top-right-radius: 	10px;
	-moz-border-radius-topright: 	10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 	10px;
	-moz-border-radius-topleft: 	10px;
	-webkit-border-top-left-radius: 10px;
	
	
}
.searchbox {
	padding:15px 0px 0px 30px;
}
.contenthead {
	margin: 5px 20px 0px 20px;	
	xpadding:20px 0px 0px 20px;
	padding: 10px 0px 10px 20px;
	color:#FFFFFF;
	background-color: #F28321;
	font-size:20px;
	font-style:normal;
	text-transform: none;
	line-height: 20px;

}
.contenthead2 {
	padding:20px 0px 0px 20px;
	color:#F28321;
	font-size:20px;
	font-style:normal;
	text-transform:none;
	line-height: 20px;
}
.contentsubhead {
	padding:20px 0px 0px 20px;
	color:#F38320;
	font-size:18px;
	font-style:normal;
	text-transform:uppercase;
	line-height: 20px;
}
.contentbold {
	padding:5px 20px 5px 15px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	line-height: 20px;
	background-color: #2A95DA;
	margin: 0px 20px 0px 20px;
}
.contentbold2 {
	padding:5px 20px 5px 15px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	line-height: 20px;
	background-color: #2A95DA;
	margin: 0px 20px 0px 20px;
}


.contentbold_big {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	background-color: #2A95DA;
}
.newsthead {
	padding:20px 0px 0px 20px;
	color:#F28321;
	font-size:20px;
	font-style:normal;
	text-transform:uppercase;
	line-height: 20px;
	font-weight: bold;
}

.gray {color: #666; font-size:1em; font-style:normal;}
.fat {font-weight:bold;}
.fatoragne {
	font-weight:bold;
	color:#F38320;
}
.small  {font-size: 10px; padding:20px 0px 0px 20px; line-height:1.4em; color:#666}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}
.wide { padding:20px 30px 0px 30px;}

.searchResults {
	list-style-image: url(i/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 20px;
	line-height: 18px;
}

#bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 20px;
	background: #FFFFCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 10px 10px 10px;
} 

#bullets {
	list-style-image: url(i/arrow.gif);
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 30px 10px 30px;
} 
#bullets2 {
	list-style-image: url(i/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 40px;
	line-height: 18px;
} 
#bulletlist3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 30px 10px 30px;
	background: #2A95DA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 10px 10px 10px;
	color: #FFF;
}
#bullets3 {
	list-style-image: url(i/arrow2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	margin: 10px 20px 10px 40px;
}
#bulletlist4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 20px;
	background: #2A95DA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 10px 10px 10px;
	color: #FFF;
}
#bullets4 {
	list-style-image: url(i/arrow2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 20px 10px 40px;
	line-height: 18px;
}
#bulletsordered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 70px;
	line-height: 18px;
}
#bulletsordered2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 40px;
	line-height: 18px;
}

/*------------------------------CONTENT--------------------------------*/

#top_content{ height:107px; }

#nav_content{ height:41px; top center no-repeat; z-index: 3; }

#header{ height:395px; z-index: 2;}
#header1{ height:170px; z-index: 2;}
#header p{ color:#fff;}

#main_content{ }
#main_content p{ }

.center{
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
}
.center1{ width:940px; height:100%; margin:0 auto; padding:0;}

#flashposition{ padding-left: 10px;}

.buttons{
	padding:0px 0px 0px 0px;
	margin:36px 10px 0px 0px;
	float: right;
}
.buttontype {
	font-size: 11px;
	padding:19px 0px 0px 5px;
	color:#8D9EB0;
	text-transform:uppercase;
}
.buttontype a{
	color:#8D9EB0;
}
.buttontype a:hover{
	color:#FFFFFF;
}

.button1 a {
	display: block;
	width: 275px;
	height: 80px;
	background-image: url(images/button_EU.png);
	background-position: 0px 0px;
	margin: 0px 0px 50px 145px;	
}

.button1 a:hover {
	background-position: 0px 80px;	
}
.button2 a {
	display: block;
	width: 275px;
	height: 80px;
	background-image: url(images/button_US.png);
	background-position: 0px 0px;
	margin: 0px 0px 0px 145px;	
}
.button2 a:hover {
	background-position: 0px 80px;	
}

#lodotrachoice {
width: 940px;
text-align: center;
margin: 40px auto 0px auto;
}


.buttoncircle a {
	display: block;
	height: 106px;
	width: 710px;
	background-image: url(../images/approved3.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px 0px 0px 0px;	
}
.buttoncircle a:hover {
	background-position: center -120px;	
}

.emptycolumn {
	width:300px;
	height:auto;
	padding:0px 0px 40px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.nocolumn {
	width:1px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.column {
	width:300px;
	height:auto;
	padding:0px 0px 40px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	background: #EAEAE0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.columnwide {
	width:600px;
	height:auto;
	padding:10px 10px 30px 10px;
	margin:30px 10px 0px 10px;
	float:left;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.column1 {
	width:616px;
	height: auto;
	padding:0px 0px 0px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	background: #06a; /* #EAEAE0; */
	background-color: #06a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/* background-image: url(/images/announcement-text.jpg);
     background-repeat: no-repeat; */
}
.column2 {
	width:300px; 
	height:500px;
	padding:0px 0px 0px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../i/icon_about.png);
	background-repeat: no-repeat;
}
.column3 {
	width:300px; 
	height: auto;
	padding:0px 0px 0px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	background: #EAEAE0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../i/icon_news.png);
	background-repeat: no-repeat;
}

.columnS {
	width:300px; 
	height: auto;
	padding: 10px 0px 10px 0px;
	margin:30px 10px 0px 10px;
	float:left;
	background: #EAEAE0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-repeat: no-repeat;
}

.columnL {
	width:940px; 
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 30px 10px 0px 10px;
	/*float:left;*/
	background: #EAEAE0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-repeat: no-repeat;
}

#footer{
	background: url(i/bg_footer.jpg) top center no-repeat;
	height:52px;
	margin-top: 30px;
}
#footer p {
	float:right;
	font-size:1.1em;
	color:#022950;
	padding:18px 20px 0 0px;
}
#navlist2{ float:left; padding:18px 0 0px 10px;}
#navlist2 li
{
display: inline;
list-style-type: none;
color:#FFFFFF;
padding:0px 0px 0px 20px;
}
#navlist2 li a{ font-size:1.1em; text-transform:none; color:#FFFFFF;}
#navlist2 li a:hover{
	font-size:1.1em;
	text-transform:none;
	color:#000;
}


#footer_nav{
	background: url(i/bg_footer2.jpg) top center no-repeat;
	height:35px;
}
#navlist{
	float:left;
	padding:10px 0px 0px 10px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding:0px 0px 0px 20px;
}
#navlist li a{
	font-size:10px;
	text-transform:uppercase;
	color:#39C;
}
#navlist li a:hover{
	text-transform:uppercase;
	color:#000;
}


/*#top_light1{ background:transparent url(i/bg_top_overlay.png) top center no-repeat; }
#top_light2{ background:transparent url(i/navbackground.jpg) top center no-repeat; }
#top_light3{ background:transparent url(i/bg_header_overlay.jpg) top center no-repeat; }
#top_light4{ background:transparent url(i/bg_cont_overlay.png) top center no-repeat; }
#top_light5{ background:transparent url(i/bg_footer_overlay.png) top center no-repeat; }
*/
h1 a { float:left; margin:0px 0 0px 0; display:block; width:259px; height:101px; background: transparent url(../images/logo.png) no-repeat; text-indent:-9999px; overflow:hidden;}


/*NAVIGATION*/

#sidenav
{
	padding-left: 0px;
	margin: 20px 30px 20px 30px;
	border-bottom: 1px solid #CCCCCC;
	width: 240px;
}

#sidenav li
{
font-size: 14px;
list-style: none;
margin: 0;
padding: 8px 0px 8px 0px;
border-top: 1px solid #CCCCCC;
}

#sidenav li a {
	text-decoration: none;
	display: block;
	color: #006699;
}

#sidenav li a:hover
{
	color: #F38320;
	padding-left: 20px;
	margin-left: -20px;
	background: url(i/arrowover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
}

#rnav
{
	list-style-image: url(i/arrow2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 20px 10px 40px;
	line-height: 18px;
}

#rnav li
{
	list-style-image: url(i/arrow2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#rnav li a {
	list-style-image: url(i/arrow2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	color: #000000;
}

#rnav li a:hover
{
	color: #F38320;
	padding-left: 20px;
	margin-left: -20px;
}

#current
{
	color: #F38320;
	padding-left: 20px;
	margin-left: -20px;
	background: url(i/arrowcurrent.png);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
}

#newsnav
{
	padding-left: 0px;
	margin: 20px 30px 20px 30px;
	border-bottom: 1px solid #CCCCCC;
	width: 240px;
}

#newsnav li
{
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #CCCCCC;
}

#newsnav li a {
	text-decoration: none;
	display: block;
	color: #006699;
}

#newsnav li a:hover
{
	color: #F38320;
	padding-left: 20px;
	margin-left: -20px;
	background: url(i/newsarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#newscurrent
{
	color: #F38320;
	padding-left: 20px;
	margin-left: -20px;
	background: url(i/newsarrowcurrent.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
a.lbutton{
	display:block;
	float:left;
	font-weight:norm;
	font-size:12px;
	color:#5A3900;
	text-decoration:none;
	background:url(i/bgbutton.jpg) no-repeat left top;
	height:25px;
}

a.lbutton span{display:block; float:left; background:url(i/bgbutton.jpg) no-repeat right top; height:22px; padding-left:5px; padding-top:3px; padding-right:20px; margin-left:15px; cursor:pointer}

a.lbutton:hover{background-position:0px bottom; color:#FFFFFF}

a.lbutton:hover span{background-position:right bottom;}



