body {
 	background-color: #e6e4dd;
 	background-image: url(../images/body_bg.png);
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	font-family: arial, sans-serif;
 	margin: 0;
	color: #342f2b;
}

object, img, .sIFR-flash {
	outline:none;
}
a {
	color:#B2B2B2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family:arial, sans-serif;
}
hr, .hr {
	border-style: dotted none none none;
	border-color: #aba9a7;
	border-width: 1px;
	height:1px;
	margin: 15px 0px;
	clear:both;
}
sup {
	font-size:.4em;
	vertical-align:super;
}
 .sIFR-alternate
 {
 	display:none;
 }

  .clear
 {
	clear: both
 }

 .center {
 	text-align:center;
 }

 /*************************************************
 **                                              **
 **          HEADER                              **
 **                                              **
 **                                              **
 *************************************************/

#header {
	position:relative;
 	width: 100%;
 	background-image: url(../images/utility_nav_bg.png);
 	background-position: top;
 	background-repeat: repeat-x;
 	top: 0px;
	z-index:1000;

}
#utility_nav {
  	position: relative;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	height: 64px;
}
#corporate_logo {
 	width: 181px;
 	height: 41px;
 	position: absolute;
	left:5px;
	top:18px;
}
#login_search {
 	background-image: url(../images/login_search_bg.png);
 	background-position: top;
 	background-repeat: no-repeat;
 	position:relative;
 	top: 0px;
 	left: 259px;
	width: 720px;
 	height: 35px;
}
#search_form , #login{
 	position: absolute;
	left:15px;
	top: 3px;
	width: 365px;
	font-family: arial;
	font-weight: bolder;
	color: #5f5b52;
}
#search_form {
	left:394px;
	width: 330px;
}
#login a {
	font-family: verdana;
	font-weight: normal;
	color: #6c6f72;
	padding-left:5px;
	font-size:11px;
	line-height:12px;
	text-decoration:underline;
	position:relative;
	top:-2px;
}
#txt_login,#txt_search {
 	float:left;
	margin-top:8px;
	margin-right:7px;
}
.utility_title {
	font-weight:bold;
	font-size:11px;
	float:left;
	padding:6px 4px 6px 0px;
}
 .login_box {
 	width:90px;
	border:1px solid;
	border-color: #6c6f72 #cacdd0 #cacdd0 #6c6f72;
	height:20px;
	margin:1px 8px 0px 0px;
	overflow:hidden;
	position:relative;
	float:left;
 }
 .search_box {
 	width:230px;
	border:1px solid;
	border-color: #6c6f72 #cacdd0 #cacdd0 #6c6f72;
	height:20px;
	margin:1px 8px 0px 0px;
	overflow:hidden;
	position:relative;
	float:left;
 }
  #username, #psswd, .search {
 	color:#a4a5a5;
	margin:0px;
	padding:2px 4px;
	border: 0px none transparent;
	font-size:11px;
	background:#fff;
	width:80px;
 }
 .search {
 	width: 220px;
 }
 .cta_button {
	position: relative;
	top:3px;
}

  /*************************************************
 **                                              **
 **          MENU STUFF                          **
 **                                              **
 **                                              **
 *************************************************/

#menu {
	position:relative;
	width: 976px;
	z-index:1010;
	height:40px;
	padding-left:0px;
	margin-left:auto;
	margin-right:auto;
}
#top_menu {
	position:relative;
	margin: 0;
	padding: 0;
	text-align: left;
	width:978px;
	z-index:1010;
}
#mnu_solutions { width:159px; }
#mnu_news { width:195px; }
#mnu_library { width:139px; }
#mnu_investors{ width:158px; }
#mnu_about{ width:130px; }
#mnu_worldwide{ width: 196px; }

/** Common Menu Styles **/
#top_menu li {
	list-style: none;
	margin: 0px;
}
#top_menu li a {
	display: block;
	color:#ffffff;
	padding: 0px;
	text-decoration: none;
	width: auto;
	font-family: Arial;
	font-weight:bold;

	margin:0px 0px 0px 1px;
	background-image: url(../images/menu-tab-right.gif);
	background-position: right top;
	background-repeat:no-repeat;
	height: 40px;
	font-size:14px;
	line-height:40px;
	text-align:center;
}
#top_menu li.menu_top_level {
	float: left;
	background: url(../images/menu-tab-left.gif) no-repeat top left;
}

