@charset "utf-8";
/* CSS Document */

/*  
Theme Name: LSD CORE
Theme URI:
Description: The LSD Core theme.
Author: Ragnar Hákonarson

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Page Layout & Basic Definitions
-------------------------------------------------------------- */
html { overflow-y: scroll; }

body {
	background: #ECECEC url(imgs/skins/default/marquees/bg-marquee-small-03.jpg) 50% 0 no-repeat;
	margin: 0 auto;
	padding: 0;
	color: #2B2B2B;
	line-height: 1.25;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

body.home {
	background: #ECECEC url(imgs/skins/default/marquees/bg-marquee-07.jpg) 50% 0 no-repeat;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }

div, table, caption { font-size: 1em; }


blockquote {
  margin: 1em 0 1em;
  background: url(imgs/skins/default/bg-bquote_top.png) 0 0 no-repeat;
}

blockquote span {
  display: block;
  padding: 1.5em 36px 1.5em;
  background: url(imgs/skins/default/bg-bquote_bottom.png) 0 bottom no-repeat;
  font-style: italic;
}

q:after, q:before { content: ""; }

.testimonialswidget_testimonial_list p {
/*  padding: 20px; */
  background: url(imgs/skins/default/bg-bquote_top.png) 0 0 no-repeat;
}

#testimonial_list, #testimonial_list li {
	padding-top:0 !important;
	background:0 !important;
	padding-left:0 !important;
}

.testimonialswidget_testimonials {
	height:180px !important;
}

.testimonialswidget_testimonial_list p q  {
  display: block;
  padding: 1.5em 36px 1.5em;
  background: url(imgs/skins/default/bg-bquote_bottom.png) right bottom no-repeat;
  font-style: italic;
}
/*
.testimonialswidget_testimonial_list p cite {
	font-style: normal;
	padding-left:1em;
}
*/
sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #004f85;
  text-decoration: none;
}
a:hover { 
 
  text-decoration: underline;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .2em;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #0075b1;
}
.pg_main .article h3 {
  padding-top: 1em;
  clear: left;
  color: #0075b1;
}
h4 {
  font-size: .9em;
  margin-bottom: .2em;
}
.pg_main .article h4 {
  margin-bottom: 1em;
  color: #0075b1;
}



table { 
  border-collapse: collapse; 
  margin-top: 1em;  
}
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}




form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }

/* *****  clear  ***** */
.clear {height:0;line-height:0;font-size:1px;clear:both;} /* re-appreciated for IE6. */

/* =Header
-------------------------------------------------------------- */

#pg_head {
	height: 68px;
	width: 100%;
}

#pg_head #top_menu_container {
	height: inherit;
	float:right;
}

#pg_head .menu-top-menu-container {
	display:table-cell;
	height:inherit;
	vertical-align:middle;
}

#pg_head .menu-top-menu-container ul {
	background:url(imgs/skins/default/dots-02.png) 0 2px no-repeat;
}

#pg_head #menu-top-menu li {
	display:inline;
	background:url(imgs/skins/default/dots-02.png) right 2px no-repeat;
}

#pg_head #menu-top-menu li a,
#pg_head #menu-top-menu li.current-page-ancestor:first-child a {
	color: #242424;
	text-decoration:none;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:.5em 24px;
}

#pg_head #menu-top-menu li a:hover,
#pg_head #menu-top-menu li.current-menu-item a,
#pg_head #menu-top-menu li.current-page-ancestor a {
	color:#004D85;
}

#pg_head img.logo {
	width:15%;
	position:relative;
	top: 4px;
}

/* Homepage marquee */
.pg_marquee { 
  	position: relative;
  	height: 50px;
}
.home .pg_marquee {
 	height: 288px;
}
.home .pg_marquee .wrap {
	padding-bottom: 0;
}
.home .pg_marquee .article {
 	padding: 12px 20px 18px 20px;
 	position: absolute;
 	width: 604px;
 	right: 0;
 	left: auto;
 	top: 50px;
 	background-color: #004D85;
 	background-color: rgba(0, 79, 133, 0.8);
}
.home .pg_marquee .wrap .box_head {
 	color: #fff;
 	margin-bottom: 0;
 	font-size: 2em;
 	font-weight: normal;
 	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}
