/* ---------- Common styles ---------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font: 12px/15px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #F9FAFA;
}

#header ul li, #options li, #sidebar li {
	display: block;
	list-style: none outside;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input {
	font-size: 11px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	margin-top: -1px;
	font-size: 0;
	overflow: hidden;
}

hr.clear {
	border: 0;
	visibility: hidden;
}

.submit {
	cursor: pointer;
}

var {
	padding: 0 3px;
	color: #FFF;
	background: #3753A6;
	font-weight: bold;
	font-style: normal;
}

/* ---------- Layout styles ---------------------- */
#container {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/header_top_line.png) left top no-repeat;
}

#header {
	overflow: hidden;
}

#header h1 a,
#header h2 a {
	overflow: hidden;
	float: left;
	width: 169px;
	height: 61px;
	text-indent: -1000px;
	background: url(images/logo.png) left top no-repeat;
	margin-bottom: 5px;
}

#header fieldset {
	border: none;
}

#header legend {
	display: none;
}

#header .slogan {
	display: none;
}

#header .navigation {
}

#header .navigation li {
	float: left;
}

#header .box {
	float: right;
	width: 720px;
}

#header .box .navigation li {
	margin: 3px 10px 0 0;
	padding: 0 10px 2px 0;
	border-right: 1px solid #DDD;
}

#header .box .navigation li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#header .box .navigation.lang li a {
	padding-left: 20px;
}

#header .box .navigation.lang li.bg a {
	background: url(images/flag_bg.png) 0 3px no-repeat;
}

#header .box .navigation.lang li.en a {
	background: url(images/flag_en.png) 0 3px no-repeat;
}

#header form {
	float: right;
	width: 304px;
}

#header form .navigation {
	clear: both;
	float: right;
	margin-top: 5px;
}

#header form .textbox {
	padding: 3px 3px 5px 2px;
	background: url(images/header_login.png) 0 0px no-repeat;
}

#header form .textbox input {
	width: 111px;
	height: 14px;
	background: none;
	border: none;
}

#header form .submit {
	width: 54px;
	height: 22px;
	padding: 1px 0 3px 2px;
	color: #FFF;
	font-weight: bold;
	border: none;
	background: url(images/header_login_button.png) left top no-repeat;
}

#header .menu {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0 0;
	background: url(images/header_menu.png) 3px 0 no-repeat;
}

#header .menu li {
	margin: 0;
}

#header .menu form {
	float: right;
	width: 235px;
	margin: 10px 7px 0 0;
}

#header .menu form .textbox {
	padding: 3px 3px 5px 6px;
	border: none;
	background-image: url(images/header_search.png);
}

#header .menu form .textbox input {
	width: 200px;
	border: none;
}

#header .menu form .submit {
	width: 21px;
	height: 22px;
	color: #20409B;
	text-indent: -10000px;
	background-image: url(images/header_search_button.png);
}

#header .menu .left {
	background: url(images/header_menu_left.png) 0 0 no-repeat;
}

#header .menu .right {
	height: 40px;
	padding: 0 3px;
	background: url(images/header_menu_right.png) 947px 0 no-repeat;
}

#header.showsub .menu .left {
	background-position: 0 -50px;
}

#header.showsub .menu .right {
	background-position: 947px -50px;
}

#header .submenu {
	display: none;
	clear: both;
	overflow: hidden;
	background: #25449E;
}

#header .submenu li a {
	color: #FFF;
	margin: 0 25px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: url(images/header_submenu_bullet.png) 0 6px no-repeat;
}


#header .submenu li a:hover,
#header .submenu li.selected a{
	background-position: 0 -14px;
	text-decoration: underline;
}

#header .submenu .left {
	background: url(images/header_submenu_left.png) left bottom no-repeat;
}

#header .submenu .right {
	padding: 6px 0px 5px 23px;
	background: url(images/header_submenu_right.png) right bottom no-repeat;
}

