/*
    Common Styles in entire site
*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 0px 0 0px 0;
	margin: 0;
	color: #333;
	background: #F8F8F8; 
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:link {
	color: #808080;
}	

a:visited {
	color: #808080;
}
		
a:hover {
	text-decoration: underline;
}

a:active {
  	outline: none;
}

a img {
	display: block;
	border: none;
}

	
:focus {
  -moz-outline-style: none;
}


/* -- Structural -- */


 
/* -- Clear fix -- */

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
  /* End hide from IE Mac */

/* -- Image Replacement -- */

.ir {
	/* Phark Image Replacement */
  text-indent: -999em;
  background-repeat: no-repeat;
  display: block;
}

/* -- Hidden elements - for accessibility only -- */

.ac {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
	top: 0;
	font-size: 0;
}


/* General styles for alignment */

.right {
  float: right;
}

.left {
  float: left;
}


/* Structural and Background Wraps */

#bg {
  background: url(../images/bg.bg.jpg) top center no-repeat #F2F2F2;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#bg_blog {
  background: url(../images/bg.bg.jpg) top center no-repeat #F2F2F2;
  width: 100%;
  overflow: visible;
  position: relative;
}

#bg_feature {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 400px;
}

.wrap_content {
  width: 900px;
  margin: 0 auto;
}



/* Gallery Overlay */

#overlay {
  height: 800px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: url(../images/bg.overlay.png);
  _background-image: url(../images/bg.overlay.gif);
}

#overlay_header {
  width: 800px;
  margin: 0 auto;
  position: relative;
  height: 86px;
}


#overlay_logo {
  width: 207px;
  height: 20px;
  background: url(../images/bg.overlay_logo.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 48px;
  left: 0;
  _background-image: url(../images/bg.overlay_logo.gif);
}


#overlay #bt_overlay_close {
  height: 30px;
  cursor: pointer;
  display: block;
  line-height: 30px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: 14px;
  position: absolute;
  top: 38px;
}

#overlay #bt_overlay_close:hover {
  background-position: 0 -30px;
  color: #FFF000;
}

#overlay #bt_overlay_close {
  width: 89px;
  right: 60px;
  background-image: url(../images/bg.bt_overlay_close.png);
  _background-image: url(../images/bg.bt_overlay_close.gif);
}

#overlay_loading {
  width: 800px;
  margin: 200px auto 0 auto;
  color: #fff;
  font-size: 13px;
  padding-bottom: 30px;
  line-height: 1.4em;
  background: url(../images/bg.overlay_loading_2.gif) center bottom no-repeat;
  text-align: center;
  text-transform: uppercase;
}


.overlay_scroller {
  width: 100%;
  overflow: auto;
  position: relative;
}

.overlay_panel {
  margin-right: 30px;
  float: left;
  background: white;
  position: relative;
  width: 735px;
  height: 512px;
}




.overlay_scroller_next,
.overlay_scroller_previous {
  position: absolute;
  top: 161px;
  width: 21px;
  height: 42px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 20;
  display: none;
  z-index: 120;
  display: block;
  top: 222px;
}

.overlay_scroller_next:hover,
.overlay_scroller_previous:hover {
  background-position: 0 -41px;
}

.overlay_scroller_previous {
  background-image: url(../images/bg.overlay_scroller_previous_2.gif);
}

.overlay_scroller_next {
  background-image: url(../images/bg.overlay_scroller_next_2.gif);
}

#wrap_footer.overlay {
  height: 25px;
  background: #363739;
  overflow: hidden;
}

#wrap_footer.overlay #footer {
  color:#7f7f7f;
}



/* -- Group Lists (floated block elements) */

ul.group li {
  float: left;
  padding-left: 7px;
  margin-left: 7px;
  /* auto-width problem in IE 6 */
  _white-space: nowrap; 
  _width: 1px;
}

ul.group li.first {
  padding-left: 0;
}

ul.group li.divide {
  border-left: 1px solid #878787;
}

ul.group_links li {
  border-left: 1px solid #878787;
  padding-left: 10px;
  margin-left: 10px;
}

ul.group_links li.first {
  border-left: none;
}


/* Custom buttons */