.home .pg_marquee .wrap .box_head em {
 	font-style: normal;
 	color: #fff;
}
.home .pg_marquee .wrap .box_body {
 	color: #fff;
 	padding-bottom: 0;
 	line-height: 1.6;
}

/* =Page Canvas Definitions
-------------------------------------------------------------- */

.pg_wrap {
	margin: 0 auto;
	width:980px;
	text-align:left;
}

.pg_main {
  	float: left;
  	margin-left: 252px;
  	width: 726px;
  	_display: inline;
 	margin-bottom: 30px;
}

body.home .pg_main .wrap {
	min-height:57.5px;
}


.pg_main .wrap {
 	background: #fff;
}
.home .pg_main,
.no-menu .pg_main {
  	margin-left: 0;
  	width: 980px;  
}
.home .pg_main .wrap {
  	background: transparent;  
}
.twocol .pg_main {
  	margin-bottom: 40px;
}

.threecol .pg_main {

}

.pgextra1 {

}

.pgextra2 {
  	float: left;
  	width: 232px;
  	margin-left: -980px;
  	_display: inline;
  	margin-bottom: 1.5em;
}
.pgextra2 .wrap {
 	background: #fff;
}

.twocol .pg_main,
.twocol .pgextra2 {
  	-moz-box-shadow: 0 0 5px rgba(100,100,100,.4);
 	-webkit-box-shadow: 0 0 5px rgba(100,100,100,.4);
 	box-shadow: 0 0 5px rgba(100,100,100,.4);
}

.pg_foot {
 	border-top: 1px solid #cdcdcd;
 	background: url(imgs/skins/default/bg-footer.png) 0px 15px no-repeat;
 
}
.pg_foot,
.pg_foot a {
  	clear: both;
  	color: #97cde9;
}
.pg_foot .wrap {
  	position: relative;
 	border-top: 1px solid #fff;
 	padding-top: 16px;
 	height: 55px;
}

/* Homepage Main Info boxes */
.home .pg_main .main-info {
 max-height: 359.5px;
 background: #fff;
 float: left;
 width: 229px;
 margin-bottom: 0;
 margin-right: 18px;
 margin-left: 2px;
 -moz-box-shadow: 0 0 8px rgba(100,100,100,.2);
 -webkit-box-shadow: 0 0 8px rgba(100,100,100,.2);
 box-shadow: 0 0 8px rgba(100,100,100,.2);
/* IE box shadow */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=150, Strength=3);
}
.home .pg_main .main-info.last {
 margin-right: 0;
 margin-left: 0;
 width: 229px;
 =width: 229px; /* ie 7 */
 -moz-box-shadow: 0 2px 6px rgba(100,100,100,.1);
 -webkit-box-shadow: 0 2px 6px rgba(100,100,100,.1);
 box-shadow: 0 2px 6px rgba(100,100,100,.1);
 
}
.home .pg_main .main-info-last {
  
 -moz-box-shadow: 4px 0 8px rgba(100,100,100,.1);
 -webkit-box-shadow: 4px 0 8px rgba(100,100,100,.1);
 box-shadow: 4px 0 8px rgba(100,100,100,.1);
 width: 478px;
 =width: 478px; /* ie 7 */
 float: left;
 /* background: #fff; */
 margin-left: 2px;
/* IE box shadow */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=3);
}
.home .pg_main .main-info-last:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pg_main .main-info .box_head {
 color: #004f85;
 font-size: 16px;
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 padding: .7em 16px .5em;
 font-weight:bold;
}

#promo_list li, .home #promo_list li a {
	background:none !important;
}

#promo_list li {
	padding:0 !important;
}
	
#promo_list li img {
	
}
	
.home .pg_main .main-info.article div>img {
	border:0;
/*	height:100%; */
	width:100%;
}

.home .pg_main .main-info.article h3 {
 margin-top: 0;
 padding-top: .6em;
 margin-bottom: 0;
}
.home .pg_main .main-info.article h3 a {
 margin-top: 0;
 border-top: none;
 padding-top: 0;
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
}
.home .pg_main .main-info.article h3 a:hover {
 color: #0d86c7;
 text-decoration: none;
}