#header .submenu .right ul {
	overflow: hidden;
}

#header .submenu .right ul li {
	margin: 5px 0;
}

#header.showsub .submenu {
	display: block;
}

#header .breadcrumbs {
	clear: both;
	margin: 18px 10px 20px;
}

#header .breadcrumbs,
#header .breadcrumbs a {
	color: #666;
}

#footer {
	clear: both;
	padding: 10px 5px;
	overflow: hidden;
}

#footer .navigation li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 2px 0;
	border-right: 1px solid #CCC;
	display: inline;
}

#footer .navigation li.last {
	margin-right: 0;
	border-right: none;
}

#footer .navigation li.rss a {
	overflow: hidden;
	display: block;
	width: 78px;
	height: 15px;
	text-indent: -1000px;
	background: url(images/rss.png) left top no-repeat;
}

#footer .navigation li.fb a {
	overflow: hidden;
	display: block;
	width: 74px;
	height: 15px;
	text-indent: -1000px;
	background: url(images/facebook.png) left top no-repeat;
}


#footer .copyrights {
	float: right;
}

#options {
	float: right;
	margin: -2px 0 0 0;
}

#options li {
	float: left;
	margin: 2px 7px 0 0;
	padding: 3px 7px 3px 0;
	background: none;
	border-right: 1px solid #DDD;
}

#options li.fontsize {
	padding-right: 0;
	border: none;
}

#options li a {
	overflow: hidden;
	display: block;
	height: 12px;
	text-indent: -1000px;
	background: url(images/options.png) left top no-repeat;
}

#options li a.send 		{
	width: 22px;
	background-position: 0 2px;
}

#options li a.print 	{
	width: 12px;
	background-position: -30px 0;
}

#options li a.decrease 	{
	width: 15px;
	background-position: -50px 0;
}

#options li a.increase 	{
	width: 17px;
	background-position: -70px 0;
}

#options li.archive {
	margin-right: 30px;
	margin-top: 0px;
	padding: 0;
	border: none;
}

#options li.archive select {
	width: 120px;
}

/* ---------- Content styles ---------------------- */
#cnt {
}

#cnt h1 {
	margin: 5px 0 35px 3px;
	color: #3753A6;
	font-size: 24px;
	font-weight: normal;
}

#cnt h2 {
	margin: 0 0 15px 3px;
	color: #3753A6;
	font-size: 18px;
	font-weight: normal;
}

#cnt h3 {
	margin: 0 0 10px 3px;
	color: #3753A6;
	font-size: 16px;
}

#cnt h4 {
	margin: 3px 0 3px 5px;
	color: #333;
	font-size: 13px;
}

#cnt h4 a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

#cnt h4 a:hover {
	text-decoration: underline;
}

#cnt p {
	padding: 0 5px 20px 5px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#cnt a {
	color: #3753A6;
}

#cnt ol,
#cnt ul {
	padding: 0 0 10px 0;
	overflow: hidden;
}

#cnt .text_content {
	padding-bottom: 20px;
}

#cnt .text_content ol,
#cnt .text_content ul {
	margin-left: 15px;
}

#cnt ol li{
	margin-left: 20px;
}

#cnt ul li {
	padding: 0 0 5px 10px;
	list-style: none outside;
	background: url(images/cnt_bullet.png) 0 4px no-repeat;
}

#cnt .reports ol,
#cnt .reports ul {
	margin-left: 0;
}

#cnt ul li p {
	padding: 0 5px 4px 5px;
}

#cnt dl {
	padding: 0 5px;
}

#cnt dl dt {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}

#cnt dl dt sup {
	color: #999;
	font-weight: normal;
}

#cnt dl dt a {
	color: #333;
	text-decoration: none;
}

#cnt dl dt a:hover {
	text-decoration: underline;
}

#cnt dl dd {
	margin: 0 0 5px 0;
}