#top_menu li a.current { color:#00B1EB; }

/** Sub Menu **/

#top_menu li .sub {
	position: absolute;
	top: 40px;
	background: #00b1eb;
	padding: 15px 0px 0px 0px;
	top: 40px; left: -5000px;
	visibility:hidden;
}
#top_menu li ul {
	padding:0px 45px 0px 15px;
	float:none;
}
#top_menu li ul li {
	float: none;
	display: inline;
	font-weight: normal;
	font-size:14px;
	margin: 0;
	padding: 0;
	background:none;
	line-height:normal;
}
#top_menu li ul li a {
	padding:5px 0px 5px 30px;
	margin:0px;
	background: none;
	height:auto;
	line-height:normal;
 	font-weight: bold;
	text-align:left;
}
#top_menu li ul li a:hover {
	background-image:url('../images/top_subnav_over.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color:#000;
}

/** Multi-column **/
#top_menu li ul.menu_subnav_multi {
	padding:0px;
}
#top_menu li ul li.multi_column {
	position:relative;
	float: left;
	border-right:1px dotted #fff;
	padding-left:0px;
	min-width:180px;
	min-height:250px;
	padding-right:45px;
}
#top_menu li ul li.last {
	float: left;
	border-right:none;
	padding-left:0px;
	padding-right:45px;
}
#top_menu li ul li.multi_column ul {
	padding:0px 0px 0px 15px;
}
#top_menu li ul li.multi_column .menu_column_header{
	padding-left:45px;
	color:#fff;
	font-size:25px;
	font-weight:normal;
	line-height:normal;
}
#top_menu li ul li.multi_column .menu_column_header a {
	padding:0px;
	color:#fff;
	font-size:25px;
	font-weight:normal;
	line-height:normal;
}
#top_menu li ul li.multi_column .menu_column_header a:hover {
	text-decoration:underline;
	background:none;
}
#top_menu li ul li a.more,
#top_menu li.active ul li a.more {
	position:absolute;
	bottom:0px;
	background-image:url('../images/top_subnav_more.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color:#fff;
	padding-left:30px;
	margin-left:15px;
}
#top_menu li ul li a.more:hover,
#top_menu li.active ul li a.more:hover {
	background-image:url('../images/top_subnav_over.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color:#000;
}
/** Rollover Menu **/

#top_menu li.active {
	background: url(../images/menu-tab-left-over.gif) no-repeat top left;
}
#top_menu li.active > a {
	background: url(../images/menu-tab-right-over.gif) no-repeat top right;
	color:black;
}
#top_menu li.active .sub {
	left:auto;
	visibility:visible;
}
#top_menu li.active #sub_worldwide {
	right:2px;
	visibility:visible;
}

.us {
	padding-right:20px;
	background: url(../images/us.png) no-repeat right center;
}

  /*************************************************
 **                                              **
 **          CONTENT AREA                        **
 **                                              **
 **                                              **
 *************************************************/


 #main_shadow {
 	position:relative;
	width: 986px;
	margin: auto;
	margin-bottom: 35px;
	padding-bottom:5px;
	background: url(../images/main_content_wrapper_bg.png) bottom center no-repeat;
	z-index:1;
 }
 #main_wrapper {
 	margin:0px 5px 0px 5px;
	background:#fff url(../images/home-column-dots.gif) 240px 0px repeat-y;
	z-index:2;
 }
 #main_wrapper_home {
	width: 986px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 35px;
    background: url(../images/main_content_wrapper_bg.png) bottom center no-repeat;
	padding-bottom:5px;
 }

#main_wrapper_home_content {
	background: #fff url(../images/home_content_gradient.gif) repeat-x;
	margin:0px 5px;
}



 /*************************************************
 **                                              **
 **          FOOTER                              **
 **                                              **
 **                                              **
 *************************************************/

 #footer {
 	background: url(../images/footer_bg.png) repeat-x;
 	width: 100%;
 	margin: 0px auto;
 	color: #999999;
 	font-family: Arial;
 	font-size: .75em;
 	text-align: center;
 }

 #footer_content {
	margin:auto;
	width: 976px;
 }