.home .pg_main .main-info.careers {
 margin-top: 3px;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 filter: none;
}
.home .pg_main .careers .box_head {
 margin-left: -5px;
 margin-right: -9px;
 padding-left: 21px;
 border-top: 18px solid #ececec;
}
.home .pg_main .main-info .box_body {
 padding: 0 18px .8em;
}
.home .pg_main .main-info .box_body .more {
 margin-top: 2px;
}
.home .pg_main .main-info.careers .box_body {
 -moz-box-shadow: 0 -1px 4px rgba(100,100,100,.1);
 -webkit-box-shadow: 0 -2px 4px rgba(100,100,100,.1);
 box-shadow: 0 -2px 4px rgba(100,100,100,.1);
 padding-top: 36px;
 margin-top: -43px;
}
.home .pg_main .main-info.fnav .box_head {
  margin-bottom: 0;
}

.home .pg_main .main-info.fnav .box_body {
  margin-bottom: 0;
 -moz-box-shadow: 0 2px 2px rgba(200,200,200,.7);
 -webkit-box-shadow: 0 2px 2px rgba(200,200,200,.7);
 box-shadow: 0 2px 2px rgba(200,200,200,.7);
}
.home .pg_main .main-info.fnav .box_body li {
 line-height: 1.1;
}
.home .pg_main .main-info .box_body p,
.home .pg_main .main-info .box_body li {
 line-height: 1.5;
}
.home .pg_main .main-info li a {
 font-size: 13px;
}
.home .pg_main .main-info li a:hover {
 color: #0d86c7;
 text-decoration: underline;
}
.home .pg_main .main-info .more {
 margin-bottom: 0;
}
.home .pg_main .main-info ul:not(.twitter_list) {
 background: url(imgs/skins/default/dot.png) 0 0 repeat-x;
 padding-top: 1.3em;
}
.home .pg_main .main-info.careers .box_body .summary {
 margin-left: -1px;
 margin-top: -5px;
 margin-bottom:0;
}
.home .pg_main .main-info.careers .box_body .more {
 margin-left: -1px;
}
/* Homepage imgbanner */
.home .imgbanner {
  display: none;
}
.home .pg_main .main-info.fnav ul {
 padding: 0 0 0 0;
 margin-bottom: 0;
 background: none;
}
.home .pg_main .main-info.fnav li {
  padding: .35em 14px .45em;
  background: url(imgs/skins/default/dot.png) 0 bottom repeat-x;
}
.home .pg_main .main-info.fnav li:first-child {
 padding-top: 0;
}
.home .pg_main .main-info.fnav li:last-child {
 background: none;
 padding-bottom: 0;
}
.home .pg_main .main-info.fnav li a {
	padding-top:1px;
 color: #6b6b6b; 
 margin-left: -10px;
 padding-left: 10px;
 =padding-left: 15px; /* ie 7 */
 background: transparent url(imgs/skins/default/arrow_blue.png) 0 6px no-repeat;
}
.home .pg_main .main-info.fnav li a:hover {
 color: #0d86c7;
}

/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  overflow: hidden;
}
.articlelist .item h3 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #004f85;
  margin-top: .5em;
  margin-bottom: .25em;

}
.articlelist .item h3 .meta { font-size: .6em; }
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { 
	font-size: 1em;
	margin: 0; 
}
.articlelist .more {
	font-size: 1em;
}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}