#cnt.news dl dd {
	margin-bottom: 30px;
}

#cnt dl dd p,
#cnt dl dd h2,
#cnt dl dt h3,
#cnt dl dd h4 {
	margin-left: 0;
	padding-left: 0;
}

#cnt dl dd a {
	text-decoration: none;
}

#cnt dl dd a:hover {
	text-decoration: underline;
}

#cnt cite {
}

#cnt code {
}

#cnt pre {
}

#cnt blockquote {
}

#cnt blockquote p {
}

#cnt table {
	margin: 0 0 20px 0;
	background: #FFF;
	border: 0px solid #FFF;
}

#cnt table thead th, #cnt table thead td {
	padding: 15px 20px;
	color: #FFF;
	text-align: left;
	background: #415CA9;
}

#cnt table tbody th {
	padding: 15px 20px;
	color: #FFF;
	text-align: left;
	background: #ABABAB;
}

#cnt table tbody td {
	padding: 15px 20px;
	text-align: left;
	background: #D8DAD9;
}

#cnt form {
	padding: 10px;
}

#cnt fieldset {
	border: none;
}

#cnt fieldset legend {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

#cnt fieldset label {
	float: left;
	width: 100px;
	margin: 4px 20px 20px 0;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

#cnt fieldset textarea {
	float: left;
	width: 250px;
	height: 120px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #999;
}

#cnt fieldset input {
	float: left;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #999;
}

#cnt fieldset input.text {
	width: 250px;
}

#cnt fieldset input.button {
	display: block;
	width: 111px;
	height: 22px;
	margin: 0 0px 20px 120px;
	color: #FFF;
	font-weight: bold;
	background: url(images/button_blue.png) top left no-repeat;
	border: none;
}

#cnt.map_coverage input.button {
	width: 139px;
	height: 22px;
	margin: 0 5px 5px 0;
	color: #FFF;
	font-weight: bold;
	background: url(images/button_blue_wide.png) top left no-repeat;
	border: none;
	cursor: pointer;
}

#cnt acronym {
	border-bottom: 1px inset #3753A6;
}

#cnt address {
	font-style: normal;
}

#cnt p.errors {
	color: red;
}

#cnt #related_files ul{
	margin: 5px 0 0 5px;
}

#cnt #related_files a{
	text-decoration: none;
	color: #333;
}

#cnt #related_files a:hover{
	text-decoration: underline;
}


/* ---------- Class ---------------------- */

.box .bottom 		{
	background: url(images/box_bottom_mid.png) left bottom repeat-x;
}

.box .bottom .left 	{
	background: url(images/box_bottom_left.png) left bottom no-repeat;
}

.box .bottom .right {
	background: url(images/box_bottom_right.png) right bottom no-repeat;
	overflow: hidden;
	padding: 0 1px;
}

.box .top 			{
	background: url(images/box_top_mid.png) left top repeat-x;
}

.box .top .left 	{
	background: url(images/box_top_left.png) left top no-repeat;
}

.box .top .right 	{
	background: url(images/box_top_right.png) right top no-repeat;
	overflow: hidden;
	padding: 10px;
}

.box.content {
	clear: both;
	margin: 0 0 20px 0;
	background: #EDF0F7;
}

.box.content .bottom 		{
	background: none;
}

.box.content .bottom .left 	{
	background: url(images/boximg_bottom_left.png) left bottom no-repeat;
}

.box.content .bottom .right {
	background: url(images/boximg_bottom_right.png) right bottom no-repeat;
	padding: 0;
}

.box.content .top 			{
	background: none;
}

.box.content .top .left 	{
	background: url(images/boximg_top_left.png) left top no-repeat;
}

.box.content .top .right 	{
	background: url(images/boximg_top_right.png) right top no-repeat;
	padding: 20px 20px 0;
}

.box.gallery {
	clear: both;
	margin: 0 0 20px 0;
	background: #DDE3EF;
}

