/* beta.lt-eng container fix */
body {
	font: 13px Tahoma,Helvetica,sans-serif; /*Arial, Helvetica, sans-serif;*/
	/*background:#eee url(../images/bg-body.png) repeat-x;*/    /* original way*/
	background: #fff url(../images/body-bg2.jpg) repeat-x;
	color:#333;
	margin:0px;
}

form,fieldset {
	margin:0;
	padding:0;
	border:0;
}
img{border:none;}
a{
	text-decoration: none;
	color: #0069aa;
}
a:visited{
	color: #06c;
}
a:hover{text-decoration: underline;}
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	width: 975px;
	margin: 0 auto;
}

#main #header{
	width: 975px;
}
#main #content{
	width: 975px;
	background:url(/images/bg-main.png) #fff repeat-y top left;
}
#main #footer {
	width: 975px;
	background: transparent;
	background:url(/images/bg-footer.png) #fff repeat-y top left;
}

/* header block styles */
#header {
	height: 1%;
	width:975px;
	z-index: 100;
	position: relative;
}
#header:after {
	display: block;
	content: "";
	clear: both;
}
#header .header-area {
	position: relative;
	margin: 0px auto;
	width:750px;
	height:88px;
}
#header .header-area .holder{
	height: 100px;
}
/* logo styles */
#header strong.logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 275px;
	height: 73px;
	margin: 7px 0 0 2px;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* top navigation styles */
#header ul.top-nav {
	overflow: hidden;
	list-style: none;
	display: inline;
	float: right;
	line-height: 15px;
	font-size: 10px;
	color: #6a737b;
	padding: 0;
	margin: 15px -7px 0 0;
}
#header ul.top-nav li {
	background: url(../images/topnav-separator.gif) no-repeat 100% 60%;
	margin: 0 -1px 0 0;
	padding: 0 8px 0 0;
	float: left;
}
#header ul.top-nav a {
	margin: 0 0 0 7px;
	float: left;
	color: #6a737b;
}
#header ul.top-nav img {
	margin: 1px 0 0;
	display: block;
}
/* main navigation styles */
#navigation {
	position: absolute;
	display: table;
	list-style: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
	bottom: 0px;
	right: -8px;
	height: 26px;
}
#navigation li {
	background: url(../images/topnav-separator.gif) no-repeat 0 50%;
	padding: 0 8px 0 9px;
	float: left;
}
#navigation a {
	float: left;
/*	color: #6a737b;
*/	color: #000;
	text-decoration:underline;
	padding: 0 0 0 5px;
	width: 105px;
	height: 26px;
}
#navigation a span {
	cursor: pointer;
	padding: 0 21px 0 0;
	line-height: 24px;
	float: left;
}
#navigation li:hover a,
#navigation li.hover a,
#navigation a.active {
	background: url(../images/navigation-hover.gif) no-repeat;
	text-decoration: none;
	color: #fff;
}
#navigation li:hover a span,
#navigation li.hover a span,
#navigation a.active span {background: url(../images/navigation-active.gif) no-repeat 100% 50%;}

/* dropdown styles */
#navigation li:hover, #navigation li.hover {position: relative;}
#navigation li:hover ul, #navigation li.hover ul {display: block;}

#navigation li:hover ul a,
#navigation li.hover ul a {
	background: none;
	text-decoration: none;
	color: #000;
}
#navigation ul {
	border: 1px solid #6a737b;
	border-width: 0 1px 1px;
	clear: both;
	overflow: hidden;
	list-style: none;
	position: absolute;
	background: #fff;
	display: none;
	width: 108px;
	padding: 0;
	margin: 0;
	top: 26px;
	left: 8px;
}
#navigation ul li {
	border-top: 1px solid #6a737b;
	background: none;
	background: #fff;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#navigation ul a {
	line-height: 18px;
	background: none;
	display: block;
	float: none;
	width: auto;
	padding: 3px 0 3px 13px;
	margin: 1px;
	height: auto;
}
#navigation ul li:hover a,
#navigation ul li.hover a {
	background: #0066cc;
	color: #fff;
}