#footer .column {
 	height: 225px;
 	width: 158px;
 	float: left;
 	border-left: 1px dotted #6c6966;
 	margin-top:15px;
 	text-align:left;
 	line-height: 20px;
  	padding: 0px;
}

#footer .first {
	margin-left:10px;
}

#footer .last {
 	border-right: 1px dotted #6c6966;
}

#copyright {
 	position: relative;
	width:956px;
 	margin:0px auto;
	padding:8px 0px;
 	clear:both;
	font-size:11px;
	text-align:left;
	color: #999999;
}
 #footer a {
 	color: #999999;
 	text-decoration: none;
 }

  #footer a:hover {
 	color: #999999;
 	text-decoration: underline;
 }

 #footer h2 {
 	margin:5px 15px 10px 15px;
	font-weight: bold;
 	font-size: 15px;
 }

  #footer h3 {
 	font-weight: bold;
 	font-size: 12px;
 }

 #footer ul,
 #footer p {
 	list-style:none;
	margin: 0px 15px 15px 15px;
 }
 #footer ul.float-left {
 	float:left;
	margin-right:0px;
 }
 #footer ul.float-right {
 	float:right;
	margin-left:0px;
 }
 #footer ul li {
 	list-style:none;
	margin:0px;
	padding:0px;
 }

 /*************************************************
 **                                              **
 **          HOME CONTENT STYLES                 **
 **                                              **
 **                                              **
 *************************************************/

 .item_heading
 {
 	font-weight: bold;
 	font-size: 12px;
 }

.home_column {
	float:left;
 	background: url(../images/home-column-dots.gif) top right no-repeat;
 	width: 319px;
	font-size: 12px;
	margin-top:35px;
}

.home_column_last {
	float:left;
	width: 317px;
	background: none;
}

 .column_header {
	padding-bottom:20px;
 }
 .home_column .column_header {
 	margin-left: -1px;
 }
 .column_header h1 {
 	font-weight:normal;
	color:#978665;
	font-size: 24px;
 }
 .column_header h1 a {
 	color: #978665;
 }
.home_column .content {
	margin: 0px 20px 30px 20px;
}
.home_column .news,
.home_column .home_events {
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	font-size: 12px;
 	padding: 10px 0px 0px 0px;
	line-height: 17px;
}
.home_column .home_events {
	padding-top:0px;
}
.home_column .press_release {
 	background-image: url(../images/press_release_header.png);
}
.home_column .news_article {
 	background-image: url(../images/news_article_header.png);
}
.home_column .news h2,
.home_column .home_events h2 {
	font-weight: bold;
	font-size: 12px;
	margin:0px 0px 3px 0px;
}
.home_column .news h2 a,
.home_column .home_events h2 a {
	color:#000;
}
.home_column .news p,
.home_column .home_events p {

}
.home_featured_products {
	clear:both;
}
 .home_featured_products h1
 {
 	color: #697707;
   	font-weight: bold;
  	font-size: 12px;
	margin-bottom:3px;
 }
  .home_featured_products h1 a {
 	color: #697707;
   	font-weight: bold;
  	font-size: 12px;
 }
 .home_featured_products p {
 	font-size: 12px;
 }

 .home_featured_products .thumb {
 	float:left;
  	width: 120px;
 	display: inline;
 }

 .home_featured_products .product_text {
 	width:  150px;
 	display: inline;
 	float:left;
 	font-size: 12px;
 	line-height: 17px;
	padding-top:15px;
 }


#flash_container {
	position:relative;
	width:976px;
	background:transparent url(../images/flash-bg.gif) no-repeat top left;
	height:355px;
	margin:auto;
	text-align:center;
	clear:both;
	z-index:100;
}
#flash_container p {
	padding-top:30px;
	color:#fff;
}
#main_player {
	position:absolute;
	top:104px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:110;
}
.home_no_flash {
	position:relative;
	margin:auto;
	text-align:center;
}
 /*************************************************
 **                                              **
 **          LEFT COLUMN                         **
 **                                              **
 **                                              **
 *************************************************/