.button {
  /* class can be applied to either buttons or link tags */
	margin: 0;
	display: block;
  float: left;
	border: none;
	background-color: transparent;
	cursor: pointer;
  text-decoration: none;
	position: relative; 
	background-position: top right; 
	background-repeat: no-repeat;
	padding: 0 7px 0 0;
  height: 29px;
}

.button span {
  display: block;
  line-height: 1.2em;
}

.button span {
  /* fixes problems in IE - doesn't affect other browsers */
	position: relative; 
	white-space: nowrap;
}

.button span span.icon {
  padding: 0 0 0 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: none;
}

button.ir {
  margin: 0;
	display: block;
  float: left;
	border: none;
	background-color: transparent;
	cursor: pointer;
  text-decoration: none;
	position: relative; 
	text-indent: -9999px;
}

.button,
button.button,
button.ir
{
	margin: 0;
	padding-left: 0;
	/* magical IE fix for unwanted right padding */
	overflow: visible;
}

button::-moz-focus-inner,
button span::-moz-focus-inner,
button.button::-moz-focus-inner,
button.ir::-moz-focus-inner,
button.button span::-moz-focus-inner { 
	/* 
		This fixes the 1px offset problem in firefox. Found in a comment by "Axonian" at:
		http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/
	*/
	border: none;
	/* 
		... and these fix extra padding problems in firefox. Found in a comment by "pike" at:
		http://radaschuetz.com/archive/2007/04/21/button-hell/
	*/
	padding-right: 0;
	padding-left: 0;
}

.button span {
  color: #000000;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 6px 7px 0px 14px;
  height: 23px;
}

.button:hover {
  background-position: 100% -29px;
  text-decoration: none;
}

.button:hover span {
  color: #5b2c2c;
  background-position: 0 -29px;
}

.button:active {
  background-position: 100% -58px;
}

.button:active span {
  background-position: 0 -58px;
}

.buttonDisabled {
  background-position: 100% -87px !important;
}

.buttonDisabled span {
  background-position: 0 -87px !important;
}



/* -- Gallery Buttons -- */

a.bt_gallery {
  height: 30px;
  display: block;
  padding-right: 24px;
  background: url(../images/bg.bt_gallery.png) 100% 0 no-repeat;
  _background-image: url(../images/bg.bt_gallery.gif);
}

a.bt_gallery span {
  padding-left: 12px;
  display: block;
  padding-top: 8px;
  height: 22px;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  background: url(../images/bg.bt_gallery_span2.png) 0 0 no-repeat;
  _background-image: url(../images/bg.bt_gallery_span.gif);
}

a.bt_gallery:hover {
  text-decoration: none !important;
  background-position: 100% -30px;
}

a.bt_gallery:hover span {
  background-position: 0 -30px;
}


a.bt_gallery.blue span {
	background:url(../images/bg.bt_gallery_span3.png) 0 0 no-repeat;
	color:#ffffff;
	padding-right:14px;	
}

a.bt_gallery.blue {
	background:url(../images/bg.bt_gallery2.png) 100% 0 no-repeat;
	width:200px;
}

a.bt_gallery.blue:hover {
  text-decoration: none !important;
  background-position: 100% -30px;
}

a.bt_gallery.blue:hover span {
  background-position: 0 -30px;
}


/* -- Header -- */

#header {
  height: 140px;
  position: relative;
}

#header h1 a {
  width: 213px;
  height: 26px;
  background: url(../images/bg.header_h1_a.gif) no-repeat;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 36px;
  left: 48px;
}

/* -- Navigation -- */

#wrap_nav {
  background-repeat: no-repeat;
  background-position: 0 -1px;
  width: 224px;
  height: 10px;
	position: absolute;
	top: 0px;
	left: 537px;	
}

ul#nav {
  position: relative;
  top: 15px;
	padding: 5px 0 30px 0; 
	margin: 0;
	width: 90px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/bg.nav.gif) 100% -5px no-repeat;	
}

ul#nav li {
  margin-bottom: 4px;
}

ul#nav li a {
	display: block;
	padding: 0 0 3px 0;
}

ul#nav li a:hover {
	color: #333333 !important;
}

ul#nav li.on a, 
ul#nav li a:hover,
ul#nav li a.hover {
	background: url(../images/bg.nav_li_a_hover.gif) no-repeat right 7px;
}

ul#nav ul.sub_nav {
}

