a, a:link {
	color: #00f;
}
a:visited {
	color: #00f;
}
body {
	background-color: #fff;
}
body, p, td, th, li {
	
		font-size: 10pt;
	
	
		font-family: arial,sans-serif;
	
}

.menu, a:link.menu, a:visited.menu {
	color: #fff;
	font-size: 14px;
	font-family: arial,sans-serif;
}
#menuList {
	background-color: #000;
}
#menuList li a {
	border-right: 1px solid #fff;
}
/*********************************** GLOBAL RESET / CLEARFIX */

* {
 font-weight: inherit;
 font-family: inherit;
 font-style: inherit;
 font-size: 100%;
 padding: 0;
 margin: 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*********************************** BODY / GLOBAL STYLES */

html, body {
 margin: 0;
 padding: 0;
 border: 0px;
}

body.externalSite {
 margin: 0;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 background-color: #E3E4E6;
 word-wrap:break-word;
}

body, p, td, th, li {
 font-family: Lucida Grande, arial, verdana, helvetica, sans-serif;
 font-size: 10pt;
}

#homepage p {
 font-size: 8pt;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 padding-bottom: .5em;
 background-color: transparent;
 display: block;
 text-align: left;
 font-weight: normal;
}

h1 {
 font-size: 1.8em;
}

h2 {
 font-size: 1.6em;
}

h3 {
 font-size: 1.4em;
}

h4 {
 font-size: 1.3em;
}

h5 {
 font-size: 1.2em;
}

#homepage h5 {
 font-size: 1em;
 font-weight: bold;
}

#homepage .Headline {
 font-weight: bold;
 font-size: 1.1em;
 color: #003d69;
}

h6 {
 font-size: 1.1em;
}

p {
 line-height: 1.5em;
 margin: 0px;
 padding: 0px;
 padding-bottom: 1.5em;
}

li, ul, ol, blockquote, q, acronym, abbr {
  margin: 0;
  padding: 0;
}

blockquote {
 background-color:#EFEFEF;
 color:#455D6F;
 margin-bottom:1em;
 padding:1em;
}

q {
  font-style: italic;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

a, a:link, a:visited {
 text-decoration: none;
 cursor: pointer;
}

a:hover {
 text-decoration: underline;
}

img {
  border: none;
}

table {
  margin: 0;
  padding: 0;
  border: none;
}

form {
  margin: 0;
  padding: 0;
  display: inline;
}

label {
 cursor: pointer;
}

strong, b {
 font-weight: bold;
}

em, i {
 font-style: italic;
}

li {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: .5em;
}

ul {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: 2.5em;
}

ol {
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-left: 2.5em;
}

.tiny {
 font-size: .8em;
}

.right {
 float: right;
}

.left {
 float: left;
}

/********************** 508 COMPLIANT CSS ***************/

#skip a, #skip a:hover, #skip a:visited {
 position:absolute;
 left:0px;
 top:-500px;
 width:1px;
 height:1px;
 overflow:hidden;
}

#skip a:active, #skip a:focus {
 position:static;
 width:auto;
 height:auto;
}

#plug span {
 border:1px solid #666666;
 float:right;
 margin-bottom:8px;
 margin-right:5px;
 padding:0;
}

#plug a {
 border-color:white #999999 #999999 white;
 border-style:solid;
 border-width:1px 2px 2px 1px;
 display:block;
 font-size:0.9em;
 padding:3px;
 text-decoration:none;
}

/********************** HEADER STYLES ***************/

h1 {
 background-color:transparent;
 color:#000000;
 display:block;
 font-size:16pt;
 font-weight:bold;
 margin:0;
 padding-bottom:5px;
 padding-top:5px;
 padding-left:0px;
 text-align:left;
}

h2 {
 font-size: 14pt;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 18px;
 margin-top: 5px;
 margin-bottom: 5px;
}

#headlines {
 text-align: left;
}

/********************** HOMEPAGE ***************/

.homepage_featured {
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
 -moz-border-radius-topleft:10px;
 -moz-border-radius-topright:10px;
 -webkit-border-bottom-left-radius:10px;
 -webkit-border-bottom-right-radius:10px;
 -webkit-border-top-left-radius:10px;
 -webkit-border-top-right-radius:10px;
 display: block;
 float: left;
 width: 550px;
 padding: 20px;
 background-color: #f8f2f2;
}