/* ******  article  ****** */
.article .box_body { line-height: 1.65; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .box_body h2,
.article .box_body h3,
.article .box_body h4 {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #004f85;
  margin-top: .5em;
  margin-bottom: .45em;
}
.article .box_body h3 {
  font-size: 16px;
}
.article .box_body h4 {
  font-size: 14px;
}

.twocol .pg_main .article .box_body p:first-of-type:not(.ignore_first_p_rule) {
  padding: 4px 0;
  margin: 0 0 .7em 0;
  font-size: 16px;
  color: #737373;
  line-height: 1.3;
}

.article .summary {
  color: #2b2b2b;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.twocol .pg_main .summary {
  font-size: 1em;
  color: #2B2B2B;
  line-height: 1.3;
}
.article .summary p { margin: 0; }

.twocol .article .summary p {
  font-size: 16px;
  color: #737373;
  line-height: 1.3;  
}

.article img { clear: both; vertical-align: text-bottom; }
.article img.left, .article img.alignleft { float: left;  margin: .2em 2em .2em .2em; }
.article img.right, .article img.alignright { float: right;  margin: .2em .2em .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border-bottom: 1px solid #ddd;
  
  width: 100%;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: .2em .5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article th {
  background: url(imgs/skins/default/bg-thead.png) 0 bottom repeat-x;
  border: none;
  border-bottom: 1px solid #fff;
}
.article .th th,
.article thead th {
  font-weight: bold;
  color: #004f85;
}
.article tr.odd th,
.article tr.odd {
  background-color: #f8f8f8;
}

.article tr:hover.odd {
  background-color: #f0fbff;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}

.article table tbody tr {
	border-left: 1px solid #EEE;
}
.article table tbody tr:hover,
.article table tbody tr:hover.odd  {
	background-color: #f0fbff;
}

.mbox .summary li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: .54em !important; 
  background: transparent url(imgs/skins/default/arrow_gray.png) 0 5px no-repeat;
}

.article ul:not(.twitter_list) li { 
  list-style: none;
  padding-left: 15px;
  margin-bottom: .54em; 
  background: transparent url(imgs/skins/default/arrow_gray.png) 0 5px no-repeat;
}
.twocol .article ul {
  list-style: disc;
  padding-left: 2em;
  margin: 0;
}
.twocol .article ul li { 
  list-style: none;
  padding-left: 15px;
  margin-bottom: .54em;  
/*  background: transparent url(imgs/skins/default/square.png) 0 50% no-repeat; */
  background: transparent url(imgs/skins/default/arrow_gray.png) 0 5px no-repeat;
}
.twocol .pg_main ul li {
  margin-bottom: .25em;
  background-position: 0 4px;
  line-height: 1.2;
}

.article .paging ul { list-style: none; padding: 0; }
.article .paging li { clear: none; }
.article .paging .prev { float: left; margin-right: 1em; }

.article .chapters ul { list-style: none; padding: 0; overflow: hidden; }
.article .chapters li { float: left; margin-right: 1em; }

/* Twocol Mini boxes */
.mbox {
/* width: 192px; */
 float: left;
 padding: 0 9px 4px;
 margin: 16px 18px 16px 0;
}

.mbox:hover {
 margin-top: 15px;
/* width: 192px; */
 margin-left: -1px;
 margin-right: 17px;
 border: 1px solid #cbe2ee;
 -moz-box-shadow: 0px 0px 7px rgba(200,200,200,.5);
 -webkit-box-shadow: 0px 0px 14px rgba(200,200,200,.5);
 box-shadow: 0px 0px 7px rgba(200,200,200,.5);
 padding-bottom: 3px;
}
.mbox.last {
 margin-right:0 !important;
}
.pg_main .mbox .item h3 {
 margin-top: 1px;
 margin-bottom: .5em;
}

.pg_main .mbox .item h3 {
 margin-top: 0;
 color: #fff;
 background: #004f85 url(imgs/skins/default/bg-box_head-large.png) 0 bottom no-repeat;
 margin-left: -8px;
 margin-right: -8px;
 padding: 4px 8px 16px 14px;
 font-size: 14px;
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 font-weight: normal;
 border: none;
 margin-bottom: .5em;
 display: block;
 cursor:default;
}

.pg_main .mbox .item p:first-of-type a {
	font-weight:bold;
	text-decoration:none;
}

/*
.pg_main .mbox .item h3 a {
 margin-top: 0;
 color: #fff;
 background: #004f85 url(imgs/skins/default/bg-box_head.png) 0 bottom no-repeat;
 margin-left: -8px;
 margin-right: -8px;
 padding: 4px 8px 16px 14px;
 font-size: 14px;
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 font-weight: normal;
 border: none;
 margin-bottom: .5em;
 display: block;
}

.pg_main .mbox:hover .item h3 a {
 margin-left: -9px;
 border-left: 1px solid #fff;
 text-decoration: none;
}
*/

.pg_main .mbox.news .box_head {	
  margin-top: 0;
  color: #fff;
  background: #004f85 url(imgs/skins/default/bg-box_head-large.png) 0 bottom no-repeat;
  margin-left: -8px;
  margin-right: -8px;
  padding: 4px 8px 16px 14px;
  font-size: 14px;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: none;
  margin-bottom: .5em;
  display: block;
  height: 17px;
}

.pg_main .mbox.news .item h3 a {
  background: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #004f85;
  margin-top: .5em;
  margin-bottom: .25em;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.pg_main .mbox.news:hover .item h3 a {

	margin-left: -1px;

}
.twocol .pg_main .mbox .summary {
 font-size: 12px; 
 line-height: 1.5;
}

#pg_main div.row {
	visibility:hidden;
	clear:both;
}

#pg_main .column img {
	border:0;
/*	height:100% !important; */
	width:100%;
}

#pg_main div.hide {
	visibility:hidden;
}