ul#nav ul.sub_nav a,
ul#nav ul.sub_nav a:hover { 
	background: none; 
}

ul#nav li.on ul li {
}

ul#nav li.on ul li a {
	color: #989898;
	background: none;
	white-space: nowrap;
}

ul#nav ul.sub_nav li.on a {
  text-decoration: none;
}


ul.sub_nav {
	position: absolute;
	padding: 5px 0 0 0; 
	margin: 0;
	top: 0px;
	left: 80px;	
	width: 200px;
	font-size: 10px;
}

#sn_work {
	padding-top: 28px;
}

#sn_contact {
	padding-top: 70px;
}

#nav ul.sub_nav li a {
	padding-left: 25px;
}

#nav li.on ul { 
  display: block;
} 

#nav li ul {
	position: absolute;
/*	left: 149px; Set 1px less than menu width */
	top: 0;
	display: none;
}
	
ul#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
}

/* -- Share / email popup -- */

#tt_share {
  position: absolute;
  top: 0;
  left: 0;
  width: 372px;
  height: 206px;
  display: none;
  background: url(../images/bg.tt_share.png) no-repeat;
  z-index: 105;
  padding: 7px 7px 0;
}

#tt_share_header {
  line-height: 23px;
  padding: 0 10px;
  height: 23px;
}

#tt_share_header h3 {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  color: #FFF;
}

#tt_share_header a {
  font-size: 10px;
  float: right;
  color: #FFF;
}

#tt_share_body {
  padding: 5px 4px 0;
}

#tt_share_body .tt_panel {
  height: 151px;
  background: #FFF;
  color: #808080;
}

/* share popup - email tab */

#tt_panel_email form {
  padding: 8px;
  
}

#tt_share_thankyou {
  display: none;
  padding: 20px;
}

#tt_share_thankyou p {
  color: #666;
  line-height: 1.5em;
}

.white_fix {
  line-height: 0;
}

#tt_panel_email input,
#tt_panel_email textarea {
  margin: 0px 0px 7px 6px;
  font-size: 12px;
}

#tt_panel_email #your_email,
#tt_panel_email #your_name,
#tt_panel_email #friends_name,
#tt_panel_email #friends_email {
  width: 158px;
  float: left;
}

#tt_panel_email textarea, #blog #tt_panel_email textarea {
  width:324px;
  height:50px;
}

#tt_panel_email button.ir {
  text-indent: 0;
  text-align: center;
  background-image: url(../images/bg.panel_email_button.gif);
  color: #000;
  line-height: 18px;
  width: 63px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  float: right;
  margin-right: 10px;
}



/* share popup - social tab */


#tt_panel_social {
}

#tt_panel_social ul {
  padding: 6px 14px;
  margin:0;
}

#tt_panel_social li {
  float: left;
  padding: 6px 0px 6px 0; 
  width: 110px;
}

#tt_panel_social li.sn_nl {
  clear: left;
}

#tt_panel_social li a {
  display: block;
  padding-left: 24px;
  background-repeat: no-repeat;
  height: 16px;
  line-height: 16px;
}

#tt_panel_social .sn_current a {
  background-image: url(../images/bg.sn_current.gif);
}

#tt_panel_social .sn_digg a {
  background-image: url(../images/bg.sn_digg.gif);
}

#tt_panel_social .sn_facebook a {
  background-image: url(../images/bg.sn_facebook.gif);
}

#tt_panel_social .sn_delicious a {
  background-image: url(../images/bg.sn_delicious.gif);
}

#tt_panel_social .sn_friendfeed a {
  background-image: url(../images/bg.sn_friendfeed.gif);
}

#tt_panel_social .sn_google a {
  background-image: url(../images/bg.sn_google.gif);
}

#tt_panel_social .sn_linkedin a {
  background-image: url(../images/bg.sn_linkedin.gif);
}

#tt_panel_social .sn_mixx a {
  background-image: url(../images/bg.sn_mixx.gif);
}

#tt_panel_social .sn_myspace a {
  background-image: url(../images/bg.sn_myspace.gif);
}

#tt_panel_social .sn_reddit a {
  background-image: url(../images/bg.sn_reddit.gif);
}

#tt_panel_social .sn_slashdot a {
  background-image: url(../images/bg.sn_slashdot.gif);
}