.flickr_slideshow {
}

.homepage_featured_article {
 -moz-border-radius-bottomleft:5px;
 -moz-border-radius-bottomright:5px;
 -moz-border-radius-topleft:5px;
 -moz-border-radius-topright:5px;
 -webkit-border-bottom-left-radius:5px;
 -webkit-border-bottom-right-radius:5px;
 -webkit-border-top-left-radius:5px;
 -webkit-border-top-right-radius:5px;
 margin-top: 10px;
 padding: 10px;
 background-color: #ffffff;
}

.homepage_featured h1 {
 color: #0000cc;
 font-size: 1.5em;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0px;
}

#homepage h1 {
 background-color: transparent;
 text-align:left;
}

.homepage_featured_text {
 font-size: 9pt;
}

.read_more a {
 -moz-border-radius-bottomleft:5px;
 -moz-border-radius-bottomright:5px;
 -moz-border-radius-topleft:5px;
 -moz-border-radius-topright:5px;
 -webkit-border-bottom-left-radius:5px;
 -webkit-border-bottom-right-radius:5px;
 -webkit-border-top-left-radius:5px;
 -webkit-border-top-right-radius:5px;
 margin-top: 10px;
 float: right;
 display: block;
 padding: 8px;
 background-color: #e1e1e1;
 color: #0000cc;
}

.read_more a:hover {
 text-decoration: underline;
}

#homepage_btns {
 clear:both;
 display:block;
 height:65px;
 margin-bottom:20px;
 overflow:hidden;
 width:580px;
}

#homepage_btns div {
 float: left;
 display:block;
 width: 145px;
 height: 65px;
 cursor: pointer;
}

#homepage_btns div a {
 display:block;
 width: 145px;
 height: 65px;
}

#sms_alerts {
 background: transparent url(/clients/2931/322679.png) scroll no-repeat 0 0;
}

#sms_alerts:hover {
 background-position: 0 -65px;
}

#latest_press {
 background: transparent url(/clients/2931/322683.png) scroll no-repeat 0 0;
}

#latest_press:hover {
 background-position: 0 -65px;
}

#latest_news {
 background: transparent url(/clients/2931/322767.png) scroll no-repeat 0 0;
}

#latest_news:hover {
 background-position: 0 -65px;
}

#live_rov {
 background: transparent url(/clients/2931/338667.png) scroll no-repeat 0 0;
}

#live_rov:hover {
 background-position: 0 -65px;
}

body#homepage #content_withRecentUpdates img {
 max-width: 575px; 
 width: expression(this.width > 575 ? 575: true);
}

/*** FEATURED INFORMATION ***/

#featured_info_wrapper {
 margin-bottom: 25px;
}

td.photo_credit, #homepage td.photo_credit p {
 font-size:8pt;
 padding:5px 0;
}

td.photo {
 padding-right: 10px;
}

td.feat_topic {
 padding-bottom: 10px;
}

td.meet_more {
 text-align: right;
 display: block;
 clear: both;
 background-color: #EEEEEE;
 border: 1px solid #DDDDDD;
 padding: 5px;
}

td.meet_more p {
 padding: 0px;
}

table.video_right {
 margin-left: 20px;
 margin-bottom: 20px;
 width: 425px;
 float: right;
}

/********************** INJECTED DOCUMENT LISTS ***************/

ul.injectedDocumentList {
 list-style-type:none;
 margin:10px;
 padding:0;
}

ul.injectedDocumentList li {
 list-style-type:none;
 margin: 0;
 padding: 0;
 padding-bottom: 10px; 
 padding-right: 10px;
 margin-bottom:10px;
}

ul.injectedDocumentList li a {
 text-decoration:none;
 color: #0000cc;
}

.injectedDocumentList li a:hover {
 color: #02027e;
}

/********************** RECENT UPDATES ***************/

#recentUpdatesBar {
 float:right;
 margin-right:25px;
 margin-top:25px;
 padding:0;
 width:300px;
}

#recentUpdatesBar ul {
 margin-left:0;
 padding-left:0;
}

#recentUpdatesBar h2 {
 font-size: 18px;
 margin: 0px;
}