/* Twocol Marquee */
.twocol .pg_marquee .imgbanner { 
 margin-top: 70px;
 position: relative;
}
.twocol .pg_marquee .imgbanner h1 {
 font-size: 2em;
 font-weight: normal;
 color: #0075b1;
 position: absolute;
 top: .95em;
 left: 274px;
}
.twocol .pg_marquee .imgbanner em {
 font-style: normal;
 color: #fff; 
}
/* Adjustments for login page */
.twocol .pg_marquee .imgbanner + .imgbanner {
 display: none;
}
.twocol .loginpagebox {
 padding-bottom: 2em;
} 


/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: .8em 0;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
  padding: 1em 0 1em 0;
  font-size: .91em;
  line-height: 1.65;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  color: #6b6b6b;
  float: left;
  padding: 0 10px 0 12px;
  background: transparent url(imgs/skins/default/arrow_blue.png) 0 50% no-repeat;
}
.wrap .buttons a {
  margin-right: 16px;
  color: #2b2b2b;
}
/* unique */
.buttons a {
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
}
.buttons a.btnback {
  margin-top: 5px;
  padding-top: 2px;
  padding-left: 20px;
  background: transparent url(imgs/skins/default/btn-back.png) 0 4px no-repeat;
}
.buttons a.prenta {
  margin-right: 0;
  padding: 4px 0 5px 34px;
  width: 48px;
  float: right;
  background: transparent url(imgs/skins/default/btn-print.png) 0 0 no-repeat;
}
.buttons a.senda {
  padding: 4px 0 5px 34px;
  margin-right: 5px;
  width: 48px;
  float: right;
  background: transparent url(imgs/skins/default/btn-send.png) 0 0 no-repeat;
}


/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #004f85;  text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }


/* ******  footer  ****** */
.footer {
  padding-left: 130px;
/*  background: url(imgs/skins/default/sitelogo_footer.png) 2px 6px no-repeat; */
  width: 300px;
  float: left;
}
.footer .box_head { }

.footer .box_body {
	width: 300px;
}
.footer p {
  color: #656565;
  padding-left: 26px;
  line-height: 1.5;
  text-shadow: 1px 1px 0 #fff;
  background: url(imgs/skins/default/dots-01.png) 0 0 repeat-y;
}
.footer p a {
  color: #004f85;
  margin-left: 2px;
}
.footer .box_body p a:hover {
  color: #0d86c7;
  text-decoration: underline;
}


/*** IMAGE COURTESY ***/ 
.courtesy {
  position: absolute;
  right: 0;
  color: #b1b1b1;
  width: 150px;
  top: 47px;
  text-align: right;
  font-size: 0.95em;
}
.courtesy a { color: #b1b1b1; }



.langnav {
  position: absolute;
  z-index: 10;
  top: 56px;
  right: 0;
}
.langnav a {
  background: url(imgs/skins/default/flags.png) -24px 0 no-repeat;
  display:block;overflow:hidden;line-height:0;text-indent:-9999px;text-align:left;font-size:1px;
  width: 24px;
  height: 22px;
}
.langnav a:hover,
.langnav a:focus {
  background-position: -24px -22px;
}

.langnav a.is {
  background-position: 0 0;
}
.langnav a.is:hover,
.langnav a.is:focus {
  background-position: 0 -22px;
}

/* ******  flnav  ****** */

.flnav {
  position: absolute;
/*  top: 54px; */
  top:17px;
  right: 214px;
  left: auto;
  width: 450px;
}
.flnav .box_head { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
  float: right;
}
.flnav li {
  float: left;
  _display: inline;
  padding: 0 7px;
  border-left: 1px solid #656565;
  line-height: 1.2;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .box_body a { 
  color: #656565; 
  text-shadow: 1px 1px 0 #fff;  
}

.flnav .box_body a:hover { 
  color: #0d86c7;  
  text-decoration: underline;
}

/* .stuff (SEO keywords) */
.stuff {
  clear: both;
  color: #999;
  padding: 20px;
  border: 1px solid #ccc;
}
.stuff.active {
  position: fixed;
  z-index: 99;
  top: 50px;
  left: 50%;
  margin-left: -421px;
  width: 800px;
  max-height: 80%;
  min-height: 50%;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #999;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0, .67);
     -moz-box-shadow: 0 0 50px 0 rgba(0,0,0, .67);
          box-shadow: 0 0 50px 0 rgba(0,0,0, .67);
}

.stuff h2:first-child,
.stuff .focustarget + h2:first-child {
  margin-top:    0;
}
.stuff a.closebtn {
  position: absolute;
  top:   10px;
  right: 15px;
  color: #004f85;
  font-weight: bold;
}
.stuff a.closebtn:hover,
.stuff a.closebtn:focus,
.stuff a.closebtn:active {
}

.stuff-toggler {
  clear: both;
  text-align: right;
  font-size: .917em;
}
  
/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  bottom: 20px;

  left: 474px;
  width: 271px;
  text-align: left;
  background: url(imgs/skins/default/bg-qsearch.png) no-repeat;
  height: 27px;
  z-index: 10;
}
.qsearch .box_head,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .box_body { padding: 0; }
.qsearch .fi_txt { margin: 0; }
.qsearch .fi_txt input {
	width: 211px; 
	color: #c4c4c4; 
	border-style: none;
	margin: 7px 0px 0px 12px;
}
.qsearch .fi_btn input {  
  font-size: .91em; 
  color: #fff; 
  border: none; 
  background: #027cbd url(imgs/skins/default/btn-blue.png) 0 0 repeat-x; 
  padding: .243em 6px .26em;
  margin-top: -.1em;
  display: none;
}




/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}