.box.gallery .bottom 		{
	background: none;
}

.box.gallery .bottom .left 	{
	background: url(images/boxgal_bottom_left.png) left bottom no-repeat;
	padding: 0;
}

.box.gallery .bottom .right {
	background: url(images/boxgal_bottom_right.png) right bottom no-repeat;
	padding: 0;
}

.box.gallery .top 			{
	background: none;
}

.box.gallery .top .left 	{
	background: url(images/boxgal_top_left.png) left top no-repeat;
}

.box.gallery .top .right 	{
	background: url(images/boxgal_top_right.png) right top no-repeat;
	padding: 20px;
}

.box.content.image {
	float: left;
	width: 230px;
	margin: 0px 20px 20px 0;
	font-size: 11px;
}

.box.content.image .top .right {
	padding: 10px;
}

.box.content.image em {
	display: block;
	margin-top: 5px;
}

.placeholder {
	overflow: hidden;
	float: left;
	width: 250px;
}

*:first-child+html .placeholder {
	margin: 0 0 15px 0;
}

.textholder {
	overflow: hidden;
	float: left;
	width: 675px;
}

#sidebar {
	float: left;
	width: 185px;
	margin-right: 15px;
}

#sidebar .heading {
	height: 54px;
	background: url(images/sidebar_heading.png) left top no-repeat;
	padding: 14px 10px 0 14px;
}

#sidebar .middle {
	background: url(images/sidebar_mid.png) left top repeat-y;
}

#sidebar .bottom {
	background: url(images/sidebar_bottom.png) left bottom no-repeat;
	padding: 10px;
}

#sidebar h2 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#sidebar h2 a {
	color: #fff;
	text-decoration: none;
}

#sidebar h2 a:hover {
	text-decoration: underline;
}

#sidebar p {
	color: #fff;
	line-height: 11px;
}

#sidebar ul {
	margin: 0 0 10px 0;
	padding: 7px 5px 0px 5px;
}

#sidebar ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	background: url(images/cnt_bullet.png) 0 4px no-repeat;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li.last {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li a.selected {
	font-weight: bold;
}

#paging {
	margin-top: 10px;
}

#paging .top .right {
	padding: 10px;
	overflow: hidden;
}

#paging .clear {
	margin-top: -10px;
}

#paging p {
	padding: 0;
	display: block;
}

#paging p a {
	float: left;
	margin: 4px 0 0 0;
	padding: 0 7px 2px;
	line-height: 13px;
	border-left: 1px solid #333;
}

#paging p a.current {
	font-weight: bold;
}

#paging p a.first {
	border: none;
}

#paging p a.previous{
	background: url(images/paging_button_prev.png) left top no-repeat;
}

#paging p a.next{
	background: url(images/paging_button_next.png) left top no-repeat;
}

#paging p a.previous,
#paging p a.next {
	overflow: hidden;
	display: block;
	width: 23px;
	height: 22px;
	margin: 0 0 0 5px;
	padding: 0;

	text-indent: -1000px;
	border: none;
}

#paging p a.previous {
	margin: 0 5px 0 0;
}

#paging p span.previous,
#paging p span.next {
	display: none;
}

#rss ul {
	padding-bottom: 10px;
}

#rss ul li {
	overflow: hidden;
	padding: 0 0 10px 20px;
	background: url(images/rss_small.png) left top no-repeat;
}

#rss ul li a {
	float: left;
	width: 100px;
	margin-top: 1px;
	color: #333;
	margin-right: 10px;
}

#rss ul li a.yahoo {
	overflow: hidden;
	width: 91px;
	height: 17px;
	margin-top: 0px;
	margin-left: 530px;
	text-indent: -1000px;
	background: url(images/add_to_yahoo.png) left top no-repeat;
}