/* sub navigation styles */
.sub-nav-container {
	background: url(/images/main-bg.png) transparent repeat-y scroll left top;
	border-bottom:1px solid #ccc;
}
#header ul.sub-nav {
	border: 1px solid #fff;
	list-style: none;
	background: #000;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	width: 729px;
	padding: 1em 0;
	margin: 0px auto;
	border: 0px;
}

#header ul.sub-nav li {

	padding: 0 4px;
	margin: 0 0 0 4px;
	float: left;
}
#header ul.sub-nav a {
	padding: 0 0 0 18px;
	color: #fff;
	float: left;
}
#header ul.sub-nav a span {
	background-position: 100% 0;
	padding: 0 18px 0 0;
	height:24px;
	cursor: pointer;
	float: left;
}

#header ul.sub-nav a:link ,
#header ul.sub-nav a:visited{text-decoration:underline;}

#header ul.sub-nav a:hover {background-position: 0;}

#header ul.sub-nav a:hover,
#header ul.sub-nav a.active,
#header ul.sub-nav a:hover span{
	background-image: url(../images/subnav-hover.gif);
	text-decoration: none;
}

#header ul.sub-nav a.active span {
	background-image: url(../images/subnav-hover.gif);
	text-decoration: none;
	font-weight:800;
}
/* content block styles */
#content {
	overflow: hidden;
	margin:0px auto;
/*	width:975px;*/
	width:975px;
}
/* info banner styles */
.info-banner {

	background: #B6C7D3;
	overflow: hidden;
/*	margin: 9px 0 10px;
*/
	margin: -1px 0 0 122px;
	padding: 0px;
	width: 730px;
	height: 211px;
	
}
.info-banner .banner-text {
	padding: 15px 25px 0 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	height: 193px;
	width: 190px;
	color: #000;
	float: left;
}
.info-banner .banner-text p {margin: 0 0 5px;}

.info-banner .img-holder {
	overflow: hidden;
	float: right;
	width: 492px;
	height: 208px;
}
.info-banner a.more {
	background: url(../images/infobanner-link.gif) no-repeat 0px 50%;
	text-decoration: underline;
	font-size: 12px;
	padding: 0 0 0 12px;
	color: #fff;
}
.info-banner a.more:hover {text-decoration: none;}

/*Home page styles*/
#home .info-banner {
	background: url(../images/bg-info-banner.png) no-repeat;
	overflow: visible;
	margin: 0px 0 10px;
	padding: 0px;
	width: 730px;
	height: 250px;
}
#home .content-holder{
	background: transparent;
}
#home .content-holder .content-area{
	background: none;
}
#home #left{
	width: 237px;
	margin-left: 6px;
	float: left;
}
#home #right{
	float: right;
	margin-right: 6px;
	width: 475px;
}
#home .content-holder .main-content{
	background: none;
	padding-left: 0;
	padding-right: 0;
	width: 730px;
}
#media-center #left{
	width: 237px;
	margin-left: 6px;
	float: left;
}
#media-center #right{
	float: right;
	margin-right: 6px;
	width: 475px;
}
#media-center .content-holder .main-content{
	background: none;
	padding-left: 0;
	padding-right: 0;
	width: 730px;
}
/* rounded content block styles */
.content-holder {
/* orig
	background: url(../images/content-top.gif) no-repeat;
	width: 729px;
	overflow: hidden;
	padding: 10px 0 0;
	border:1px solid #000;
*/
	width: 730px;
	margin:0px auto;
	overflow: hidden;
/*	padding: 10px 0 0;
*/
}
.content-holder .content-area {
/*	background: url(../images/content-bot.gif) no-repeat 0 100%;
*/
	overflow: hidden;
}
.content-holder .main-content {
/*
	background: #fff url(../images/content-mid.gif) repeat-y;

							/* Bottom originally 0 *//*
	padding: 5px 18px 10px 19px;

	overflow: hidden;
	width: 692px;
	line-height: 1.5em;
	background: #fff url(../images/content-mid.gif) repeat-y;
*/
	padding: 5px 20px 10px 19px; /* Bottom originally 0 */
	overflow: hidden;
	width: 692px;
	
	line-height: 1.5em;
}
/* main content block styles */
.block-heading {
	overflow: hidden;
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 8px;
	width: 100%;
}
.block-heading h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	color: #0069aa;
	float: left;
}
.block-heading ul.links-list {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: right;
}
.block-heading ul.links-list li {
	background: url(../images/link-separator.gif) no-repeat 100% 50%;
	margin: 0 -5px 0 5px;
	float: left;
	padding: 0 8px;
}
.block-heading ul.links-list a {
	text-decoration: underline;
	color: #0069aa;
}
.block-heading ul.links-list a:hover {text-decoration: none;}