/* Generic Box Definitions            
------------------------------------------------- */

.box {
  	_height:0;min-height:0;/* ie hasLayout fix */
  	margin-bottom: 1em;
}

.box_head { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.box_body { _height:0;min-height:0;/* ie hasLayout fix */ }

.box_head a { color: #5e5e5f; }

.twocol .pg_main .box_head,
.twocol .pg_main .article h1 {
	background: #004f85 url(imgs/skins/default/bg-title-large.png) 0 top repeat-x !important;
}

.twocol .pg_main .box_head,
.twocol .pg_main .article h1 {
  font-size: 2em;
  margin: 0 -23px .25em;
  font-weight: normal;
  background: #e5e5e5;
  padding: 20px 24px 0;
  height: 74px;
  line-height: 1.2;
  background: #004f85 url(imgs/skins/default/bg-title.png) 0 top repeat-x; 
  color: #fff;
  overflow: hidden;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  cursor:default;
}
.twocol .pg_main h2.subtitle {
  margin-top: -54px;
  margin-bottom: 40px;
  color: #b7e1f7;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 1.084em;
  font-weight: normal;
}
.twocol .pg_main .article .box_head em {
  color: #0075b1;
  font-style: normal;
}
.twocol .pg_main .article .box_body {

  padding-bottom: 0;
}
.twocol .pg_main .wrap {
 padding: 5px 28px;
 min-height:400px;
}
.twocol .pg_main .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

/* Homepage Announcements */
.home .pg_main .announcements {
 margin-bottom: 7px;
 margin-top: -5px;
 padding-top: 7px;
 height: 50px;
 background: url(imgs/skins/default/bg-announcements.png) -4px 0 no-repeat;
}
.home .pg_main .announcements:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pg_main .announcements .box_head {
 float: left;
 color: #fff;
 text-shadow: -1px 0 2px rgba(100,100,100,.8);
 font-size: 1.2em;
 padding: .6em 16px 0 12px;
 margin-bottom: 0;
 font-family: "Droid Sans", Helvetica, Arial, sans-serif;
 font-weight: normal;
 font-size: 14px;
 width: 140px;
 text-align:center;
}

.home .pg_main .announcements .box_body {
	width:772px;
	margin-left:198px;
	padding-top:0.75em;	
}

.home .pg_main .announcements li a {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: normal;
 font-size: 13px;
 
}
.home .pg_main .announcements li a:hover {
 color: #0d86c7;
 text-decoration: underline;
}
.home .pg_main .announcements .meta {
 float: left;
 padding-right: 20px;
 padding-left: 30px;
 font-size: 13px;
 padding-top:0;
 color: #a2a2a2;
}
.home .pg_main .announcements li {
  padding: .75em 16px;
}

/* ******  snav  ****** */
.snav .box_head {
  position:absolute;right:9999px;left:auto;
}
.snav { 
  margin: 0 16px;
  padding: .5em 0 2em;
  border-left: 3px solid #fff;
}
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
  background: url(imgs/skins/default/dot.png) 0 bottom repeat-x;
}
.snav .box_body a {
  color: #242424;
  font-size: 14px;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  display: block;
  padding: .75em 10px .75em 12px;
  background: transparent url(imgs/skins/default/arrow_blue.png) 0 15px no-repeat;
  background-position: 0 17px \9;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
	text-decoration: none;
}
.snav .current_page_ancestor a,
.snav .current_page_item a {
  background: #fff url(imgs/skins/default/arrow_blue.png) 0 15px no-repeat;
  color: #000;
  font-weight: bold;
}

.snav .children { 
  padding-top: 1px;
  padding-bottom: 1px;
  background: transparent url(imgs/skins/default/dot.png) 0 top repeat-x;
  display:none;
}

.snav li.current_page_item .children, .snav li.current_page_ancestor .children {
	display: block !important;
}

.snav .children a {
  background: #fafafa;
  font-weight: normal; 
  color: #000;
  font-style: normal;
  border-bottom: none;
  padding: .30em 5px .30em 15px;
  font-size: 12px;
}
.snav .children .last a {

}

.snav .children .current_page_ancestor a,
.snav .children .current_page_item a {
/*  background: #ececec url(imgs/skins/default/arrow_blue.png) 6px 7px no-repeat; */
	background-color:#ececec;
  color: #000;
  font-weight: bold;
}

.snav .children .current_page_item a:hover {
	color: #004f85;
}

.snav .children .level3 a {

}

.snav .top_parent > li.current_page_item {
	padding-bottom: 1px;
}


/* Anchor file types */
.wrap a.file_doc,
.wrap a.file_pdf,
.wrap a.file_xls {
  display: inline-block;
  min-height:18px;
  overflow: hidden;
  padding-left: 23px;
  margin-bottom: -5px;
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.wrap a.file_doc { background: url(imgs/skins/default/icn_doc.png) 0 1px no-repeat; }
.wrap a.file_pdf { background: url(imgs/skins/default/icn_pdf.png) 0 1px no-repeat; }
.wrap a.file_xls { background: url(imgs/skins/default/icn_xls.png) 0 1px no-repeat; }

/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #004f85;  text-decoration: underline; }
div.wrap a:hover,
div.wrap a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }

/* media gallery */

#pg_main div.box_body div.gallery {
	margin-top:25px;
	visibility:hidden;
}