#rss ul li a.google {
	overflow: hidden;
	width: 104px;
	height: 17px;
	margin-top: 0px;
	text-indent: -1000px;
	background: url(images/add_to_google.png) left top no-repeat;
}

.search #cnt h4,
.search #cnt dl {
	margin: 30px 23px 20px 23px;
	padding: 0;
}

.search #cnt dl dt {
	margin-top: 20px;
	padding: 0;
}

#search {
	font-weight: bold;
}

#search fieldset {
	border: none;
}

#search fieldset legend {
	display: none;
}

#search fieldset label {
	width: auto;
}

#search fieldset input {
	margin-left: 0px;
}

#search fieldset input.button {
	margin-left: 20px;
	padding-top: 0px;
}

#gallery .right {
	padding-top: 0;
}

#gallery ul {
	overflow: hidden;
	padding: 0;
	margin-bottom: -2px;
}

#gallery ul li {
	overflow: hidden;
	float: left;
	width: 294px;
	background: none;
	padding: 25px 0 25px 0;
	border-bottom: 1px dotted #697DB8;
}

#gallery ul li img {
	float: left;
	/*width: 140px;
	height: 100px;*/
}

#gallery ul li p {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 13px;
}

#gallery ul li p .size {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
}

#gallery ul li a.download {
	display: block;
	width: 68px;
	height: 18px;
	margin: 35px 0 0 0;
	padding: 4px 0 0 31px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/button_download.png) left top no-repeat;
}

#gallery ul li img {
	float: left;
	/*height: 100px;*/
}

#life_in_neterra.box .top .right {
	padding-right: 0px;
	padding-left: 0px;
}

#life_in_neterra a.button {
	width: 20px;
	height: 150px;
	margin-top: 3px;
	text-indent: -1000px;
	visibility: hidden;
}

#life_in_neterra a.button.prev {
	float: left;
	margin-left: 5px;
	background: url(images/bullet_prev.png) center center no-repeat;
}

#life_in_neterra a.button.next {
	float: right;
	margin-right: 5px;
	background: url(images/bullet_next.png) center center no-repeat;
}

#life_in_neterra ul {
	overflow: hidden;
	width: 870px;
	height: 180px;
	padding: 0 0 0px 5px;
}

#life_in_neterra ul li {
	display: inline;
	float: left;
	background: none;
	margin: 0px 4px 30px 4px;
	padding: 0;
	border: 3px solid #FFF;
}

#life_in_neterra ul li img {
	float: left;
	border: none;
}

#partners .top .right {
	padding-top: 0;
}

#cnt #partners ul {
	overflow: hidden;
	padding: 0 0 0 2px;
	margin-bottom: -2px;
}

#partners ul li {
	overflow: hidden;
	float: left;
	width: 185px;
	margin-left: 1px;
	background: none;
	padding: 25px 0 15px 0;
	border-bottom: 1px dotted #697DB8;
}

#partners ul li.last {
	width: 141px;
}

#partners ul li img {
	width: 140px;
	height: 100px;
	border: 0;
}

#partners ul li p {
	padding: 0;
	margin-top: 5px;
}

#partners ul li a.more {
	margin: 5px 0 0 5px;
	padding: 0 0 0 10px;
	color: #333;
	background: url(images/cnt_bullet2.png) 0 5px no-repeat;
}

#team .right {
	padding-top: 0;
}

#team ul {
	overflow: hidden;
	padding: 0;
}

#team ul li {
	overflow: hidden;
	clear: both;
	background: none;
	padding: 25px 0 25px 0;
	border-bottom: 1px dotted #697DB8;
}

#team ul li.last {
	border: none;
}

#team ul li h3 {
	float: left;
	width: 750px;
	margin: 5px 0 5px 20px;
}

#team ul li h4 {
	float: left;
	width: 750px;
	margin: 0 0 0 20px;
	font-style: italic;
}