#tt_panel_social .sn_stumbleupon a {
  background-image: url(../images/bg.sn_stumbleupon.gif);
}

#tt_panel_social .sn_technorati a {
  background-image: url(../images/bg.sn_technorati.gif);
}

#tt_panel_social a:hover {
  background-position: 0 -16px;
}

#tt_panel_social .sn_tumblr a {
  background-image: url(../images/bg.sn_tumblr.gif);
}

#tt_panel_social .sn_twitter a {
  background-image: url(../images/bg.sn_twitter.gif);
}


/* Popup Tabs */

.tt_tabs {
  background: url(../images/bg.tt_tabs.gif) repeat-x;
  height: 27px;
}

.tt_tabs li {
  margin-left: 6px;
  float: left;
  height: 27px;
}

.tt_tabs a {
  display: block;
  background: url(../images/bg.tt_tabs_a.gif) repeat-x top right;
  padding-right: 1px;
  font-size: 11px;
  color: #0666CA;
  text-decoration: none;
}

.tt_tabs a:hover {
  color: #000;
}

.tt_tabs a span {
  display: block;
  line-height: 27px;
  background: url(../images/bg.tt_tabs_a_span.gif) top left;
  padding: 0 15px 0 16px;
}


.tt_tabs a.current {
  background-image: url(../images/bg.tt_tabs_a_current.gif);
}

.tt_tabs a.current span {
  font-weight: bold;
  color: #102C5B;
  background-image: url(../images/bg.tt_tabs_a_current_span.gif);
}





/* -- Main Content -- */

/* -- Footer -- */

#wrap_footer {
  height: 25px;
  background: #0A2552 url(../images/bg.footer.gif) repeat-x;
  overflow: hidden;
}

#footer {
  color: #D1D1D1;
  padding: 0px 16px 0px;
  font-size: 12px;
  overflow: hidden;
}

#footer li {
  border-left: none;
  background: url(../images/bg.footer_li.gif) no-repeat;
  padding: 0;
  margin: 0;
}

#footer #footer_right li {
  background: none;
}

#footer li.first {
  background: none;
}

#footer a {
  color: #99c4ef;
  display: block;
  padding: 5px 10px 6px;
}

#footer div {
  padding: 5px 10px 6px;
}

#footer ul {
  margin-bottom: 0;
  height: auto;
}

/* footer icons */

#footer #footer_twitter,
#footer #footer_share {
  display: none;
}


#footer #footer_twitter a.icon {
  background:url(../images/bg.icon_twitter.gif) no-repeat 4px 0;
  padding-left: 28px;
}

#footer #footer_share a.icon {
  background:url(../images/bg.icon_social.gif) no-repeat 4px 0;
  padding-left: 28px;
}

#tt_twitter a.follow_twitter {
  background:url(../images/bg.icon_tweet.gif) no-repeat;
  padding-left:22px;
  color:#0767c9;
  font-weight:bold;
}

#tt_twitter .follow_twitter:hover {
  height:13px;
}

/*#footer #footer_share a.icon:hover,*/
#footer #footer_share a.tooltip_shown {
  background:#0767c9 url(../images/bg.icon_social.gif) 4px -24px no-repeat;
  text-decoration: none;
}

/*#footer #footer_twitter a.icon:hover,*/
#footer #footer_twitter a.tooltip_shown {
  background:#0767c9 url(../images/bg.icon_twitter.gif) 4px -24px no-repeat;
  text-decoration: none;
}

/* color scheme when the overlay is visible */

#wrap_footer.overlay #footer {
  color: #7f7f7f;
}

#wrap_footer.overlay #footer a {
  color: #959595;
}

#wrap_footer.overlay {
  background-color: #3D3F42;
}

#footer #footer_map, #footer #footer_company {
  text-transform: uppercase;
} 

#page_title {
  width: 800px;
  margin: 0 auto;
  font-size: 19px;
  letter-spacing:-.02em;
  text-transform: uppercase;
}

#page_title em {
  color: #aaa;
  padding-left: 1px;
}

.scroller_train {
  overflow: hidden;
  width: 9999px;
  position: relative;
  margin-bottom: 10px;
}

.scroller {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-top:-24px; /* pull scroller up because of image cutout. */
}