.left_column {
	width: 240px;
	float: left;
	font-family:arial;
}
.left_column .content {
	padding: 0px 10px 0px 32px;
}
.left_column .content .nomenu {
	margin-bottom:75px;
}
.left_column_header {
	font-size: 30px;
	font-family:arial;
	margin-bottom: 18px;
	padding:0px;
}
#leftnav {
	margin: 0px 0px 50px 0px;
	padding:0px;
	list-style:none;
}
#leftnav li {
	margin: 0px;
	padding:0px;
	list-style:none;
	font-size:14px;
}
#leftnav li a {
	color:#afaca8;
	text-decoration:none;
	font-weight: bold;
	line-height:22px;
}
#leftnav li.current a {
	color:#000000;
}
#leftnav li a:hover {
	color: #030303;
	text-decoration:underline;
}
#leftnav li ul {
	margin:0px;
	padding:0px;
}
#leftnav li ul li {
	font-size:12px;
}
#leftnav li ul li a {
	text-decoration:none;
	font-weight:normal;
	padding-left: 15px;
	line-height:18px;
}

#leftnav li ul li a:hover,
#leftnav li ul li.current a {
	text-decoration: underline;
	font-weight: normal;
	background-image: url('../images/lh_column_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
}

 /*************************************************
 **                                              **
 **          RIGHT COLUMN                        **
 **                                              **
 **                                              **
 *************************************************/

.right_column {
	width: 725px;
	float: left;
	font-size:.8em;
}
.right_column .content {
	padding:0px 28px 0px 39px;
}
.right_column h1,
.full_column h1 {
	color: #00bbf9;
	margin-bottom:17px;
}
.right_column h2,
.full_column h2 {
	font-size:20px;
	line-height:28px;
	color:#2c2824;
	font-weight:normal;
}
.right_column p,
.full_column p {
	font-size:12px;
	line-height:18px;
	color:#2c2824;
}

.right_column ul {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	color:#2c2824;
	list-style-position:outside;
}

.right_column ul li {
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style-image: url('../images/lh_column_bullet.png');
}

.right_column ul li a {
	text-decoration: none;
	color:#000000;
}

.right_column ul li a:hover {
text-decoration: underline;
}

/**
 *
 * Investor Page Styles
 *
 */
.related_content {
	position: relative;
	clear:both;
	font-size: .9em;
}
.related_content_header {
	padding-left:279px;
	clear:both;
}
.related_content ul {
	display: block;
	list-style:disc;
}

.related_content ul li {
	float: left;
	width: 180px;
	background-image: none !important;
	color:#342F2B;
	list-style:disc;
	padding:0px 0px 20px 0px;
	line-height: 22px;
	font-size:12px;
}
.related_content ul li.first {
	clear:left;
}
.related_content ul li a {
	color:#342F2B;
	font-size:12px;
	line-height: 22px;
}
.related_content ul li.protected a {
	background:url(../images/lock_icon.jpg) top right no-repeat;
	padding-right:15px;
}
.related_c1 {
	float:left;
	width: 240px;
	height: auto;
	text-align:right;
	background: url(../images/left_arrow.gif) 232px 12px no-repeat;
}

.related_c2 {
	float:left;
	vertical-align: top;
	width:665px;
	margin-left:39px;
}
.related_c1 .related_header {
	padding-right:10px;
	font-size:25px;
}
/**
 *
 * Products Page Styles
 *
 */

.read_more {
	cursor: pointer;
	font-size:0.9em;
	font-weight:bold;
	margin:5px 0px;
}
.read_more span.open {
	background: url(../images/read_more_open.jpg) no-repeat center right;
	padding-right:15px;
}
.read_more span.closed {
	background: url(../images/read_more_close.jpg) no-repeat center right;
	padding-right:15px;
}

/**
 *
 * Carousel Styles (Product Page)
 *
 */

.carousel  {
    position: relative;
	padding: 0px;
	margin-top:10px;
	height:160px;
}

.carousel .prev, .carousel .next {
    display: block;
    position:absolute;
	float:left;
    width: 20px;
    height: 110px;
    text-decoration: none;
    background: url("../images/button_scroll_left.jpg") left center no-repeat;
	left:-30px;
}
.carousel  .next {
	background: url("../images/button_scroll_right.jpg") right center no-repeat;
	left:665px;
}