#recentUpdatesBar hr {
 display: none;
}

.latest_info_bottom {
 border-bottom:2px solid #CCCCCC;
 display:block;
 height:20px;
 border-bottom:2px solid #CCCCCC;
 display:block;
 height:20px;
}

.latest_info_bottom p {
 margin: 0px;
}

.latest_info_bottom #more_link a {
 clear:both;
 display:block;
 float:right;
 margin-bottom:5px;
 width:45px;
 text-align: right;
 color: #0000cc;
}

.latest_info_bottom #more_link a:hover {
 text-decoration: underline;
}

#follow_us {
 margin-top: 20px;
}

#follow_us h3 {
 color: #cc3333;
 font-size: 22px;
 margin: 0px;
 font-weight: normal;
 padding-bottom: 10px;
}

#follow_us h4 {
 color: #cc3333;
 font-size: 18px;
 margin: 0px;
 font-weight: normal;
 padding-bottom: 10px;
}

.cell_pad {
 padding-bottom: 10px;
 padding-right: 15px;
}

#follow_us .cell_pad img {
 border: 0px;
}

#buttons {
 clear: both;
 display: block;
 margin-bottom: 25px;
}

#right_menu td {
 padding-bottom: 25px;
}

#right_menu_btns {
 display:block;
 clear:both;
}

#right_menu_btns div div {
 display: block;
 height: 25px;
 margin-bottom: 4px;
}

#right_menu_btns a {
 display: block;
 width: 148px;
 height: 25px;
}

#right_menu .columnLeft {
 display:block;
 float:left;
 width:148px;
}

#right_menu .columnRight {
 display:block;
 float:left;
 width:148px;
}

#claims_btn {
 background: transparent url(/clients/2931/338955.png) scroll no-repeat 0 0;
 border-right:4px solid #08406E;
}

#claims_btn:hover {
 background-position: 0 -25px;
}

#jobs_volunteer_btn {
 background: transparent url(/clients/2931/339315.png) scroll no-repeat 0 0;
 border-right:4px solid #08406E;
}

#jobs_volunteer_btn:hover {
 background-position: 0 -25px;
}

#wildlife_ecosystem_btn {
 background: transparent url(/clients/2931/339311.png) scroll no-repeat 0 0;
 border-right:4px solid #08406E;
}

#wildlife_ecosystem_btn:hover {
 background-position: 0 -25px;
}

#health_safety_btn {
 background: transparent url(/clients/2931/338947.png) scroll no-repeat 0 0;
 border-right:4px solid #08406E;
}

#health_safety_btn:hover {
 background-position: 0 -25px;
}

#response_updates_btn {
 background: transparent url(/clients/2931/339307.png) scroll no-repeat 0 0;
}

#response_updates_btn:hover {
 background-position: 0 -25px;
}

#response_factsheets_btn {
 background: transparent url(/clients/2931/338951.png) scroll no-repeat 0 0;
}

#response_factsheets_btn:hover {
 background-position: 0 -25px;
}

#maps_btn {
 background: transparent url(/clients/2931/338983.png) scroll no-repeat 0 0;
}

#maps_btn:hover {
 background-position: 0 -25px;
}

#graphics_btn {
 background: transparent url(/clients/2931/338987.png) scroll no-repeat 0 0;
}

#graphics_btn:hover {
 background-position: 0 -25px;
}

#photos_videos_btn {
 background: transparent url(/clients/2931/338979.png) scroll no-repeat 0 0;
}

#photos_videos_btn:hover {
 background-position: 0 -25px;
}

#suggestions_btn {
 background: transparent url(/clients/2931/339303.png) scroll no-repeat 0 0;
 border-right:4px solid #08406E;
}

#suggestions_btn:hover {
 background-position: 0 -25px;
}

#right_menu .scroll {
 display: block;
 overflow: auto;
 height: 400px;
 margin-bottom: 25px;
}


/********************** LAYOUT STRUCTURE ***************/

#container {
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-left-radius:10px;
 -webkit-border-bottom-right-radius:10px;
 background-color:#FFFFFF;
 margin-left:auto;
 margin-right:auto;
 width:960px;
 z-index:1;
}