.longpage {
  width:900px;
  position: relative;
  height:auto;
/*  border:1px solid gray;*/
  margin-top:-24px; /* pull scroller up because of image cutout. */
  padding-bottom:80px;
}

.scroller_next,
.scroller_previous {
  position: absolute;
  top: 161px;
  width: 21px;
  height: 42px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 20;
  display: none;
}

.scroller_next:hover,
.scroller_previous:hover {
  background-position: 0 -41px;
}

.scroller_previous {
  background-image: url(../images/bg.scroller_previous.png);
}

.scroller_next {
  background-image: url(../images/bg.scroller_next.png);
}

.panel {
  margin-right: 20px;
  float: left;  
  background: url(../images/bg.panel.png) no-repeat;
  padding: 10px 16px 31px 32px;
  position: relative;
  width: 743px;
  height: 390px;
}

.panel_close {
  /* close button for slide up panel content, hidden initially */
  display: none;
  right: 6px;
  top: 14px;
  z-index: 20;
  cursor: pointer;
  position: absolute;
  background: url(../images/bg.panel_close.png) no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

.panel_close:hover {
  background-position: 0 -30px;
}

.panel_content,
.panel_title {
  width: 743px;
  height: 331px;
  overflow: auto;  /* thus will be switched to hidden by JavaScript, to hide scrollbars */
  position: absolute;
  top: 28px;
  left: 32px;
}

.panel div.panel_title:hover {
  background-color:#ebebeb;
}

.panel_clip .panel_content {
  /* clip panels are used for slide-in content where we want to be able to hide panels underneath in the "clip" */
  overflow: hidden;
}

.panel_content a {
  color: #549CE4;
}

.panel ul.tabs a {
  text-transform:uppercase;
  color:#808080;
  font-size:11px;
  display:block;
  padding:4px 6px 9px;
  letter-spacing:.04em;
}

.panel ul.tabs a:hover {
  color:#000000;
  text-decoration:none;
}

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

.panel_content a.button:hover {
  text-decoration: none;
}
   
.panel_transparent {
  background: none;
}

.panel_transparent .panel_content {
  background: none;
  /* increase the allowed height and width, since there is no shadow to allow for */
  height: 400px;
  width: 783px;
}

.panel_reveal_content {
  display: none;
  position: absolute;
  width:783px;
  top: 331px;
  left:0;
  height: 331px;
  overflow: auto;
}

.panel_content, 
.panel_reveal_content {
  background-color: #FFFFFF;
  font-size: 13px;
  z-index: 5;  
}

.panel_content_pad { 
  padding: 40px 40px 10px 40px;
}

.panel p {
  line-height:1.4em;
  padding-right:1px;
  padding-top:25px;
}

.panel h3 {
  padding-top:20px;
}

.panel h3.overview {
  font-size:49px; /* upped this a little, headings were being clipped */
  font-weight:normal;
  color:#000000;
  margin-bottom:0;
  padding-top:10px;
}

.tab_panel h3 {
  padding-top:0px;	
}

.panel p, .panel h3 {
  padding-left:16px;	
}

.panel p.intro {
  font-size: 13px;
  color: #000000;
/*  padding-left:10px;  */
  line-height:1.3em;
  padding-right:1px;
  padding-top:25px;
}

.panel strong {
    font-weight: bold;
}

.panel em {
    font-style: italic;
}

.panel strong em {
    font-weight: bold;
}

.panel h3 {
  font-size: 33px;
  letter-spacing:-.03em;
  color:#000000;
  font-weight: normal;
  padding-top:22px;
}

.panel h4 {
  font-size: 14px;
  font-weight: bold;
}

.panel ul {
	padding-left: 20px;
	list-style-type: disc;
  margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.panel ul ul {
  margin-bottom: 0;
}


.panel ul li {
	margin: 8px 0 12px 0;
}

.panel ul.summary {
  list-style-type: none;
  padding-left: 0;
}



.panel .panel_title {
  z-index: 90;
  background: #DFDFDF;
  font-size: 50px;
  color: #FFF;
  cursor: pointer;
  text-transform: uppercase;
  
  display: none;
}

.panel .panel_title h2 {
  padding: 0px 5px 0px 40px;
  line-height: 330px;
}

.panel_strong_content {
/*  color: #FDF0A9;*/
}

.panel_strong_content p.intro, 
.panel_strong_content p.feature {
  color: #FFF;
}

.panel_strong_content p.intro {
  padding-top:110px;
  font-size: 14px;
  padding-left:0;  
  line-height:1.6em;
} 

.panel_strong_content h3,
.panel_strong_content h4,
.panel_strong_content h5 {
  color: #FFF;
}

.panel .left_col {
  width:475px;
  padding-right:0;
  height:240px;
  float:left;
  _width: 470px;
}

.panel .right_col {
  float:left;
  width:220px;
  height:240px; 
  _width:210px;  
}

.panel .column {
  width:160px;
  float:left;
  padding:30px 0px 0 0;	
  margin:0 9px 0;
}

.panel .column p {
  padding:10px 14px 0 0;
  line-height:1.6em;
  font-size:11px;	
}

/* -- Tooltips -- */

.tooltip {
  display: none;
  position: absolute;
  top: 10px;
  width: 300px;
  z-index: 500;
}

.tooltip_head_left,
.tooltip_head_right {
  height: 20px;
}

.tooltip_foot_left,
.tooltip_foot_right {
  height: 20px;
}

.tooltip_body_right,
.tooltip_head_right,
.tooltip_foot_right {
  padding-right: 9px;
}

.tooltip_body_left {
  padding-left: 1px;
}

.tooltip_content {
  padding: 2px 8px 8px 8px;
}

.tooltip_head_left {
  background: url(../images/bg.tooltip_head_left.png) no-repeat;
  _background-image: url(../images/bg.tooltip_head_left.gif);
}

.tooltip_head_right {
  background: url(../images/bg.tooltip_head_right.png) no-repeat top right;
  _background-image: url(../images/bg.tooltip_head_right.gif);
}

.tooltip_body_left {
  overflow: hidden;
  background: url(../images/bg.tooltip_body_left.png) repeat-y;
  _background-image: url(../images/bg.tooltip_body_left.gif);
}

.tooltip_body_right {
  background: url(../images/bg.tooltip_body_right.png) repeat-y top right;
  _background-image: url(../images/bg.tooltip_body_right.gif);
  _height: 1px;
}

.tooltip_foot_left {
  background: url(../images/bg.tooltip_foot_left.png) no-repeat;
  _background-image: url(../images/bg.tooltip_foot_left.gif);
}

.tooltip_foot_right {
  background: url(../images/bg.tooltip_foot_right.png) no-repeat top right;
  _background-image: url(../images/bg.tooltip_foot_right.gif);
}


/* tooltip glue orientations */

.glue_ne .tooltip_head_right,
.glue_se .tooltip_foot_right {
  padding-right: 68px;
}

.glue_nw .tooltip_head_left {
  background-image: url(../images/bg.glue_nw_tooltip_head_left.png);
}

.glue_ne .tooltip_head_right {
  background-image: url(../images/bg.glue_ne_tooltip_head_right.png);
}

.glue_sw .tooltip_foot_left {
  background-image: url(../images/bg.glue_sw_tooltip_foot_left.png);
  _background-image: url(../images/bg.glue_sw_tooltip_foot_left.gif);  
}

.glue_se .tooltip_foot_right {
  background-image: url(../images/bg.glue_se_tooltip_foot_right.png);
  _background-image: url(../images/bg.glue_se_tooltip_foot_right.gif);    
}

/* specific tooltips */

.tooltip_image {
  width: 254px;
}

.tooltip_image p {
  padding-top: 6px;
  font-size: 11px;
}

.tooltip_image .tooltip_body_left {
  
}


.tooltip_liquid {
  width:auto;
}

.tooltip_name {
  width: auto;
  width: 300px;
}

/* twitter plugin styles for footer popup */

#tt_twitter ul#twitter_update_list li { 
   padding-top:4px;
   border-bottom:1px dashed #d1d0c6;
   padding-bottom:11px;
}

#tt_twitter span.twitter-timestamp {
   display:block;
   color:#999999;
}

#tt_twitter p {
   padding-top:4px;
}  

/* RSS */

a.rss_feed { 
	background:url(../images/rss_icon.gif);
    background-position: 0 -15px;		
	width:107px;
	height:15px;
}

a.rss_feed:hover { 
	background:url(../images/rss_icon.gif);
    background-position: 0 0;	
	width:107px;
	height:15px;
}