.jCarouselLite {
    float: left;
    position: relative;
	background:transparent;
	overflow:hidden;
}
.jCarouselLite ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
}
.jCarouselLite ul li {
	position:relative;
	overflow: hidden;
	float: left;
	width: 210px;
	height: 155px;
	margin-right:13px;
}
.jCarouselLite li .thumbnail {
      background-color: #fff;
      height: 110px;
      width: 210px;
	  margin-bottom:15px;
}
.jCarouselLite li .title {
	margin:0px;
	padding:0px 0px;
	font-weight:bold;
}
.jCarouselLite li .description {
	display:none;
	position:absolute;
	width:210px;
	left:0px;
	top:0px;
	height:110px;
	overflow:hidden;
	background: #00b1eb;
}
.jCarouselLite li .description a {
	display:block;
	padding: 10px;
}
.jCarouselLite li:hover .description,
.jCarouselLite li.active .description {
	display:block;
}

.blue_link
	{
		color: #00b1eb;
		text-decoration: none;
	}
.right_column ul.blue_list {
	padding:0px;
	margin:0px;
	list-style-position:inside;
}
.right_column ul.blue_list {
	font-weight: bold;
	color: #00b1eb;
	font-size: 1.57em;
	font-family:arial;
	list-style: url("../images/blue_bullet.jpg") inside;
	padding:0px;
}
.right_column ul.blue_list li {
	list-style: url("../images/blue_bullet.jpg") inside;

}
.blue_list a {
	color: #00b1eb !important;
	text-decoration: none;
	padding-right:5px;
}
.right_column ul.blue_list a:hover {
	text-decoration: underline;
}
.right_column ul.blue_list ul li {
	background-image: none !important;
	list-style: inherit !important;
	margin-left: 0px !important;
}

.blue_list p {
	font-weight: normal;
	color: #2c2824;
	font-size: 12px;
	padding-top:10px;
}

.cta_link img
{
	height: 21px;
	width: 21px;
	display:inline;
	text-decoration: none;
	border: 0;
	position: relative;
	top:3px;
	outline: none;

}


.promo_result {
	height: 130px;
	padding-bottom:25px;
	padding-top:25px;
}

.promo_image {
	width: 200px;
	height: 130px;
	float: left;
	overflow:hidden;
}

.promo_copy {
	float: left;
	width:425px;
	padding-left: 20px;
}

.promo_copy h3 {
	font-size: 14px;
	margin-bottom:3px;
	line-height:18px;
	font-weight:bold;
}
.learn_more {
	display:block;
	float:left;
	padding-right:25px;
	background: url(../images/cta_blue.jpg) no-repeat top right;
}
.learn_more a {
	color:#44aacc;
	font-size:18px;
	line-height:28px;

}

.frontsections {
	background-color:#E6F3F9;
	border:1px solid #CCCCCC;
	padding:4px;
	width: 190px;
	height: 180px;
}



.events_n_presentations .left_column {
	float:left;
	width:50%;
}


.events_n_presentations .right_column
{
	float:left;
	width: 50%;
	border-left: none;
	position: relative;

}


#youtube_twitter, #share, #receive_updates, #xdr_callout, #twitter {
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	font-family:arial;
}
#watch_us {
	border-bottom: dotted 1px #afaca8;
	border-right: dotted 1px #afaca8;
	height: 17px;
	float:left;
	width: 75px;
	text-align:left;
}
#follow_us {
	border-bottom: dotted 1px #afaca8;
	height: 17px;
	float:left;
	width: 75px;
	padding-left: 5px;
	text-align:right;
}

#youtube, #twitter {
	float:left;
}

#share_header {
	width: 150px;
	border-bottom: dotted 1px #afaca8;
	height: 17px;
	margin-bottom:5px;
}
#share a {
	font-size:11px;
}
 #receive_updates_header
 {
 	width: 175px;
	border-bottom: dotted 1px #afaca8;
	margin-top:5px;
	margin-bottom:5px;
 }
 #receive_updates label {
 	font-size:10px;
 }
 #receive_email_address {
 	margin-top:10px;
 }
#xdr_callout_header {
 	width: 175px;
	border-bottom: dotted 1px #afaca8;
	margin-top:5px;
	margin-bottom:5px;
}

.request_more_info {
	background: #ffffff;
	clear:both;
	font-family: arial;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	height:50px;
	margin: 0px;
	padding:0px 10px;
}
.request_more_info a {
	display:block;
	float:right;
	height:50px;
	line-height:50px;
	text-decoration: none;
	padding-right:25px;
	color:#000000;
	background: url(../images/cta_black.png) no-repeat center right;
}