#bannerBar {
 background-color: #ffffff;
 width: 100%;
 position: relative;
 top: 0;
 overflow:hidden;
}

#bannerBar p {
 margin:0;
 padding:0;
}

.topContent {
 height: 35px;
 overflow: hidden;
}

.topContent h1 {
 float:left;
 line-height:1;
 margin:0;
 padding:8px 0 0 10px;
}

#lang_wrapper {
 float:right;
 margin-right:5px;
 margin-top:5px;
}

#lang_globe {
 background-image:url("/clients/2931/338783.png");
 float:left;
 height:24px;
 margin-right:5px;
 width:24px;
}

#lang_globe img {
 display: none;
}

#lang_chooser {
 float:left;
}

/********* HIDE TRANSLATIONS ********/
.translations img {display:none;}

#guestBar {
 background-color:#f8f2f2;
 clear:both;
 padding:5px 5px 5px 10px;
 text-align:left;
 border-bottom: 1px dashed #cccccc;
}

#content_withRecentUpdates {
 display: block;
 float: left;
 margin: 0;
 padding: 25px;
 width: 585px;
 /*** IE 6 ***/
 _width: 580px;
}

#content {
 clear: both;
 display: block;
 float: left;
 margin: 0;
 padding: 25px;
 width: 910px;
}

#copyrightNotice {
 clear: both;
 display: block;
 padding-bottom: 10px;
 padding-top: 20px;
 width: 100%;
}

#copyrightNotice a {
 color: #999999;
}

#copyrightNotice a:hover {
 text-decoration: underline;
}

/********************** MENU BAR ***************/

#menuBar {
 width: 100%;
 height: 25px;
 z-index: 2 !important;
 clear: both;
 background-color: #cccccc;
}

.sf-menu li {
 background: #cccccc;
}

.sf-menu li a {
 border: 0;
 line-height:1.5;
 padding:2px 10px;
}

.sf-menu li a, .sf-menu li a:visited  {
 color: #000066;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
 background: #dddddd;
}

.sf-menu li li {
 background: #cccccc;
}

.sf-menu li li a {
 color: #000066;
 border-right: 0;
 border-bottom:1px dashed #555555;
 padding:6px 10px 6px 10px;
}

.sf-menu li li a:visited {
 color: #000066;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
 background: #dddddd;
}

.sf-menu li li li {
 background: #cccccc;
}

.sf-menu li li li a {
 color: #000066;
 border-left: 0;
 border-bottom:1px dashed #555555;
 padding:6px 10px 6px 10px;
}

.sf-menu li li li a:visited {
 color: #000066;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover,
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
 background: #dddddd;
}

.sf-menu ul.menu2 {
 margin-top: -8px;
}

/*** Arrows ***/
a > .sf-sub-indicator {
 top:0.6em;
}

.sf-sub-indicator {
 _top:0.35em;
}

.sf-menu li.last ul.menu2 {
 left:-4.25em;
}

.sf-menu li.last ul.menu2 a.sf-with-ul {
 padding-left: 2.25em;
 padding-right: 0;
 clear:left;
}

.sf-menu li.last ul.menu3 a.sf-with-ul {
 padding-left: 10px;
 padding-right: 2.25em;
 clear:left;
}

.sf-menu li.last ul.menu2 li .sf-sub-indicator {
 position:relative;
 right:1.5em;
 text-indent:-999em;
 float: left;
 background:url("/clients/2931/322655.png") no-repeat scroll -10px 0px transparent;
}

.sf-menu li.last ul.menu2 .sf-sub-indicator {
 top: .25em;
 clear: right;
}

.sf-menu li.last ul.menu2 ul.menu3 {
 left:-12em;
}

/********************** GEOFF CUSTOM 4.21 ***************/

#follow_us {
 display:none;
}

#companyInfo_wrapper {
 display:none;
}

/************************ MARC ADD IMAGE SIZING 4.26 *****************/

#content img {
  max-width:850px;
  /*  IE HACK  */width: expression(this.width > 850 ? 850: true);
}

#content img.noResize {
  max-width:none; 
  width: auto;
}

/********************** GEOFF CUSTOM 5.7 ***************/

a img {
 border: 0;
}

#recentUpdatesBar h2 {
 padding-top: 8px;
}

