/* Basic Default Styles */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff url('../images/fra_bckg_body.gif') repeat-x top left;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
body.home{ background-image: url('../images/fra_bckg_body_home.gif'); }
a:link,
a:visited{
	text-decoration: underline;
	color: #174fa4;
}
a:hover,
a:active{
	text-decoration: none;
	color: #000000;
}
#content a[rel="external"]{ background: url('../images/ico_external.gif') 99% 40% no-repeat; padding-right: 16px; }
#content a[href$=".pdf"], a.pdf{ background: url('../images/ico_pdf.gif') 0% 60% no-repeat; padding-left: 20px; }
a.plus{ background: url('../images/ico_plus.gif') 0% 60% no-repeat; padding-left: 12px; }
a.minus{ background: url('../images/ico_minus.gif') 0% 60% no-repeat; padding-left: 12px; }
a[rel="lightbox"] img{ border: 2px solid #cccccc; }
a[rel="lightbox"] img:hover{ border: 2px solid #fbcb09; }
ul{ list-style-type: square; }
img{ border: 0; }
.left{ float: left; }
.right{ float: right; }
.center{ text-align: center; }
.clear{ clear: both; }
.hidden{ display: none; }
.link{ color: #5ba13b; }

/* --------------------------------------------------------------------*/
/* Form */
form div{
	clear: both;
	padding: 4px 0;
}
fieldset{ border: 0; }
form legend{
	width: 100%;
	padding: 4px 0;
	display: block;
	border-bottom: 1px solid #dddddd;
}
label{
	display: block;
	font-weight: bold;
	color: #000000;
}
span.required{ color: #ff0000; }
input, textarea, select{ font: 1em Arial, Tahoma, sans-serif; }
input.input, input.auto, textarea, select{
	width: 385px;
	padding: 7px;
	background: #fafafa;
	border: 1px solid #cccccc;
}
select{ width: 402px; }
input.input:focus, input.auto:focus, textarea:focus, select:focus{
	background: #ffffff;
	border: 1px solid #174fa4;
}
input.auto, select.auto{ width: auto; }
#container p.btn{ width: auto; }
p.btn a{ display: block; }
p.btn a, input.btn{
	padding: 7px 12px;
	background: #226bc2;
	border: 1px solid #174fa4;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
	color: #ffffff;
}
p.btn a:hover, input.btn:hover{
	background: #ebcf0b;
	border: 1px solid #dabe21;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	color: #333333;
}
div.margin{
	float: right;
	padding: 0 259px 0 0;
}
.ui-progressbar, .ui-progressbar-value{
	width: 390px;
	height: 1em;
	margin: -1px;
	padding: 0;
}

/* --------------------------------------------------------------------*/
/* Table */
table{
	clear: both;
	width: 100%;
	margin: 6px 0;
	border-collapse: collapse;
	font-size: 0.9em;
}
table span.right{ padding-left: 25px; }
table td,
table th{
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dddddd;
	vertical-align: top;
}
table th{
	background: #00bdfb;
	border: 1px solid #2677a2;
	font-weight: bold;
	color: #ffffff;
}
table td.right{
	float: none;
	text-align: right;
}
table tfoot td{ border: none; }
div.odd, div.even{ border-bottom: 1px solid #dddddd; }
div.odd .left, div.even .left{ width: 120px; }
div.odd div.right, div.even div.right{ width: 540px; }

/* --------------------------------------------------------------------*/
/* Container */
#container{
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
}
#content{
	clear: both;
	line-height: 1.5em;
}
#content:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* --------------------------------------------------------------------*/
/* Header */
#header{
	height: 340px;
	background: url('../images/fra_bckg_header.jpg') no-repeat top center;
}
body.home #header{
	height: 480px;
	background-image: url('../images/fra_bckg_header.gif');
}
#header p.logo{ float: left; }
#header p.logo a{
	display: block;
	width: 235px;
	height: 110px;
	padding: 6px 0 7px 20px;
	text-decoration: none;
}
#header p.logo a span{ visibility: hidden; }
#header div.logo p{
	float: right;
	padding: 20px 0 0 0;
}

/* --------------------------------------------------------------------*/
/* Nav */
ul#nav{
	float: right;
	height: 16px;
	padding: 7px 0 0 0;
	list-style: none;
}
ul#nav li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #3b8ebd;
}
ul#nav li.item1{ border: 0; }
ul#nav li a{
	text-decoration: none;
	font-size: 0.85em;
	color: #052747;
}
ul#nav li a:hover{
	text-decoration: underline;
	color: #174fa4;
}

/* --------------------------------------------------------------------*/
/* Menu */
ul#menu{
	float: right;
	padding: 65px 0 0 0;
	list-style: none;
}
ul#menu li{
	float: left;
	padding-left: 1px;
	background: url('../images/fra_bckg_menu_sep.gif') no-repeat top left;
}
ul#menu li.item2{
	padding: 0;
	background: none;
}
ul#menu li a{
	display: block;
	height: 20px;
	padding: 11px 6px 6px 9px;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	text-indent: -3px;
	color: #ffffff;
}
ul#menu li a:hover{
	background: url('../images/fra_bckg_menu_rl.gif') repeat-x top left;
	color: #000000;
}
ul#menu li a.current{
	background: url('../images/fra_bckg_menu_dn.gif') repeat-x top left;
	color: #ffffff;
}
ul#menu ul{ display: none; }