/* sub heading block styles */
.heading {
	padding: 0 10px;
	margin: 0 0 20px;
	color: #000;
	background-color: #B6C7D3;
}
.heading h2 {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

/* info area block styles */
.info-area {
	overflow: hidden;
	margin: 0 0 20px;
	width: 100%;
}
.info-area h2, .poweredby h2, .white-box-content h2{
	color:#0060A7;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.info-area .img-holder {
	margin: 0 20px 0 0;
	float: left;
}
.info-area .img-holder img {display: block;}
.info-area .info-text {
	overflow: hidden;
	height: 1%;
	color: #333;
}
.info-area p {
	margin: 0 0 5px;
}
.patents.info-area p{
	color: #333;
}

/* infobox styles */
.infoboxes-holder {
	background: url(../images/infobox-top.gif) no-repeat;
	overflow: hidden;
	padding: 5px 0 0;
	margin: 0 0 19px;
	font-size: 13px;
	width: 692px;
}
.infoboxes-holder .infobox-wrapper {
	background: url(../images/infobox-bot.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
.infoboxes-holder .infoboxes {
	background: url(../images/infobox-mid.gif) repeat-y;
	overflow: hidden;
	width: 715px;
}
.infoboxes-holder .info-box {
	width: 336px;
	float: left;
	margin: 0 20px 0 0;
}
.infoboxes-holder .info-box h2, .infoboxes-holder .info-box p{
	padding:0 10px;
}
.infoboxes-holder .info-box h2{
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}
.infoboxes-holder .info-box p{
	margin: 0 0 7px;
}
.patents.info-area{
	background: transparent url(../images/patent-box-top.gif) no-repeat 0 top;
	padding: 8px 0 0 0;
}
.patents.info-area-wrapper{
	background: transparent url(../images/patents-box-bot.gif) no-repeat 0 bottom;
	padding-bottom: 7px;
}
.patents.content-area{
	background: #fff url(../images/patents-box-body.gif) repeat-y 0 0;
	padding: 5px 10px;
	color: #333333;
}
/* Patents Box On styles */
.patents.info-area.on{
	background: transparent url(../images/patent-box-top-on.gif) no-repeat 0 top;
	cursor: pointer;
}
.patents.info-area.on .patents.info-area-wrapper{
	background: transparent url(../images/patents-box-bot-on.gif) no-repeat 0 bottom;
}
.patents.info-area.on .patents.content-area{
	background: #fff url(../images/patents-box-body-on.gif) repeat-y 0 0;
}

ul.info-list {
	list-style: none;
	padding: 5px 10px 10px 0;
	margin: 0 0 -10px;
}
ul.info-list li {
	background: url(../images/bullet.gif) no-repeat 14px 7px;
	padding: 0 0 7px 23px;
	height: 1%;
}
ul.info-list ul {
	list-style: none;
	padding: 7px 0 0 12px;
	margin: 0 0 -7px;
}
ul.info-list p {margin: 0;}


.link-holder {
	width: 100%;
	padding: 0 0 9px;
	clear: both;
	text-indent:450px;
	margin: 0;
}
.link-holder.generators{
	text-indent: 370px;
}
.link-holder a {
	text-decoration: underline;
	color: #0099ff;
	margin:0;
	padding:0;
}
.link-holder a:hover {text-decoration: none;}
/* table block styles */
.products-table {
	margin: 0 0 20px;
	clear: both;
	width: 100%;
}
.products-table table {
	font: 12px/15px Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	color: #333;
	width: 100%;
}
.products-table table td {
	border: 1px solid #ccc;
	padding: 5px 0 5px 9px;
	font-size: 12px;
}
.products-table table td.category {
	background: #f0f1f2;
	width: 118px;
	font-weight: 800;
}
.products-table table th{
	background: #f0f1f2;
	padding: 5px 0 5px 9px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #cccccc;
}
.products-table a.pdf {
	background: url(../images/icon-pdf.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: -2px auto;
	width: 21px;
	height: 19px;
}
.towers.products-table{
	clear: none;
	float:left;
	width: 455px;
	margin-bottom: 20px;
}
.towers.products-table th{
	background-color:#fff;
	color:#0060A7;
	text-align: left;
	padding: 0 0 5px 9px;
}
.key-table{
	color: #0060A7;
	border: 1px solid #ccc;
	margin: 0 0 20px;
}
.key-table h4{
	margin: 3px 0px;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
}
.key-wrapper{
	overflow: hidden;
	width: 100%;
}
.key-definition{
	float: left;
	width: 50%;
}
.key-definition p{
	margin: 2px 0px;
	padding: 0 10px;
}
.generators.products-table th{
	font-size: 15px;
	text-align: left;
	padding: 3px 3px 5px 9px;
}
.generators.products-table h3{
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
}
.generators.products-table td.series{
	border: none;
	width: 118px;
}
/* footer block styles */
#footer {
	border-top: 1px solid #ccc;

	padding: 25px 0;
/*	margin: 19px 0 0;
*/
	margin:0px auto;
	overflow: hidden;
	font-size: 10px;
	width:975px;

}
#footer p {
	font-family: Verdana, Tahoma, sans-serif;
	color:#fff;
	text-align: center;
	margin: 0;
}
/*Misc. Styles*/
.warning{
	color:#F00;
}
.contact-info h2{
	color: #0060A7;
	font-size: 13px;
	margin: 5px 0;
}
.contact-info h2 a{
	color: #0060A7;
	border-bottom: 1px solid #0060A7;
}
.contact-info p{
	margin: 3px 0;
	color: #0060A7;
}
/* tooltip styles */
.qtip-content h2{
	color: #036;
	font-size: 13px;
	margin:0;
}
.qtip-content ul{
	padding: 0;
	margin:0;
}
.qtip-content{
	background: #fff url(../images/tooltip-bg.jpg) repeat-y 0 right;
}
.qtip-content li{
	color:#004A95;
	font-size: 10px;
	list-style: none;
	line-height: 1.6em;
}
.qtip-content p{
	color:#004A95;
	margin:5px 0;
}
div.story h3{
	color: #333;
	margin-bottom: 5px;
	font-size: 13px;
}
div.story p{
	margin-top: 0;
	margin-bottom: 20px;
}
div.story a{
	text-decoration: underline;
	color: #06c;
}
.links-list{
	list-style: none;
	color: #06c;
	text-decoration: underline;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5em;
}
.staff-title h2{
	margin-bottom: 0;
}
.staff-title h3{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #0060A7;
}
.green-list{
	line-height: 1.7em;
	color: #0060A7;
}

/*Green Box*/
.green-info-box{
	width: 216px;
	padding-top:5px;
	background: transparent url(../images/green-box-top.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 20px 20px 20px 0; /* margin top was 0 originally. But to match the tops it is changed */
	color: #ffffff;
	float: left;
}
.green-info-wrapper{
	padding-bottom: 5px;
	background: transparent url(../images/green-box-bot.gif) no-repeat 0 bottom;
}
.green-info-content{
	padding: 10px;
	background:url(../images/green-box-body.gif) repeat-y 0 0;
}
.green-info-content p{
	margin: 0 0 10px;
}
.green-info-box .info-list li{
	list-style: none;
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
	overflow: hidden;
}
.green-info-box .img-holder{
	float: left;
	margin: 0 10px;
}
.green-info-box h3{
	margin-top:0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
}
.green-info-box a{
	color: #ffffff;
	text-decoration: underline;
}
.green-info-box h4{
	margin:0 0 5px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	font-size: 13px;
}
/*Dark Grey Box*/
.drk-gray-wrapper{
	clear:both;
	width:100%;
	background: transparent url(../images/drkgray-box-top.gif) no-repeat 0 0;
	padding-top: 6px;
}
.drk-gray-holder{
	background: transparent url(../images/drkgray-box-bot.gif) no-repeat 0 bottom;
	padding-bottom: 6px;
	margin-top: 20px;
	clear: both;
}
.drk-gray-content{
	background: transparent url(../images/drkgray-box-body.gif) repeat-y 0 0;
	padding:8px 8px 8px 15px;
	color: #fff;
	line-height: 26px;
}
.drk-gray-content p{
	font-size: 18px;
	margin: 0;
}
.drk-gray-content .img-holder{
	float: left;
	margin-right: 15px;
}
/* White Box (home)*/
.white-box-holder{
	padding-top:6px;
	background:url(../images/white-box-top.png) no-repeat 0 0;
	width: 237px;
	margin-bottom: 15px;
}
.white-box-wrapper{
	padding-bottom: 6px;
	background: url(../images/white-box-bot.png) no-repeat 0 bottom;
}
.white-box-content{
	padding: 0 10px 10px 10px;
	background:url(../images/white-box-body.gif) repeat-y 0 0;
	overflow: hidden;
}
.white-box-content h2{
	font-size: 12px;
	margin-bottom: 3px;
}
.white-box-content p, .home-large-box-content p{
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 13px;
	font-size: 11px;
}
.white-box-content p.more, .home-large-box-content p.more{
	float: right;
	color: #06c;
	margin-bottom: 0;
}
.white-box-content ul{
	padding: 0;
	list-style: none;
  width:230px;
  float:left;
	margin-top: 0;
	margin-bottom: 10px;
}
.white-box-content li{
	padding: 0 0 6px 0;
}
.white-box-content li p.date{
	margin-bottom: 0;
	color: #666;
}
/*Powered By*/
.poweredby{
	margin:5px -18px 20px -19px;
	border-bottom:1px solid #CCC;
	padding:0 18px 5px 19px;
	overflow: hidden;
}
.poweredby img{
	float: left;
}
.poweredby p{
	color: #333333;
}
.quote{
	font-style: italic;
	color: #333;
	padding-bottom: 0px;
}
.poweredText{
	margin-left: 250px;
}
/* Contact block styles*/
.contact-wrapper{
	width: 218px;
	margin: 10px 18px 20px 0;
	float: left;
	overflow: hidden;
}
.contact-wrapper.last{
	margin-right:0;
}
.contact-wrapper h3{
	height: 30px;
	width: 216px;
	background:url(../images/contact-header.gif) no-repeat 0 0;
	margin: 0px;
	padding: 7px 5px 0px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.contact-wrapper .info-text{
	color: #0060A7;
	margin-top: 0;
	height: 65px;
}
.contact-wrapper .info-text.location{
	height: 50px;
}
.contact-info{
	margin-top: 5px;
	color: #333;
	line-height: 1.5em;
}
.info-text a{
	color: #06c;
}
.contact-name{
	color: #0069aa;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
/* Gray half Box Styles*/
.half-gray-box-holder{
	width: 335px;
	overflow: hidden;
	padding-top: 5px;
	background: transparent url(../images/gray-half-box-top.gif) no-repeat 0 0;
	color: #333333;
}
.half-gray-box-wrapper{
	padding-bottom: 5px;
	background: transparent url(../images/gray-half-box-bot.gif) no-repeat 0 bottom;
}
.half-gray-box-content{
	padding: 10px;
	background: url(../images/gray-half-box-body.gif) repeat-y 0 0;
}
.half-gray-box-content h3{
	color: #333333;
	margin-bottom:0;
}
/*Subscribe form*/
form#subscribe h3{
	margin-top: 0;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
form#subscribe label{
	width: 40px;
	display: block;
	float: left;
	vertical-align: middle;
	padding-top:5px;
}
form#subscribe input{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
form#subscribe a{
	color: #333;
	text-decoration: underline;
	line-height: 25px;
	margin-top: 3px;
}
a.rss{
	padding-left: 20px;
	background: url(../images/icon-rss.gif) no-repeat 0 center;
	height: 20px;
}
form#subscribe a img{
	border-bottom: none;
}
form#subscribe p{
	margin-bottom: 5px;
	margin-top: 5px;
}
.home-large-box-holder{
	width: 474px;
	padding-top: 6px;
	background:url(../images/home-large-box-top.png) no-repeat 0 0;
}
.home-large-box-wrapper{
  width: 474px;
  padding-bottom:6px;
	background: url(../images/home-large-box-bot.gif) no-repeat 0 bottom;
}
.home-large-box-content{
	background: url(../images/home-large-box-body.gif) repeat-y 0 0;
	padding: 10px 10px 25px 15px;
	overflow: hidden;
}
.home-large-box-content .info-area{
	margin-bottom: 10px;
}
.home-large-box-content hr{
	height: 1px;
	margin: 10px -15px 0 -15px;
	color:#CCC;
	background-color: #ccc;
}
.home-large-box-bottom{
	
	overflow: hidden;
	margin: 0;
	border-top: 1px solid #ccc;
}
.home-large-box-bottom .product{
	text-align: center;
	 float: left;
	 margin: 0 7px 15px;
}
.home-large-box-bottom .product h3{
	/*text-transform: uppercase;*/
	font-size:11px;
	margin: 4px;
}
.home-large-box-bottom .product-wrapper{
	margin:0 auto;
	padding:0 15px;
	overflow: hidden;
	width: 436px;
	padding-bottom: 1px;
}

.excel1 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:windowtext;
font-size:11px;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel3 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:windowtext;
font-size:14px;
font-weight:bold;
font-family:Arial, sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
text-underline-style:single;
color:#005FA7;
}
.excel2 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:blue;
font-size:11px;
font-weight:400;
font-style:normal;
text-decoration:underline;
font-family:Arial;
text-align:general;
vertical-align:middle;
border:none;
white-space:nowrap;
text-underline-style:single;
}