/********************** SEARCH 5.8 ***************/

#search_wrapper {
clear:both;
float:right;
left:740px;
overflow:hidden;
padding-bottom:0.25em;
padding-top:0.25em;
position:absolute;
top:68px;
}

div > #search_wrapper {
left:695px;
}

#search_form {
 margin: 0;
 padding: 0;
 border: 2px solid #023665;
}

#search_form form {
 margin: 0;
 padding: 0;
}

#search {
 padding:0.1em 0.25em;
 background-color: #FFFFFF;
}

#search_input {
 width: 200px;
}

#search input {
 border: 0px;
 vertical-align: middle;
 color:#555555;
}

#search img {
 vertical-align: middle;
}

/********************* CONTACT BAR ***************/

#contactBar {
 width: 100%
 height: 15px;
 background-color: #883a3a;
 color: #fff;
 padding: 6px;
}

#contactBar ul {
 margin: 0;
 padding: 0;
}

#contactBar li {
 display: inline;
 font-size: 12px;
 padding: 0px 3px 0px 5px;
 border-right: 1px solid #fff;
 height: 20px;
}

.noBorder {
 border-right:0px !IMPORTANT; 
}

/*********************************** NAVPAGE */

#navpage {
 background-color:#FFFFFF;
 clear:both;
 margin:0 0 1.5em;
 padding:1.5em 20px 0;
 width:920px;
 z-index:1 !important;
}

#navpage ul {
 list-style-type: none;
 overflow: hidden;
 margin: 0;
 margin-bottom: 1em;
 list-style-type: none;
 padding:0 0 0 .25em;
}

#navpage li {
 display: block;
 clear: both;
 margin: 0;
 padding: 0;
 padding-bottom: .25em;
 margin-bottom: .5em;
}

#navpage li a {
 display:block;
 padding-left:1em;
}

/*********************************** FLOWPLAYER VIDEO PLAYER */

#player {
 display: block;
 background-color: #000000;
 margin-top:1em;
 margin-bottom:1em;
}

/*********************************** WEB PAGES */

/*************** ABOUT US */

.about_us {
 margin-bottom: 25px;
}

.about_us td {
 padding: 10px;
}

.about_us a {
 border-bottom:2px solid #DDDDDD;
 display:block;
 line-height:1.5;
 padding-bottom:5px;
}

/*************** TOOLBAR */

#toolbar_wrapper {
 position: fixed;
 top: 0;
 background: #fff;
 background-position: bottom;
 background-repeat: repeat-x;
 height: 15px;
 width: 100%;
 z-index: 999;
 }

#toolbar_outer {
 background:#e5e5e5;
 top:0; 
 color:#111111; 
 font-size:11px; 
 height:15px; 
 padding:0; 
 position:fixed; 
 right:0; 
 width:100%; 
 z-index:999;
 border-bottom: 1px solid #aaa;
 }

#toolbar {
 overflow:visible !important;
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 920px;
 }

#toolbar ul {
 list-style-type: none;
 display: inline;
 margin: 0;
 padding: 0;
 height: 15px;
 background: #e5e5e5; 
 border-top: 0px solid #eee; 
 border-left: 0px solid #ddd; 
 }

#toolbar ul li { 
 float: left;
 display: inline;
 padding: 5px; 
 font: normal 110% "lucida grande", 
 tahoma, verdana, arial; 
 border-right: 0px solid #aaa;
 }

/*********** IMAGE TABLE CAPTION *************/

#image_right {
 display: block;
 float: right;
 margin: 0 0 1em 1em;
 padding: 0;
}

#caption {
 background-color: #eee;
 border-top: 3px solid #ccc;
 color: #FFFFFF;
 font-size: 0.8em;
}

/*********** LIVE VIDEO PLAYER *************/

#liveVideo_player {
 margin-left: -15px;
 margin-bottom: 2em;
 width: 942px;
 display: block;
}

#liveVideo_desc {
 background-color:#F2F2F2;
 border:1px solid #DDDDDD;
 display:block;
 margin:0 0 25px -15px;
 padding:5px;
 width:928px;
}

#liveVideo_desc p {
 margin:0;
 padding:0;
 font-size:0.95em;
 color:#555555;
}