#team ul li p {
	float: left;
	width: 750px;
	margin: 15px 0 0 20px;
	padding: 0;
	font-size: 13px;
}

#team ul li img {
	float: left;
	width: 95px;
	height: 120px;
	border: 4px solid #FFF;
}

/* Glossary START */
#letters {
	margin-bottom: 10px;
}

#letters ul {
	overflow: hidden;
	padding-left: 0;
}

#letters ul li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 11px;
	background: none;
	border-right: 1px solid #333;
}

#letters ul li.last {
	border-right: none;
}

#letters ul li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#letters ul li a:hover {
	text-decoration: underline;
}

#letters ul li a.selected {
	font-weight: bold;
}

#words 					{
	background: url(images/glossary-mid.png) left top repeat-y;
	clear: none;
	float: left;
	width: 170px;
	margin-right: 8px;
}

#words .bottom 			{
	background: url(images/glossary-1px.png) left bottom repeat-x;
}

#words .bottom .left 	{
	background: url(images/glossary-bl.png) left bottom no-repeat;
	padding: 0;
}

#words .bottom .right 	{
	background: url(images/glossary-br.png) right bottom no-repeat;
	padding: 0;
}

#words .top 			{
	background: url(images/glossary-1px.png) left top repeat-x;
}

#words .top .left 		{
	background: url(images/glossary-tl.png) left top no-repeat;
}

#words .top .right 		{
	background: url(images/glossary-tr.png) right top no-repeat;
	padding: 10px;
}

#words .top .right .scroll {
	overflow: auto;
	height: 400px;
}

#words dl dt {
	margin-bottom: 10px;
	padding-top: 10px;
	color: #3753A6;
	font-size: 18px;
}

#words dl ul {
	padding: 0;
}

#words dl ul a {
	color: #333;
	text-decoration: underline;
}

#words dl ul a:hover {
	text-decoration: none;
}

#words dl ul a.selected {
	font-weight: bold;
}

#meaning {
	overflow: hidden;
	clear: none;
	float: left;
	width: 750px;
}

/* Glossary END */
#flash {
	margin-top: 8px;
	position: relative;
	overflow: hidden;
}

#cnt.home {
	overflow: hidden;
	height: 305px;
	margin-top: 5px;
	position: relative;
}

#cnt.home .stories {
	width: 194px;
	padding: 22px 17px;
	position: absolute;
}

#cnt.home .news {
	width: 426px;
	padding: 22px 17px;
	position: absolute;
	left: 235px;
}

#cnt.home .careers {
	width: 264px;
	position: absolute;
	right: 0px;
	color: #fff;
	height: 235px;
}

#cnt.home .list {
	padding: 0 17px;
	position: relative;
	padding-top: 66px;
}

#cnt.home #blog {
	height: 100%;
	position: relative;
}

#cnt.home a {
	color: #333;
	text-decoration: none;
}

#cnt.home a:hover {
	text-decoration: underline;
}

#cnt.home .news h2,
#cnt.home .stories h2 {
	float: left;
	color: #333;
	font-size: 18px;
	padding-bottom: 3px;
}

#cnt.home .stories h4 {
	margin: 10px 5px;
	padding-left: 10px;
	font-size: 12px;
	background: url(images/cnt_bullet.png) 0 5px no-repeat;
}

#cnt.home .stories img {
	margin: 10px 5px;
}

#cnt.home .news em {
	color: #999;
	font-size: 9px;
	font-style: normal;
}

#cnt.home .news p {
	margin: 0 5px 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
}

#cnt.home .news p.first {
	margin-top: 6px;
}

#cnt.home .news p.last {
	border: none;
}

#cnt.home .stories p.more,
#cnt.home .news p.more {
	float: right;
	width: 65px;
	margin-top: 1px;
	padding: 0 5px 0 0;
	font-size: 11px;
	text-align: right;
	border: none;
}

#cnt.home .news p.more {
	width: 100px;
}