#sitemap li {width:320px; float:left; margin-bottom:1em; list-style-type:none;}
#sitemap li ul li{margin:0px; list-style-type:circle;}
#bottom {width:430px; margin:0px auto; padding-top:1em; clear:both;}
#members-of{font-size:11px; text-align:center;}
/* le news link on main page */
#le-in-news{display:inline-block; padding:0px; border-bottom:0px;}
#le-in-news a, #le-in-news a:link{color:#0060A7; text-decoration:none;}
#le-in-news a:hover, #le-in-news a:active{color:#0066CC; font-weight:800;}

.le-in-media{ padding-top:0; 	margin-top: -6px; }
.le-in-media a, .le-in-media a:link{	color:#0060A7; 	font-weight: bold;	font-size: 12px; }
.le-in-media a:hover, .le-in-media a:active{color:#0066CC; font-weight:800; text-decoration:none;}
#le-press-releases{width:330px; float:left; margin-right:2em; padding-bottom:4em; margin-bottom:4em;}
#le-press-mentions{width:330px; float:left; padding-bottom:4em; margin-bottom:4em;}
.flickr-home-embed{margin-left:6px; margin-bottom:1em;}

.media-section{font: 800 18px Tahoma, sans-serif; text-transform:uppercase; color: #0060A7; text-align: left;}
#le-press-pictures, #le-press-videos{width:450px; float:right; margin:2px auto; }

.le-press-videos{width:680px; padding-top:20px; margin:10px auto;}
.le-press-thumbnail-video{width:120px; height:130px; float:left; padding:10px;}
.le-press-thumbnail-video a img{margin:0px auto; width:75px; display:block; border:3px solid #0066CC;}
.le-press-thumbnail-video a:hover img{margin:0px auto; width:75px; display:block; border:3px solid #0060A7;}
.le-press-thumbnail-video a p{color:#0069AA; font-size:12px; margin:0 auto; text-align:center; width:120px; text-decoration:underline; overflow:hidden;}
.le-press-thumbnail-video a:hover p{color:#0060A7; font-size:12px; margin:0 auto; text-align:center; width:120px; text-decoration:none;}

.le-press-pictures{width:680px; padding-top:20px; margin-left:4em; padding-bottom:6em;}
.le-press-thumbnail-picture{width:120px; height:130px; float:left; padding:15px; margin-bottom:10px;}
.le-press-thumbnail-picture a img{margin:0px auto; width:75px; display:block; border:3px solid #0066CC;}
.le-press-thumbnail-picture a:hover img{margin:0px auto; width:75px; display:block; border:3px solid #0060A7;}
.le-press-thumbnail-picture a p{color:#0069AA; font-size:12px; margin:0 auto; text-align:center; width:120px; text-decoration:underline; overflow:hidden;}
.le-press-thumbnail-picture a:hover p{color:#0060A7; font-size:12px; margin:0 auto; text-align:center; width:120px; text-decoration:none;}