#pg_main div.box_body div.gallery dl.gallery-item:first-child, #pg_main div.box_body div.gallery br+dl {
	margin-left:0px !important;
}

#pg_main div.box_body div.gallery dl.gallery-item {
	margin-top:0 !important;
	margin-bottom:12.5px;
	width:124px;
	margin-left:12.5px;
	float:left;
}

body.no-menu #pg_main div.box_body div.gallery dl.gallery-item {
	margin-left:8px !important;
}

#pg_main div.box_body div.gallery dt.gallery-icon {
	width:124px;
	height:93px;
	overflow:hidden;
}

#pg_main div.box_body div.gallery img {
	border:none;
/*	margin:-45px 0 0 -56.25px; */
/*	width:150px;
	height:150px; */
}

.bx-pager {
	text-align:center;
}

.bx-pager a {
	margin-right:10px;
}

.bx-pager a:last-child {
	margin-right:0 !important;
}

.bx-pager .pager-link {
	font-size:14px;
	color:#004D85;
	text-decoration:none;
}

.bx-pager .pager-link:hover {
	color:#004D85;
	text-decoration:underline;
}

.bx-pager .pager-active {
	color:#004D85;
	font-weight:bold !important;
	font-size:14px;
}

#pg_main div.box_body div.gallery .gallery-caption {
	text-align:center;
	font-size:11px;
}

#pg_main div.box_body div.gallery li a:hover {
	
}

.bx-window ul, .bx-window li  {
	list-style:none !important;
}

.bx-wrapper ul, .bx-wrapper li, .bx-window {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom:0 !important;
	background-position:inherit !important;
	line-height:none !important;
	padding-left:0 !important;
	vertical-align: baseline !important;
}

/* Forms */
.ufo-customfields-invalidvalue {
	border: 1px solid #FC3844 !important;
}