.request_more_info a:hover {
	text-decoration: underline;
}
/** Library Search Form **/
#library_search {
	background: none repeat scroll 0 0 #EEEFF0;
	margin: 25px 0px;
	padding:10px;
}
#searchWide { }
.search_keywords {
	position:relative;
	font-size:10px;
	line-height:20px;
	color:#2c2824;
	padding-left:2px;
	padding-top:3px;
}
#libary_search_submit {
	position:relative;
	top:3px;
}

#examples_header {
	margin-bottom:10px;
	margin-top:5px;
	width:175px;
	color:#afaca8;
	font-size: 12px;
	font-weight: bold;
	font-family:arial;
}
.left_column ul li ul
{
	padding-bottom:0px;
}

/*
Carousel Styles
*/

#top_menu li ul li:hover
  {
     background-image: none;
	 font-weight: bold;
  }

.investSection
{
	width:215px;
	float:left;
}

#listen_cta {
	width:246px;
	height:53px;
	background-image: url(../images/listen_cta.jpg);
	background-position: 0 0;
	position:absolute;
	top:0px;
	right:0px;
}
#listen_cta:hover {
	background-position:-1px 51px;
}

.menu_3Col
{
	background-color:#00b1eb;
	position:absolute;
	width:755px;
	height:265px;
	display: none;
}

.cta_link, .search_learn_more_wide {
	display:inline;
}
.menu_column_header {
	margin-bottom:25px;
}
.menu_column_header a {
	background:none;
}
.search_learn_more_wide
{
	color:#00b1eb;
	font-size: 1.15em;
}

#related_slide_content
{
	color: #19668a;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.right_internal_header {
	padding-left: 15px;
}
.rightFeature a:link, .rightFeature a:visited, .rightFeature a:active {
	text-decoration:none;
}
.rightFeature a:hover {
	text-decoration: underline;
}
.rightFeature h2 {
	display:inline;
	font-size:11px;
	font-weight:bold;
	margin:25px 0 5px;
	padding:0px 10px 0px 0px;
	text-transform:uppercase;
	background: url(../images/investor-triangle.gif) center right no-repeat;
}

.events_n_presentations {
	position:relative;
	padding-bottom:25px;
}

.latestEarningsRelease .date,
.events_n_presentations .date {
	font-style: italic;
	margin-bottom:10px;
}

.module_left {
	color: #959391;
	margin-bottom:30px;
}
.module_left .title {
	font-size:12px;
	padding:0px 5px 2px 0px;
	margin: 0px 50px 10px 0px;
	border-bottom: 1px dotted #959391;
	font-weight:bold;
}
.module_left form {

}
.module_left label.tiny_checkbox {
	font-size:10px;
	font-weight:bold;
	display:block;
	padding-right:5px;
}
.module_left .tiny_checkbox input {
	width:10px;
	height:10px;
	margin-right:5px;
}
.module_left .inline_textbox {
	display:inline;
	padding-top:10px;

}
.module_left .inline_textbox input {
	width:150px;
	border:1px solid #666;
	border-color: #666 #ccc #ccc #666;
	display:inline;
}
.module_left .submit_right_inline {
	display:inline;
	position:relative;
	vertical-align:middle;
	top:3px;
	left:6px;
}

.module_left ul.links {
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
}
.module_left ul.links li {
	list-style:none;
	padding:3px;
	margin:0px;
}
.module_left ul.links li a {
	color:#959391;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.module_left ul.links li a:hover {
	text-decoration:underline;
}
a.icon_briefcase { padding-left: 20px; background: url(../images/briefcase.gif) no-repeat;}
a.icon_investorkit { padding-left: 20px; background: url(../images/investorkit_gray.gif) no-repeat;}
a.icon_email { padding-left: 20px; background: url(../images/email.gif) no-repeat;}
a.icon_download { padding-left: 20px; background: url(../images/downloadCenter.gif) no-repeat;}
a.icon_rss { padding-left: 20px; background: url(../images/icon_rss.gif) no-repeat;}

.product_content {
	padding-bottom:30px;
}
 .smallmarginbottom { margin-bottom:3px;}