#liveVideo_desc_left {
 display: block;
 float: left;
 padding: 10px;
 background-color:#FFFFFF;
 border:1px solid #DDDDDD;
 font-style:italic;
}

#liveVideo_desc_right {
 display: block;
 float: right;
 padding: 10px;
 background-color:#FFFFFF;
 border:1px solid #DDDDDD;
}

/*********** OVERRIDE PIER DEFAULT (only put stuff that overrides style.css) *************/

.docTypeDesc {
 background-color:#F0F0F0;
 padding-bottom:15px;
 margin-top:-25px;
}

.docTypeDescList {
 list-style-type:none;
 margin:0;
 padding-left:0;
}

.docTypeDescList li {
 display:block;
 margin-left:15px;
}

#archiveMessage, #documentTypeDescription, #documentTypeChildren {
 background-color:#F0F0F0;
 border-top:0;
 margin-bottom:0;
 padding-top:25px;
}

#documentTypeChildren {
 border-top:1px solid #DDDDDD;
}

#documentTypeDescription {
 background-color:#FFFFFF;
 padding-top:20px;
 padding-bottom:0;
}

#documentList li {
 border-top:1px solid #DDDDDD;
 padding-top:10px;
}

.pager {
 color:#999999;
 font-size:8pt;
 padding-bottom:5px;
 margin-bottom:20px;
 text-align:center;
 border-bottom:1px solid #DDDDDD;
}

.pager .pager_selected {
 color:#999999;
}

.pager a:link, .pager a:visited {
 color: #0000ff;
 font-size:8pt;
}





/*********** TURTLE TALK PAGE CSS *************/

body#ttalk {
 padding:0;
 margin:0;
 background: #8298AA url(/clients/2931/339639.png) repeat-x scroll 0 0;
}

#ttalk #menuBar {
 border-top: 4px solid #617c93;
}

#ttalk_wrapper {
 width: 960px;
 margin-left: auto;
 margin-right:auto;
 background-color: #FFFFFF;
}

#ttalk_content {
 padding: 10px;
 z-index: 1 !important;
}

#ttalk_banner {
 display:block;
 clear:both;
 margin-left: auto;
 margin-right:auto;
 width:1008px;
 height:179px;
 background: transparent url(/clients/2931/339631.jpg ) no-repeat scroll 0 0;
}

#ttalk_search_menu {
}

#ttalk_top {
 display:block;
 clear:both;
}

#ttalk_blurb {
background-color:#EEEEEE;
border:1px solid #DDDDDD;
clear:both;
display:block;
margin-bottom:10px;
margin-top:3px;
padding:5px;
}

#ttalk_blurb p {
padding: 0;
margin:0;
}

#ttalk_view_wrapper {
 display:block;
 float: left;
 width:530px;
 margin-right: 10px;
 /***IE6***/
 _margin-right: 0px;
}

#ttalk_view {
 display:block;
 width:530px;
 height: 468px;
}

#ttalk_view_header {
 display:block;
 width:530px;
 height: 50px;
 margin-right: 10px;
}

#ttalk_view_header h2 {
 color: #ffffff;
 font-size: 1px;
 padding: 0;
 margin: 0;
}

#ttalk_view_header h2 span {
 display: block;
 width: 530px;
 height: 50px;
}

#ttalk_view_header .ttalk_public {
 background: transparent url(/clients/2931/339607.png) no-repeat scroll 0 0;
}

#ttalk_view_header .ttalk_media {
 background: transparent url(/clients/2931/339611.png) no-repeat scroll 0 0;
}

#ttalk_view_object {
display: block;
overflow: hidden;
width: 530px;
}

#ttalk_chat_wrapper {
 display:block;
 width:400px;
 float:left;
}

#ttalk_chat {
 display:block;
 width:400px;
 height: 468px;
}

#ttalk_chat_header {
 display: block;
 width:400px;
 height: 50px;
}

#ttalk_chat_header h2 {
 color: #ffffff;
 font-size: 1px;
 padding: 0;
 margin: 0;
}

#ttalk_chat_header h2 span {
 display: block;
 width: 400px;
 height: 50px;
 background: transparent url(/clients/2931/339615.png) no-repeat scroll 0 0;
}