#cnt.home .stories p.more a,
#cnt.home .news p.more a {
	padding-left: 7px;
	background: url(images/cnt_bullet.png) 0 5px no-repeat;
}

#cnt.home .stories p.more a {
}

#cnt.home .careers h2 {
	display: none;
}

#cnt.home .careers a.goto {
	position: absolute;
	top: 11px;
	padding: 6px;
	width: 220px;
	text-indent: -2000px;
}
#cnt.home .careers #blog a.goto {
	top: 18px;
}

#cnt.home .careers p {
	margin: 0 5px 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #555;
	zoom: 1;
}

#cnt.home .careers p a {
	color: #FFF;
}

#cnt.home .careers p.last {
	border: none;
}

#cnt.home .careers p.more a {
	display: block;
	width: 124px;
	height: 20px;
	padding-top: 2px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(images/button_home.png) left top no-repeat;
}

#cnt.home .careers p.more a:hover {
	text-decoration: none;
}

.services {
	float: left;
	width: 745px;
}

.services #cnt .service_image {
	float: left;
	width: 350px;
	margin: 40px 0 0 5px;
}

.services #cnt .service_image img {
	border: 0;
}

.services #cnt .service_image h2 {
	margin-bottom: 30px;
}

#cnt.services-main .service-box {
	float: left;
	width: 453px;
	margin: 0 5px 11px 5px;
	background: url(images/service_heading.png) left top no-repeat;
}

#cnt.services-main .service-box h2 {
	color: #FFF;
	margin: 10px 0 7px 15px;
}

#cnt.services-main .service-box h2 a {
	color: #fff;
	text-decoration: none;
}

#cnt.services-main .service-box h2 a:hover {
	text-decoration: underline;
}

#cnt.services-main .service-box p {
	color: #FFF;
	margin: 0 0 8px 15px;
	padding: 0;
}

#cnt.services-main .service-box ul {
	padding: 10px 20px;
	background: url(images/service.jpg) left top no-repeat;
}

#cnt.services-main .service-box li {
	padding-bottom: 4px;
	width: 205px;
}

#cnt.services-main .service-box li a {
	color: #333;
	text-decoration: none;
}

#cnt.services-main .service-box li a:hover {
	text-decoration: underline;
}

#cnt.blog ul.options {
	margin-bottom: 40px;
	padding-left: 5px;
}

#cnt.blog ul.options li {
	float: left;
	margin-right: 10px;
	background: url(images/blog_opt_line.png) 0 1px no-repeat;
}

#cnt.blog ul.options li.published {
	padding-left: 0;
	background: none;
}

#cnt.blog ul.options li 			em {
	padding-left: 15px;
	color: #999;
	font-style: normal;
}

#cnt.blog ul.options li.published 	em {
	padding-left: 0;
}

#cnt.blog ul.options li.author 		em {
	background: url(images/blog_opt_author.png) 0 2px no-repeat;
}

#cnt.blog ul.options li.read 		em {
	background: url(images/blog_opt_read.png) 0 3px no-repeat;
}

#cnt.blog ul.options li.comments	em {
	background: url(images/blog_opt_comments.png) 0 3px no-repeat;
}

#cnt.blog h3 {
	color: #333;
	margin-left: 0;
}

#cnt.blog a.post-a-comment {
	display: block;
	float: right;
	margin-top: -24px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#cnt.blog a.post-a-comment:hover {
	text-decoration: underline;
}

#cnt.blog .comment {
	margin-bottom: 20px;
	padding: 15px 10px 0px 10px;
	background: #F9FAFA;
}

#cnt.blog .comment ul.options {
	margin-bottom: 10px;
}

#cnt.blog p.captcha {
	margin-top: 10px;
	margin-left: 85px;
	padding-bottom: 5px;
}

#cnt.blog label.captcha {
	margin-top: 0px;
	margin-left: 20px;
}