/* --------------------------------------------------------------------*/
/* Left */
#left{
	float: left;
	width: 260px;
	padding: 20px;
}
#left ul{
	background: #ebecee;
	border: 1px solid #ffffff;
	list-style: none;
}
#left ul.smenu li a{
	display: block;
	padding: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e3e5e7;
	text-decoration: none;
	color: #333333;
	outline: none;
}
#left ul li.item1 a{ border-top: 0; }
#left ul li.last a, #left ul li.last a:hover{ border-bottom: 0; }
#left ul.smenu li a:hover{
	background: #174fa4;
	border-bottom: 1px solid #174fa4;
	color: #ffffff;
}
#left ul li a.current,
#left ul li a.current:hover{
	background: #dabe21;
	border-bottom: 1px solid #dabe21;
	font-weight: bold;
	color: #333333;
}

/* --------------------------------------------------------------------*/
/* Right */
#right{
	float: right;
	width: 200px;
}

/* --------------------------------------------------------------------*/
/* Supporting text */
#supportingText{
	float: left;
	width: 660px;
	padding: 0 20px 20px 0;
}
#cboxLoadedContent #supportingText{
	width: auto;
	background: #ffffff;
}
#supportingText p{ padding: 0.5em 0; }
#supportingText ul,
#supportingText ol{ padding: 0.5em 0 0.5em 2em; }
/*#supportingText img{
	float: left;
	margin: 0 10px 10px 0;
}*/
#ariane{
	padding: 26px 0 7px 0;
	background: url('../images/fra_bckg_ariane.gif') no-repeat top right;
	line-height: 1.3em;
	font-size: 0.85em;
}
#ariane > div.right{ padding-left: 2px; }
h1{ display: none; }
h2{
	padding: 0 0 0.5em 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #174fa4;
}
h3, legend{
	padding: 1em 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
h4{
	padding: 0.5em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

#container .fbshare{
	float: right;
	padding-left: 10px;
}
.fbshare a{
	display: block;
	width: 76px;
	height: 18px;
	background: url('../images/ico_share_fr.gif') no-repeat top right;
	text-decoration: none;
}
.fbshare span{ visibility: hidden; }
#supportingText .date{
	padding: 0;
	font-size: 0.85em;
}
#supportingText .center{ text-align: center; }
#supportingText p.msg-alert,
#supportingText p.msg-error,
#supportingText p.msg-confirm{
	clear: both;
	margin: 0 0 6px 0;
	padding: 6px 0 6px 34px;
	border: 1px solid #fbd850;
	color: #102e44;
}
#supportingText p.msg-alert{ background: #fdf9e1 url('../images/ico_alert.gif') no-repeat 5px 5px; }
#supportingText p.msg-error{
	background: #fef1ec url('../images/ico_error.gif') no-repeat 4px 5px;
	border-color: #cd0a0a;
	color: #cd0a0a;
}
#supportingText p.msg-confirm{
	background: #eefeec url('../images/ico_confirm.gif') no-repeat 4px 5px;
	border-color: #51cd0a;
}

#content ul.gallery,
#content ul.logo{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#content ul.logo a{
    position: relative;
    display: block;
    width: 200px;
    height: 100px;
}
#content ul.logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px;
    max-height: 100px;
    transform: translate(-50%, -50%);
}
ul.gallery li,
ul.logo li{
	float: left;
	padding: 0 10px 10px 0;
}
/*ul.gallery li a{
	display: block;
	width: 304px;
	height: 205px;
	overflow: hidden;
}*/

/* --------------------------------------------------------------------*/
/* Footer */
#footer{
	clear: both;
	height: 43px;
	padding: 15px 10px 10px 10px;
	background: #ffffff url('../images/fra_bckg_footer.gif') no-repeat bottom left;
	font-size: 0.85em;
}
#footer div.left, #footer div.left a{ color: #ffffff; }
#footer .right{ text-align: right; }
#footer p{
	clear: both;
	padding: 0 0.5em;
}
#footer a{
	text-decoration: underline;
	color: #052747;
}
#footer a:hover{
	text-decoration: none;
	color: #174fa4;
}
#footer ul{ list-style: none; }
#footer ul li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #3b8ebd;
}
#footer ul li.item1{ border: 0; }

.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.media,
.media-body{
	overflow: hidden;
	zoom: 1;
}
.media-body{ width: 10000px; }
.media-right{ padding-left: 10px; }
.media-left{ padding-right: 10px; }
.media-left,
.media-right,
.media-body{
	display: table-cell;
	vertical-align: top;
}
.media{
	clear: both;
	float: right;
	width: 165px;
	margin-top: 5px;
}
.media-body{ padding-top: 8px; }