#ttalk_chat_object {
display: block;
overflow: hidden;
width: 400px;
}

#ttalk_bottom {
 display:block;
 clear:both;
}

.ttalk_divider {
 display: block;
 margin-right: auto;
 margin-left: auto;
 margin-top: 20px;
 margin-bottom: 10px;
 width: 575px;
 height: 10px;
 background: transparent url(/clients/2931/339587.png) no-repeat scroll 0 0;
}

#ttalk_bios {
 display:block;
 float:left;
 width: 300px;
 margin-right:20px;
}

#ttalk_bios_header {
 display:block;
 float:left;
 width: 300px;
}

#ttalk_bios_header h3 {
 color: #ffffff;
 font-size: 1px;
 padding: 0;
 margin: 0;
}

#ttalk_bios_header h3 span {
 display: block;
 width: 300px;
 height: 50px;
 background: transparent url(/clients/2931/339575.png) no-repeat scroll 0 0;
}

#ttalk_factsheets {
 display:block;
 float:left;
 width: 300px;
 margin-right:20px;
}

#ttalk_factsheets_header {
 display:block;
 float:left;
 width: 300px;
}

#ttalk_factsheets_header h3 {
 color: #ffffff;
 font-size: 1px;
 padding: 0;
 margin: 0;
}

#ttalk_factsheets_header h3 span {
 display: block;
 width: 300px;
 height: 50px;
 background: transparent url(/clients/2931/339579.png) no-repeat scroll 0 0;
}

#ttalk_twitter {
 display:block;
 float:left;
 width: 300px;
}

#ttalk_twitter p.ttalk_follow {
color:#555555;
font-size:0.9em;
margin:0;
padding:10px 0 0;
text-align:center;
}

#ttalk_twitter_header {
 display:block;
 float:left;
 width: 300px;
}

#ttalk_twitter_header h3 {
 color: #ffffff;
 font-size: 1px;
 padding: 0;
 margin: 0;
}

#ttalk_twitter_header h3 span {
 display: block;
 width: 300px;
 height: 50px;
 background: transparent url(/clients/2931/339619.png) no-repeat scroll 0 0;
}

.ttalk_feed {
background:url("/clients/2931/339603.png") repeat-x scroll left top transparent;
clear:both;
display:block;
height:410px;
overflow:auto;
padding:15px;
width:270px;
}

.ttalk_feed ul.injectedDocumentList {
 margin: 0;
 padding: 0;
}

.ttalk_feed .tiny {
 display: none;
}

.ttalk_feed a span.headline {
 display: block;
 color: #617C93;
 font-size: 1.25em;
}

.ttalk_feed a span.subheading {
 display: block;
 margin-top:-10px;
 color: #444444;
 font-size: .95em;
}

#ttalk_copyright {
clear:both;
display:block;
font-size:0.9em;
}

#ttalk_copyright a {
color:#666666;
}

#ttalk_content .headline h1 {
 color:#617C93;
 font-weight: bold;
 font-size: 2em;
}

#ttalk_content #headlines  {
border-bottom:3px solid #DDDDDD;
margin-bottom:15px;
text-align:left;
}

#ttalk .image_left {
background-color:#EEEEEE;
border:1px solid #CCCCCC;
float:left;
margin-bottom:15px;
margin-right:15px;
padding:5px;
}

#ttalk_bio_left {
 padding-right: 10px;
}

#ttalk_bio_right {
 padding-left: 10px;
}

#ttalk_social {
display: block;
clear: both;
}

#ttalk_footer {
display: block;
clear: both;
padding: 10px;
}

#ttalk_search_wrapper  {
float:right;
overflow:hidden;
position:relative;
top:-25px;
}

#ttalk_search_wrapper #search_form {
border-color: #cccccc;
}

/************************** LANGUAGES ********/

@font-face {
 font-family: 'LimonS1Normal';
 src: url('/clients/2911/334767.eot');
 src: local('☺'), url('/clients/2911/334755.woff') format('woff'), url('/clients/2911/334759.ttf')  format('truetype'), url('/clients/2911/334763.svg#webfontwhk6C1FQ') format('svg');
 font-weight: normal;
 font-style: normal;
}

#content .khmer {
 font-family: LimonS1Normal;
 font-size: 1.5em;
}