#cnt.facts .thefacts {
	float: left;
	width: 450px;
	padding: 0 20px 0 5px;
}

#cnt.facts .thefacts li {
	color: #3753A6;
	font-weight: bold;
}

#cnt.facts .reports {
	float: left;
	width: 453px;
	padding: 0;
}

#cnt.facts .reports h2 {
	width: 423px;
	height: 15px;
	margin: 0;
	padding: 15px 15px;
	color: #FFF;
	background: url(images/service_heading.png) left top no-repeat;
}

#cnt.facts .reports ul {
	height: 108px;
	padding: 11px 0 0 10px;
	background: url(images/facts.png) left top no-repeat;
}

#cnt.facts .reports ul li {
	margin-bottom: 3px;
}

#cnt.facts .reports ul li a {
	color: #333;
	text-decoration: none;
}

#cnt.facts .reports ul li a:hover {
	text-decoration: underline;
}

#cnt.sitemap .box {
	clear: none;
	float: left;
	width: 454px;
	margin: 0 5px 10px 5px;
}

#cnt.sitemap .box .right {
	padding-right: 0;
}

#cnt.sitemap h3 {
	margin-bottom: 20px;
}

#cnt.sitemap a {
	text-decoration: none;
}

#cnt.sitemap a:hover {
	text-decoration: underline;
}

#cnt.sitemap ul {
	float: left;
	width: 205px;
}

#cnt.sitemap ul li {
	margin-bottom: 5px;
}

#cnt.sitemap ul li a {
	color: #333;
}

#cnt.contacts .box .right {
	padding-right: 0;
}

#cnt.contacts h3 {
	margin-bottom: 20px;
	color: black;
}

#cnt.contacts dl {
	padding-right: 0;
}

#cnt.contacts dt,
#cnt.contacts dd {
	float: left;
	width: 200px;
	padding-right: 25px;
}

#cnt.contacts dd {
	margin-left: -225px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#cnt.contacts dt {
	font-size: 12px;
}

#cnt.contacts dd {
	margin-bottom: 12px;
}

#cnt.contacts dl dd a {
	padding-left: 10px;
	background: url(images/cnt_bullet2.png) 0 6px no-repeat;
	text-decoration: underline;
}

#cnt.contacts dl dd a:hover {
	text-decoration: none;
}

#cnt.contacts dl dd address {
	margin-bottom: 5px;
}

#cnt.contacts dl dd address a {
	padding-left: 0px;
	background: none;
}

#cnt.contacts dl dd address p {
	padding: 0
}

#map.box {
}

#map.box .top .right {
	padding: 20px 20px 0;
}

#contacts.box .bottom .right {
	background: url(images/contacts.png) right bottom no-repeat;
}

/* ---------- customs ---------------------- */
a#button-apply {
	display: block;
	width: 111px;
	height: 19px;
	margin: 30px 0 20px 10px;
	padding: 3px 0 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_blue.png) top left no-repeat;
}

a#button-back {
	float: left;
	display: block;
	height: 17px;
	padding: 3px 0 2px 30px;
	color: #333;
	background: url(images/paging_button_prev.png) left top no-repeat;
}

p#published {
	margin: 15px 5px 5px 3px;
	padding: 0;
	color: #999;
}

p#published strong {
	font-weight: normal;
	color: #333;
}

#cnt p.published {
	margin: 0 5px 5px 3px;
	padding: 0;
	color: #999;
}


/* Light Box */
#lightbox{
	position: absolute;
	top: 50%;
	left: 50%;
}

#lightboxDetails{
	display: none;
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{
	float: left;
}

#keyboardMsg{
	float: right;
}

#closeButton{
	top: 5px;
	right: 5px;
}

#lightbox img{
	border: 10px solid #FFF;
	clear: both;
}

#overlay img{
	border: none;
}

#overlay{
	background: #000;
	opacity: .7;
}

/* End Light Box */
